@charset 'utf-8';

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

body {
    font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #52382d;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.35px;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: url(../../images/common/bg.jpg) center top;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1470px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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


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

.icon {
    display: inline-block;
    text-align: left;
    text-indent: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.icon.home {
    background: url(../images/home.png);
    width: 14px;
    height: 14px;
}

.btn .icon.home {
    margin: 0 6px 4px 0;
}


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


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

.btn-box .btn {
    margin: 0 0 10px;
}


.share .btn{
    color: #B35B3E;
}

.share .btn i{
    font-size: 17px;
    width: 30px;
    height: 30px;
    border: 1px solid #B35B3E;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transition: all .2s;
    display: inline-block;
    vertical-align: middle;
}

.share .btn.facebook:hover i{
    border-color: #3D5A98;
    color: #3D5A98;
}

.share .btn.google:hover i{
    border-color: #DC472E;
    color: #DC472E;
}

.share .btn.twitter:hover i{
    border-color: #50ABF1;
    color: #50ABF1;
}

.share .btn .txt {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7px;
}

.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.arrow {
    background: #182D0B url(../../images/common/btn_arrow.png) no-repeat 100% 0;
    color: #E7D7AB;
    line-height: 40px;
    padding-left: 14px;
    width: 200px;
    text-align: left;
    font-family: 'Open Sans', '微軟正黑體', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .2s;
}

.btn.arrow:hover {
    background-color: #E7D7AB;
    background-position: 100% 100%;
    color: #000;
}

.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 {
    line-height: 40px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    transition: all .2s;
}

.btn.normal,
.btn.normal.rev:hover {
    background: rgb(178,24,7);
    color: #fff;
}

.btn.normal:hover,
.btn.normal.rev {
    background: rgba(105,170,45,.5);
    color: #fff;
}

.btn-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
}

.btn-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
    margin: 4px;
}

.btn-wrap .btn {
    margin: 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/header_bg.png) no-repeat center top;
    position: fixed;
    width: 100%;
    max-height: 135px;
    z-index: 100;
}

.site-header:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: url(../../images/common/header_shadow.png) no-repeat center top;
}

.site-title {
    text-align: center;
    float: left;
    padding: 35px 0;
}

.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat;
    background-size: 100% auto;
    width: 449px;
    height: 66px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: transparent;
}

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

.site-header .language {
    position: absolute;
    right: 15px;
    top: 50px;
    width: 170px;
    font-size: 13px;
    z-index: 10;
}

.site-header .language .btn {
    background: rgba(255, 255, 255, 0.80) url(../../images/common/lang_arrow.png) no-repeat 100% 50%;
    width: 100%;
    color: #D09381;
    text-align: left;
    padding: 5px 35px 5px 10px;
    line-height: 20px;
}

.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(208, 147, 129, 0.8);
    display: none;
}

.site-header .language ul li {
    display: block;
}

.site-header .language ul li a {
    display: block;
    padding: 5px 10px;
    border-top: 1px solid #DEBBB0;
    color: #fff;
}

.site-header .language ul li a:hover {
    background: #B2593E;
}

.site-header .search-box {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 20px;
    width: 178px;
    box-sizing: border-box;
    margin-left: 10px;
}

.site-header .search-box .form-control {
    background: rgba(255, 255, 255, 0.80);
    width: 100%;
    color: #00A99D;
    text-align: left;
    padding: 5px 35px 5px 10px;
    line-height: 20px;
}

.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: 3px;
}

.site-nav {
    float: right;
    position: relative;
}

.site-nav .container {
    max-width: 1440px;
    padding: 0 56px;
    background: #f9ed2a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9ed2a 0%, #eade06 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9ed2a 0%, #eade06 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9ed2a 0%, #eade06 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed2a', endColorstr='#eade06', GradientType=0);
    /* IE6-9 */
    position: absolute;
    z-index: 10;
    top: -32px;
    left: 0;
    right: 0;
}

.site-nav .menu li{
	position: relative;
}

.site-nav .menu li a {
    transition: all .2s;
    line-height: 1.2;
}

.site-nav .menu > li {margin: 0 0 0 45px;}

.site-nav .menu>li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu>li>a {
    color: #000000;
    font-size: 18px;
    letter-spacing: 5px;
    padding: 52px 0 50px;
    text-align: right;
}

.site-nav .menu>li>a span{
	font-size: 13px;
	color: #B21807;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 2px;
	display: block;
	margin: 3px 4px 0 0;
}

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
	color: #B21807;
}

.site-nav .menu>li>a:hover span,
.site-nav .menu>li.active>a span{
	color: #000;
}

.site-nav .menu>li>a:before,
.site-nav .menu>li>a:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #69AA2D;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .2s;
}

.site-nav .menu>li>a:after{
	top: auto;
	height: 0;
	bottom: 0;
	margin: 0 0 25px 0;
}

.site-nav .menu>li>a:hover:before,
.site-nav .menu>li.active>a:before {
	height: 48px;
}

.site-nav .menu>li>a:hover:after,
.site-nav .menu>li.active>a:after {
	height: 24px;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 165px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin: -25px 0 0 -82px;
}

.site-nav .menu ul li a {
    font-size: 16px;
    text-align: center;
    color: #000;
    border: 1px solid rgba(255,255,255,.9);
    background: rgba(221,221,221,.9);
    margin: 0 0 1px;
    padding: 8px 0 9px 0;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    background: #69AA2D;
    color: #fff;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.site-nav .menu ul ul li a {}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active>a {}


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

/*----------- header-fixed -----------*/

.header-fixed .site-title{
	padding: 15px 0;
}

.header-fixed .site-title .logo{
	width: 272px;
	height: 40px;
}

.header-fixed .site-nav .menu>li>a{
    padding: 25px 0 20px;
}

.header-fixed .site-nav .menu>li>a span,
.header-fixed .site-nav .menu>li>a:before,
.header-fixed .site-nav .menu>li>a:after{
	display: none;
}

.header-fixed .site-nav .menu>li>ul{
    margin: -10px 0 0 -82px;
}

/*------------ / header-fixed ------------*/

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

.banner {
    position: relative;
}

.banner:before {
    content: "";
    display: block;
    background: url(../../images/common/banner_shadow.png) no-repeat;
    position: absolute;
    width:100%;
    height: 11px;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

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


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

.site-main{
    position: relative;
}
.site-main:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 516px;
    height: 460px;
    background: url('../../images/common/bg2.png') no-repeat;
    z-index: 10;
    pointer-events: none;
}

.main-top {text-align: center;}

.main-top .container {
    max-width: 100%;
}

.site-main .container {
    max-width: 1270px;
}

.site-main.narrow-width .container {
    max-width: 1030px;
}

.main-title {
    text-align: center;
    font-size: 35px;
    color: #000000;
    line-height: 1.2;
    padding: 50px 0 30px;
    letter-spacing: 7px;
    position: relative;
    display: inline-block;
}

.main-title:before,
.main-title:after{
    content: "";
    width: 54px;
    height: 58px;
    display: block;
    position: absolute;
    top: -15px;
    left: 51px;
    background: url(../../images/common/line.png);
}

.main-title:after{
    top: auto;
    left: auto;
    bottom: 20px;
    right: -40px;
}

.main-title span{
    color: #B21806;
    font-family: 'Nunito', sans-serif;
    display:block;
    font-size:16px;
    letter-spacing: 1px;
    margin: 7px 0 0 0;
}

.main-content {
    padding: 0 0 80px;
    position: relative;
    z-index: 30;
}

.content {
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sub-title {
    background: url('../../images/common/title_bg.png') no-repeat center;
    text-align: center;
    font-size: 18px;
    color: #69AA2D;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 10px 15px;
    letter-spacing: 6px;
}

.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 {
    padding-top: 20px;
    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: center;
    margin-bottom: 60px;
    color: #B25A3E;
    font-size: 13px;
}

.breadcrumb li {
    margin: 0;
}

.breadcrumb li+li:before {
    content: "-";
    margin: 0 3px 0 4px;
}

.breadcrumb li:nth-child(2):before{
	display:none;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li a:hover {
    color: #854438;
}

.breadcrumb li a .icon.home {
    background-image: url(../../images/common/breadcrumb_home.png);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}

.breadcrumb li a:hover .icon.home {
    background-position: 0 100%;
}


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


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

.side {
    width: 250px;
    float: left;
}

.has-side .content {
    /* width: calc(100% - 295px);

    float: right;

    background: none;*/
}

.side-title {
    border: 6px solid #E1EA48;
    border-bottom: 0;
    padding: 0 3px 9px;
    margin-bottom: 10px;
    color: #E0EA47;
    font-family: 'Lily Script One', '微軟正黑體', cursive;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.side-nav,
.side-nav-top {
    position: relative;
    background: url('../../images/common/side_shadow.png') 50% 100% no-repeat;
    padding-bottom: 20px;
    font-size: 15px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 8px 16px;
}

.side-nav>li {
    padding: 10px 0;
}

.side-nav>li>a {
    color: #444;
    background: url('../../images/common/side_bg.png');
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    background: url('../../images/common/side_bg_hover.png');
}

.side-nav ul {
    display: none;
    padding-top: 20px;
}

.side-nav ul li a {
    border: 1px solid transparent;
    margin: 1px 0;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    border-color: #FBCFC7;
    color: #F2856C;
}

.side-nav ul li.active>a {
    padding-left: 32px;
}

.side-nav ul li.active>a:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/side_ic.png') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 8px;
}

.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 {
    font-size: 13px;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .contact-phone {
    position: relative;
    background: url(../../images/common/phone_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    text-align: center;
    color: #182C0B;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 4px;
    padding: 94px 0 80px;
}

.site-footer .contact-phone:before{
    content: "";
    display: block;
    background: url(../../images/common/phone_bg_shadow.png) no-repeat center bottom;
    position: absolute;
    width: 100%;
    height: 11px;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.site-footer .contact-phone .title {
    color: #B21806;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0.35px;
    position: relative;
    display: inline-block;
}

.site-footer .contact-phone .title:before,
.site-footer .contact-phone .deco-txt:before{
	content: "";
	width: 54px;
	height: 58px;
	display: block;
	position: absolute;
	top: -42px;
	left: -40px;
	background: url('../../images/common/line.png');
}


.site-footer .contact-phone .tel {
    color: #242414;
    font-size: 54px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    font-family: "Times New Roman";
}

.site-footer .contact-phone .deco-txt {
    position: relative;
    display: inline-block;
}

.site-footer .contact-phone .deco-txt:before{
	bottom: -38px;
	right: -40px;
	left: auto;
	top: auto;
}

.footer-top {
    background: url(../../images/common/footer_bg.jpg) no-repeat;
    background-size: cover;
    padding: 53px 0 61px;
    font-size: 13px;
    color: #000000;
}

.footer-top .top-btn {
    color: #000;
    padding: 0 0 10px;
    margin: 0 0 15px;
    background: url(../../images/common/border_h.png) repeat-x bottom;
}

.footer-top .top-btn .btn.gohome:hover {
    text-decoration: none;
}

.footer-top .top-btn .btn.gohome .icon {
    background-image: url(../../images/common/footer_home.png);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}

.footer-top .top-btn .btn.gohome:hover .icon {
    background-position: 0 100%;
}

.site-map {
    float: left;
}

.site-map ul {
    float: left;
    line-height: 1.7;
    margin: 0 70px 0 0;
    letter-spacing: 2px;
}

.site-map ul li a:before {
    content: "◆";
    color: #69AA2D;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 3px 0;
}

.follow {
    float: right;
}

.follow .qrcode {
    text-align: left;
    background: url(../../images/tw/qrcode_bg.png) no-repeat;
    width: 200px;
    height: 90px;
    padding: 7px 8px;
    margin: 0 15px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.follow .ibtn.fb-fans-page {
    background: #3B5998 url(../../images/tw/fb_page.png) no-repeat;
    width: 98px;
    height: 90px;
}

.follow .ibtn.fb-fans-page:hover {
    background-position: 100% 0;
}

.footer-bottom {
    background: #69AA2D;
    color: #FBF1E2;
    padding: 26px 0;
}

.site-info {float: left;}

.site-info ul {
    margin: 0 -8px;
}

.site-info li {
    margin: 4px 8px;
}

.site-info .icon {
    background-image: url(../../images/common/siteinfo_ic.png);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}

.site-info .icon.addr {
    background-position: 0 0;
}

.site-info .icon.tel {
    background-position: -20px 0;
}

.site-info .icon.fax {
    background-position: -40px 0;
}

.site-info .icon.mail {
    background-position: -60px 0;
}

.site-footer .share {
    color: #B35B3E;
    float: right;
    font-family: 'Nunito', sans-serif;
}

.site-footer .share li+li {
    margin-left: 20px;
}

.copyright-box {
    font-size: 12px;
    float: right;
    margin: 5px 0;
}

.copyright-box a:hover {
    color: #FBF1E2;
}

.copyright-box span {
    display: inline-block;
}


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


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

.floating {
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
	width: 80px;
	height: 80px;
	background: url('../../images/common/gotop.png');
}

.floating .gotop:hover {
    background-position: 0 100%;
}


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


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

.pagination {
    text-align: center;
    font-size: 15px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0 5px;
    border: 1px solid #B35B3E;
    text-align: center;
    color: #B35B3E;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    background: #B35B3E;
    color: #fff;
}

.pagination li a.controls {
    font-size: 20px;
    border: none;
}

.pagination li a.controls:hover {
    color: #000;
    background: none;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid #ECC58E;
}

.page-info .form-control:focus {
    border-color: #267D9A;
}


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


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

.reminder {
    text-align: center;
    font-size: 14px;
    color: #777;
    position: relative;
    margin-bottom: 30px;
}

.reminder span {
    color: #cf1e11;
}

.reminder b {
    color: #cf1e11;
    margin: 0px 4px 0 0;
    font-size: 12px;
    display: inline-block;
}

.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: 40px;
    line-height: 38px;
    padding: 0 10px;
    margin-bottom: 5px;
    border: 1px solid #ffffff;
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #fdc57a;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
}

.static-control {
    line-height: inherit;
    color: #197292;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}

.form-title {
    color: #197292;
    font-family: 'Lily Script One', '微軟正黑體', cursive;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
}

.form-wrap {
    border: 3px solid #ddd;
    max-width: 1000px;
    margin: 0 auto;
    background: #F4F4F4;
    border-radius: 20px;
}

.form-wrap .btn-box {
    padding: 15px 15px 45px;
}

.form-box .required {
    position: relative;
}

.required::before {
    content: "▶";
    display: inline-block;
    vertical-align: middle;
    color: #cf1e11;
    font-size: 12px;
    margin: 0px 6px 4px 0px;
}

.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 .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%;
}

.form-box .row {
    margin: 0 -5%;
    background: url(../../images/common/border_v.png) repeat-y 50% 0;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 5%;
}

.form-box .btn-box {
    padding-top: 32px;
}

.form-box .btn-box .col {
    padding: 0;
}

.form-box .form-group {
    padding: 5px 0 0;
}

.form-box .control-label {
    display: block;
    font-size: 15px;
    color: #000;
    padding-left: 3px;
    line-height: 30px;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: 36px;
    margin: 0 10px 5px 5px;
}

.form-box .captcha .control-box {
    padding-right: 160px;
    position: relative;
}

.form-box .captcha a {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0;
    margin-bottom: 5px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-box .captcha a .icon {
    background-image: url(../../images/common/refresh.png);
    width: 24px;
    height: 24px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
}

.form-box .captcha a:hover .icon {
    background-position: 0 100%;
    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;
}

.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-txt .msg {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #CB7F50;
    padding: 15px 0 30px;
}

.success-txt .msg:after {
    content: "";
    display: block;
    width: 44px;
    border-top: 1px solid #333;
    margin: 20px auto 0;
}

.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 .msg strong {
    display: block;
    color: #CF1E11;
    font-size: 30px;
    letter-spacing: 3px;
    text-indent: 3px;
}

.success-txt {
    text-align: center;
}

.success-txt .icon {
    background: url(../../images/common/success.png);
    width: 72px;
    height: 72px;
}

.success-txt+.btn-box {
    padding-top: 35px;
}


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


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

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 60px;
    height: 60px;
    right: 0;
    top: -70px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-wrap {
    margin: 70px 0 30px;
}

body .fancybox-skin {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

body .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .fancybox-nav span {
    visibility: visible;
    background: url(../../images/common/lightbox_arrow.png) no-repeat;
    width: 60px;
    height: 60px;
}

body .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}

body .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}

body .fancybox-prev:hover span {
    background-position: 0 100%;
}

body .fancybox-next:hover span {
    background-position: 100% 100%;
}

body .fancybox-title {
    margin-top: 1px;
    padding: 25px 40px 35px;
    background: #fff;
}

body .fancybox-title .photo-pager {
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #333;
}

body .fancybox-title .photo-title {
    background: url(../../images/common/album/title_ic.png) no-repeat 0 0;
    padding: 9px 0 18px 50px;
    color: #CB7F59;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px double #eee;
    margin-bottom: 20px;
    min-height: 20px;
}

body .fancybox-title p {
    margin-bottom: 15px;
    color: #555;
}


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

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #b21807;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #b21807;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #ece00b;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #b21807;
}

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

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .share .btn .ic:hover {
    color: #765943;
}

.mmenu-show #mobile-menu .share .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    margin: 0 4px;
    padding: 0px;
}

.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}

.mmenu-show #mobile-search .form-control {
    padding-right: 10px;
}

@media screen and (max-width: 1440px) {
    /*------------ site-main 1440 ------------*/
    .site-main:before{
        width: 280px;
        height: 250px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    /*------------ site-main 1440 ------------*/
}
@media screen and (max-width: 1350px) {
    /*------------ site-header 1350 ------------*/
    .site-title{
        padding: 52px 0;
    }
    .site-title .logo{
    	width: 226px;
    	height: 33px;
    }
    .site-nav .menu > li{
    	margin: 0 0 0 30px;
    }
    /*------------ / site-header 1350 ------------*/
}

@media screen and (max-width: 1100px) {
    /*------------ site-footer 1100 ------------*/
    .footer-top{
    	padding: 30px 0;
    }
    .footer-bottom{
    	padding: 10px 0;
    }
    .copyright-box .author{
    	display: block;
    	text-align: right;
    }
    /*------------ / site-footer 1100 ------------*/
}

@media screen and (max-width: 1025px) {
    /*------------ site-header 1025 ------------*/
    .site-header{
    	position: static;
        height: 71px;
    }
    .site-title{
    	float: none;
    	padding: 15px 0;
    }
    .site-nav{
    	display: none;
    }
    .site-title .logo{
        width: 280px;
        height: 41px;
        background: url(../../images/common/logo.png) no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    /*------------ / site-header 1025 ------------*/
    /*------------ site-main 1025 ------------*/
    .site-main:before{
        z-index: 0;
        opacity: .1;
    }
    .breadcrumb{
        margin-bottom: 20px;
    }
    .main-title{
        padding: 20px 0 15px;
    }
    .main-title:before, .main-title:after{
        display: none;
    }
    .main-content{
        padding: 0 0 80px;
    }
    /*------------ site-main 1025 ------------*/
    /*------------ site-footer 1025 ------------*/
    .site-footer .contact-phone{
    	padding: 70px 0;
    }
    .site-footer .contact-phone .tel{
    	font-size: 35px;
    }
    .footer-top,
    .footer-bottom{
    	text-align: center;
    	padding: 10px 0;
    }
    .site-map,
    .footer-top .top-btn > .btn{
    	display: none;
    }
    .site-footer .share,
    .follow,
    .site-info,
    .copyright-box{
    	float: none;
    }
    .copyright-box .author{
    	display: inline-block;
    	text-align: center;
    }
    /*------------ / 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;
    }
    .floating .gotop .icon {
        display: none;
    }
    .no-svg .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.png');
    }
    /*------------ / floating 1025 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ 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;
        top: 15px;
    }
    .pagination li a.next {
        right: 0;
        top: 15px;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        /* padding: 15px;*/
    }
    .form-box .row {
        margin: 0;
        background: none;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 5px;
    }
    .form-box .col2 {
        border: none;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
    .search-box .form-control {
        width: 97%;
    }
    /*------------ / form 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -30px;
    }
    .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-pager {
        padding: 5px 0 0;
    }
    .fancybox-album .fancybox-title .photo-intro {
        padding: 15px 0 5px;
    }
}

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

@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;
    }
    .search-box .form-control {
        width: 94%;
    }
    /*------------ / btn 400 ------------*/
}