@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');
/*------------ basic ------------*/

body {

    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    color: #666666;

    font-size: 15px;

    line-height: 1.8;

        letter-spacing: 1.2px;

}

.container {

    padding: 0 15px;

    max-width: 1470px;

}



/*------------ / basic ------------*/

/*--- 隱私權 ---*/
.header-sheet {
    background-color: #1d84e3;
    color: #fff;
    padding: 15px 0;
    position: fixed;
    width:100%;
    bottom: 0;
    width: 100%;
    height:auto;
    text-align:center;
    z-index: 5;
}
.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
}
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: #fef3f1;
    text-decoration: underline;}
    .header-fixed .header-sheet{
    display:none;
}
/*---! 隱私權 ---*/

/*------------ icon ------------*/

.icon {

    background-image: url('../../images/common/icons.png');

}

.icon.require {

    width: 20px;

    height: 20px;

    background-position: -200px -87px;

    margin-bottom: 4px;

}



/*------------ / icon ------------*/



/*------------ btn ------------*/



.share .btn {

    font-size: 17px;

    width: 30px;

    height: 30px;

    line-height: 30px;

    border-radius: 15px;

    border: 1px solid transparent;

}

.share .btn.facebook { color: #405D9A; }

.share .btn.google { color: #F34537; }

.share .btn.twitter { color: #39A0CE; }
.share .btn.plurk { color: #ff4c26; }
.share .btn:hover {

   color: #125898;

}

.ibtn.fb-fans-page {

    background-image: url('../../images/tw/fb_page.jpg');
    width: 196px;
    height: 110px;
    box-sizing: content-box;

}

.ibtn.fb-fans-page:hover {


}

.ibtn.back {

    background-image: url('../../images/common/btn_back.png');

    width: 101px;

    height: 29px;

}

.ibtn.more {

    background-image: url('../../images/common/btn_more.png');

    width: 101px;

    height: 29px;

}

.btn.more {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 114px;
    line-height: 28px;
    border-radius: 0px;
    margin: 0 auto 0px;
    border: 1px solid #006000;
    background: #006000;
    position: relative;
    overflow: hidden;
    z-index: 2;
    vertical-align: middle;
    font-family: 'EB Garamond',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;;
    font-weight: bold;
    font-style: italic;
}
.btn.more:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #006000;
    transform: translateX(0%);
    transition: all .3s cubic-bezier(.1,.84,.23,.99);
}
.btn.more:hover {
    background: #fff;
    color: #006000;
}
.btn.more:hover:before {
    transform: translateX(100%);
}
.btn.more:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url(../../images/common/arrow2.png) no-repeat;
    margin-left: 10px;
    transition: all .3s ease;
}
.btn.more:hover:after { 
    background: url(../../images/common/arrow1.png) no-repeat;
}

.article-sect .btn.more {
     border: 1px solid #1E84E4;
    background: #1E84E4;
}
.article-sect .btn.more:before{
    background:  #1E84E4;
}
.article-sect .btn.more:hover {
    background: #fff;
     color: #1E84E4;
}
.article-sect .btn.more:hover:after { 
    background: url(../../images/common/arrow3.png) no-repeat;
}
.btn.simple {

    background: #999;

    max-width: 250px;

    width: 100%;

    height: 40px;

    color: #fff;

    font-size: 18px;

    font-weight: bold;

    letter-spacing: 0.1em;

    line-height: 40px;

    border-radius: 8px;

    position: relative;

    margin: 0 8px 10px;

}

.btn.simple:hover {

    background: #1B7292;

}

.btn.simple.bg2 {

    background: #1B7292;

}

.btn.simple.bg2:hover {

    background: #ABB315;

}

.btn.simple .icon.arrowL,

.btn.simple .icon.arrowR {

    position: absolute;

    width: 20px;

    height: 20px;

    top: 10px;

}

.btn.simple .icon.arrowL{

    background-position: -160px -87px;

    left: 10px;

}

.btn.simple .icon.arrowR {

    background-position: -180px -87px;

    right: 10px;

}

.btn.simple .icon.check {

    background-position: 0 -87px;

    width: 20px;

    height: 20px;

    margin: 0 8px 4px 0;

}

.btn.simple .icon.money {

    background-position: 0 -62px;

    width: 25px;

    height: 25px;

    margin: 0 8px 4px 0;

}

.btn.normal {

    color: #777;

    font-size: 14px;

    text-align: left;

    padding: 0 10px;

    min-width: 120px;

    line-height: 40px;

    border: 1px solid transparent;

    border-radius: 8px;

    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);

    margin: 0 2px 10px;

}

.btn.normal:hover {

    border-color: #1B7292;

}

.btn.normal .icon {

    width: 32px;

    height: 32px;

    margin: 0 4px 3px 0;

}

.btn.normal .icon.home {

    background-position: 0 0;

}

.btn.normal .icon.cart {

    background-position: -32px 0;

}

.btn.normal .icon.cart2 {

    background-position: -64px 0;

}

.btn.normal .icon.order {

    background-position: -96px 0;

}

.btn.normal .icon.money {

    background-position: -128px 0;

}

.btn.pure {

    color: #1A7292;

    line-height: 30px;

    margin: 0 5px 10px;

    text-decoration: underline;

}

.btn.pure:hover {

    color: #ABB315;

    text-decoration: none;

}



/*------------ / btn ------------*/



/*------------ site_header ------------*/

.site-header {

    background: url('../../images/common/border_colorful_h.jpg') repeat-x #fff;

    padding-top: 6px;

}

.site-title {

    position: relative;

    z-index: 5;

    float: left;

    padding: 35px 0px;

}

.site-title .logo {

    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;

    width: 381px;

    height: 142px;

    transition: all .3s ease;

}

.site-title .logo:hover {
    opacity: .7;
}





.top-nav {

    position: absolute;

    z-index: 10;

    right: 15px;

    top: 15px;

}

.top-nav > * {

    display: inline-block;

    vertical-align: middle;

}

.top-nav .btn.download {

    color: #212121;

    background: #FBD4CC;

    height: 30px;

    line-height: 30px;

    padding: 0 10px 0 5px;

    border-radius: 15px;

    margin-right: 10px;

}

.top-nav .btn.download:hover {

    color: #fff;

    background: #297E9C;

}

.top-nav .icon {

    width: 20px;

    height: 20px;

    margin: 0 3px 3px 0;

}

.top-nav .btn.download .icon {

    width: 25px;

    height: 25px;

    background-position: -125px -62px;

}

.top-nav .btn.download:hover .icon {

    background-position: -150px -62px;

}



.top-nav .language .btn {

    display: none;

}

.top-nav .language li a {

    display: inline-block;

    background: #DEE834;

    color: #fff;

    font-size: 13px;

    font-weight: bold;

    line-height: 28px;

    border-radius: 14px;

    min-width: 28px;

    text-align: center;

}

.top-nav .language li a:hover {

    background: #297E9C;

}



.site-header .search-box {

    position: absolute;

    z-index: 10;

    top: 14px;

    right: 206px;

    width: 178px;

    box-sizing: border-box;

    margin-left: 10px;

}

.site-header .search-box .form-control {

    border: 1px solid #DEE834;

    height: 32px;

    line-height: 30px;

    margin: 0;

    padding: 0 42px 0 12px;

    border-radius: 15px;

}

.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-nav {

    position: relative;

    padding-top: 48px;

    margin-left: 220px;

    text-align: right;

}

.site-nav > * {

    display: inline-block;

    vertical-align: middle;

}

.site-nav .menu {

    text-align: center;

}

.site-nav .menu li {

    position: relative;

}

.site-nav .menu li a {

    display: block;

    line-height: 1.4;

}

.site-nav .menu > li {

    padding: 0 12px;

}

.site-nav .menu > li > a {

    background: url('../../images/common/menu_bg.png');

    width: 123px;

    height: 123px;

    color: #191919;

    font-size: 17px;


    letter-spacing: 0.15em;

    padding-top: 40px;

    box-sizing: border-box;

    border-radius: 50%;
    transition: all .3s ease;

}

.header-fixed .site-nav .menu > li > a{
    background: none;
    position: relative;
    overflow: hidden;
    
}
.header-fixed .site-nav .menu > li > a:before{
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
    /*background:#d8e9f9;*/
    background:#006000;
    transform: translateX(-100%);
    transition: all .3s cubic-bezier(.1,.84,.23,.99);
}
.header-fixed .site-nav .menu > li:hover>a:before,
.header-fixed .site-nav .menu > li.active>a:before {
    transform: translateX(0%);
}
.header-fixed .site-nav .menu > li:hover>a,
.header-fixed .site-nav .menu > li.active>a{
    /*background: #fdebe9;*/
}
.site-nav .menu > li:nth-last-child(-n+2) {

    display: none;

}

.site-nav .menu > li:nth-child(n) > a:hover,
.site-nav .menu > li:nth-child(n).active > a {
    background-position: 100% 0;
}

.site-nav .menu > li > a span {

    display: block;

    color: #006000;

    font-family: 'EB Garamond';

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.1em;

}
.site-nav .menu > li:hover > a{
   color: #FFFFFF; 
}
.site-nav .menu > li:hover > a span{
    color: #609965;
}
.site-nav .menu li ul {

    display: none;

}

.site-header ,.site-title, .site-title .logo {
    transition: all .3s ease;
}

.header-fixed {

    padding-top: 242px;

}
.site-header{
     position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 99;

}
.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.wrapper{
    padding-top: 213px;
    transition: all .3s ease;
}
.header-fixed .wrapper{
    padding-top: 80px;
}
.header-fixed .site-title {

    padding: 5px 0;

}

.header-fixed .site-title .logo {

    width: 250px;

    height: 70px;

}

.header-fixed .site-nav {

    padding-top: 10px;

    margin-left: 130px;

}

.header-fixed .site-nav .menu > li > a {

    height: auto;

    padding: 5px 0;

    border-radius: 10px;

}

/*------------ / site_header ------------*/



/*------------ banner ------------*/

.banner {
    padding-bottom: 55px;
    position: relative;

}
.main-top{
    margin-top: -55px;
}

.banner:before {

    content: '';

    display: block;

    background: #FAFAFA url('../../images/common/banner_bg.jpg') no-repeat;
    background-size: 100% auto;

    position: absolute;

    top: 10%;

    bottom: 0%;

    left: 0;

    right: 0;

}

.banner .container {

    max-width: 1440px;

    padding: 0;

}

/*------------ / banner ------------*/



/*------------ site_main ------------*/
.main-top{

}
.main-top .container {

    max-width: 1440px;

    padding: 0;

}

.main-title {

    color: #444;

    font-size: 13px;

    font-weight: bold;

    line-height: 1.4;

    letter-spacing: 0.15em;

    text-align: center;

    padding: 0px 0 0px;

    margin: -39px 0 0;


}

.has-side .main-title {

    background: none;

    padding-bottom: 24px;

}
.main-title h2{
    margin: 0;
    color: #1E84E4;
    font-size: 17px;
    font-weight: bold;
}
.main-title h2:before,.main-title h2:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: -3px 15px 0;
    background: #F0EFE8;
}
.main-title span {
    display: block;
    color: #FFFFFF;
    font-family: 'EB Garamond';
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(132,193,255,0.75)

}

.main-content {

    padding: 55px 0 100px;

}

.has-side .main-content {
    /*border-top: 3px #FCB6BA solid; */
    padding-top: 0;
    background:url('../../images/common/border_colorful_h2.jpg') repeat-x top, url(../../images/common/title_bg.jpg) no-repeat top;

}

.content {

    min-height: 300px;

    box-sizing: border-box;

}

.content-top {

    padding: 0 0 15px 45px;

    margin: 0 0 25px -45px;

    overflow: hidden;

}

.content-title {

    position: relative;

    padding: 28px 0 28px 70px;

    color: #444;

    font-size: 20px;

    font-weight: bold;

    line-height: 1.5;
    box-sizing: border-box;

    min-height: 86px;

    float: left;

    margin: 0;

}

.content-title .keyword {

    color: #F2856C;

}

.content-title:before {

    content: '';

    display: inline-block;

    background: url('../../images/common/content_title_ic.jpg') no-repeat;

    width: 55px;

    height: 86px;

    position: absolute;

    top: 0;

    left: 0;

}

.shopping-title {

    color: #333;

    font-size: 18px;

    letter-spacing: 0.15em;

    margin-bottom: 10px;

}

.shopping-title .icon {

    width: 30px;

    height: 30px;

    margin: 0 6px 4px 0;

}

.shopping-title .icon.car {

    background-position: 0 -32px;

}

.shopping-title .icon.cart {

    background-position: -30px -32px;

}

.shopping-title .icon.money {

    background-position: -60px -32px;

}

.shopping-title .icon.plus {

    background-position: -90px -32px;

}

.shopping-title .icon.user {

    background-position: -120px -32px;

}

.shopping-title .icon.box {

    background-position: -150px -32px;

}

.shopping-title .icon.notice {

    background-position: -180px -32px;

}

.shopping-title .icon.msg {

    background-position: -210px -32px;

}



.btn-box {

    clear: both;

    padding-top: 30px;

    position: relative;

    text-align: center;

}

.btn-box.wide-spacing {

    letter-spacing: 15px;

}

.btn-box.wide-spacing * {

    letter-spacing: 0.1em;

}



.warning-sect {

    padding-bottom: 30px;

}



/*------------ / site_main ------------*/



/*------------ breadcrumb ------------*/

.breadcrumb {


    text-align: right;

    color: #525252;

    font-size: 13px;

    padding: 17px 15px;

    margin-top: 1px;

}

.breadcrumb li,

.breadcrumb li a {

    display: inline;

}

.breadcrumb li+li:before {

    content: '／ ';

}

.breadcrumb li:first-child a:before {

    content: '';

    display: inline-block;

    vertical-align: text-bottom;

    background: url('../../images/common/breadcrumb_home.png') no-repeat;

    width: 15px;

    height: 15px;

}


.breadcrumb li a:hover {

    color: #006000;

}

.content-top .breadcrumb {

    background: none;

    float: right;

    color: #BABABA;

    padding: 6px 0;

}

.content-top .breadcrumb:before,

.content-top .breadcrumb:after {

    content: '/';

}

.content-top .breadcrumb li+li:before {

    content: '> ';

}

.content-top .breadcrumb li:first-child a:before {

    display: none;

}



/*------------ / breadcrumb ------------*/



/*------------ side ------------*/

.side {

    width: 250px;

    float: left;

}

.has-side .content {

    width: calc(100% - 295px);

    float: right;

    background: none;

}

.side-title {
    background: url(../../images/common/title_bg.png) no-repeat 90% 100%;

    border-bottom: 0;

    line-height: 86px;

    color: #125898;

    font-weight: bold;

    font-size: 23px;

    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;

}
.side-title:after{
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    background: url(../../images/common/side_shadow1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top:100%;

}

.side-nav,

.side-nav-top {

    position: relative;


    padding-bottom: 20px;

    font-size: 16px;

}

.side-nav li a,

.side-nav-top li a {

    position: relative;

    display: block;

    line-height: 1.3;

    padding: 11.5px 16px;

}

.side-nav > li {

    padding:4px 0;

}

.side-nav > li > a {

    color: #444;
    border:solid 1px #609965;
    font-family: 'EB Garamond',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;


}

.side-nav > li > a:hover,

.side-nav > li.active > a {
    color: #fff;
    border-color: transparent;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006000+0,609965+100 */
background: rgb(0,96,0); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,96,0,1) 0%, rgba(96,153,101,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,96,0,1) 0%,rgba(96,153,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,96,0,1) 0%,rgba(96,153,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006000', endColorstr='#609965',GradientType=1 ); /* IE6-9 */

}



.side-nav ul {

    display: none;

    padding-top: 20px;

}

.side-nav ul li a {

    margin: 1px 0;
    color: #999999;
    font-size: 15px;
    padding: 8px 16px 8px 44px;

}
.side-nav ul li a:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #609965;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    top: 12px;

}
.side-nav ul li:hover a,
.side-nav ul li.active > a {
    color: #191919;
}
.side-nav ul li:hover a:before,
.side-nav ul li.active > a:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006000+0,fcafba+100 */
background: #006000; /* Old browsers */
background: -moz-linear-gradient(left, #006000 0%, #609965 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006000 0%,#609965 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006000 0%,#609965 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006000', endColorstr='#609965',GradientType=1 ); /* IE6-9 */
}


.side-nav-top > li > a  {

    color: #287E9B;

    padding: 6px 16px;

}

.side-nav-top > li > a:hover,

.side-nav-top > li.active > a {

    text-decoration: underline;

}



/*------------ / side ------------*/



/*------------ site_footer ------------*/

.site-footer {

    background:#84C1FF url('../../images/common/border_colorful_h.jpg') repeat-x;

    padding-top: 6px;

}

.footer-top .container {
    max-width: 1440px;

    padding: 25px 15px 20px;

}

.site-info {

    float: left;

    /*background: url('../../images/common/siteinfo_deco.png') 10px 0 no-repeat;*/

    padding: 0px 0 25px 180px;


    color:#125898;

    font-size: 14px;

    line-height: 1.4;

    min-height: 142px;

    width: 510px;

    box-sizing: border-box;

}

.footer-tel,

.footer-mail {
    display: block;
}
.footer-tel:before{
    background: url(../../images/common/ic1.png);
    width: 50px;
    height: 55px;
    content: '';
    display: block;
}
.footer-tel {

    font-size: 30px;
   
    font-weight: 600;
    font-family: 'EB Garamond'

}

.footer-mail:before {

    content: '';

    display: inline-block;

    vertical-align: text-bottom;

    background: url('../../images/common/siteinfo_mail_ic.png') no-repeat;

    width: 23px;

    height: 17px;

    margin-right: 6px;

}

.site-info a:hover {

    text-decoration: underline;

}

.site-map {
    padding-top: 20px;

    float: left;

    letter-spacing: 45px;

}

.site-map ul {

    display: inline-block;

    vertical-align: top;

    text-align: left;

    color: #125898;

    font-size: 15px;

}

.site-map li {

    padding: 2px 0;

    letter-spacing: 0;

}

.site-map a:hover {
    opacity: 0.8;
}

.follow {
    padding-top: 20px;

    float: right;

    letter-spacing: 6px;

}

.follow > * {

    display: inline-block;

    vertical-align: top;
    margin: 0 -2px;

}

.footer-bottom {

    background: #BEE3FF;

    text-align: right;

    color: #125898;

    font-size: 13px;

    padding: 2.5px 0;

}

.footer-bottom a:hover {


}

.footer-bottom .copyright,

.footer-bottom .author,

.footer-bottom .share {

    display: inline-block;

    vertical-align: middle;

    margin: 0 5px;

}





/*------------ / site_footer ------------*/



/*------------ floating ------------*/

.floating,

.floating.fancybox-margin {

    display: none;

    position: fixed;

    right: 0;

    bottom: 0;

    z-index: 400;

    transition: all .3s ease;

}

.floating .ibtn.gotop {

    background-image: url('../../images/common/gotop.png');

    width:  88px;

    height: 88px;

}

.floating .ibtn.gotop:hover {

}



/*------------ / floating ------------*/



/*------------ pagination ------------*/

.pagination {

    padding: 0;

    margin: 0;

    text-align: center;

}

.pagination li {

    display: inline-block;

    vertical-align: top;

}

.pagination li a {

    display: block;

    min-width: 30px;

    height: 30px;

    line-height: 30px;

    color: #191919;

    font-size: 15px;

    font-weight: bold;

    padding: 0 5px;

    margin: 0;

    border-radius: 20px;

    box-sizing: border-box;

}

.pagination li a:hover,

.pagination li.active a {

    text-decoration: underline;

    color:#006000;

}

.pagination li a.controls {

    padding: 0;

}

.pagination li a.controls .icon {

    width: 25px;

    height: 25px;

    border-radius: 20px;

    margin-bottom: 2px;
    transition: all .3s ease;
     background-color: #006000;

}

.pagination li a.prev .icon {

    background-position: -25px -62px;

   

}

.pagination li a.next .icon {

    background-position: -50px -62px;

}

.pagination li a.controls:hover .icon {

    background-color: #fb8287;

}

.page-info {

    display: none;

}

.page-info .form-control {

    height: 30px;

    line-height: 28px;

    border: 1px solid #ddd;

    margin: 0;

    border-radius: 8px;

}

.page-info .form-control:focus {

    border-color: #267D9A;

}



/*------------ / pagination ------------*/



/*------------ form ------------*/

.reminder {

    text-align: center;

    font-size: 14px;

    color: #777;

    position: relative;

    margin-bottom: 30px;

}



.qty-box {

    position: relative;

    display: inline-block;

    width: 100px;

    max-width: none;

    padding: 0 30px;

    box-sizing: border-box;

}

.qty-box .form-control {

    position: relative;

    text-align: center;

    height: 30px;

    line-height: 30px;

    color: #777;

    background: #FBCFC7;

    border: 0;

    margin: 0;

    padding: 0 5px;

    z-index: 1;

    border-radius: 0;

}

.qty-box .form-control:focus {

    color: #fff;

    background: #F3856D;

}

.qty-box .btn {

    width: 30px;

    height: 30px;

    line-height: 28px;

    font-size: 19px;

    color: #FBCFC7;

    border: 1px solid #FBCFC7;

    position: absolute !important;

    z-index: 0;

    top: 0;

}

.qty-box .btn:hover {

    color: #fff;

    background: #F3856D;

}

.qty-box .add {

    left: 0;

}

.qty-box .less {

    right: 0;

}



.form-control {

    display: block;

    width: 100%;

    height: 30px;

    line-height: 28px;

    padding: 0 10px;

    border: 1px solid #ddd;

    background: #fff;

    border-radius: 6px;

    box-sizing: border-box;

    margin-bottom: 6px;

}

.form-control:focus {

    outline: none;

    border-color: #FF722E;

}

textarea.form-control {

    padding: 8px 10px;

    line-height: 1.4;

    resize: vertical;

}

.static-control {

    line-height: inherit;

    color: #197292;

    font-weight: bold;

    font-size: 13px;

    margin: 0;

    padding: 0 5px;

}

.form-title {

    color: #006000;
    font-family: 'EB Garamond';
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    font-style: italic;

}

.form-wrap {

    border: 3px solid #84c2ff;

    max-width: 1000px;

    margin: 0 auto;

    background: #F4F4F4;


}

.form-wrap .btn-box {

    padding: 15px 15px 45px;

}

.form-box {

    max-width: 830px;

    margin: 0 auto;

    padding: 30px;

}

.form-box .row {

    margin: 0 -24px;

}

.form-box .col {

    float: left;

    width: 50%;

    padding: 0 24px;

}

.form-box .required {

    position: relative;

}

.form-box .required:after {

    content: '';

    display: inline-block;

    vertical-align: middle;

    background: url('../../images/common/icons.png') -200px -87px no-repeat;

    width: 20px;

    height: 20px;

    margin: 0 0 4px 4px;

}

.form-box .form-group {

    padding: 2px 0;

    line-height: 36px;

}

.form-box .control-label {

    display: block;

    font-size: 14px;

    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;

    width: 46%;

    max-width: 280px;

}

.form-box .captcha a {

    display: inline-block;

    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 .icon.refresh {

    width: 30px;

    height: 30px;

    background-position: -270px -32px;

    margin-right: 5px;

    display: inline-block;

    vertical-align: middle;

    transition: transform .3s;

}

.form-box .captcha a:hover .icon.refresh {

    background-position: -300px -32px;

    transform: rotate(270deg);

}

.form-box .name .control-box {

    position: relative;

}

.form-box .name .radio-box {

    line-height: 36px;

    position: absolute;

    right: 0;

    bottom: 100%;

}

.form-box .name .radio-box label {

    display: inline-block;

    margin-bottom: 0;

}

.form-box .name2 .control-box {

    padding-right: 150px;

}

.form-box .name2 .radio-box {

    line-height: 36px;

    position: absolute;

    right: 0;

    bottom: 0;

}

.form-box .name2 .radio-box label {

    margin-bottom: 0;

}

.form-box .tips {

    line-height: 1.2;

    margin-bottom: 6px;

    color: #1A7292;

    font-size: 13px;

    padding: 0 5px;

}

.form-box.type2 .tips {

    min-height: 0;

}



.form-box .input-group {

    margin: 0 -3px;

}

.form-box .input-group:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: ' ';

    clear: both;

    height: 0;

}

.form-box .input-group .input-box {

    float: left;

    width: 50%;

    padding: 0 3px;

    box-sizing: border-box;

}

.form-box .input-group .form-control {

    display: inline-block;

}



.form-box .name .control-box {

    position: relative;

}

.form-box .name .radio-box {

    line-height: 36px;

    position: absolute;

    right: 0;

    bottom: 100%;

}

.form-box .name .radio-box label {

    display: inline-block;

    margin-bottom: 0;

}

.form-box .address .input-box:last-child {

    width: 100%;

}

.form-box .address2 .input-box {

    width: 22%;

}

.form-box .address2 .input-box:last-child {

    width: 56%;

}

.form-radio,

.form-checkbox {

    display: inline-block;

    position: relative;

}

.form-radio input[type=radio],

.form-checkbox input[type=checkbox] {

    cursor: pointer;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0!important;

    visibility: hidden;

    outline: 0;

    z-index: 3;

    width: 17px;

    height: 17px;

}

.form-radio:before,

.form-checkbox:before {

    content: '';

    display: inline-block;

    vertical-align: middle;

    background: 50% 0 / 100% auto no-repeat;

    width: 16px;

    height: 16px;

    margin: 0 0 4px;

}

.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 {

    border: 3px solid #E8E8E8;

    text-align: center;

    padding: 4% 15px;

}

.has-side .success-wrap {

    padding: 6% 15px 7%;

}

.success-box {

    text-align: center;

    line-height: 2;

}

.success-msg {

    max-width: 600px;

    border-bottom: 1px dashed #ccc;

    color: #006000;

    font-size: 24px;

    font-weight: bold;

    padding: 5px 0;

    line-height: 1.5;

    margin: 0 auto 20px;

}

.success-msg .icon {

    width: 32px;

    height: 32px;

    margin: 0 6px 7px 0;

}

.success-msg .icon.check {

    background-position: -192px 0;

}

.success-msg .icon.user {

    background-position: -224px 0;

}

.success-msg .icon.mail {

    background-position: -256px 0;

}

.success-msg .icon.file {

    background-position: -288px 0;

}

.success-msg .icon.lock {

    background-position: -320px 0;

}

.success-msg .icon.user-white {

    background-position: -352px 0;

}

.success-txt strong {

    display: inline-block;

    margin-bottom: 10px;

    font-size: 22px;

}

.success-txt a {

    text-decoration: underline;

    color: #F2856C;

}

.success-txt a:hover {

    text-decoration: none;

}



/*------------ / form ------------*/





/*------------ lightbox ------------*/

.fancybox-album .fancybox-close {

    background: url(../../images/common/lightbox_close.png) no-repeat;

    width: 40px;

    height: 40px;

    right: -20px;

    top: -20px;

}

.fancybox-album .fancybox-close:hover {

    background-position: 0 100%;

}

.fancybox-album .fancybox-skin {

    background: #fff;

    margin: 20px 40px;

    border-radius: 20px;

    border: 3px solid #ccc;

}

.fancybox-album .fancybox-inner {

    background: #fff;

}

.fancybox-album .fancybox-nav span {

    visibility: visible;

    background: url('../../images/common/lightbox_arrow.png') no-repeat;

    width: 30px;

    height: 60px;

    opacity: 0.8;

    margin-top: -30px;

}

.fancybox-album .fancybox-prev span {

    background-position: 0 0;

    left: -65px;

}

.fancybox-album .fancybox-next span {

    background-position: 100% 0;

    right: -65px;

}

.fancybox-album .fancybox-nav:hover span {

    opacity: 1;

}

.fancybox-album .fancybox-title {

    color: #666;

    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    font-size: 14px;

    line-height: 1.7;

    letter-spacing: 0.05em;

    padding-top: 16px;

}

.fancybox-album .fancybox-title .photo-pager {

    float: right;

    color: #999;

    font-size: 20px;

    line-height: 1.5;

    padding: 5px 10px 0;

}

.fancybox-album .fancybox-title .photo-title {

    border: 1px dashed #DAE51E;

    border-width: 1px 0;

    color: #1A7292;

    font-size: 20px;

    line-height: 1.5;

    padding: 5px 10px;

}

.fancybox-album .fancybox-title .photo-intro {

    padding: 15px 10px 5px;

}

/*------------ / lightbox ------------*/

.mmenu-show #mobile-menu .menu li a span{
    display: none;
}

.mmenu-show #mobile-fixed li,

.mmenu-show #mobile-search,

.mmenu-show #member-box li a {

    background: #1d84e3;

}

.mmenu-show #mobile-fixed ul,

.mmenu-show #member-box li {

    border-bottom-color:#1d84e3;

}

.mmenu-show #mobile-menu .side-nav-top > li a:before {

    border-color: #1d84e3;

}

.mmenu-show #mobile-menu .menu li a:hover,

.mmenu-show #mobile-menu .menu li.active > a {

    color: #1d84e3;

}

.mmenu-show #mobile-menu .share .btn .ic {

    vertical-align: middle;

}



@media screen and (max-width: 1580px) {

/*------------ site_footer 1580 ------------*/

    .footer-bottom .container {

        max-width: none;

        padding: 0 80px;

    }

/*------------ / site_footer 1580 ------------*/

}

@media screen and (max-width: 1470px) {

/*------------ site_header 1470 ------------*/

    .site-title .logo {

        width: 239px;

        height: 83px;

    }
    .site-nav .menu > li > a span{
        display: none;
    }


    .site-nav .menu > li > a {
        padding-top: 20px;

        padding-top: 50px;

        /*font-size: 12px;*/

    }
    .site-nav{
        padding-top: 10px;
    }
    .wrapper{
        padding-top: 156px;
    }

    .site-nav .menu > li > a span {

        font-size: 18px;

    }

/*------------ / site_header 1470 ------------*/

}

@media screen and (max-width: 1420px) {

/*------------ banner 1420 ------------*/

    .banner:before {


    }

/*------------ / banner 1420 ------------*/

}

@media screen and (max-width: 1300px) {

/*------------ site_footer 1300 ------------*/

    .footer-top {

        background: url('../../images/common/footer_deco_caret.png') repeat-x;

    }

    .footer-top .container {

        background: none;

        max-width: 900px;

    }

    .site-info {

        margin-right: 40px;

    }

    .site-map {

        clear: both;

        text-align: center;

        padding-top: 30px;

        letter-spacing: 40px;

    }

    .site-map ul {

        display: inline;

    }

    .site-map ul li {

        display: inline-block;

    }

    .footer-bottom {

        text-align: center;

    }

    .footer-bottom .container {

        padding: 0 15px;

    }

/*------------ / site_footer 1300 ------------*/

}

@media screen and (max-width: 1330px) {

/*------------ site_header 1250 ------------*/

    .site-title {

        padding: 10px 0;

        float: none;

        text-align: center;

    }

    .site-header .search-box {

        top: 56px;

        right: 15px;

    }

    .site-nav {

        clear: both;

        position: static;

        margin: 0 -10px;

        padding: 10px 0 20px;

        text-align: center;

    }

    .site-nav .menu > li {

        padding: 0 4px;

    }


    .header-fixed .top-nav,

    .header-fixed .search-box {

        display: none;

    }

    .header-fixed .site-nav {

        padding: 10px 0;

        margin-left: 0;

    }

/*------------ / site_header 1250 ------------*/

}

@media screen and (max-width: 1025px) {
    .site-header, .header-fixed.site-header{
        position: static;
    }
    .header-fixed .wrapper,.wrapper{
        padding-top: 40px;
    }
    .form-title{
        font-size: 28px;
    }
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index:9999;
        font-size:  14px;
        padding:  10px 0 10px;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left:0px;
        top: -25px;
        margin:auto;
        text-align:center;
        background:#666;
        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隱私權手機板 ---*/
    .breadcrumb{
        padding:5px;
        text-align: center;
    }
    .main-title{
        margin-top: 0;
    }
    .site-title .logo,.header-fixed .site-title .logo{
        width: 260px;
        height: 70px;
    }
    .footer-tel:before{
        display: none;
    }
    .site-info, .follow{
        padding-top: 5px;
    }
    .footer-bottom{
        padding-bottom: 30px
    }
    .header-fixed .site-title,.site-title{
        padding:10px 0;
    }
/*------------ site_header 1025 ------------*/

    .top-nav,

    .site-nav,

    .site-header .search-box {

        display: none;

    }

    .header-fixed {

        padding-top: 0;

    }

    .header-fixed .site-header {

        position: static;

    }

/*------------ / site_header 1025 ------------*/

/*------------ site_main 1025 ------------*/

    .content-top {

        padding: 0 0px 15px;

        margin: 0 -15px 25px;

    }

    .main-content {

        padding-bottom: 40px;

    }

/*------------ / site_main 1025 ------------*/

/*------------ side 1025 ------------*/

    .side {

        display: none;

    }

    .has-side .content {

        position: relative;

        width: auto;

        float: none;

    }

/*------------ / side 1025 ------------*/

/*------------ site_footer 1025 ------------*/

    .site-map,

    .footer-bottom .share {

        display: none;

    }

/*------------ / site_footer 1025 ------------*/

/*------------ floating 1025 ------------*/

    .floating,

    .floating.fancybox-margin {

        background: none;

        right: 50%;

        bottom: 5px;

        margin-right: -15px;

    }

    .floating .ibtn.gotop {

        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;

        width: 30px;

        height: 30px;

        border: 0;

    }

    .no-svg .floating .ibtn.gotop {

        background: url('../../images/common/mobile_gotop.png') no-repeat;

    }

/*------------ / floating 1025 ------------*/
.btn-box{
    padding-top: 15px;
}

}

@media screen and (max-width: 840px) {

/*------------ site_footer 840 ------------*/

    .footer-top {

        text-align: center;

    }

    .footer-top .container {

        padding: 30px 15px 15px;

    }

    .site-info,

    .follow {

        float: none;

        width: auto;

    }

    .site-info {

        display: inline-block;

        margin: 0 0 15px;

        background: none;

        padding: 0;

        min-height: 0;

    }

    .footer-tel {

        font-size: 26px;

    }

    .follow > * {

        margin-top: 5px;

    }

/*------------ / site_footer 840 ------------*/

}

@media screen and (max-width: 767px) {

/*------------ site_main 767 ------------*/

    .main-title span {

        font-size: 36px;

    }

    .content-top {

        margin-bottom: 20px;

    }

    .content-title {

        float: none;

    }

    .main-content {

        padding: 30px 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: -30px;

    }

    .pagination li a.prev {

        left: 0;

    }

    .pagination li a.next {

        right: 0;

    }

/*------------ / pagination 767 ------------*/

/*------------ form 767 ------------*/


    .form-box {

        padding: 15px;

    }

    .form-box .row {

        margin: 0;

    }

    .form-box .col {

        float: none;

        width: auto;

        padding: 0;

    }

    .form-box .name2 .control-box {

        padding: 0;

    }

    .form-box .name2 .radio-box {

        bottom: 100%;

    }

    .form-box .address2 .input-box {

        width: 50%;

    }

    .form-box .address2 .input-box:last-child {

        width: 100%;

    }

    .form-box .tips {

        min-height: 0;

    }

    .success-msg {

        font-size: 17px;

    }

/*------------ / form 767 ------------*/

/*------------ lightbox 767 ------------*/

    .fancybox-album .fancybox-skin {

        margin: 50px 0 5px;

    }

    .fancybox-album .fancybox-close {

        top: -50px;

        right: 50%;

        margin-right: -20px;

    }

    .fancybox-album .fancybox-nav span {

        top: -45px;

    }

    .fancybox-album .fancybox-prev span {

        left: 0;

    }

    .fancybox-album .fancybox-next span {

        right: 0;

    }

    .fancybox-album .fancybox-title .photo-title,

    .fancybox-album .fancybox-title .photo-pager {

        font-size: 18px;

    }

    .fancybox-album .fancybox-title .photo-title {

        padding: 5px 0;

    }

    .fancybox-album .fancybox-title .photo-pager {

        padding: 5px 0 0;

    }

    .fancybox-album .fancybox-title .photo-intro {

        padding: 15px 0 5px;

    }

/*------------ / lightbox 767 ------------*/

}

@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 ------------*/

}