@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,700&family=Noto+Serif+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:wght@400;500&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
    background: #F8F9FA;
}
.text-left,
.table-h td.text-left{
    text-align: left;
}
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;
}
.box .pic{
    overflow: hidden;
    position: relative;
}
.box .pic img{
    transition: all ease .3s;
}
.box:hover .pic img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*------------ / basic ------------*/
/*--- ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #00517E;
    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:#00517E;
    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;
}
.icon.require {
    background: #AB8E59;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px 3px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    color: #1B1B1B;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #9FA0A0;
    margin: 0 2px;
    text-decoration: none;
}
.share .btn i{
    line-height: 30px;
}
.share .btn:hover {
    background: #FFFFFF;
    text-decoration: none;
}
.follow{
    text-align: right;
    margin-top: 37px;
}
.share .btn .ic {
    vertical-align: middle;
    margin-bottom: 5px;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb.jpg');
    width: 91px;
    height: 91px;
    display: inline-block;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.6;
}
.qrcode{
    display: inline-block;
}
.input_box{
    display: flex;
    margin-top: 10px;
}
.input_box .input + .input{
    margin-left: 18px;
}
.input1{
    width: 275px;
}
.input2{
    width: 191px;
}
.input1,.input2{
    padding-left: 41px;
    position: relative;
}
.input1:before,
.input2:before{
    position: absolute;
    width: 41px;
    height: 41px;
    left: 0;
    top: 0;
    content: '';
    display: block;    
}
.input1:before{
    background:#4A4A4A url(../../images/common/footer_ic1.png) center no-repeat;
}
.input2:before{
    background:#4A4A4A url(../../images/common/footer_ic2.png) center no-repeat;
}
.input_box .input + .input3 {
    margin-left: 8px;
}
.input3 .btn.submit{
    width: 60px;
    line-height: 41px;
    color: #fff;
    background: #B39662;
    border-radius: 0;
}
.input3 .btn.submit:hover{
    background: #00517E;
}
.form-control2{
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #4A4A4A;
    color: #A5A5A5;
    border:none;
    padding: 0 5px;
    display: block;
}
.copy_box {
    text-align: center;
    color: #B8B8B8;
    font-size: 13px;
    padding: 55px 0 56px;
}
.link_box{
    color: #AAAAAA;
    font-size: 13px;
    margin-right: -8px;
}
.link_box a{
    display: inline-block;
    padding: 0 8px;
    transition: all ease .3s;
    line-height: 14px;
}
.link_box a:hover{
    color: #fff;
}
.link_box a+ a{
    border-left: solid 1px rgba(158,159,165,.5);
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
    max-width: 168px;
    width: 100%;
    color: #0B2B3F;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 34px;
    font-weight: bold;
    border: 1px solid #0B2B40;
    position: relative;
    margin: 0 8px 10px;
    border-radius: 0;
}
.btn.simple:hover {
    background-color: #144F78;
    color: #fff;
}
.btn.simple .ic {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 6px 6px;
}
.btn.simple2 {
    width: 100%;
    max-width: 151px;
    color: #fff;
    background: #C8C9CA;
    font-size: 17px;
    line-height: 40px;
    border-radius: 0;
}
.btn.simple2:hover {
    background: #AB8E59;
}
.btn.simple3 {
    width: 100%;
    max-width: 151px;
    color: #fff;
    background: #00456A;
    font-size: 17px;
    line-height: 40px;
    border-radius: 0;
}
.btn.simple3:hover {
    background: #AB8E59;
}
.btn.normal {
    color: #144F78;
    background: #fff;
    font-size: 14px;
    padding: 0 10px;
    width: 111px;
    line-height: 33px;
    border: 1px solid rgba(20,79,120,0.5);
    margin: 0 2px 10px;
    border-radius: 0;
}
.btn.normal:hover {
    background-color: #144F78;
    color: #fff;
}
.btn.normal .icon {
    margin: 0 4px 3px 0;
    width: 21px;
}
.btn.normal .icon.home {
    background: url(../../images/common/member/ic1.png);
    height: 20px;
}
.btn.normal .icon.member {
    background: url(../../images/common/member/ic2.png);
    height: 18px;
}
.btn.normal .icon.detail {
    background: url(../../images/common/member/ic3.png);
    height: 20px;
}
.btn.normal .icon.detail2 {
    background: url(../../images/common/member/ic4.png);
    height: 19px;
    width: 14px;
}
.btn.normal:hover .icon{
    background-position: bottom;
}
.btn.pure {
    color: #AB8E59;
    line-height: 30px;
    margin: 0 5px 0px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #888;
    text-decoration: none;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 7005;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.wrapper{
    padding-top: 115px;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding:23px 0 18px;
}
.site-title .logo {
    background: url('../../images/common/logo.svg') 50% 50% no-repeat;
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 315px;
    height: 70px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 38px;
    top: 25px;
    transition: all ease .3s;
}
.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;
}
.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: #00517E;
}
.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: #00517E;
    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: #00517E;
    border-color: #00517E;
}
.member_btn:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 17px;
    background: url(../../images/common/member_ic.jpg);
    vertical-align: middle;
    margin-right: 7px;
}
.member_btn2:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 17px;
    background: url(../../images/common/member_ic2.png);
    vertical-align: middle;
    margin-right: 7px;
}
.member_btn,
.member_btn2{
    color: #777777;
    font-size: 14px;
    margin-left: 26px;
}
.member_btn:hover,
.member_btn2:hover{
    color: #00517E;
}
.site-nav {
    position: relative;
    padding-top: 75px;
    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 a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li {
    padding: 0 7px;
}
.site-nav .menu > li+li>a{
    border-left: #DDDDDD solid 1px;
}
.site-nav .menu > li > a {
    color: #1F1F1F;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Muli', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 19px;
    box-sizing: border-box;
    padding: 0 30px;
}
.site-nav .menu > li:nth-last-child(-n+4) {
    display: none;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #144F78;
}
.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: Arial, 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â', 'Microsoft JhengHei', 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ', 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª', 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #00517e;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 125%;
    left: 50%;
    margin-left: -104px
}
.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border: 1px solid #fff;
}
.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;
    border-bottom: solid 1px #B7CAD2;
}
.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/search_ic.png);
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: 7px;
}
.site-header .search-box .ibtn.search:hover{
    background-position: 0 100%;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    display: none;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    background: #EFEFEF;
    padding: 35px 0 30px;
    text-align: center;
}
.main-title {
    color: #1F1F1F;
    line-height: 1.2;
}
.main-title span{
    font-family: Poppins;
    font-weight: 500;
    font-size: 25px;
    display: inline-block;
}
.main-title .headline{
    margin: 0;
    font-size: 22px;
    font-weight: normal; 
    display: inline-block;
}
.side-nav{
    text-align: center;
    padding: 38px 0;
}
.side-nav li a{
    color: #AAAAAA;
    transition: all ease .3s;
    font-size: 18px;
    padding: 0 18px;
    line-height: 14px;
}
.side-nav li + li a{
    border-left: solid 1px #9E9FA5;
}
.side-nav li a:hover,
.side-nav li.active a{
    color: #1F1F1F;
}
.main-content {
    padding: 0px 0 100px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 45px;
}
.content-title {
    color: #000;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
.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: 45px;
    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{
    top: 7px;
}
.header-fixed .site-nav{
    padding-top:52px;
}
.header-fixed .site-title {
    padding: 15px 0px;
}
.header-fixed .site-header{
    background: #fff;
    width: 100%;
    -moz-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
}
/*------------ / site_main ------------*/
/*------------ contet_nav ------------*/
.content-nav {
    border: 1px solid #ddd;
    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;
}
.content-nav li a.logout {
    color: #00517E;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #00517E;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #000;
    color: #00517E;
}
.content-nav li a:before {
    content: '// ';
}
/*------------ / contet_nav ------------*/
/*------------ site_footer ------------*/
.site-footer{
    background: #1B1B1B;
}
.footer-top {
    padding: 60px 0 37px;
    color: #fff;
    font-size: 15px;
    text-align: left;
}
.footer-top .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-top .container:before,.footer-top .container:after{
    display: none;
}
.floating,.share{
    width: 100%;
}
.share{
    text-align: right;
}
.site-map{
    min-width: 618px;
    display: flex;
    justify-content: center;
}
.site-map .list_box{
    margin-right: 68px;
}
.site-map .list_box:last-child{
    margin-right: 0;
}
.site-map .tit{
    font-size: 25px;
    font-weight: bold;
    font-family: Cormorant Garamond;
    color: #fff;
}
.site-map li+li:before {
}
.site-map a{
    transition: all ease .3s;
}
.site-map a:hover {
    color: #B39662;
}
.footer-bottom {
    border-top: 1px solid #66676F;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    padding: 40px 0 25px;
}
.footer-bottom .container{
    display: flex;
    justify-content: space-between;
}
.footer-bottom .col{
    width: 100%;
}
.footer-bottom .col2{
    min-width: 618px;
}
.footer-bottom .tit strong{
    font-family: Cormorant Garamond;
    font-size: 25px;
    display: inline-block;
    margin-right: 5px;
}
.footer-bottom .tit {
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-bottom .text{
    color: #999
}
.footer-bottom .text span{
    color:#ECECEC;
}
.footer-bottom .tel{
    color: #868686;
}
.footer-bottom .tel a{
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    /*display: none;*/
    /*position: fixed;*/
    /*right: 50%;*/
    /*bottom: 20%;*/
    /*margin-right: -800px;*/
    z-index: 299;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background: url(../../images/common/gotop.png) no-repeat;
    width:  45px;
    height: 45px;
}
.floating .ibtn.gotop:hover {
    background-position: 0 100%;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999;
    font-size: 13px;
    text-align: center;
    margin-bottom: 8px;
    position: absolute;
    right: 0;
    top: 2px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all ease .3s;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li a:hover {
    color: #1F1F1F;
}
.page-title{
    margin: 0 0 40px;
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 4px;
    display: none;
}
/*------------ / breadcrumb ------------*/
/*------------ pagination ------------*/
.pagination-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.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 #888;
    text-align: center;
    color: #888;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    border-color: #00517E;
    color: #00517E;
}
.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;
    border: 2px solid #ccc;
    margin: 0;
    border-radius: 8px;
}
.page-info .form-control:focus {
    border-color: #00517E;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #272727;
    font-size: 15px;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.reminder strong {
    color: #2626;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.reminder .require-txt {
    display: inline-block;
    color: #272727;
    font-size: 15px;
    margin-top: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #AAAAAA;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 8px;
}
.form-control:focus {
    outline: none;
    border-color: #004777;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #00456A;
    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;
    background: #fff;
}
.form-box {
    position: relative;
    background: #fff;
    padding: 30px 60px 70px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    max-width: 914px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 910px;
}
.form-wrap.type2 {
    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% 10px 5%;
}
.form-box .row {
    margin: 0 -1%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 1%;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #AB8E59;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 0px 4px 8px;
}
.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: 16px;
    color: #545454;
    line-height: inherit;
    padding-left: 5px;
}
.form-box .control-label span{
    color: #878787;
    font-size: 14px;
}
.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: #00517E;
}
.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: #B71A39;
    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:after,
.form-checkbox:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 0 3px 3px;
}
.form-radio:after {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:after {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:after,
.form-checkbox.checked:after {
    background-position: 0 100%;
}
.upload-box{
    display: flex;
    margin: 5px 25px 0px 0;
}
.upload-box .u-1{
    line-height: 33px;
    font-size: 14px;
}
.upload-box .u-2{
    position: relative;
    /* width: 50%; */
    display: inline-block;
}
.upload-box  input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.form-box .upload-box .custom-file-upload{
    width: 100px;
    height: 33px;
    background: #969da1;
    color: #FFF;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
    transition: all .3s ease;
}
.form-box .upload-box .custom-file-upload:hover{
    background: #AB8E59;
}
.upload-box .u-3{
    background: #f8f9fa;
    color: #999999;
    height: 33px;
    padding: 2px 20px 2px 10px;
    font-size: 14px;
    line-height: 33px;
    max-width: 105px;
    width: 105px;
    min-width: 105px;
    overflow: hidden;
}
.success-wrap {
    text-align: center;
    padding: 4% 0 0;
}
.success-box {
    text-align: center;
    line-height: 2;
    color: #777777;
    font-size: 14px;
}
.success-msg:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/submission/ic.png);
    width: 30px;
    height: 27px;
}
.success-msg {
    max-width: 620px;
    color: #144F78;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    border-radius: 8px;
}
.success-msg2 {
    color: #555555;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.06em;
    max-width: 610px;
    margin: auto;
    border-bottom: dashed 1px #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.success-txt strong {
    color: #000;
    font-size: 16px;
}
.success-txt a {
    text-decoration: underline;
    color: #00517E;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h td {
    padding: 30px 20px;
    line-height: 1.4;
    text-align: center;
    color: #444;
    font-size: 14px;
    min-width: 76px;
}
.table-h td span{
    color: #000000;
}
.table-h td a{
    transition: all ease 0.3s; 
}
.table-h td a:hover{
    color: #144F78;
}
.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;
}
.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: #00517e;
}
.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 #00517e;
}
.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-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: #F7F7F7;
}
.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: #00517E;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 25px;
    height: 25px;
    right: 0;
    top: -52px;
    transition: all ease .3s;
}
body .fancybox-close:hover {
    transform:rotate(180deg);
}
body .fancybox-skin {
    border-radius: 0;
    margin-top: 60px;
}
body .fancybox-inner {
    background: #fff;
    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 .share-menu{
    background: #1b1b1b
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #00517e;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #00517e;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #00517e;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #00517e;
}
.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;
 }
@media screen and (max-width: 1620px) {
/*------------ floating 1620 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin-right: 0;
    }
/*------------ / floating 1620 ------------*/
}
@media screen and (max-width: 1580px) {
/*------------ site_footer 1580 ------------*/
/*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ site_header 1420 ------------*/
    .func-menu {
        margin-right: 0;
    }
/*------------ / site_header 1420 ------------*/
    .banner:before {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
/*------------ site_footer 1300 ------------*/
    .footer-bottom {
    }
    .floating{
        width: 30%;
    }
    .share {
        width: 100%;
    }
    .footer-bottom .tit strong{
        font-size: 20px;
    }
    .footer-bottom .tit{
        font-size: 16px;
    }
    .footer-bottom .col2{
        min-width: 550px;
    }
/*------------ / site_footer 1300 ------------*/
}
@media screen and (max-width: 1080px) {
/*------------ site_header 1080 ------------*/
/*------------ / site_header 1080 ------------*/
}
@media screen and (max-width: 1000px) {
    .btn.normal{
        width: 100px;
        padding: 0 5px;
    }
/*    .btn.simple3{
        display: block;
        margin: 0 auto 10px;
    }*/
    .breadcrumb{
        position: static;
    }
    .main-top{
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .form-box {
        padding: 20px 10px 40px;
    }
    .page-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .btn.simple2,.btn.simple3{
        max-width: 130px;
    }
    .share{
        text-align: center;
    }
    .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: 15px 0;
    }
    .site-title .logo ,.header-fixed .site-title .logo{
        width: 248px;
        height: 55px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 36px;
    }
    .content-top,
    .content-top.text-center {
        margin: 0 0 25px;
    }
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ contet_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
/*------------ / contet_nav 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top,
    .footer-bottom .share {
        display: none;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .footer-bottom .container{
        flex-wrap: wrap;
    }
    .footer-bottom .col{
        width: 100%;
        min-width: inherit;
        margin-bottom: 30px;
    }
    .footer-bottom .tit{
        margin-bottom: 10px;
    }
    .input_box{
        flex-wrap: wrap;
    }
    .input_box .input {
        margin-right: 18px;
        margin-bottom: 5px;
    }
    .input_box .input + .input{
        margin-left: 0;
        margin-right: 0;
    }
    .follow{
        text-align: center;
    }
    .copy_box{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .upload-box {
        flex-wrap: wrap;
        margin-bottom: 0px;
        width: 100%;
        margin: auto;
    }
    .upload-box .u-3 {
        /* max-width: calc( 100% - 204px); */
        width: calc( 100% - 145px);
        min-width: calc( 100% - 150px);
        margin-right: 0;
        margin-bottom: 5px;
        display: inline-block;
    }
/*------------ / 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;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
    .btn-box{
        padding-top: 20px;
    }
/*------------ site_main 767 ------------*/
    .main-title span{
        font-size: 22px;
    }
    .main-title .headline{
        font-size: 20px;
    }
    .main-title {
        margin-bottom: 10px;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        font-size: 26px;
    }
    .main-content {
        padding: 0px 0 60px;
    }
/*------------ / 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: 20px 10px 40px;
    }
    .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: #00517e;
        font-size: 14px;
    }
    .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 10px;
        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: #F7F7F7;
        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 ------------*/
}