@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*------------ basic ------------*/
body {
    font-family: "Jost",  "Noto Sans TC" ,  Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
}
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 .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.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
    -ms-transform: scale(1.1);
}

/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #F75202;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 15px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#F75202;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/



/*------------ 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;
    background-image: url('../../images/common/icons.png');
}
.icon.require {
    background: #F75000;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px 3px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/ 
.footer-top .share{
    margin-top: 20px;
    text-align: right;
}

.share .btn {
    color: #fff;
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    background: transparent;
    color: #FF882C;
    border: 1px solid #FF882C;
    margin: 0 5px;
    text-decoration: none;
}
 
.share .btn:hover {
     border-color: #F9BB00;
     color: #F9BB00;
}
.share .btn .ic {
    vertical-align: middle;
    margin-bottom: 5px;
}
.follow{
    margin-bottom: 0;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    width: 110px;
    height: 110px;
    margin-right: 10px;
    transition: all .3s ease;
    border-radius: 10px;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.75;
}
.qrcode{
    max-width: 110px;
    box-sizing: border-box;
    border: 2px solid #FF882C;
    padding: 2px;
    border-radius: 10px;
}



.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    max-width: 168px;
    width: 100%;
    height: 36px;
    color: #545454;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 32px;
    border: 2px solid #EFEAE5;
    border-radius: 10px;
    position: relative;
    margin: 0 8px 10px;
}
.btn.simple:hover {
    border-color: #FF882C;
    color: #FF882C;
}
.btn.simple .ic {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 6px 6px;
}
.btn.simple2 {
    width: 100%;
    max-width: 356px;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.btn.simple2:hover {
    background: #F75000;
}
.btn.simple3 {
    width: 100%;
    color: #FF872C;
    background: transparent;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.08em;
    border: 2px solid #FF872C;
}
.btn.simple3:hover {
    background: #FF872C;
    color: #fff;
}
.btn.normal {
    color: #545454;
    background: transparent;
    font-size: 14px;
    padding: 0 10px;
    min-width: 160px;
    line-height: 32px;
    border: 2px solid #EFEAE5;
    margin: 0 2px 10px;
    font-weight: bold;
}
.btn.normal:hover {
   border-color: #FF862C;
   color: #FF862C;
   
}
.btn.normal .icon {
    margin: 0 4px 3px 0;
}
.btn.normal .icon.home {
    background-position: 0 0;
}
.btn.normal .icon.cart {
    background-position: -25px 0;
}
.btn.normal .icon.cart2 {
    background-position: -50px 0;
}
.btn.normal .icon.order {
    background-position: -75px 0;
}
.btn.normal .icon.money {
    background-position: -100px 0;
}
.btn.pure {
    color: #FF872C;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9995;
}
.wrapper{
    padding-top: 0px;
    background: #FCF7F1;
}
.site-header  > .container{
    max-width: 1440px;
    background: #fff;
    padding: 0 45px;
    border-radius: 0 0 15px 15px;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 25px 0 25px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 432px;
    height: 70px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 45px;
    top: 15px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .icon {
    margin: 0 3px 3px 0;
}
.top-nav .icon.lock  { background-position: -100px -25px; }
.top-nav .icon.order { background-position:  -75px -25px; }
.top-nav .icon.money { background-position:  -50px -25px; }
.top-nav .icon.cart  { background-position:  -25px -25px; }
.func-menu {
    margin-right: 10px;
}
.func-menu > li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    background: url('../../images/common/border_dot_v.png') repeat-y;
}
.func-menu > li > a {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Muli', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #555;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 28px;
    padding: 0 10px;
}
.func-menu > li > a:hover {
    color: #FF732F;
}
.func-menu li.gocart {
    position: relative;
}
.func-menu li.gocart:before {
    display: none;
}
.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 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #FF732F;
    line-height: 25px;
    min-width: 25px;
    padding: 0 5px;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    bottom: 7px;
    left: -2px;
}
.func-menu li.gocart.active > a .qty:after,
.func-menu li.gocart > a:hover .qty:after {
    content: '';
    display: block;
    border-top: 1px solid #000;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: -5px;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    width: 300px;
    border: 2px solid #ff732f;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    -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: #aaa;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #ff732f;
}
.func-menu .cart-box .btn .ic {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 0 6px 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;
}
.func-menu .cart-list .txt {
    color: #999;
    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: #000;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
.top-nav .language .btn {
    display: none;
}
.top-nav .language li a {
    border: 1px solid #DBDBDB;
    color: #aaa;
    width: 66px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    padding: 0 5px;
}
.top-nav .language li a:hover {
    color: #FF732F;
    border-color: #FF732F;
}
.site-nav {
    position: relative;
    padding-top: 60px;
    margin-left: 320px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -12px;
}
.site-nav .menu li {
    position: relative;
}

.site-nav .menu > li.has-child  > a::after{
    content: '';
    border: 2px solid #FF892D;
    border-width: 2px 2px 0 0;
    width: 7px;
    height: 7px;
    position: relative;
    display: block;
    transform: rotate(135deg);
    position: relative;
   
    margin-left: 5px;
}

.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li {
    margin: 0 5px;
}
.site-nav .menu > li > a {
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5px 13px;
    box-sizing: border-box;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #FF732F;
}
.site-nav .menu > li > a span {
    display: block;
    color: #fff;
    font-family: 'Lily Script One', cursive;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.site-nav .menu ul {
    display: none;
    font-family: "Noto Sans TC", sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 125%;
    left: 50%;
    margin-left: -104px
}
 
.site-nav .menu ul li+li {
    border-top: 1px solid #ded3cf;
    background: url(../../images/common/menu_border.png) no-repeat 50% 0;
}
.site-nav .menu ul li a {
    font-size: 15px;
    text-align: center;
    padding: 10px 5px;
    background: #f6f3f2;
    color: #333;
    transition: all .3s ease;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #FC6532;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
}
.site-header .search-box:before {
    content: '';
    background: url('../../images/common/border_dot_v.png') 0 50% repeat-y;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0;
    padding: 0 42px 0 8px;
}
.site-header .search-box .form-control:focus {
    border-color: #FBCFC7;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
}

.site-header  .login-box .btn{
    color: #FF882C;
    border:2px solid #FF882C;
    border-radius: 5px;
    padding: 3px 9px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.site-header .login-box .btn:hover{
    color: #fff;
    border-color: #F9BB00;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}

/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    border-bottom: 3px solid #FF882C;
    background: #fff;
}
.main-title {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #202020;
    line-height: 1.2;
    padding: 32px 0;
    margin: 0;
    letter-spacing: 5px;
}
 
.main-content {
    padding: 40px 0 130px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 45px;
}

.scontent-title{
    color: #333333;
    font-size: 24px;
    text-align: left;
    font-weight: normal;
}

.content-title {
    color: #FF882C;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}
.content-title .keyword {
    color: #ff732f;
    font-size: 0.7em;
}
.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: 10px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding: 0 0 30px;
}
.site-nav,.site-header,.site-title{
    transition: all .3s ease;
}
.header-fixed .top-nav{
   
}
.header-fixed .site-nav{
    
}
.header-fixed .site-title {
     
}

.header-fixed .site-header > .container {
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.03)
}
/*------------ / site_main ------------*/
/*------------ contet_nav ------------*/
.content-nav {
    text-align: center;
    font-size: 16px;
    margin: 40px 0 40px;
    background: #fff;
}
.content-nav li {
    position: relative;
    margin: 0;
}
.content-nav li a {
    display: block;
    color: #333;
    padding: 8px 24px;
    transition: all .3s ease;
}
.content-nav li a.logout {
    color: #FF732F;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #FF732F;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #444444;
    color: #fff;
}
.content-nav li a:before {
    content: '// ';
}
/*------------ / contet_nav ------------*/
/*------------ site_footer ------------*/
.footer-top {
    background: #FDFCFA;
    padding: 70px 0 75px;
    color: #7F7F7F;
    font-size: 15px;
    text-align:left;
}

.footer-top .container{
    display: flex;
    justify-content: space-between;
    max-width: 1230px;
    box-sizing: border-box;
}

.footer-top .container .col-1{
    display: flex;
    align-items: center;
    
}

.footer-top .container  .col-2{
    position: relative;
    display: block;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.site-info{
    color: #333;
    line-height: 1.8;
}

.site-info a{
    transition: all .3s ease;
}

.site-info a:hover{
    color: #FF732F;
}

.site-map{
    color: #333333;
}


.site-map ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 15px;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.site-map ul+ul {
    margin-top: 12px;
}
 
.site-map li +  li{
    margin-left: 25px;
}

.site-map a{
    transition: all .3s ease;
    letter-spacing: 1px;
}

.site-map a:hover {
    color: #FF882C;
  
}

.site-map a::after{
    content: ' -';
    transition: all .3s ease;
}
.footer-bottom {
    border-top: unset;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    padding: 20px 0 20px;
    background: #FF882C;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-bottom .share {
    margin-bottom: 15px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 60px;
    z-index: 299;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    width: 56px;
    height: auto;
    text-indent: unset;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  
}
.floating .ibtn.gotop .more_dot{
    width: 56px;
    height: 56px;
    border: 3px solid #FF892D;
    box-sizing: border-box;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;

    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

 

.floating .ibtn.gotop .more_dot::after{
    content: '';
    background: url(../../images/common/index/more_dot_ic.png) 50% 50% no-repeat;
    width: 18px;
    height: 16px;
    position: relative;
    left: 1px;
    z-index: 5;
    transition: all .3s ease-in-out 0s;
   
}
 
.floating .ibtn.gotop:hover  .more_dot:after{
    -webkit-animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes c-button-icon {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: translateX(10px) rotate(0deg);
        opacity:0;
    }
    50.1% {
        transform: translateX(-10px) rotate(0deg);
    }
}
/**/

.side_btn_box{
    display: flex;
    flex-direction: row;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    line-height: 1;
    position: fixed;
    right: 0;
    bottom: 160px;
    z-index: 9996;
    transition: all .3s ease;
}

.side_btn_box .links-line{
    padding: 24px 22px;
}

.side_btn_box .links-line.member{
    background: #632E98;
    transition: all .3s ease;
}

.side_btn_box .links-line.member:hover{
    background: #421c68;
}

.side_btn_box .links-line.lesson{   
    background: #F83930;
    transition: all .3s ease;
}

.side_btn_box .links-line.lesson:hover{
    background: #d9332a;
}


.side_btn_box .links-line.order{
    background: #51BAFF;
    transition: all .3s ease;
}

.side_btn_box .links-line.order:hover{
    background: #49aaea;
}

.side_btn_box .links-line.tel{
    background: #4DC549;
    transition: all .3s ease;
}
 
.side_btn_box .links-line.tel:hover{
    background: #399e36;
}

/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: center;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .3s ease;
}
.breadcrumb li+li:before {
    content: '-';
}
.breadcrumb li a:hover {
    color: #FF732F;
}
/*------------ / breadcrumb ------------*/
/*------------ pagination ------------*/
.pagination-title {
    font-family: 'Alike', serif;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pagination-title:after {
    content: ' ';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 24px;
    padding: 0 5px;
    border: 2px solid #FF882C;
    text-align: center;
    color: #FF882C;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    border-color: #F9BB00;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}
.pagination li a.controls {
    padding: 0;
    font-size: 20px;
    position: relative;
}
.pagination li a.controls .ic {
    position: relative;
    bottom: -1px;
}

.pagination li a.controls .icon{
    background-image: url(../../images/common/icons-arr.png);
    width: 7px;
    height: 11px;
    top: 6px;
    left: 8px;
    position: absolute;
}

.pagination li a:hover  .icon, .pagination li.active a  .icon{
    background-position: bottom;
}

.pagination li a.controls.next .icon{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}

 

.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 2px solid #ccc;
    margin: 0;
    border-radius: 8px;
}
.page-info .form-control:focus {
    border-color: #FF732F;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #878787;
    font-size: 15px;
    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;
}
.reminder strong {
    color: #000;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}
.reminder .require-txt {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-top: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border:1px solid transparent;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #ff732f;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    text-align: center;
    font-family: 'Alike', serif;
    font-size: 38px;
    font-weight: normal;
    color: #D3AC72;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.form-title:after {
    content: '';
    display: block;
    width: 168px;
    border-top: 1px solid #777;
    margin: 30px auto 0;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1134px;
}
.form-wrap.type2 {
    max-width: 740px;
}
.form-wrap.type3 {
    max-width: 1000px;
}
.form-box {
    margin: 0 auto 20px;
    box-sizing: border-box;
    max-width: 1150px;
}
.form-wrap.type2 .form-box {
    max-width: 540px;
    padding: 30px 0 30px;
}

.form-name{
    margin: 0;
    margin-bottom: 20px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.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: #F75000;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 8px 4px 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: 15px;
    color: #222;
    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: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF732F;
}
.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  .upload-col + .upload-col{
    margin-top: 10px;
}

.form-box  .upload-col input[type="file"] {
   max-width: 200px;
    box-sizing: border-box;
    cursor: pointer;
}

.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: #FF872C;
    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 .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%;
}
.success-wrap {
    text-align: center;
    padding: 30px 0 0;
}
.success-box {
    text-align: center;
    line-height: 1.8;
    color: #333333;
}
.success-msg {
    max-width: 620px;
    border: 1px solid #F75000;
    color: #F75202;
    font-size: 19px;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    border-radius: 8px;
}
.success-msg2 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
    text-align: center;
}
.success-txt:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 30px auto  20px;
}
.success-txt strong {
    color: #000;
    font-size: 23px;
}
.success-txt a {
    text-decoration: underline;
    color: #F75202;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / 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 {
    color: #777;
    background: #eee;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px dashed #bbb;
}
.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: #f00;
}
.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;
}
.table-h .pd-id {
    color: #aaa;
    font-size: 14px;
}
.table-h .pd-name {
    color: #111;
    font-size: 15px;
    font-weight: bold;
}
.table-h a:hover .pd-name {
    color: #FF872C;
}
.table-h .img {
    width: 80px;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
}
.table-h a.pic:before {
    content: ' ';
    background: url(../../images/common/cart/hover.png) 50% 50% no-repeat rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    border: 4px solid #FF872C;
}
.table-h a.pic:hover:before {
    opacity: 1;
}
.table .ibtn.delete {
    background-image: url(../../images/common/cart/btn_delete.png);
    width: 25px;
    height: 25px;
}
.table td span {
    color: #f00;
}
.table-v {
    /* border: solid #ddd;
    border-width: 1px 0; */
}
.table-v tr:first-child {
    /* border-bottom: 1px solid #ddd; */
}
.table-v tr:nth-child(2n+1) {
    background: #FDFCFA;
}

.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: #FF732F;
}
/*------------ / 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: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
body .fancybox-inner {
    background: #eee;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 50px 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;
    width: 40px;
    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: #555;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    padding-top: 10px;
}
.fancybox-album .photo-pager {
    float: right;
    font-size: 12px;
}
.fancybox-album .photo-title {
    background: url('../../images/common/album/title_icon.png') no-repeat 0 3px;
    padding-left: 24px;
    color: #FC6532;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 20px;
}
.fancybox-album .photo-intro {
    margin-bottom: 10px;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-menu .language-menu {
  
    background: #FF872C;
    color: #ffffff;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #FF872C;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #eda292;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #FF872C;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #FF872C;
}
.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: #000;
    right: 0px;
    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;
}
 /*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ffffff;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 40px;
    padding: 2px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#FF7230;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    margin: 0 0 10px;
    font-weight: normal;
    border-radius: 0;
}

@media screen and (max-width: 1440px) {

    .wrapper {
        padding-top: 70px;
    }

    .header-sheet .container {
        padding: 0 15px;
    }

    .container {
        padding: 0 30px;
        max-width: 1280px;
    }

    .site-header > .container {
        border-radius: 0;
        padding: 0 15px;
    }

    .site-title {
        padding: 20px 0;
        float: none;
        text-align: center;
    }
    .site-nav {
        position: static;
        float: none;
        clear: both;
        padding: 0 0 15px;
        margin: 0;
        text-align: center;
    }
   
    /**/
    .header-fixed .site-title .logo{
        width: 350px;
        height: 57px;
    }
    /**/

    .side_btn_box .links-line {
        padding: 15px 15px;
    }
 
}
 
@media screen and (max-width: 1380px) {
    .site-title .logo {
        width:350px;
        height:57px;
        background-size: contain;
    }

    .footer-top {
        padding: 50px 0 50px;
    }
    .footer-top .container {
        max-width: 1000px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-top .container .col-1 {
       
        margin-bottom: 30px;
    }

    .site-map {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }


    .site-map li {
        margin-right: 0 10px;
        margin: 0 10px;
    }

    .footer-top .container .col-2 {
        position: relative;
        display: block;
        text-align: center;
        
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }



}
@media screen and (max-width: 1300px) {
/*------------ site_footer 1300 ------------*/
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
/*------------ / site_footer 1300 ------------*/
}



@media screen and (max-width: 1080px) {
/*------------ site_header 1080 ------------*/
    .site-nav .menu {
        margin: 0 -8px;
    }
    .site-nav .menu > li > a {
        padding: 5px 8px;
    }

    .btn-box {
        padding-top: 20px;
    }
/*------------ / site_header 1080 ------------*/
}
@media screen and (max-width: 1000px) {
    .site-header{
        position: static;
    }
    .wrapper{
        padding-top: 40px;
    }
    /*--- 隱私權手機板 ---*/
 .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 999;
    font-size: 14px;
    padding: 40px 0 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
}
.header-sheet .close-ontop {
    right: 0px;
    left: 0px;
    top: -21px;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 35px;
}
button.close-ontop{
    padding: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,.header-fixed .site-title {
        float: none;
        text-align: center;
        padding: 25px 0;
    }
    .site-title .logo ,.header-fixed .site-title .logo{
        width: 280px;
        height: 46px;
        background-size: contain;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 30px;
        padding: 15px 0;
        letter-spacing: 3px;
    }
    .content-top,
    .content-top.text-center {
        margin: 0 0 25px;
    }
    .main-content {
        padding-bottom: 60px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ contet_nav 1000 ------------*/
    .content-nav {
        display: none;
    }


/*------------ / contet_nav 1000 ------------*/

.btn-box {
    padding-top: 15px;
   
}

.success-txt:after {
    margin: 20px auto 10px;
}
/*------------ site_footer 1000 ------------*/
    .site-map  , .footer-top .share{
        display: none;
    }

    .footer-top .container .col-1 {
        margin-bottom: 0;
    }

    .footer-bottom {
        padding: 20px 0 40px;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .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.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        font-size: 0;
    }

    .floating .ibtn.gotop .more_dot{
        display: none;
    }

    .side_btn_box {
        font-size: 17px;
        bottom: 5%;
        border-radius: 15px 0 0 15px;
    }


    .side_btn_box .links-line {
        padding: 12px 10px;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-title {
        
    }
    .main-title:before,
    .main-title:after {
        display: none;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        font-size: 26px;
    }
   
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/

    .footer-top .container .col-1 {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .follow {
        margin-bottom: 20px;
        margin-right: 0;
    }

/*------------ 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-box {
        margin: 0 auto 30px;
    }
    .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;
        margin: 0 auto 20px;
    }
    .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: 18px;
        margin: 0 auto 20px;
    }
    .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 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 400 ------------*/
    .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: #FDFCFA;
        border: 0;
    }
/*------------ / table 400 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}