@charset 'utf-8';
@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*------------ basic ------------*/

body {
    font-family: '微軟正黑體', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #444444;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.1em;
    background: #fff;
    position: relative;
}

body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 624px;
    background: url('../../images/common/bg.jpg');
}

.site-main {
    position: relative;
}

.site-main::after {
    content: '';
    position: absolute;
    width: 1012px;
    height: 586px;
    background: url(../../images/common/content_bg.png) no-repeat;
    right: 0;
    bottom: -10%;
    z-index: -1;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

h3.name {
    margin: 0;
}

/*--- 隱私權 ---*/

.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 #5EA5B7;
    letter-spacing: 0;
}

.header-sheet .close-ontop {
    color: #5EA5B7;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -20px;
    top: 0;
    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: #72B687;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*---! 隱私權 ---*/

/*------------ / basic ------------*/

/*------------ icon ------------*/

/*------------ / icon ------------*/

/*------------ btn ------------*/

.share .btn {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: #58A971;
    transition: all 0.3s ease;
}

.share .btn.cm-fb {
    background: #3B5999;
}

.share .btn.cm-youtube {
    background: #cd201f;
}

.share .btn.cm-instagram {
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}

.share .btn.cm-line {
    background: #04ba04;
}

.share .btn.cm-phone {
    background: #FF5C26;
}

.share .btn.plurk {
    background: #FF5C26;
}

.share .btn.google {
    background: #D93600;
}

.share .btn.twitter {
    background: #26C9FF;
}

.share .btn.cm-mail {
    background: #FFCC03;
}

.share .btn:hover {
    background: #58A971;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 112px;
    height: 112px;
}

.btn.back {
    color: #5EA5B7;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.btn.back:hover {
    color: #72B687;
}

.btn.back .ic {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #5EA5B7;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

.btn.back:hover .ic {
    background: #72B687;
    color: #fff;
}

.btn.simple {
    background: #F7ECD7;
    border: 1px solid #C2A88B;
    color: #8D643F;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
}

.btn.simple:hover {
    background: #FDE7A4;
    color: #03A1B8;
}

.btn.simple .ic {
    vertical-align: middle;
    margin-bottom: 4px;
}

.btn.simple2 {
    background: #FD9731;
    color: #fff;
    font-family: '微軟正黑體', 'Signika Negative', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
}

.btn.simple2:hover {
    background: #FF5C2D;
}

.btn.normal {
    border: 1px solid #D0BCA6;
    background: #fff;
    width: 126px;
    height: 30px;
    line-height: 28px;
    color: #BC966B;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 10px;
}

.btn.normal:hover {
    background: #FDE7A4;
    color: #03A1B8;
}

.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
}

.btn.pure {
    color: #008B9F;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    text-decoration: underline;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/

.site-header {
    /* padding: 0 0 40px; */
    padding: 0;
}

.site-header .container {
    max-width: 1440px;
    padding: 0;
}

.site-title {
    position: relative;
    text-align: center;
    padding: 34px 0;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 325px;
    height: 83px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.site-header .search-box {
    position: relative;
    width: 250px;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.site-header .search-box:before {
    content: 'Search:';
    color: #8C510C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: absolute;
    left: 0;
}

.site-header .search-box .form-control {
    border-color: #ccc;
    margin: 0;
}

.site-header .search-box .form-control:focus {
    border-color: #936649;
}

.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}

.site-header .search-box .btn.search:hover {
    color: #B20000;
}

.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}

.site-header .language {
    position: relative;
    padding: 10px 0;
}

.site-header .language .btn {
    display: none;
}

.site-header .language li a {
    display: block;
    background: #72B687;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}

.site-header .language li a:hover {
    background: #936649;
}

.site-nav {
    background: #F9F9F9;
    clear: both;
    padding: 0 5px;
    display: flex;
    justify-content: center;
}

.site-nav>*, .submenu>* {
    display: inline-block;
    vertical-align: middle;
}

.submenu {
    text-align: left;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 35px 0;
}

.submenu>* {
    margin-left: 12px;
}

.site-nav .menu {
    text-align: center;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li {
    background: url('../../images/common/border_dot_v.png') 100% 50% no-repeat;
}

.site-nav .menu>li:nth-child(7){
    background: none;
}

.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu>li>a {
    /* width: 120px; */
    width: 160px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding: 20.5px 5px 20.5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-nav .menu>li>a .icon {
    display: block;
    background-image: url('../../images/common/menu_ic.png');
    width: 70px;
    height: 46px;
    margin: 0 auto;
}

.no-svg .site-nav .menu>li>a .icon {
    background-image: url('../../images/common/menu_ic.png');
}

.site-nav .menu>li>a .icon.i1 {
    background-position: 0 0;
}

.site-nav .menu>li>a .icon.i2 {
    background-position: -70px 0;
}

.site-nav .menu>li>a .icon.i3 {
    background-position: -140px 0;
}

.site-nav .menu>li>a .icon.i4 {
    background-position: -210px 0;
}

.site-nav .menu>li>a .icon.i5 {
    background-position: -280px 0;
}

.site-nav .menu>li>a .icon.i6 {
    background-position: -350px 0;
}

.site-nav .menu>li>a .icon.i7 {
    background-position: -420px 0;
}

.site-nav .menu>li.active>a, .site-nav .menu>li>a:hover {
    color: #58A971;
    transform: translate(0, -4px);
}

.site-nav .menu>li>a:hover .icon.i1 {
    background-position: 0 100%;
}

.site-nav .menu>li>a:hover .icon.i2 {
    background-position: -70px 100%;
}

.site-nav .menu>li>a:hover .icon.i3 {
    background-position: -140px 100%;
}

.site-nav .menu>li>a:hover .icon.i4 {
    background-position: -210px 100%;
}

.site-nav .menu>li>a:hover .icon.i5 {
    background-position: -280px 100%;
}

.site-nav .menu>li>a:hover .icon.i6 {
    background-position: -350px 100%;
}

.site-nav .menu>li>a:hover .icon.i7 {
    background-position: -420px 100%;
}

.site-nav .menu ul {
    display: none;
    font-family: '微軟正黑體', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 190px;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -95px;
}

.site-nav .menu>li>ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}

.site-nav .menu ul li a {
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 1px;
}

.site-nav .menu ul li a:hover, .site-nav .menu ul li.active>a {
    color: #fff;
    background: #333;
    text-decoration: underline;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}

/*------------ / site_header ------------*/

/*------------  header-fixed ------------*/

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
}

.wrapper {
    padding-top: 317px;
}

.site-header, .site-title .logo, .site-title {
    transition: all .3s ease;
}

.header-fixed .wrapper {
    padding-top: 176px;
}

.header-fixed .site-header {
    padding: 0;
    background: #F9F9F9;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    overflow: visible;
}

.header-fixed .submenu>* {
    display: inline-block;
    margin: 0;
}

.header-fixed .site-title {
    padding: 10px 0;
    text-align: left;
}

.header-fixed .site-title .logo {
    width: 215px;
    height: 55px;
}

.header-fixed .top-nav {
    top: 15px;
}

.header-fixed .site-nav .menu {
    padding: 0 3px;
    background: none;
}

.header-fixed .site-nav .menu>li>a {
    padding: 23px 16px 18px;
    width: auto;
}

.header-fixed .site-nav .menu>li>a .icon {
    display: none;
}

.header-fixed .site-header .search-box:before {
    top: 3px;
}

.header-fixed .site-nav:before {
    display: none;
}

.header-fixed .site-nav {
    text-align: left;
    top: -70px;
    margin-bottom: -67px;
    position: relative;
    left: 250px;
    background: none;
}

.header-fixed .site-header .search-box {
    display: none;
}

.header-fixed .gocart>a::before {
    width: 83px;
    height: 55px;
}

.header-fixed .gocart>a .ic {
    font-size: 20px;
}

.header-fixed .gocart>a {
    font-size: 23px;
    line-height: 30px;
}

.header-fixed .submenu {
    display: none;
}

/*------------ / header-fixed ------------*/

/*------------ banner ------------*/

.banner {
    position: relative;
    padding-bottom: 0;
}

.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}

/*------------ / banner ------------*/

/*------------ site_main ------------*/

.main-content {
    padding: 30px 0 70px;
}

.content {
    min-height: 300px;
    padding: 0 35px 30px;
    box-sizing: border-box;
}

.content-top {
    background: #F3F5FA;
    margin: 0 -35px 35px;
    padding: 20px 35px;
}

.main-title .main-title-b {
    color: #634F4A;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.main-title span {
    display: inline-block;
    vertical-align: middle;
    color: #634E4A;
    font-size: 17px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.main-title .content-title-b {
    margin: 0;
    font-size: 17px;
    display: inline-block;
}

.main-title .ic {
    vertical-align: middle;
    font-size: 0.8em;
    margin: 0 6px 3px 0;
}

.content-title {
    color: #634F4A;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
}

.content-title:before {
    content: '';
    display: block;
    background: url('../../images/common/content_title_ic.svg') no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
}

.content-title small {
    display: block;
    color: #FBA41A;
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 10px;
    text-indent: -42px;
    padding-left: 42px;
}

.shopping-title .en {
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.shopping-title .ic-wrap {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    border: 1px solid #8D643F;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-title .ic-wrap .ic {
    font-size: 20px;
    color: #8D643F;
    vertical-align: middle;
    margin: 0 0 4px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 40px;
}

.warning-sect {
    padding-bottom: 50px;
}

.site-info {
    padding: 0;
    letter-spacing: 0.06em;
    margin-top: 30px;
}

.site-info .title {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    background: url('../../images/common/siteinfo_title.png') no-repeat;
    width: 271px;
    height: 55px;
    margin: 0 auto 15px;
}

.site-info-weekday {
    display: inline-block;
    background: #FDE7A4;
    color: #008B9F;
    font-size: 13px;
    font-weight: bold;
    border-radius: 12px;
    padding: 2px 12px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-info-time {
    color: #008BA1;
    font-size: 21px;
    font-weight: bold;
}

.site-info-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
}

.site-info-list li {
    position: relative;
    color: #725233;
    padding: 0;
}

.site-info-list li+li {
    margin-top: 20px;
}

.site-info-list li:last-of-type {
    width: 100%;
    display: flex;
}

.site-info-list li span {
    background: #72B687;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
}

.site-info-list li:first-of-type span {
    margin-right: 2px;
}

.site-info-list li a {
    display: inline;
}

.site-info-list li a:hover {
    text-decoration: underline;
}

.site-info-list li div.address {
    display: inline;
}

/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    float: right;
    text-align: right;
    color: #878787;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px 0 0 10px;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '> ';
}

.breadcrumb li a:hover {
    color: #634E4A;
}

.content-breadcrumb-box {
    margin: 0 auto 30px;
}

.content-breadcrumb-box .breadcrumb {
    float: none;
    display: inline-block;
    color: #E6F1F4;
    background: #5EA5B7;
    border-radius: 6px;
    padding: 2px 12px;
}

.content-breadcrumb-box .breadcrumb a:hover {
    color: #fff;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.has-side .content-wrapper {}

.side {
    float: left;
    width: 275px;
}

.has-side .content {
    float: right;
    width: calc(100% - 300px);
}

.side-title {
    background: url(../../images/common/side_title_bg.png) no-repeat;
    width: 191px;
    height: 190px;
    color: #634E4A;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-top: 80px;
    margin: 0 auto 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-title small {
    display: block;
    color: #FF3F00;
    font-family: 'Signika Negative', sans-serif;
    font-size: 15px;
    font-weight: normal;
    display: none;
}

.side-nav-top {
    border-bottom: 2px solid #FDE7A4;
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 20px 10px;
    margin: 0 auto 25px;
}

.side-nav-top li a {
    color: #02A0B8;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 24px 3px 0;
}

.side-nav-top li a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !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: 14px;
    position: absolute;
    right: 0;
    top: 6px;
}

.side-nav-top li a:hover {
    color: #FF5C2D;
    text-decoration: underline;
}

.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.side-nav {
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto 25px;
}

.side-nav>li {
    margin-bottom: 14px;
}

.side-nav>li>a {
    background: #FDFBF2;
    color: #634F4A;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 44px 6px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.side-nav>li>a:hover, .side-nav>li.active>a {
    color: #fff;
    background: #58A971;
    background: -moz-linear-gradient(left, #58A971 0%, #DCF2D5 100%);
    background: -webkit-linear-gradient(left, #58A971 0%, #DCF2D5 100%);
    background: linear-gradient(to right, #58A971 0%, #DCF2D5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58A971', endColorstr='#DCF2D5', GradientType=1);
}

.side-nav>li>a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !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: 14px;
    position: absolute;
    right: 20px;
    top: 9px;
}

.side-nav>li>a:hover:after, .side-nav>li.active>a:after {
    color: #fff;
}

.side-nav ul {
    display: none;
    padding: 10px 0 0;
}

.side-nav ul li a {
    color: #444444;
    font-size: 14px;
    padding: 2px 20px;
    position: relative;
    transition: all 0.3s ease;
}

.side-nav ul li a:hover, .side-nav ul li.active>a {
    text-decoration: underline;
    padding-left: 40px;
}

.side-nav ul li a:hover:before, .side-nav ul li.active>a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #72B687;
    border-radius: 50%;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

/*------------ / side ------------*/

/*------------ site_footer ------------*/

.site-footer {
    background: #F3F0E4;
    padding-top: 5px;
    position: relative;
    margin-top: 80px;
    color: #634E4A;
}

.site-footer:before {
    content: '';
    display: block;
    background: url(../../images/common/footer_deco.png) no-repeat;
    width: 350px;
    height: 103px;
    position: absolute;
    left: 50%;
    top: -79px;
    margin-left: -150.5px;
}

.footer-top {
    padding: 30px 0;
}

.follow-box {
    float: left;
    padding: 5px 0;
}

.follow {
    position: relative;
    padding: 0;
}

.follow::before {
    content: 'FOLLOW US';
    color: #634F4A;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.follow::after {
    content: '';
    background: #634F4A;
    width: 20px;
    height: 2px;
    left: 0;
    top: 33px;
    position: absolute;
}

.qrcode{
    border: 1px solid #407550;
}

.follow-box>*, .follow>* {
    display: inline-block;
    vertical-align: top;
}

.follow-box>* {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.follow .share {
    width: auto;
    text-align: center;
    padding: 50px 0 0;
    margin: 0;
}

.follow .share .btn {
    margin: 2px 0 3px;
}

.site-map {
    float: right;
    width: calc(100% - 900px);
    overflow: hidden;
}

.site-map ul {
    float: left;
    width: 33.33%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-map ul li {
    padding: 3px 0;
}

.site-map ul li a {
    position: relative;
}

.site-map ul li a::before {
    content: '>';
    display: inline-block;
    margin-right: 10px;
}

.site-map li:hover a, .site-map li:hover a:before {
    color: #BAAA67;
}

.site-map ul li a:hover {
    color: #BAAA67;
}

.footer-bottom {
    background: #58A971;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

.footer-bottom a:hover {
    color: #634F4A;
    text-decoration: underline;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background: #FFFFFF;
    border: solid 1px #D0D2D7;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    font-size: 0;
}

.floating .ibtn.gotop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #ECF2F3;
    background: -moz-linear-gradient(top, #ECF2F3 0%, #DFE9CF 100%);
    background: -webkit-linear-gradient(top, #ECF2F3 0%, #DFE9CF 100%);
    background: linear-gradient(to top, #ECF2F3 0%, #DFE9CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECF2F3', endColorstr='#DFE9CF', GradientType=0);
    opacity: 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;
}

.floating .ibtn.gotop:hover {
    border-color: #FFFFFF;
}

.floating .ibtn.gotop:hover:before {
    opacity: 1;
}

.floating .ibtn.gotop:after {
    content: '';
    background: url(../../images/common/gotop.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 100%;
    bottom: 0;
    transition: all .6s ease;
    z-index: 5;
}

.floating .ibtn.gotop:hover:after {
    color: #2C2E33;
    -webkit-animation: move-up-anim 1.2s cubic-bezier(0.215, .61, .355, 1) 0s infinite;
    animation: move-up-anim 1.2s cubic-bezier(0.215, .61, .355, 1) 0s infinite;
}

@-webkit-keyframes move-up-anim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
    50% {
        -webkit-transform: translate3d(0, -10px, 0);
        opacity: 0
    }
    50.1% {
        -webkit-transform: translate3d(0, 10px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes move-up-anim {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    50% {
        transform: translate3d(0, -10px, 0);
        opacity: 0
    }
    50.1% {
        transform: translate3d(0, 10px, 0);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

/*------------ / floating ------------*/

/*------------ content_nav ------------*/

.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}

.btn.logout:hover {
    background: #B20000;
}

.content-nav {
    margin-top: 30px;
    text-align: center;
}

.content-nav li {}

.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}

.content-nav li a:hover, .content-nav li.active>a {
    color: #000;
}

.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

.content-nav li a:hover .ic, .content-nav li.active>a .ic {
    background: #B20000;
    color: #fff;
}

/*------------ / content_nav ------------*/

/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #444;
    font-size: 13px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover, .pagination li.active a {
    color: #72B687;
}

.pagination li a.controls {
    background: #5EA5B7;
    font-size: 1.2em;
    padding: 0;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
}

.pagination li a.controls:hover {
    background: #72B687;
    color: #fff;
}

.pagination li a.prev {
    margin-right: 10px;
}

.pagination li a.next {
    margin-left: 10px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    margin: 0;
}

.page-info .form-control:focus {}

/*------------ / pagination ------------*/

/*------------ form ------------*/

.reminder {
    color: #725233;
    font-size: 14px;
    text-align: center;
    margin: 0 0 35px;
}

.reminder span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 40px;
    border: 1px solid #DDD;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    color: #fff;
    background: #FD9731;
    z-index: 2;
}

.qty-box .less {
    left: 0;
    border-radius: 15px 0 0 15px;
}

.qty-box .add {
    right: 0;
    border-radius: 0 15px 15px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #72B687;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #FF5C2D;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
    background: url('../../images/common/border_dot_h.png') repeat-x;
}

.form-title {
    color: #03A1B8;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
}

.form-box {
    margin: 0 auto;
    padding: 25px 0;
}

.form-wrap.type2 {
    padding-top: 40px;
}

.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-wrap.type3 .form-box {
    max-width: 830px;
}

.form-box .row {
    margin: 0 -2%;
    position: relative;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: '必填';
    display: inline-block;
    color: #03A1B8;
    font-size: 13px;
    line-height: 18px;
    padding: 0 6px;
    background: #FDE7A4;
    border-radius: 8px;
    margin-left: 8px;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #725233;
    font-size: 14px;
    line-height: inherit;
    padding-left: 4px;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FABE00;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #FF5C2D;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    transition: transform .3s;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #BBA273;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .account .control-label {
    float: left;
}

.form-box .account .control-box {
    margin-left: 60px;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio, .form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio], .form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before, .form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before, .form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 25px;
    padding-top: 35px;
}

.success-wrap.type2 {
    background: #fff;
    border: 4px solid #FABE00;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
}

.success-msg {
    color: #5F370A;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 20px;
}

.success-msg span {
    color: #F89600;
    font-weight: normal;
}

.success-msg small {
    color: #F89600;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.02em;
}

.success-wrap.type2 .success-msg {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}

.success-txt {
    line-height: 1.65;
}

.success-txt b {
    font-size: 16px;
}

.success-txt a {
    text-decoration: underline;
    color: #FF5A2C;
}

.success-txt a:hover {
    text-decoration: none;
    color: #F89600;
}

/*------------ / form ------------*/

/*------------ table ------------*/

.table-h {
    font-size: 13px;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead th {
    background: #F7ECD7;
    color: #8C643F;
    padding: 8px 12px;
}

.table-h thead, .table-h tbody {
    border-top: 1px solid #DCDCDC;
}

.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table th span, .table td span {
    color: #FF5C2D;
}

.table-v {
    color: #666;
    font-size: 14px;
}

.table-v th, .table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}

.table-v th {
    background: #F7ECD7;
    color: #8C643F;
    text-align: center;
    width: 120px;
    position: relative;
}

.table-v tr+tr {
    border-top: 1px solid #DCDCDC;
}

.table-v strong {
    color: #FF5A2C;
}

.table-v b {
    color: #C3975C;
}

/*------------ / table ------------*/

/*------------ lightbox ------------*/

.fancybox-album .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 35px;
    height: 35px;
    right: -5px;
    top: -40px;
}

.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}

.fancybox-album .fancybox-skin {
    background: #fff;
    margin: 40px 60px 70px;
    border: 3px solid #634F4A;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-album.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png');
    width: 41px;
    height: 41px;
    margin-top: -20px;
    visibility: visible;
}

.no-svg .fancybox-album .fancybox-nav span {
    background-image: url('../../images/common/album/lightbox_arrow.png');
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}

.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}

.fancybox-album .fancybox-title {
    color: #878787;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.6;
}

.fancybox-album .photo-title {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 21px;
    margin-left: 13px;
}

.fancybox-album .photo-pager {
    float: right;
    color: #5EA5B7;
    font-family: 'Signika Negative', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 6px;
}

.fancybox-album .photo-intro {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    padding: 10px;
}

body #fancybox-thumbs ul li, body #fancybox-thumbs ul li.active {
    opacity: 1;
}

body #fancybox-thumbs ul li a {
    border: 2px solid #eee;
    background: #fff;
}

body #fancybox-thumbs ul li.active a {
    border-color: #634F4A;
}

/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li, .mmenu-show #mobile-search, .mmenu-show #member-box li a {
    background: #72B687;
}

.mmenu-show #mobile-menu .language-menu {
    color: #fff;
    background: #72B687;
}

.mmenu-show #mobile-fixed ul, .mmenu-show #member-box li {
    border-bottom-color: #72B687;
}

.mmenu-show #mobile-menu .side-nav-top, .mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}

.mmenu-show #mobile-menu .side-nav li a:after, .mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #FF410C;
}

.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}

.mmenu-show #mobile-menu .side-nav>li {
    margin: 0;
    background: none;
}

.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}

.mmenu-show #mobile-menu .menu li a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #5EA5B7;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-fixed .qty {
    background: #ff420d;
}

.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}

.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}

.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 1470px) {
    /*------------ site_header 1470 ------------*/
    .site-title {
        padding: 20px 0;
    }
    .wrapper {
        padding-top: 265px;
    }
    .site-header .search-box {}
    .submenu {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .site-nav {
        text-align: center;
    }
    .site-nav .menu>li:nth-child(n+10) {
        background: none;
    }
    .site-nav .menu>li>a {
        width: 110px;
    }
    /*------------ / site_header 1470 ------------*/
    /*------------ site_footer 1470 ------------*/
    .site-footer:before {
        right: 15px;
        margin-right: 0;
    }
    /*------------ / site_footer 1470 ------------*/
    /* 20201020 */
    .submenu {
        margin: 0;
    }
    .site-map {
        width: calc(100% - 700px);
    }
}

@media screen and (max-width: 1280px) {
    /*------------ site_header 1280 ------------*/
    .site-nav .menu>li>a {}
    /*------------ / site_header 1280 ------------*/
    /*------------ site_footer 1280 ------------*/
    .site-map {
        width: calc(100% - 600px);
    }
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .site-nav .menu>li>a {
        font-size: 15px;
    }
    /*------------ / site_header 1120 ------------*/
    /*------------ site_footer 1120 ------------*/
    .footer-top {
        text-align: center;
        padding: 30px 0;
    }
    .follow-box, .site-map {
        float: none;
        width: auto;
    }
    .follow-box {
        padding: 0;
    }
    .follow-box>* {
        margin: 3px 5px;
    }
    .site-map {
        max-width: 600px;
        margin: 10px auto 0;
    }
    /*------------ / site_footer 1120 ------------*/
    /* 20201020 */
    .site-map ul {
        text-align: left;
    }
}

@media screen and (max-width: 1000px) {
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop {
        padding: 0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition: all .7s;
    }
    .header-fixed .header-sheet {
        display: block;
    }
    /*--- END隱私權手機板 ---*/
    /*------------ site_header 1000 ------------*/
    .site-header, .header-fixed .site-header {
        position: relative;
        padding: 0;
        z-index: 300;
    }
    .wrapper {
        padding-top: 40px;
    }
    .site-title, .header-fixed .site-title {
        padding: 15px 0;
        float: none;
        box-shadow: 0 0 0;
        text-align: center;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 235px;
        height: 60px;
    }
    .site-header .search-box, .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-top: 30px;
    }
    .content {
        padding: 0;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .has-side .content-wrapper {
        background: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating, .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop, .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop, .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .floating .ibtn.gotop:before, .floating .ibtn.gotop::after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    /* 20201020 */
    .follow {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    /*------------ / site_main 767 ------------*/
    /*------------ banner 1000 ------------*/
    .banner:before {
        bottom: 8px;
    }
    .banner:after {
        height: 30px;
        -webkit-background-size: auto 30px;
        background-size: auto 30px;
    }
    .banner {
        padding-bottom: 0;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 767 ------------*/
    .content-top {
        background: none;
        padding: 0;
        margin: 0 0 30px;
    }
    .main-title {
        background: #F3F5FA;
        padding: 15px;
        margin: 0 -15px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        padding: 0 0 10px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .site-footer {
        margin-top: 0;
    }
    .site-footer:before {
        display: none;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap.type2 {
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        border: 0;
        padding: 25px 0;
        max-width: none;
        background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap.type2 {
        padding: 30px 15px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr, .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 70px;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -18px;
    }
    .fancybox-album .fancybox-prev span, .fancybox-album .fancybox-next span {
        top: -55px;
        margin: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
    /*------------ / lightbox 767 ------------*/
    .footer-top {
        text-align: center;
        padding: 20px 0;
    }
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr, .table-v th, .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th, .table-v td {
        padding: 5px 10px;
    }
    /*------------ / table 500 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ site_footer 400 ------------*/
    .follow-box>* {
        margin: 3px 0;
    }
    /*------------ / site_footer 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
}