@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*----- basic -----*/
body {
    font-family:"Inter", sans-serif, "Noto Sans TC", sans-serif, Arial;
    color: #828387;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1.25px;
    
}
h3.name{
    margin: 0;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.box{
    display: block;
    position: relative;
}
/*----- !basic -----*/
/*----- box -----*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*----- !box -----*/
/*------------ éš±ç§æ¬Š ------------*/
.header-sheet{
    position: fixed;
    bottom: 43px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    padding: 20px 30px;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 1300px;
    color: #616266;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E3E4E6;
    height: auto;
    text-align: left;
    z-index: 9999;
    border-radius: 8px;
    line-height: 1.65;
    letter-spacing: 0.35px;
    font-size: 15px;
}
.header-sheet .container{
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-sheet .close-ontop,
.close-ontop{
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    padding: 15px;
    margin-left: auto;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    background: #e40011;
    text-shadow: unset;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 0;
}
.header-sheet .close-ontop:hover,
.close-ontop:hover{
    opacity: .7;
}
.header-sheet a{
    color:#e40011;
}
/*------------ / éš±ç§æ¬Š ------------*/
/*----- icon -----*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.icon.require {
    background: #e40011;
    width: 6px;
    height: 6px;
    margin: 0 3px 0px;
    border-radius: 100%;
}
/*----- !icon -----*/
/*----- btn -----*/
.share li {
    margin: 2.5px 0;
}
.share .btn {
    color: #888;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    background: #2c2d30;
    border: 1px solid #444;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.share .btn:hover {
    color: #616266;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}
.share .btn .ic {
    vertical-align: middle;
    margin-bottom: 5px;
}
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    transition: all .3s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    position: relative;
    max-width: 200px;
    width: 100%;
    height: 50px;
    color: #2C2D30;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 48px;
    background: #fff;
    border-radius: 0;
    margin: 0 8px 10px;
    transition: all 0.3s ease;
    border: 1px solid #E3E4E6;
}
.btn.simple:hover {
    color: #fff;
    background: #e40011;
    border: 1px solid #e40011;
}
.btn.simple .ic {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 6px 6px;
}
.btn.simple2 {
    width: 100%;
    max-width: 356px;
    color: #fff;
    background: #193B33;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn.simple2:hover {
    color: #fff;
    background: #e40011;
}
.btn.simple3 {
    width: 100%;
    color: #fff;
    background: #2C2D30;
    border-radius: 0;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.btn.simple3:hover {
    color: #fff;
    background: #e40011;
}
.btn.normal {
    color: #fff;
    background: #2C2D30;
    border-radius: 0;
    padding: 0 10px;
    min-width: 160px;
    line-height: 40px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.btn.normal:hover {
    color: #fff;
    background: #e40011;
}
.btn.normal .icon {
    margin: 0 0 3px 0;
}
.btn.normal .icon.home {
    text-indent: unset;
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
}
.btn.normal .icon.home::before {
    content: '\e906';
    font-family: 'icon-font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn.pure {
    color: #193B33;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.btn.pure:hover {
    color: #C0A981;
}
/*----- !btn -----*/
/*----- site_header -----*/
.wrapper{
    padding-top: 105px;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.site-title {
    position: relative;
    float: left;
    padding: 30px 0 25px;
    z-index: 5;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 213px;
    height: 50px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*top-nav*/
.top-nav {
    position: absolute;
    right: 15px;
    top: 27px;
    z-index: 10;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
/*func-menuÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½*/
.func-menu {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.func-menu>li {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}
.func-menu>li+li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #D6D6D6;
}
.func-menu > li > a {
    color: #888;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    transition: all 0.3s ease;
}
.func-menu>li>a:hover {
    color: #C0A981;
}
.func-menu li.gocart {
    position: relative;
}
.func-menu li.gocart:before {
    display: block;
}
.func-menu li.gocart > a {
    padding: 0;
}
.func-menu li.gocart.active > a,
.func-menu li.gocart > a:hover {
    text-decoration: none;
}
.func-menu li.gocart > a .qty {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    min-width: 25px;
    min-height: 25px;
    line-height: 22.5px;
    padding: 0 5px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background: #193B33;
     font-family: "Lato", sans-serif;
    transition: all 0.3s ease;
}
.func-menu li.gocart.active>a .qty,
.func-menu li.gocart>a:hover .qty {
    color: #fff;
    background: #C0A981;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    width: 300px;
    border: 1px solid #C0A981;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #193B33;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 39px;
    letter-spacing: 1.5px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.func-menu .cart-box .btn:hover {
    color: #fff;
    background: #C0A981;
}
.func-menu .cart-box .btn .ic {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 0 6px 5px;
}
.func-menu .cart-list {
    padding: 5px;
}
.func-menu .cart-list li+li {
    border-top: 1px solid #D6D6D6;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
    transition: all 0.3s ease;
}
.func-menu .cart-list a:hover {
    background: #f5f5f5;
}
.func-menu .cart-list .pic {
    float: left;
}
.func-menu .cart-list .txt {
    color: #888;
    margin-left: 90px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
}
.func-menu .cart-list a:hover .name {
    color: #C0A981;
}
.func-menu .cart-list .qty {
    color: #193B33;
     font-family: "Lato", sans-serif;
}
/*languageÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»*/
.site-nav .language .btn {
    display: none;
}
.site-nav .language li a {
    border: 1px solid #DBDBDB;
    color: #aaa;
    width: 66px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    padding: 0 5px;
    transition: all 0.3s ease;
}
.site-nav .language li a:hover {
    color: #fff;
    background: #E40011;
    border-color: #E40011;
}
/*site-navÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®*/
.site-nav {
    position: relative;
    padding: 50px 0px 0;
    margin-left: 265px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 15px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li {
    padding: 0 10px;
    position:relative;
}

.site-nav .menu > li.hover-on > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #616266;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin: 0 5px;
}

.site-nav .menu > li > a {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 5px 10px;
    transition: all 0.3s ease;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #E40011;
}

.site-nav .menu ul {
    display: none;
    position: absolute;
    border-top: 2px solid #E40011;
}
.site-nav .menu > li > ul{
    box-sizing: border-box;
    text-align: left;
    width: 200px;
    top: 100%;
    left: 50%;
    margin: 23px 0 0 -100px;
    background: #FFF;
    z-index: 600;
    
}
.site-nav .menu > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 23px;
    width: 100%;
}
.site-nav .menu > li ul {
    background: #FFF;
    
}
.site-nav .menu li ul li {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #E3E4E6;
}
.site-nav .menu li ul li:last-child {
    border-bottom: none;
}
.site-nav .menu ul li a {
    position: relative;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    padding: 10.5px 15px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #616266;
    background: #FFF;
    transition: all .3s ease;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #E40011;
}
.site-nav .menu ul ul {
    margin: 0px 0 0 2px;
    width: 100%;
    top: 10px;
    left: 100%;
    box-sizing: border-box;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹*/
.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
}
.site-header .search-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    border-left: 1px solid #D6D6D6;
}
.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0;
    padding: 0 30px 0 10px;
    color: #888888;
    letter-spacing: 1px;
    font-family: 'EB Garamond', 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â', serif;
    transition: all 0.3s ease;
}
.site-header .search-box .form-control:focus {
    background: #f5f5f5;
}
.site-header .search-box .ibtn.search {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: url(../../images/common/btn_search.png) no-repeat 0 0;
    background-size: cover;
}
.site-header .search-box .ibtn.search:hover {
    background-position: 0 -30px;
    background-size: cover;
}
/*header-fixedÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ*/
.header-fixed .site-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav{
    padding-top: 18px;
}
.header-fixed .site-title {
    padding: 15px 0;
}
.header-fixed .site-title .logo {
    width: 250px;
    height: 36px;
}
.header-fixed .site-nav .menu > li > a:before {
    bottom: -16px;
}
.header-fixed .site-nav .menu > li.active > a:before,
.header-fixed .site-nav .menu > li.active2 > a:before,
.header-fixed .site-nav .menu > li:hover > a:before {
    height: 15px;
}
.header-fixed .site-nav .menu > li > ul {
    margin: 16px 0 0 -100px !important;
}
.header-fixed .site-header .search-box {
    display: none;
}
/*----- !site_header -----*/
/*----- banner -----*/
.banner {
    position: relative;
}
.banner img{
    width: 100%;
}
/*----- !banner -----*/
/*----- site_main -----*/
.main-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #2C2D30;
    letter-spacing: 8px;
    line-height: 1;
    padding: 40px 0 20px;
    margin: 0;
    position:relative;
    font-family: "Montserrat", sans-serif;
}
.main-top:after{
      content: '';
      position: relative;
      display: block;
      width: 500px;
      bottom: 0px;
      height: 1px;
      margin: 0 auto;
      background: #E3E4E6;
}

.main-title:before{
     content: '';
     display: inline-block;
     width: 0;
     height: 0;
     border-top:5px solid transparent;
     border-bottom: 5px solid transparent;
     border-left: 10px solid #e40011;
     margin: 0 20px 5px;
}
.main-title:after{
     content: '';
     display: inline-block;
     width: 0;
     height: 0;
     border-top:5px solid transparent;
     border-bottom: 5px solid transparent;
     border-right: 10px solid #e40011;
     margin: 0 12px 5px;
}
.main-content {
    padding: 15px 0 110px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.content-title {
    color: #616266;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 3px;
    margin: 0;
}
.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}
.content-title .keyword {
    color: #C0A981;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.shopping-title .icon {
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon.car {
    background-position: 0 0;
}
.shopping-title .icon.cart {
    background-position: 0 -30px;
}
.shopping-title .icon.money {
    background-position: 0 -60px;
}
.shopping-title .icon.plus {
    background-position: 0 -90px;
}
.shopping-title .icon.user {
    background-position: 0 -120px;
}
.shopping-title .icon.box {
    background-position: 0 -150px;
}
.shopping-title .icon.notice {
    background-position: 0 -180px;
}
.shopping-title .icon.msg {
    background-position: 0 -210px;
}
.btn-box {
    clear: both;
    padding-top: 40px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.site-nav,
.site-header,
.site-title {
    transition: all .3s ease;
}
.warning-sect {
    padding: 0 0 30px;
}
/*----- !site_main -----*/
/*----- contet_nav -----*/
.content-nav {
    border: 1px solid #D6D6D6;
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}
.content-nav li {
    position: relative;
    margin: 0;
}
.content-nav li a {
    display: block;
    color: #333;
    padding: 8px 24px;
    transition: all 0.3s ease;
}
.content-nav li a.logout {
    color: #193B33;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #C0A981;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #C0A981;
    color: #fff;
}
.content-nav li a:before {
    content: '// ';
}
/*----- !contet_nav -----*/
/*----- site_footer -----*/
/*------------ side-share ------------*/
.casbutton a{
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 400;
    background:#e40011;
    width: 60px;
    color: #fff;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 60px;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 3px;
    transition: all 0.3s ease;
}
.casbutton a:hover{
    background:#616266;
}
.casbutton a .community-common-mail:before{  
    font-size: 16px;
    margin: 0 0 7px;
}
.side-share{
    position: fixed;
    right: 52px;
    bottom: 310px;
    z-index: 400;
}
.side-share.for-cart{
    right: unset;
    left: 15px;
}
.side-share .share{
    display: flex;
    flex-direction: column;
}
.side-share .share li{
    margin: 2px 0;
}
.side-share .share li a{
    width: 55px;
    height: 55px;
    color: #FFF;
    border-radius: 50%;
    display: block;
    line-height: 55px;
    text-align: center;
    transition: all 0.3s ease;
    border: 0;
    font-size: 0;
      color: #616266;
    background:#fff;
    border:1px solid #E3E4E6;
    overflow: hidden;
}
.side-share .share .btn i{
    display: block;
    font-size: 20px;
    line-height: 55px;
  
}

.side-share .share .btn.cm-instagram i{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #616266;
}

.side-share .share .btn:hover{
   background:#e40011;
    border:1px solid #e40011;
    color: #fff;
}

.side-share .share .btn.cm-instagram:hover i{
    color: #fff;
}

/*------------ / side-share ------------*/
.site-footer {
    padding: 70px 0 85px;
    color: #B6B6B8;
    background: #2C2D30;
    position :relative;
    z-index: 3;
}
.site-footer * {
    position: relative;
    box-sizing: border-box;
}
.site-footer a {
    transition: all 0.3s ease;
}
.site-footer a:hover {
    color: #e40011;
}
.footer-top .container {
    max-width: 1330px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #444;
}
.site-map {
    line-height: 1.2;
    
}
.site-map ul {
    display: flex;
    flex-wrap: wrap;
}
.site-map li+li {
    margin: 0 0 0 20px;
}
.site-map li a:before {
    content: '- ';
    transition: all 0.3s ease;
}
.site-map li a:hover:before {
    color: #e40011;
}
.footer-bottom .container {
    max-width: 1330px;
}
.site-copyright {
    font-size: 13px;
    color: #B6B6B8;
    width: 21%;
    border-right: 1px solid #444;
    padding: 0 17px 0 0;
    float: left;
}
.footer-title {
    padding: 0 0 10px;
}
.footer-title .logo {
    background: url(../../images/common/logo.png) 0% 50% no-repeat;
    background-size: contain;
    width: 213px;
    height: 42px;
    transition: all .3s ease;
}
.site-info {
    width: 47%;
    padding: 20px 0 0 26px;
    float: left;
}
.follow{
    width: 32%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    float: left;
}
.follow .share-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.follow .share {
    margin: 0 15px 0 0;
}
.qrcode {
    margin: 0 15px 0 0;
    width: 100px;
    height: 100px;
}
/*----- !site_footer -----*/
/*----- floating -----*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 90px;
    margin-right:0;
    z-index: 299;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #2C2D30;
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    text-indent: unset;
    text-transform: lowercase;
    transition: all 0.3s ease;
    border: 1px solid rgb(227 228 230 / 10%);
}
.floating:hover .ibtn.gotop{
    background: #fff;
}

.floating .arrow{
    position: absolute;
    z-index: 2;
    width: 2px;
    height: 24px;
    background: #fff;
    transition: transform .35s ease;
    top: 17px;
    right: 0;
    left:0;
    margin: 0 auto;
}
.floating:hover .arrow{
   background: #2c2d30;
}
.floating .arrow::after{
    content: "";
    position: absolute;
    right: -5px;
    top: 33%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.floating:hover .arrow::after{
    border-top: 2px solid #2c2d30;
    border-left: 2px solid #2c2d30;
}

/*----- !floating -----*/
/*----- breadcrumb -----*/
.breadcrumb {
    color: #B6B6B8;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '-';
    padding: 0 2px;
}
.breadcrumb li a:hover {
    color: #e40011;
}
/*----- !breadcrumb -----*/
/*----- pagination -----*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
     font-family: "Lato", sans-serif;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 25px;
    padding: 0 5px;
    border: 1px solid #E3E4E6;
    text-align: center;
    color: #828387;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.pagination li a:hover,
.pagination li.active a {
    border-color: #e40011;
    background: #e40011;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 20px;
}
.pagination li a.controls .ic {
    position: relative;
    bottom: -1px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    margin: 0;
    transition: all 0.3s ease;
}
.page-info .form-control:focus {
    border-color: #C0A981;
}
/*----- !pagination -----*/
/*----- form -----*/
.reminder {
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.reminder:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 230px;
    margin: 10px auto 0;
    display: none;
}
.reminder strong {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Noto Serif TC', serif;
}
.reminder .require-txt {
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #e40011;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.static-control {
    line-height: inherit;
    color: #C0A981;
    font-weight: 500;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    text-align: center;
    color: #333;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 0 30px;
    font-family: 'Noto Serif TC', serif;
}
.form-title:after {
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 21px;
    margin: 10px auto 0;
    background: #D6D6D6;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1134px;
}
.form-wrap.type2 {
    border: 1px solid #ddd;
    max-width: 740px;
}
.form-wrap.type3 {
    max-width: 1000px;
}
.form-box {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type2 .form-box {
    max-width: 540px;
    padding: 4% 0 5%;
}
.form-box .row {
    margin: 0 -2%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #e40011;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 0 8px 2px 0;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    line-height: inherit;
    padding-left: 5px;
}
.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: #828387;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #e40011;
}
.form-box .captcha a .ic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.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: #C0A981;
    font-size: 14px;
    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 .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 .psw-account .control-label {
    float: left;
}
.form-box .psw-account .control-box {
    margin-left: 50px;
}
.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: 18px;
    height: 18px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.form-group select.form-control {
    margin: 0 0 10px;
    font-weight: normal;
    border-radius: 0;
}
.success-wrap {
    text-align: center;
    padding: 4% 0 0;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 620px;
    border: 1px solid #E3E4E6;
    color: #2C2D30;
    font-size: 20px;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto 40px;
    border-radius: 0;
}
.success-msg2 {
    color: #333;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
    
}
.success-txt:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 20px auto 0;
    display: none;
}
.success-txt strong {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    
}
.success-txt a {
    text-decoration: underline;
    transition: all 0.3s ease;
}
.success-txt a:hover {
    color: #C0A981;
}
/*----- !form -----*/
/*----- table -----*/
.table-h thead {
    border-top: 1px solid #bbb;
}
.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    background: #f5f5f5;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #D6D6D6;
}
.table-h tfoot tr {
    background: #FFEADF;
    color: #555;
}
.table-h tfoot tr+tr {
    border-top: 1px solid #fff;
}
.table-h tfoot td {
    text-align: right;
    padding: 12px 30px;
}
.table-h tfoot td:last-child {
    width: 15%;
}
.table-h tfoot tr:last-child td {
    color: #C0A981;
}
.table-h tfoot tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
     font-family: "Lato", sans-serif;
}
.table-h .pd-id {
    color: #193B33;
    font-size: 14px;
}
.table-h .pd-name {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.table-h a:hover .pd-name {
    color: #C0A981;
}
.table-h .img {
    width: 80px;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
}
.table td span {
    color: #C0A981;
}
.table-v {
    border: solid #bbb;
    border-width: 1px 0;
}
.table-v tr:first-child {
    border-bottom: 1px solid #bbb;
}
.table-v tr:nth-child(2n+1) {
    background: #f5f5f5;
}
.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ddd;
    font-weight: normal;
}
.table-v strong {
    color: #C0A981;
    font-weight: normal;
}
/*----- !table -----*/
/*----- lightbox -----*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 46px;
    height: 46px;
    right: 0;
    top: -56px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
body .fancybox-inner {
    background: #eee;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 30px 50px 0;
}
.fancybox-album .fancybox-close {
    background: url('../../images/common/album/lightbox_close.png') no-repeat;
    width: 70px;
    height: 40px;
    right: 0;
    top: -40px;
}
.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    background-size: cover;
    width: 22.5px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}
.fancybox-album .fancybox-title {
    color: #7A7A7A;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-top: 10px;
    font-size: 14px;
}
.fancybox-album .photo-pager {
    float: right;
    font-size: 14px;
     font-family: "Lato", sans-serif;
}
.fancybox-album .photo-pager b {
    color: #C0A981;
    font-weight: normal;
}
.fancybox-album .photo-title {
    color: #C0A981;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    min-height: 20px;
    font-family: 'Noto Serif TC', serif;
}
.fancybox-album .photo-intro {
    margin-bottom: 0;
}
/*----- !lightbox -----*/
/*----- mmenu-show -----*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #2C2D30;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #2C2D30;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #2C2D30;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #e40011;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.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: #333;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.mmenu-show #mobile-search:before {
    content: "";
    width: 100vw;
    height: calc(100vh - 42px);
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-search.active:before {
    opacity: 1;
    pointer-events: unset;
}
.mmenu-show #mobile-menu .language-menu {
    background: #2C2D30;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu{
    background: #2C2D30;
}
.mmenu-show #mobile-menu .share li {
    padding: 0;
}
.mmenu-show #mobile-menu .share .btn {
    margin: 0;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
    
}
/*----- !mmenu-show -----*/
/*----- rwd -----*/

@media screen and (max-width: 1440px) {
    /*----- site_header 1440 -----*/
    .site-nav .menu > li {
        padding: 0;
    }
    .site-header .search-box {
        width: 170px;
    }

    /*----- !site_header 1440 -----*/
    /*----- site_footer 1440 -----*/
    .share .btn {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    /*----- !site_footer 1440 -----*/
}
@media screen and (max-width: 1280px) {
    /*----- site_header 1280 -----*/
    .wrapper {
        padding-top: 115px;
    }
    .site-title {
        padding: 46px 0 30px;
    }
    .site-title .logo {
        width: 213px;
        height: 39px;
    }
    .header-fixed .site-title .logo {
        width: 224px;
        height: 32px;
    }
    .site-nav {
        padding: 63px 0 0;
        margin-left: 169px;
    }
    .site-nav .menu > li > a {
        padding: 5px;
        font-size: 15px;
    }
    .site-header .search-box {
        width: 150px;
    }
    /*----- !site_header 1280 -----*/
    /*----- site_footer 1280 -----*/
    .site-footer {
        padding: 70px 0 90px;
    }
    .site-info {
        width: 44%;
    }
    .follow {
        width: 34%;
    }
    .footer-title .logo {
        width: 190px;
    }
    /*----- !site_footer 1280 -----*/
}
@media screen and (max-width: 1200px) {
    /*----- site_header 1200 -----*/
    .site-title .logo {
        width: 155px;
    }
    .site-header .search-box {
        width: 120px;
    }
    .site-header .search-box {
        padding-left: 5px;
        margin-left: 5px;
    }
    .site-header .search-box .form-control {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .header-fixed .site-title .logo {
        width: 133px;
    }
    /*----- !site_header 1200 -----*/
    .site-footer {
        padding: 50px 15px 70px;
    }
    .footer-bottom .container {
        max-width: 900px;
        margin: 0 auto;
    }
    .site-copyright{
        width: 31%;
    }
    .site-info {
        width: 69%;
    }
    .follow {
        width: 100%;
        clear: both;
        padding: 15px 0 0;
        justify-content: center;
    }
    .site-map li+li {
        margin: 0 0 0 5px;
    }  
    .footer-top .container {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .share .btn {
        font-size: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}
@media screen and (max-width: 1000px) {
     /*------------ éš±ç§æ¬Š ------------*/
    .header-sheet{
        padding: 20px;
        width: 100%;
        text-align: center;
        border-radius: 0;
        position: fixed;
        height: auto;
        bottom: 0;
        z-index: 599;
    }
    .header-sheet .container{
        flex-direction: column;
    }
    .header-sheet .close-ontop{
        position: relative;
        right: unset;
        top: unset;
        transform: unset;
        padding: 8px 10px;
        height: auto;
        margin: 15px auto 0;
    }
    /*------------ / éš±ç§æ¬Š ------------*/
    /*----- site_header 1000 -----*/
    .header-fixed .wrapper,
    .wrapper {
        padding-top: 40px;
    }
    .site-header,
    .header-fixed .site-header {
        position: static;
        height: auto;
    }
    .site-title,
    .header-fixed .site-title {
        float: none;
        text-align: center;
        padding: 15px 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo{
        width: 147px;
        height: 35px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*----- !site_header 1000 -----*/
    /*----- floating 1000 -----*/
    .casbutton a{
        right: 10px;
        bottom: 10px;
        width: 50px;
        line-height: 50px;
        padding: 12px 0;
        box-sizing: border-box;
    }
    .casbutton a .community-common-mail:before{  
        margin: 0 0 5px;
    }
    .side-share{
        right: 14px;
        bottom: 150px;
    }
    .side-share .share li a{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .side-share .share .btn i{
        font-size:17px;
        line-height: 40px; 
    }

    .floating .arrow{
        display:none;
    }
    .floating,
    .floating.fancybox-margin {
        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;
        font-size: 0;
    }
    .floating .ibtn.gotop::before {
        display: none;
    }
    /*----- !floating 1000 -----*/
    /*----- site_footer 1000 -----*/
    .site-footer {
        padding: 40px 0 60px;
    }
    .footer-top,
    .footer-bottom .share {
        display: none;
    }
    .site-info {
        width: 100%;
        padding: 0 0 30px;
        display: flex;
        justify-content: center;
        order: 1;
    }
    .follow {
        width: 100%;
        justify-content: center;
        padding: 0 0 30px;
        order: 2;
    }
    .site-copyright {
        width: 100%;
        padding: 0;
        text-align: center;
        order: 3;
        border: 0;
    }
    .footer-title,
    .footer-title .logo {
        display: none;
    }
    .footer-bottom .container {
        display: flex;
        flex-direction: column;
    }
    /*----- !site_footer 1000 -----*/
    /*----- site_main 1000 -----*/
    .main-title {
        font-size: 28px;
        padding: 20px 0;
    }
    .content-top,
    .content-top.text-center {
        margin: 0 0 30px;
    }
    .main-content {
        padding: 15px 0 50px;
    }
    .content-top::after{
        margin: 10px auto 0;
    }
    .btn-box {
        padding-top: 25px;
    }
    /*----- !site_main 1000 -----*/
    /*----- contet_nav 1000 -----*/
    .content-nav {
        display: none;
    }
    .reminder {
        margin-bottom: 15px;
    }
    /*----- !contet_nav 1000 -----*/
}
@media screen and (max-width: 1000px) {
    /*----- table 1000 -----*/
    .table-h td {
        min-width: 40px;
    }
    /*----- !table 1000 -----*/
}
@media screen and (max-width: 767px) {
    /*----- site_main 767 -----*/
    .main-title {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .main-title:before{
         border-top:4px solid transparent;
         border-bottom: 4px solid transparent;
         border-left: 10px solid #e40011;
         margin: 0 12px 4px;
    }
    .main-title:after{
         border-top:4px solid transparent;
         border-bottom: 4px solid transparent;
         border-right: 10px solid #e40011;
         margin: 0 10px 4px;
    }
    .content-title {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    /*----- !site_main 767 -----*/
    /*----- breadcrumb 767 -----*/
    .content-top .breadcrumb {
        float: none;
    }
    /*----- !breadcrumb 767 -----*/
    /*----- pagination 767 -----*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*----- !pagination 767 -----*/
    /*----- form 767 -----*/
    .form-title {
        font-size: 28px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-wrap.type2 {
        border: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
        padding: 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.type1 .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
    .success-msg2 {
        font-size: 19px;
    }
    /*----- !form 767 -----*/
    /*----- table 767 -----*/
    .table-h {
        border-top: 1px solid #bbb;
    }
    .sum-box .table-h {
        border-top: 0;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody 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 tfoot tr {
        padding: 10px 15px;
        overflow: hidden;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        width: auto;
        float: right;
    }
    .table-h td,
    .table-h tbody td {
        padding: 0;
        line-height: 2;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th, .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
    /*----- !table 767 -----*/
    /*----- lightbox 767 -----*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -45px;
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        top: -55px;
        margin-top: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
    /*----- !lightbox 767 -----*/
    /*----- form 767 -----*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*----- !form 767 -----*/
    .site-footer .copyright {
        display: block;
    }
}
@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 {
        background: #f5f5f5;
        border: 0;
    }
    /*----- !table 500 -----*/
}