@charset 'utf-8';

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

body {
    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.container {
    padding: 0 15px;
    max-width: 1370px;
}

.container2 {
    padding: 0 15px;
    max-width: 1470px;
}


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


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

.icon {}


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


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

.share .btn {
    background: #fff;
    color: #776255;
    width: 33px;
    height: 33px;
    line-height: 36px;
    border-radius: 100%;
    margin-left: 12px;
    font-size: 18px;
	padding:0;
    text-align: center;
}

.share .btn.facebook {
    color: #3B5998;
}
.share .btn.line_btn{
    color: #00b900;
}
.share .btn.ig{
    color: #84b;
}
.share .btn.twitter {
    color: #41ABE1;
}

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

.share .btn.plurk {
    color: #EA5E00;
}

.share .btn:hover {
    background: #004C66;
    color: #fff;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    background-color: #B4E0CA;
    width: 152px;
    height: 80px;
}

.ibtn.fb-fans-page:hover {
    background-color: #3A5795;
}

.btn-box.right {
    text-align: right;
    overflow: hidden;
}

.btn-box.right .btn.back {
    float: right;
}

.btn.back {
    width: 165px;
    height: 45px;
    margin: 0 auto;
    display: block;
    border: solid 1px #666666;
    text-align: center;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 45px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn.back i {
    color: #CFCFCF;
    position: relative;
    font-size: 16px;
    top: 1px;
    margin-right: 8px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn.back:hover {
    color: #FFF;
    background: #1E1E1E;
    border-color: #666666;
}

.btn.back:hover i {
    color: #FFF;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    display: inline-block;
    height: 45px;
    width: 480px;
    margin: 0 4px;
    position: relative;
    background: url(../../images/common/btn_bg.jpg) no-repeat;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    font-size: #FFFFFF;
}

.btn.simple:hover {
    background-position: 0 100%;
}

.btn.simple.bg2 {
    background: #D90000;
    border: 1px solid rgba(246, 137, 31, 0.74);
}

.btn.simple.bg2:hover {
    background: #8C0000;
}

.btn.simple .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
}

.btn.normal {
    background: #FFA395;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0px 0 0;
    max-width: 453px;
    width: 100%;
    min-width: 248px;
    border-radius: 8px;
    font-family: 'Exo';
}

.btn.normal:hover {
    background: #FF7662;
}

.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}

.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}


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


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

.site-header {
    background: #fff;
    position: relative;
    z-index: 5;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 15px 0 12px;
}

.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat;
    background-size: 100% auto;
    width: 325px;
    height: 86px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

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

.site-nav {
    padding-top: 35px;
    margin-bottom: 3px;
    float: right;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    margin: 0 -26px;
    color: #1F1F1F;
}

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

.site-nav .menu li a {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-nav .menu>li {
    padding: 0 7px;
}

.site-nav .menu>li>a {
    line-height: 1.23;
    margin: 0 1px;
    border-bottom: solid 1px transparent;
    text-align: left;
    padding: 20px 20px;
}

.site-nav .menu>li>a span {
    display: block;
    font-size: 11px;
    color: #F78D11;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none;
}

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

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

.site-nav .menu>li+li:before {
    content: '';
    display: block;
    border-left: 1px solid #CCCCCC;
    width: 1px;
    height: 35px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -20px;
}

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

.site-nav .menu li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 173px;
    box-sizing: border-box;
}

.site-nav .menu li>ul {}

.site-nav .menu>li>ul {
    top: 104%;
    left: 50%;
    margin-left: -50%;
}

.site-nav .menu ul li+li {
    border-top: 1px solid #DDDDDD;
}

.site-nav .menu ul li a {
    font-size: 15px;
    padding: 9px 15px;
    background: #FFF;
    text-align: left;
}

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

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


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

.site-nav .menu.right-menu>li:nth-last-child(-n+4) {
    display: none;
}
.search-box{
    position: relative;
}
.site-header .search-box {
    position: absolute;
    width: 200px;
    top:3px;
    right: 0;
    box-sizing: border-box;
    margin-left: 10px;
}

.site-header .search-box .form-control {
    border: 1px solid #F78D11;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}

.site-header .search-box .form-control:focus {
    background: #fefefe;
}


.search-box .ibtn.search {
     width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
    background-image: url(../../images/common/btn_search.png);
}


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


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

.banner {
    position: relative;
}

.banner .container {
    max-width: 1920px;
    padding: 0;
}


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


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

.main-top .container {
    max-width: 1440px;
    padding: 0;
}

.main-top {
    position: relative;
    background: url(../../images/common/main_title_bg.jpg) repeat 50% 50%;
    box-sizing: border-box;
    padding: 30px 0;
    text-align: center;
}

.main-title {
    text-align: center;
    font-size: 45px;
    color: #70594D;
    line-height: 1.2;
    display: inline-block;
    font-size: 21px;
    color: #1F1F1F;
    line-height: 1.2;
    font-weight: normal;
}

.main-title span {
    font-family: 'PMingLiU', '新細明體';
    display: block;
    font-size: 28px;
    color: #333333;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.has-side .main-content {
    padding-bottom: 0;
}

.main-content {
    padding: 60px 0 70px;
}

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

.content-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.content-title {
    margin: 0;
    color: #aaa;
    border-top: 1px solid #ccc;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
}

.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
}

.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.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: #212121;
    background: #fff;
    font-size: 13px;
    padding: 5px 15px;
    position: absolute;
    right: 0px;
    top: -55px;
}

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

.breadcrumb li+li:before {
    content: '- ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li:first-child a {
    color: #FD6C0A;
}

.breadcrumb li:first-child a:hover {
    color: #000;
}

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

.breadcrumb_all {
    position: relative;
}

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

.h2-title {
    font-size: 26px;
    color: #EB4C52;
    line-height: 1.2;
    margin-bottom: 0px;
    width: 65%;
}


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


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

.side {
    width: 240px;
    float: right;
    box-sizing: border-box;
    padding-top: 50px;
}

.has-side .content {
    width: calc(100% - 240px);
    float: left;
    box-sizing: border-box;
    border-right: solid 1px #EEEEEE;
    padding: 50px 40px 70px;
}

.side-title {
    font-size: 21px;
    color: #1F1F1F;
    line-height: 1.2;
    box-sizing: border-box;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: solid 2px #1F1F1F;
    background: url(../../images/common/side_pic.jpg) no-repeat right bottom;
    margin-bottom: 20px;
    padding-top: 3px;
}

.side-title span {
    font-size: 12px;
    display: block;
    color: #FD6C0A;
    margin-top: 5px;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.6;
    font-size: 15px;
    color: #1F1F1F;
    padding: 8px 16px;
}

.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
    position: relative;
}

.side-nav>li>a,
.side-nav-top>li>a {
    position: relative;
    display: block;
    line-height: 1.6;
    font-size: 15px;
    color: #1F1F1F;
    padding: 10px 16px;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-nav li a:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #55B3D7;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-nav>li>a:hover:after,
.side-nav>li.active>a:after {
    width: 110%;
}

.side-nav>li>a:hover,
.side-nav>li.active>a,
.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    color: #FFF;
}

.side-nav>li>a:before,
.side-nav-top>li>a:before {
    content: '\e91c';
    font-family: 'icon-font-3';
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    color: #F6891F;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-nav>li.active>a:before,
.side-nav>li>a:hover:before {
    color: #FFF;
}

.side-nav ul {
    display: none;
    margin-top: 10px;
}

.side-nav ul li a {
    color: #1F1F1F;
    font-size: 15px;
    padding: 8px 10px 8px 36px;
    position: relative;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #096ABF;
    font-weight: bold;
}

.side-nav ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #096ABF;
}


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


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

.site-footer {
    text-align: center;
    background: url(../../images/common/footer_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
}

.site-footer .row {
    margin: 0 -10px;
    padding: 0;
}

.site-footer .col {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.site-footer .col.col1 {
    text-align: left;
}

.site-footer .col.col2 {
    float: right;
    text-align: right;
}

.qrcode {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    max-width: 132px;
    margin-right: 10px;
}

.qrcode img {
    margin: 0;
}

.site-map {
    display: inline-block;
    position: relative;
    max-width: 280px;
}

.site-map ul {
    float: left;
    width: 33.33%;
}

.site-map ul li {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.site-map ul li:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.footer-top a {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.site-footer a:hover {
    color: #004C66;
}

.footer-top .share {
    display: inline-block;
}

.footer-top .btn.f-home {
    display: inline-block;
    font-size: 14px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: bottom;
    font-weight: bold;
}
.footer-top .sns .btn{
    padding:7px;
}
.footer-top .stie-map a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-top .btn.f-home .ic {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #FB9E37;
    line-height: 33px;
    border-radius: 50%;
    font-size: 15px;
    width: 33px;
    height: 33px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-top .btn.f-home:hover .ic {
    background: #004C66;
}

.footer-top .btn.f-hom:hover {
    color: #004C66;
}

.site-info {
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}

.site-info a {
    color: #B9B9B9;
}

.follow {
    margin-top: 40px;
}

.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.copyright,
.author {
    font-size: 12px;
    color: #1F1F1F;
    text-align: center;
    padding: 5px 0;
}


/*------------- / contact ---------------*/

#contact {
    padding: 25px;
    background: #F5F3EF;
}

#contact .container .qrcode,
#contact .container .contact-item {
    float: left;
}

#contact .container .contact-item {}

#contact .container .qrcode li {
    display: inline-block;
    margin: 10px;
    margin-right: 0px;
}

#contact .contact-item li {
    padding-left: 64px;
    color: #776154;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    list-style-type: none;
}

#contact .contact-item p {
    font-size: 16px;
    color: #EB4D54;
    font-weight: 600;
    font-family: 'Exo';
    margin-left: 30px;
}

#contact .contact-item span {
    display: block;
    position: absolute;
    width: 38px;
    left: 0px;
    top: 0px;
    font-weight: 600;
    padding-right: 14px;
    height: 16px;
    border-right: 1px solid #776154;
}

#contact .contact-botton {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    width: 276px;
    height: 36px;
    padding: 0px 20px;
    z-index: 2;
    background: #FFA395;
    box-sizing: border-box;
}

#contact .contact-botton:hover {
    background: #FF7662;
}

#contact .contact-botton a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #FFF;
    background: url(../../images/common/footer_botton_arrow.png) right center no-repeat;
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    z-index: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0px;
    text-align: center;
    top: -36px;
    position: relative;
}

.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 76px;
    height: 77px;
}

.no-svg .floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
}

.floating .ibtn.gotop:hover {
    opacity: 1;
}


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


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

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

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

.pagination li a {
    display: block;
    padding: 0 2px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin: 0 2px;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #D84A05;
}

.pagination li.active a {
    font-weight: bold;
    position: relative;
    top: 1px;
}

.pagination li a.total:before {
    content: '/';
    margin: 0 8px 0 1px;
}

.pagination li a.total:hover {
    color: #666666;
}

.pagination li a.total {
    position: relative;
}

.pagination li a.controls {
    color: #CFCFCF;
    font-size: 17px;
}

.pagination li a.controls:hover {
    color: #1F1F1F;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #D84A05;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 34px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}

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


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


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

.reminder {
    text-align: center;
    font-size: 16px;
    color: #444444;
    padding-bottom: 35px;
    font-family: 'Arial';
}

.reminder span {
    display: inline-block;
    color: #7FCAA5;
}

.reminder b {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: 4px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #7FCAA5;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 42px;
    padding: 0 10px;
    background: #FCFCFC;
    box-sizing: border-box;
    margin-bottom: 6px;
    border: none;
    color: #333;
}

.form-control:focus {
    outline: none;
    background: #ECECFB;
}

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

.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type2 {
    max-width: 1000px;
}

.form-wrap .btn-box {
    margin: 0 auto;
}

.form-box {
    margin: 0 auto;
    max-width: 1000px;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

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

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

.form-box .required:after {
    content: '\e91d';
    font-family: 'icon-font-3';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #C13C3C;
    font-size: 14px;
    margin-right: 5px;
    margin: 0 0px 0px 8px;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: inherit;
}

.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: block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #F78D11;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 10px;
    top: -18px;
}

.form-box .captcha a:hover {
    color: #111;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #F78D11;
}

.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #111;
}

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

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    max-width: 775px;
    margin: 0 auto;
    padding: 0px 35px;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 30px;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    font-size: 21px;
    color: #2692E0;
    margin: 0 auto 20px;
}

.btn-box.right .btn.back.center {
    float: none;
}

.success-msg b {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #FD6C0A;
    line-height: normal;
}

.success-txt {
    line-height: 1.6;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding: inherit;
    padding: 5px 0;
}

.success-txt .icon {
    background: url(../../images/common/contact/icon.png) no-repeat;
    width: 100px;
    height: 55px;
    display: block;
    margin: 0 auto 20px;
}

.success-txt strong {
    color: #444;
    font-size: 14px;
}

.success-txt strong:hover {
    color: #FFA395;
    font-size: 14px;
}

.success-txt a {
    text-decoration: underline;
    color: #000;
}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}


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


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

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

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}

body .fancybox-close:hover {
    opacity: .5;
}

body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}

body .fancybox-inner {
    background: #fff;
    border-radius: 13px;
}

.fancybox-album .fancybox-skin {
    background: none;
    margin: 40px 60px 5px;
}

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

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

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

.fancybox-album .fancybox-prev:hover span,
.fancybox-album .fancybox-next:hover span {
    opacity: .5;
}

.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

.fancybox-album .photo-pager {
    float: right;
    color: #444444;
}

.fancybox-album .photo-title {
    background: url(../../images/common/album/title_icon.png) no-repeat 0 3px;
    padding-left: 24px;
    color: #EB4D54;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 20px;
    font-family: '微軟正黑體';
    font-weight: 600;
}

.fancybox-album .photo-intro {
    margin-bottom: 15px;
    color: #555;
}


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

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

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

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

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

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

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

@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1400px) {
    .h2-title {
        width: 55%;
    }
}

@media screen and (max-width: 1340px) {
    /*------------ site_header 1340 ------------*/
    /*.site-header .search-box {
        position: absolute;
        top: 55px;
        right: 0;
    }*/
    /*------------ / site_header 1340 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .footer-top .col {
        width: 50%;
        border-width: 0;
        margin: 0;
        min-height: 0;
    }
    .footer-top .col3 {
        width: 100%;
        padding-top: 30px;
    }
    .footer-top .map-box {
        margin-top: 0;
    }
    .follow {
        margin-top: 20px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    #contact .container .qrcode,
    #contact .container .contact-item {
        float: none;
        margin-left: -30px;
    }
    #contact .container .contact-item {
        margin-left: -30px;
        margin-top: 20px;
    }
    #contact .contact-botton {
        margin: auto;
        top: auto;
        bottom: 0px;
    }
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .site-map {
        padding: 10px 0;
    }
    /*------------ / side 1200 ------------*/
}

@media screen and (max-width: 1180px) {
    /*------------ site_header 1120 ------------*/
    .site-title {
        padding: 10x 0;
    }
    .site-nav {
        float: none;
        clear: both;
        position: static;
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }
    .h2-title {
        width: 45%;
    }
    /*------------ / site_header 1120 ------------*/
}

@media screen and (max-width: 1000px) {
    .btn.simple {
        width: 100%;
    }
    /*------------ site_header 1000 ------------*/
    .site-header {
        position: relative;
    }
    .site-title {
        top: 0px;
    }
    .site-title {
        text-align: center;
        float: none;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 10px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .footer-top .col3 {
        display: none;
    }
    .footer-top .row {
        margin: 0;
    }
    .site-footer .col.col1,
    .site-footer .col.col2 {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }
    .site-footer .qrcode {
        margin-bottom: 10px;
    }
    .site-footer .site-map,
    .site-footer .share {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        position: fixed;
        margin-right: -15px;
        border: none;
        bottom: 0;
        background: red;
    }
    .no-svg .floating .ibtn.gotop,
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        bottom: 15px;
        left: 0;
        right: 0;
        position: absolute;
        margin-left: -30px;
    }
    /*------------ / floating 1000 ------------*/
    .has-side .content {
        padding: 20px 0;
    }
    .has-side .content {
        border: none;
    }
}

@media screen and (max-width: 925px) {
    .h2-title {
        width: 40%;
    }
}

@media screen and (max-width: 880px) {
    #contact .contact-botton {
        position: static;
        margin: 0px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 860px) {
    .h2-title {
        width: 100%;
    }
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    .main-top {
        padding: 10px 0 20px;
    }
    .breadcrumb {
        position: static;
        margin: 5px 0px 0px;
        text-align: left;
        padding: 0px;
        box-sizing: border-box;
        padding: 5px 10px;
        display: inline-block;
    }
    /*------------ / breadcrumb 767 ------------*/
}

@media screen and (max-width: 767px) {
    .btn-box.right .btn.back {
        float: none;
    }
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 30px 0 50px;
    }
    .main-title {
        font-size: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
    /*------------ / site_main 767 ------------*/
    .site-map {
        display: none;
    }
    .site-footer .share {
        display: none;
    }
    .site-info {
        padding: 5px 0;
        font-size: 15px;
    }
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 50px;
    }
    .pagination {
        position: relative;
    }
    .pagination li {
        display: block;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: 15px;
    }
    .pagination li .prev {
        left: -18px;
    }
    .pagination li .next {
        right: 15px;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .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 .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 0px 0px;
    }
    .success-msg {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 18px;
        line-height: 1.4;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    /*.fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }*/
    /*------------ / 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 ------------*/
}

@media screen and (max-width: 340px) {
    #contact {
        padding: 20px 10px 10px;
    }
    #contact .contact-botton {
        width: 98%;
    }
}

@media screen and (max-width: 300px) {
    #contact .container .qrcode li {
        margin: 1px;
    }
}
