@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;1,700&family=Noto+Serif+TC:wght@700&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial,'微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
}
h3.name{
    margin: 0;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
/*------------ / 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.87);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    color: #444;
    border-radius: 8px;
    border:solid 1px #993031;
}
.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:#993031;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon.require {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #993031;
    margin: 0 3px 3px;
}
.icon.success {
    background-image: url('../../images/common/success_ic.png');
    width: 88px;
    height: 88px;
}


/*------------ / icon ------------*/
/*------------ btn ------------*/
.btn.more{
    text-decoration: none;
    font-size: 15px;
    color: #FFFFFF;
    width: 155px;
    height:45px;
    line-height: 45px;
    background: #222222;
    display: block;
    text-align: center;
    letter-spacing: 0;
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    margin: auto;
}
.btn.more:hover {
    background: #993031;
    color:#fff;
    transition: all 1s ease;

}

.btn.more:before {
    background-color: #993031;
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 120%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    z-index: -1;
}
.btn.more:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

.btn.more::after {
    content: '';
    width: 7px;
    height: 45px;
    background: #993031;
    position: absolute;
    right: 0;
}
.fimg{
    position: absolute;

}
.fimg1{
    right: 5.8%;
    top: 6%; 
    width: 12.25%;
}
.fimg2{
    right: 10.5%;
    width: 14.2%;
    top: 18%;
}
.fimg3{
    right: 9.1%;
    top: 25%;
    width: 5.95%;
}
.community .box .container{
    display: flex;
    align-items: center;
    padding: 25px 15px;
    justify-content: space-between;
}
.community_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 250px);
}
.arashi_box{
    display: flex;
    align-items: center;
    border:1px solid rgba(255,255,255,0.7);
    margin-right:30px;
    border-radius:10px;
    overflow:hidden;
    box-sizing:border-box;
}
.arashi_box .logo{
    display: block;
    width: 190px;
    height: 46px;
    padding:10px;
    background: url(../../images/common/arashi.png) 50% 50% no-repeat,rgba(255,255,255,1);
    border-right:1px solid #fff;
    
}
.arashi_box .btn_box,
.donshowburi_box .btn_box{
    box-sizing: border-box;
    padding: 10px;
}
.donshowburi_box{
    display: flex;
    align-items: center;
    border:1px solid rgba(255,255,255,0.7);
    margin-right:15px;
    border-radius:10px;
    overflow:hidden;
    box-sizing:border-box;
}
.donshowburi_box .logo{
    display: block;
    width: 75px;
    height: 46px;
    padding:10px;
    background: url(../../images/common/donshowburi.png) 50% 50% no-repeat,rgba(255,255,255,1);
    border-right:1px solid #fff;
    
}
.community_list .ibtn{
    transition: all ease .6s;
    vertical-align: middle;
    margin:0 5px
}
.community_list .ibtn:hover{
    opacity: 0.7;
}
.ibtn.community-fb{
    background: url(../../images/common/fb.png) top no-repeat;
    width: 156px;
    height:46px;
}
.ibtn.community-ig{
    background: url(../../images/common/ig.png);
    width: 201px;
    height: 46px;
    
}
.ibtn.community-fb.arashi{
    background: url(../../images/common/arashi_fb.png) top no-repeat;
    width: 46px;
    height:46px;
}
.ibtn.community-ig.arashi{
    background: url(../../images/common/arashi_ig.png) top no-repeat;
    width: 46px;
    height:46px;
}
.ibtn.community-fb.donshowburi{
    background: url(../../images/common/donshowburi_fb.png) top no-repeat;
    width: 46px;
    height:46px;
}
.ibtn.community-ig.donshowburi{
    background: url(../../images/common/donshowburi_ig.png) top no-repeat;
    width: 46px;
    height:46px;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 88px;
    height: 88px;
    margin-right: 7px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    border: 1px solid #ddd;
    color: #D1D1D1;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 15px;
    line-height: 32px;
    width: 120px;
    height: 34px;
}
.btn.back:hover {
    background: #C8493D;
    color: #fff;
}
.btn.back .ic {
    vertical-align: middle;
    margin: 0 3px 3px 0;
    font-size: 20px;
}
.btn.simple {
    background: #01CEE9;
    width: 173px;
    height: 35px;
    color: #fff;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 35px;
    position: relative;
    margin: 0 5px 10px;
    border-radius: 5px;
}
.btn.simple:hover {
    background: #0059B2;
}
.btn.simple.w2 {
    width: 90%;
    max-width: 500px;
}
.btn.simple .ic {
    margin-bottom: 4px;
}
.btn.simple .ic5-caret-hollow-left,
.btn.simple .ic5-caret-hollow-right {
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic5-caret-hollow-left {
    left: 5px;
}
.btn.simple .ic5-caret-hollow-right {
    right: 5px;
}
.btn.simple.w100 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}
.btn.normal {
    color: #666;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    padding: 0 10px;
    width: 175px;
    height: 35px;
    line-height: 31px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin: 0 0 5px;
}
.btn.normal:hover {
   border-color: #01CEE9;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #0059B2;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 990;
    border-top: 5px solid #993031;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 22px 0 16px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50%  no-repeat;
    background-size: contain;
    width: 375px;
    height: 56px;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    vertical-align: middle; 
    font-size: 20px;
    margin-right: 4px;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    font-size: 13px;
    line-height: 28px;
    border-radius: 6px;
    padding: 0 10px 0 6px;
    text-align: center;
    margin: 4px;
    -moz-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.func-menu > li.login > a {
    background: #7AE4F3;
    color: #00468C;
}
.func-menu > li.gocart > a {
    background: #FFDC73;
    color: #000;
}
.func-menu > li.login > a:hover,
.func-menu > li.gocart > a:hover {
    background: #fff;
}
.func-menu > li > a span {
    display: block;
    -moz-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #7abbf3;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #3d88d4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #0f5ca9;
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #146cc3;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
.site-header .search-box {
    position: relative;
    width: 180px;
    box-sizing: border-box;
    margin-right: 15px;
}
.site-header .search-box .form-control {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    color: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 40px 0 5px;
    border-radius: 0;
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #fff;
}
.site-header .search-box ::-webkit-input-placeholder { color:#30D6EC; opacity: 0.8; }
.site-header .search-box ::-moz-placeholder { color:#30D6EC; opacity: 0.8; } /* firefox 19+ */
.site-header .search-box :-ms-input-placeholder { color:#30D6EC; opacity: 0.8; } /* Internet Explorer 10+ */
.site-header .search-box :-moz-placeholder { color:#30D6EC; opacity: 0.8; } /* firefox 14-18 */
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}
.site-header .language {
    display: inline-block;
    vertical-align: middle;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li {
}
.site-header .language li + li:before {
    content: '/ ';
    color: #0080FF;
}
.site-header .language li a {
    color: #993031;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
}
.site-header .language li a:hover {
    color: #fff;
}
.site-nav {
    padding: 36px 0 0;
    margin-left: 200px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 14px;
    position: relative;
}
.site-nav .menu > li > a {
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1331em;
    padding: 0 16px 35px;
    position: relative;
}
.header-fixed .site-nav .menu > li > a {
    padding: 8px 16px 19px;
    position: relative;
}
.header-fixed .site-nav .menu > li + li:before{
    top: 11px;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #993031;
}
.site-nav .menu > li + li:before{
    content: '';
    background: #EEEEEE;
    left: 0;
    top: 2px;
    height: 22px;
    width: 1px;
    position: absolute;
    transition: all ease .3s;
}
.site-nav .menu > li > a:before{
    content: '';
    height: 3px;
    background: #993031;
    width: 0;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    bottom: 0;
}   
.site-nav .menu > li > a:hover:before,
.site-nav .menu > li.active > a:before {
    width: 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: 188px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -94px;
}
.site-nav .menu ul li+li {
    border-top: 1px solid #eee;
}
.site-nav .menu ul li a {
    color: #444;
    font-size: 14px;
    text-align: center;
    padding: 6px 18px;
    background: #fff;
    transition: all .5s ease; 
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    background:  #993031;
    color: #fff;
}

.site-nav .menu ul ul {
    left: 100%;
    top: -2px;
    margin-left: 2px;
    
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10px;
}
.site-nav .menu ul ul li+li {
    
}
.site-nav .menu ul ul li a {
    
    padding: 6px 12px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {
    
}
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active > a:after {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.wrapper{
    padding-top: 101px;
}
.site-nav,.site-header,.site-title .logo,.site-title {
    transition: all .3s ease;
}
.header-fixed .site-nav{
    padding-top: 8px;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-title .logo{
    width: 287px;
    height: 40px;
}
.header-fixed .site-title{
    padding:10px 0;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
  background: linear-gradient(
    45deg,
    #993031 25%,
    #8d2122 0,
    #8d2122 50%,
    #993031 0,
    #993031 75%,
    #8d2122 0
  );
  background-size: 3px 3px;

    height: 80px;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top .btn.gohome {
    background:#C8493D;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    padding-top: 16px;
    font-family: EB Garamond;
}
.main-top .btn.gohome:hover {
    opacity: 0.7;
}
.main-top .btn.gohome .ic {
    display: block;
    font-size: 30px;
    margin: 0 auto 3px;
}
.main-title:before{
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border:solid 1px rgba(255,255,255,0.20);
    z-index: -1;
}
.main-title {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: Noto Serif TC;
    text-align: center;
    line-height: 110px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
    height: 110px;
    background: #A3514F;
    letter-spacing: 1px;
    z-index: 1;

}
.content-top{
    background: #F0F0F0;
}
.main-content {
    padding: 70px 0 66px;
    background: #ECE9E2;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    padding: 19px 0px;
}
.content-title {
    color: #444;
    font-size: 30px;
    font-weight: bold;
    font-family: Noto Serif TC;
    line-height: 1.4;
    margin: 0;
    position: relative;
}
.content-title.news{

}
.content-title:before{
    content: '';
    display: inline-block;
    width: 21px;
    height: 30px;
    background: url(../../images/common/title_ic.png) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.content-title2 {
    color: #0059B2;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}
.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 30px;
}
.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #888;
    border-radius: 100%;
    margin-right: 10px;
}
.shopping-title .ic-wrap .ic {
    vertical-align: middle;
    margin: 0 0 3px;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    float: right;
    text-align: right;
    color: #878787;
    font-size: 13px;
    margin: 9px 0 0;
    position: relative;
    z-index: 10;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all ease .6s;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li a:hover {
    color: #993031;
}
/*------------ / breadcrumb ------------*/
/*------------ site_footer ------------*/
.community{
    position: relative;
    background: url(../../images/common/footer_bg.jpg) fixed;
    background-size: cover;
    padding-top: 13.4%;
    padding-bottom: 381px;
    background-position: 50% 100%;
}
.community:before{
    position: absolute;
    content: '';
    width: 100%;
    padding-bottom: 13.2%;
    background: url(../../images/common/footer_bg.png) bottom no-repeat;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-size: 100% auto;
}
.follow{
    float: right;
}
.community .box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(200,73,61,0.80);
    padding: 21.5px 0;
}
.footer-top {
    background: url(../../images/common/footer_bottom.jpg);
    font-size: 15px;
    color: #787878;
    letter-spacing: 0;
}
.footer-top a {
    color: #787878;

}
.share{
    margin-top: 15px;
    text-align: center;
}
.share .btn,
.share a{
    color: #F7F7F7;
    display: inline-block;
    position: relative;
    background: #B7AA81;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 40px;
    z-index: 2;
}
.share .btn:after,
.share a:after{
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background: #993031;
    content: '';
    display: block;
    border-radius: 50%;
    transition: all .2s ease;
    z-index: -1;
}
.share .btn:hover:after,
.share a:hover:after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/*---- share_box ----*/
.share_box{
    display:block;
}
.share_box .share-link .btn{
    font-size: 0;
}
.share_box .share-link .btn i{
    font-size: 28px;
}
/*---- share_box ----*/
.footer-top .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.footer-top .col {
    display: table-cell;
    vertical-align: top;
    margin-right: -1px;
    min-height: 220px;
    padding: 37px 30px 33px;
    width: 33.33%;
}
.footer-top .col .box{
    max-width: 310px;
    margin: auto;
}
.footer-title span{
    color: #993031;
    font-size: 15px;
    font-family: EB Garamond;
    font-weight: normal;
    display: block;
    padding-top: 5.5px;
    margin-top: 7.5px;
    border-top: solid 1px #993031;
    position: relative;
}
.footer-title span:before,
.footer-title span:after{
    content: '';
    background: url(../../images/common/footer_ic.png);
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5.5px;
    display: block;
}
.footer-title span:before{
    left: 0;
}
.footer-title span:after{
    right: 0;
}
.footer-title {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    font-family: Noto Serif TC;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1;
}
.site-map {
    font-size: 13px;
    color: #545454;
    display: flex;
    justify-content: space-between;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.site-map ul li {
    margin: 5px 0;
    letter-spacing: 0.05em;
}
.site-map ul li a {
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    white-space: nowrap;
}
.site-map ul li a:hover {
    color: #993031;
}

.follow {
    display: inline-block;
    vertical-align: top;
}
.follow {

}
.follow *{
    display: inline-block;
}

.site-footer .share li {
    margin: 0 5px;
    font-size: 17px;
}
.site-info {
    color: #787878;
    line-height: 1.5;
}
.site-info-list li {
    position: relative;
    padding: 0px 0 0px 45px;
    line-height: 36px;
    margin-bottom: 10px;
}
.site-info-list li a {
    display: inline;
    transition: all ease .6s;
}
.site-info-list li a:hover {
    color: #993031;
}
.site-info-list .ic {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #993031;
}
.footer-links-list .box {
    max-width: 300px;
    margin: 0 auto 20px;
}
.footer-links-list .pic {
    position: relative;
    overflow: hidden;
}
.footer-links-list .pic figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    font-family: 'Advent Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-links-list .item:nth-child(2n+1) .pic figcaption {
    background: rgba(0,16,64,0.75);
    color: #99DAEE;
}
.footer-links-list .item:nth-child(2n) .pic figcaption {
    background: rgba(35,140,0,0.75);
    color: #fff;
}
.footer-bottom {
    background: #993031;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.author {
    display: inline-block;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 0;
    bottom: 268px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .btn.gotop {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #C8493D;
    color: #fff;
    font-size: 26px;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
    border-radius: 5px 0 0 5px;
}
.floating .btn.gotop .ic{
    position:relative;
    top:0px;
    transition:all .3s ease;
}
.floating .btn.gotop:hover {
    background: #993031;
}
.floating .btn.gotop:hover .ic{
    color: #fff;
    top:-4px;
}

/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.content-nav-box {
    background: #aaa;
    text-align: center;
}
.content-nav li {
    padding: 0 6px;
}
.content-nav li a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 20px 14px 14px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #00468C;
}
.content-nav li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #00468C transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.content-nav li a.logout {
    color: #00468C;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #FAFAFA;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    color: #444;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #FCFAEE;
    padding: 0 5px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all ease .6s;
}
.pagination li a:hover,
.pagination li.active a {
    background: #C8493D;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    line-height: 36px;
    color: #CACACA;
}
.pagination li a.controls:hover {
    color: #fff;
    border-color: #C8493D;
}
.pagination li a.prev {
    margin-right: 20px;
}
.pagination li a.next {
    margin-left: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0;
    
}
.page-info .form-control:focus {
    border-color: #C8493D;
    background: none;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #535353;
    font-size: 15px;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #00468C;
    font-size: 15px;
    background: #eee;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    background: #00468C;
    color: #eee;
}
.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    color: #999;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #017FFB;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #993031;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #1085F9;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 950px;
}
.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -12px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #993031;
    margin: 0 8px 3px 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    line-height: inherit;
}
.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: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #993031;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #1086FA;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 40px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #993031;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    font-family: Noto Serif TC;
    margin: 10px auto;
}
.success-txt {
    line-height: 1.8;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
}
.success-txt strong {
    color: #444;
    font-size: 15px;
}
.success-txt a {
    text-decoration: underline;
    color: #00468C;
}
.success-txt a:hover {
    text-decoration: none;
    color: #2fcfe0;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    border-top: 1px solid #017FFB;
    color: #6A6A6A;
}
.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 {
    border-bottom: 1px solid #DCDCDC;
}
.table-h thead th {
    background: #eee;
    color: #777;
    font-weight: normal;
    padding: 12px;
}
.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 td span {
    color: #840000;
}
.table-v {
    color: #777;
    font-size: 14px;
}
.table-v tr:nth-child(2n) {
    background: #E0FBFE;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v th:after {
    content: "\e901";
    font-family: 'icon-font-5' !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: #ccc;
    font-size: 12px;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -7px;
}
.table-v strong {
    color: #0059B2;
}
.table-v b {
    color: #993031;
}
/*------------ / table ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #993031;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #993031;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #4e96de;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #993031;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
    font-size: 30px;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-fixed .qty {
    background: #00468c;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
 .mmenu-show #mobile-menu .share i{
    line-height: 30px;
 }
 .menu .show-desk{
     display: block;
 }
 .menu .show-m{
    display: none;
 }
 .mmenu-show #mobile-menu .share{
    display: block;
 }
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ site_footer 1420 ------------*/
    
    .site-map {
        letter-spacing: 25px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
   
/*------------ / site_footer 1420 ------------*/
}
@media screen and (max-width: 1360px) {
/*------------ site_header 1360 ------------*/
    .site-nav .menu {
        margin: 0 -8px;
    }
    .site-nav .menu > li {
        padding: 0 8px;
    }
/*------------ / site_header 1360 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_header 1280 ------------*/
    .site-nav .menu {
        margin: 0 -4px;
    }
    .site-nav .menu > li {
        padding: 0 4px;
    }
/*------------ / site_header 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    .content-nav li {
        padding: 0 2px;
    }
    .content-nav li a {
        padding: 20px 14px 14px;
    }

    .site-title {
        padding: 15px 0 10px;
    }
    .top-nav {
        top: 20px;
    }
    .site-header .language {
        top: 27px;
    }
    .site-footer .share li{
        margin: 0 2px; 
    }
 
}
@media screen and (max-width: 1000px) {
 
    .mmenu-show #mobile-menu .menu li.show-desk{
        display: none;
    }
    .menu .show-m{
       display: block;
    }
    .community {
        background-attachment: inherit;
        padding-bottom: 282px;
        height: auto;
        padding: 0;
        /*background: none;*/
    }
    .community .box{
        position:relative;
        z-index:1;
        background: url(../../images/common/footer_bg.jpg) 50% 100% no-repeat;
        background-size: cover;
        padding: 177px 0 0;
    }
    .community .box:before{
        content:'';
        display:block;
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        z-index:-1;
        background: rgba(200,73,61,0.80);   
    }
    .community:before {
        z-index:10;
        background-size: contain;
        width: 1920px;
        height: 177px;
        padding: 0;
        background-position: 0% 0%;
    }
    .fimg{
        display: none;
    }
    .footer-top .row,
    .footer-top .col {
        display: block;
        width: auto;
    }
    .wrapper{
        padding-top: 40px;
    }
    .site-footer .share{
        display: none;
    }
    .footer_link{
        display: none;
    }
    .community_list{
        float: none;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }
    .follow{
        float: none;
        text-align: center;
    }
    .community_list .ibtn{

    }
    .arashi_box,
    .donshowburi_box{
        flex-direction: column;
        margin:0 auto 20px;
    }
    .donshowburi_box .logo{
        width: 190px;
    }
    /*--- 隱私權手機板 ---*/
     .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;
        border-width: 1px 0 0 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-title .logo,.header-fixed .site-title .logo {
        width: 236px;
        height: 52px;
    }
    .site-title,.header-fixed .site-title {
        float: none;
        text-align: center;
        padding: 15px 0 ;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding: 35px 0 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top .col {
        width: 50%;
        min-height: 0;
        margin: auto;
    }
    .footer-top .col1,
    .footer-top .col3 {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .floating .btn.gotop .ic {
        display: none;
    }
    .site-header{
        position: static;
    }
/*------------ / floating 1000 ------------*/
     .main-title {
        font-size: 30px;
        width: 173px;
        height: 58px;
        line-height: 55px;
        top: 0;
    }
    .main-top{
        height: 58px;
    }
    .content-title{
        text-align: center;
        font-size: 24px;
    }
    .breadcrumb {
        float: none;
        text-align: center;
    }
    .content-top .container{
        display: flex;
        flex-direction: column;

    }
    .content-top .breadcrumb.breadcrumb1{
        order:2;
    }
    .content-title:before{
        display: block;
        margin: 0 auto;
        top: 0;
    }
    .main-top .btn.gohome{
        height: 58px;
        font-size: 0;
        line-height: 58px;
    }
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
    .breadcrumb{
        margin-top: 0;
    }
    .community .box {
        top: 0;
        display: flex;
        align-items: flex-end;
    }
    .community:before{
        z-index: 2;
    }
/*------------ site_main 767 ------------*/
    .main-content {
        
    }
   
    .main-top .btn.gohome {
        display: none;
    }

    .content-title2 {
        font-size: 22px;
    }
/*------------ / site_main 767 ------------*/

/*------------ site_footer 767 ------------*/
    .footer-top {
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding: 20px 15px 10px;
    }
    .follow {
        display: block;
        letter-spacing: 10px;
        margin: 0;
    }
    .follow > * {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
    }
    .site-footer .share li {
        display: inline-block;
        padding: 0 5px;
    }
    .site-footer .share .txt {
        display: none;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list .ic {
        position: static;
        vertical-align: bottom;
        margin-right: 8px;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
/*------------ / 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-close {
        right: 50%;
        top: -40px;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -60px;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
/*------------ / lightbox 767 ------------*/
    .community_list{
        width:100%;
        justify-content:center;
        flex-direction: column;
    }
    .community .box .container{
        flex-direction:column;
        justify-content: center;
    }
    .community_list .ibtn{

    }
}
@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 tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}