@charset "utf-8"; /* CSS Document */
@import url(reset.css); @import url(font-awesome.min.css); @import url(//fonts.googleapis.com/earlyaccess/notosanstc.css); * {
    margin: 0;
    padding: 0;
    font: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    /* list-style-type: none; */
    outline: none;
}

body {
    background: #ffffff;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 13px;
    -webkit-print-color-adjust: exact;
}

/*css3*/
a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a {
    cursor: pointer;
    color: #5e6766;
}

a:hover {
    color: #178e7b;
}

[class*='col-'] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1 {
    float: left;
    width: 100%;
}

.col-2 {
    float: left;
    width: 50%;
}

.col-3 {
    float: left;
    width: 33.33%;
}

.col-4 {
    float: left;
    width: 25%;
}

.col-5 {
    float: left;
    width: 20%;
}

.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.btn_color1 {
    background: #178e7b;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
}

a.btn_color1:hover {
    background: #00cc89 !important;
}

a.btn_color2 {
    background: #4ba0c1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzRiYTBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhhYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4ba0c1 1%, #008ac1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4ba0c1), color-stop(100%, #008ac1));
    background: -webkit-linear-gradient(top, #4ba0c1 1%, #008ac1 100%);
    background: -o-linear-gradient(top, #4ba0c1 1%, #008ac1 100%);
    background: -ms-linear-gradient(top, #4ba0c1 1%, #008ac1 100%);
    background: linear-gradient(to bottom, #4ba0c1 1%, #008ac1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0c1', endColorstr='#008ac1', GradientType=0);
}

a.btn_color2:hover {
    background: #398cb1;
}

input[type="text"] {
    /* -webkit-appearance: none; */
}

textarea {
    -webkit-appearance: none;
}

.outerWrap {
    position: relative;
    background: #fff;
    top: 88px;
}

.index_bg {
    background-image: url("/style/img/index_bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: 100% !important;
    background-color: transparent !important;
    background-attachment: fixed !important;
}

.wrap {
    width: 1160px;
    margin: 0 auto;
}

#gmap {
    display: none;
    height: 400px;
}

.label {
    padding: 5px 7px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
}

/*購物車*/
.cartArea {
    display: none;
    width: 300px;
    background: #FFF;
    /* border: 5px solid #111111; */
    border-radius: 10px;
    position: fixed;
    top: 102px;
    left: 50%;
    margin-left: -150px;
    z-index: 9999;
}

.cartArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
}

.cartArea .countBox {
    margin-bottom: 25px;
    font-size: 13px;
    color: #333;
    text-align: right;
}

.cartArea .countBox b {
    font-size: 18px;
    color: #E60012;
}

.cartArea .countBox b em {
    font-weight: normal;
    font-size: 12px;
    color: #E60012;
}

.cartArea .countBox a.btn_pay {
    display: block;
    float: right;
    margin-left: 15px;
    padding: 7px 15px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #FFF;
    border-radius: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    /* transition: none; */
}

.cartArea ul {
    clear: both;
    max-height: 150px;
    overflow-y: auto;
}

.cartArea ul li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
    text-align: left;
}

.cartArea ul li strong {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    padding-right: 20px;
}

.cartArea ul li strong a {
    display: block;
    color: #272727;
}

.cartArea ul li b {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    padding-right: 10px;
}

.cartArea ul li i.fa-times {
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: #d92047;
    position: absolute;
    right: 15px;
    top: 10px;
}

/*訂單查詢*/
.orderCheckArea {
    display: none;
    width: 300px;
    background: #FFF;
    border: 5px solid #000;
    border-radius: 10px;
    position: fixed;
    top: 40px;
    left: 50%;
    margin-left: -150px;
    z-index: 999;
}

.orderCheckArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
    text-align: center;
}

#closeOrder, #closeCart {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 2px solid #CCC;
    padding: 5px;
    box-sizing: border-box;
}

.orderCheckArea a.btn {
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    color: #FFF;
    padding: 10px 20px;
    background: #151515;
    border-radius: 4px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
}

.orderCheckArea a.btn:hover {
    background: #E60012;
    color: #FFF;
}

a.contactFB {
    border-radius: 6px !important;
    background: #3f5c9a;
    padding-right: 6px;
    padding-left: 6px;
}

a.contactFB:hover {
    color: #fff !important;
    background: #325294;
}

/*****網頁頭*****/
header {
    background: linear-gradient(top, #0000FF, #0099FF);
    background: -moz-linear-gradient(top, #0000FF, #0099FF);
    /* background: linear-gradient(to bottom, #212121 0%,#070707 100%); */
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
    margin: 0 auto;
}

/*header*/
header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* box-shadow: 0 2px 5px rgba(158, 158, 158, 0.5); */
}

header h1 {
    float: left;
    width: 164px;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header h1 a {
    display: block;
    width: 100%;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    height: 115px;
    text-indent: -9999px;
}

header .rightBox {
    float: right;
}

header .menucolora {
    background: #ffffff;
}

header .menucolorb {
    background: #fff;
}

header .rightBox ul.topBox {
    /* padding-top: 10px; */
    /* padding-right:12px; */
    /* margin-bottom: 16px; */
    text-align: right;
    height: 46px;
    box-sizing: border-box;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* vertical-align:  middle; */
    display: inline-block;
}

header .rightBox ul.topBox li {
    display: inline-block;
    padding: 0 5px;
    /* border-left:1px solid #d1d1d1; */
    position: relative;
    line-height: 46px;
}

header .rightBox ul.topBox li:first-child {
    border: none;
}

header .rightBox ul.topBox li>a, header .rightBox ul.topBox li .language>a {
    font-size: 16px;
    /* color: #5e6766; */
}

header .rightBox ul.topBox li>a i, header .rightBox ul.topBox li .language>a i {
    font-size: 15px;
    margin: 0 5px;
}

header .rightBox ul.topBox li>a:hover, header .rightBox ul.topBox li .language>a:hover {
    color: #00cc89;
}

header .rightBox ul.topBox li .submenu {
    display: none;
    width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

header .rightBox ul.topBox li .submenu a {
    display: block;
    background: #FFF;
    margin-bottom: 1px;
    padding: 7px 10px;
    color: #222;
    text-align: center;
}

header .rightBox ul.topBox li .submenu a:hover {
    background: #666;
    color: #FFF;
}

.colorfb {
    color: #4267b2;
}

.coloryt {
    color: #ff0000;
}

.colorsk {
    color: #00a9eb;
}

.colorli {
    color: #00b300;
}

.colorsk_menu i {
    color: #ffffff !important;
    background: #00a9eb !important;
    border-radius: 4px !important;
}

.colorli_menu i {
    color: #ffffff !important;
    background: #00b300 !important;
    border-radius: 4px !important;
}

.hideBox ul.topBox {
    padding: 10px 0px;
    padding-right: 12px;
    text-align: center;
    /* height:36px; */
    box-sizing: border-box;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hideBox ul.topBox li {
    display: inline-block;
    padding: 0 5px;
    /* border-left:1px solid #d1d1d1; */
    position: relative;
    text-align: left;
    /* width: 100%; */
}

.hideBox ul.topBox li:first-child {
    border: none;
}

.hideBox ul.topBox li>a, .hideBox ul.topBox li .language>a {
    font-size: 15px;
    /* color: #178e7b; */
}

.hideBox ul.topBox li>a i, .hideBox ul.topBox li .language>a i {
    font-size: 15px;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

.hideBox ul.topBox li>a:hover, .hideBox ul.topBox li .language>a:hover {
    color: #00cc89;
}

.hideBox ul.topBox li .submenu {
    display: none;
    width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.hideBox ul.topBox li .submenu a {
    display: block;
    background: #FFF;
    margin-bottom: 1px;
    padding: 7px 10px;
    color: #222;
    text-align: center;
}

.hideBox ul.topBox li .submenu a:hover {
    background: #666;
    color: #FFF;
}

/*logo*/
header h1 {
    float: left;
}

header h1 a {
    display: inline-block;
    background: url(../img/logo.png) no-repeat center top;
    width: 100%;
    height: 46px;
    text-indent: -9999px;
    background-size: contain;
}

header .leftBox {
    /* padding:2px 0; */
    float: right;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #656766;
}

header .leftBox a {
    display: inline-block;
    margin: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #656766;
    text-align: center;
    border: 2px solid #656766;
    border-radius: 100%;
}

header .leftBox a b {
    display: none;
}

header .leftBox .Txt {
    font-size: 16px;
    color: #ffffff;
    height: 34px;
    line-height: 34px;
    letter-spacing: 1px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 100%;
}

header .rightBox {
    position: relative;
    /* float:right; */
    width: 100%;
    text-align: center;
    /* padding-bottom:4px; */
    /* border-bottom: 1px solid #656766; */
    background: #00;
}

header .rightBox .Txt {
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 19px;
    color: #656766;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 14px;
}

header .rightBox>a:first-child {
}

header .rightBox>a:hover {
    background: #86a90f;
    border-radius: 5px;
    color: #FFF;
}

header .rightBox>a.cartToggle {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    padding: 5px 15px;
    border-radius: 0 0 8px 8px;
    background: #656766;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4a330f 0%, #9d6c32 9%, #9d6c32 50%, #412707 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656766), color-stop(9%, #919291), color-stop(50%, #ABACAB), color-stop(100%, #656766));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #656766 0%, #919291 9%, #ACADAC 50%, #656766 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a330f 0%, #9d6c32 9%, #9d6c32 50%, #412707 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a330f 0%, #9d6c32 9%, #9d6c32 50%, #412707 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b1b1b1 0%, #e6e6e6 9%, #f3f3f3 50%, #b8b8b8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a330f', endColorstr='#412707', GradientType=0);
    /* IE6-9 */
}

header .rightBox>a.cartToggle i {
    display: inline-block;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #1D1D1D;
    border: 2px solid #1D1D1D;
    border-radius: 100%;
}

header .rightBox>a.cartToggle b {
    display: inline-block;
    padding: 0 3px;
    font-size: 16px;
    color: #E60012;
}

header.shrink {
    /* border-bottom: 1px solid #ffffff; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

header.shrink h1 {
    width: 261px;
}

header.shrink h1 a {
    height: 0px;
    background-position: left 5px;
}

header.shrink .rightBox .topBox {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}

header.shrink nav {
    /* padding-top: 10px; */
}

header.shrink ul.menu li>a {
    /* padding: 0px 5px 5px 5px; */
}

.g_trans {
}

header .downBox {
    clear: both;
    position: relative;
    display: flex;
}

header nav {
    /* padding-top: 15px; */
}

header .menuBox {
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
    background: #ffffff;
    display: inline-block;
    /* border-bottom-right-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    /* margin-bottom: 5px; */
    /* width:  100%; */
}

/*menu*/
ul.menu {
    /* float: left; */
    /* border-bottom: 1px solid #656766; */
    /* border-top: 1px solid #656766; */
    /* width:  100%; */
    text-align: justify;
}

ul.menu:after {
    content: '';
    display: inline-block;
    width: 100%;
}

ul.menu li {
    /* float:left; */
    width: auto;
    display: inline-block;
}

ul.menu li>a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

ul.menu li.break {
    /* margin-right: 150px; */
}

ul.menu li>a {
    display: block;
    /* padding: 0px 5px 0px 5px; */
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #5e6766;
    text-align: left;
    /* font-weight: bold; */
    position: relative;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    height: 42px;
    line-height: 42px;
}

ul.menu li a:hover {
    /* background: #ffffff; */
    color: #fff;
}

ul.menu li>a.story span {
    display: inline-block;
}

ul.menu li>a.story {
    /* background-image:url(../img/menu/menu_story_c.png); */
    /* background-position: left 7px; */
}

ul.menu li>a.about {
    background-image: url(../img/menu/menu_about.png);
}

ul.menu li>a.store {
    background-image: url(../img/menu/menu_store.png);
}

ul.menu li>a.products {
    background-image: url(../img/menu/menu_products.png);
}

ul.menu li>a.news {
    background-image: url(../img/menu/menu_news.png);
}

ul.menu li>a.job {
    background-image: url(../img/menu/menu_job.png);
}

ul.menu li>a.contact {
    background-image: url(../img/menu/menu_contact.png);
}

/*hover*/
ul.menu li>a.story:hover, ul.menu li>a.story.current {
    /* background-image:url(../img/menu/menu_story_c.png); */
}

ul.menu li>a.about:hover, ul.menu li>a.about.current {
    background-image: url(../img/menu/menu_about_c.png);
}

ul.menu li>a.store:hover, ul.menu li>a.store.current {
    background-image: url(../img/menu/menu_store_c.png);
}

ul.menu li>a.products:hover, ul.menu li>a.products.current {
    background-image: url(../img/menu/menu_products_c.png);
}

ul.menu li>a.news:hover, ul.menu li>a.news.current {
    background-image: url(../img/menu/menu_news_c.png);
}

ul.menu li>a.job:hover, ul.menu li>a.job.current {
    background-image: url(../img/menu/menu_job_c.png);
}

ul.menu li>a.contact:hover, ul.menu li>a.contact.current {
    background-image: url(../img/menu/menu_contact_c.png);
}

ul.menu li.dropDown {
    position: relative;
}

ul.menu li.dropDown .submenu {
    display: none;
    width: 200px;
    box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}

ul.menu li.dropDown .submenu a {
    display: block;
    padding: 10px 20px;
    background: #FFF;
    border-top: #e8e8e8 1px solid;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
}

ul.menu li.dropDown .submenu a:hover {
    background: #7dadc3;
    color: #FFF;
}

ul.menu li.dropDown .submenu a:first-child {
    border: none;
}

.m_menu {
    display: none;
}

/*****banner******/
.bannerArea {
    clear: both;
    background: #ffffff;
    position: relative;
}

#example2 {
    display: none;
}

.banner_s {
    display: none;
}

.mapbanner {
    height: 480px;
    width: 100%;
}

div#bannerArea {
    /* height: 527px; */
}

.bannerArea:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(74, 51, 15, 0) 0%, rgba(31, 18, 13, 1) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,51,15,0)), color-stop(100%,rgba(31,18,13,1))); */
    /* background: -webkit-linear-gradient(top, rgba(74,51,15,0) 0%,rgba(31,18,13,1) 100%); */
    background: -o-linear-gradient(top, rgba(74, 51, 15, 0) 0%, rgba(31, 18, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(74, 51, 15, 0) 0%, rgba(31, 18, 13, 1) 100%);
    /* background: linear-gradient(to bottom, rgba(74,51,15,0) 0%,rgb(255, 255, 255) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a330f', endColorstr='#1f120d', GradientType=0);
}

.bannerArea .bx-wrapper .bx-controls-direction a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 62px !important;
    height: 62px !important;
    margin-top: -30px !important;
}

.bannerArea .bx-wrapper .bx-prev {
    background: url(../img/bx_arrow_prev.png) no-repeat !important;
}

.bannerArea .bx-wrapper .bx-next {
    background: url(../img/bx_arrow_next.png) no-repeat !important;
}

#banner img {
    display: block;
    width: 100%;
}

.bannerArea .slides-pagination {
    bottom: 100px !important;
}

.bannerArea a.scrollDown {
    display: block;
    color: #FFF;
    text-align: center;
    width: 80px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -40px;
    z-index: 100;
}

.bannerArea a.scrollDown i {
    display: inline-block;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    text-align: center;
}

/*頁尾資訊*/
/*footer*/
footer {
    background: #6ea52f;
    position: absolute;
    width: 100%;
    bottom: 0;
}

footer .email {
    color: #fff;
}

footer .email:hover {
    color: #00cc89;
}

footer .topBox {
    padding: 5px 0;
    /* border-bottom:1px solid #333; */
    background: #6ea52f;
}

footer .downBox .socialBox {
    px; */ }

footer .downBox .socialBox b {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
}

footer .downBox .socialBox a {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

footer .downBox .socialBox a span {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    line-height: 24px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #4267b2;
}

footer .downBox .socialBox a span.line {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    line-height: 24px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #0b0;
}

footer .downBox .socialBox a span.line img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #0b0;
    padding: 2px;
}

footer .downBox .socialBox a span i {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    line-height: 24px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #4267b2;
}

footer .downBox .socialBox a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

footer .downBox .socialBox a img {
    vertical-align: middle;
    /* margin-top: 5px; */
}

footer .downBox .socialBox a:hover {
    /* background: #4267b2; */
    /* color: #fff; */
}

footer .downBox .qBox {
    text-align: right;
}

footer .downBox .qBox b {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
}

footer .downBox .qBox .form {
    display: inline-block;
}

footer .downBox .qBox .form input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    padding: 5px 10px;
    background: #3C3C3C;
    color: #CCC;
    border: none;
    box-sizing: border-box;
}

footer .downBox .qBox .form a {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #FFF;
    background: #90c31f;
}

footer .downBox .qBox .form a:hover {
    background: #75A016;
}

footer .dec {
    text-align: center;
}

footer .dec img {
    text-align: center;
    max-width: 100%;
}

footer .downBox {
    clear: both;
    /* padding: 10px 0 10px 0; */
    text-align: center;
}

footer .downBox .downLogo {
    text-align: center;
    /* margin-bottom: 20px; */
}

footer .downBox h5.copyright {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

footer .endBox {
    font-size: 12px;
    color: #555;
    padding-bottom: 25px;
}

footer .endBox ul.downLink {
    text-align: center;
}

footer .endBox ul.downLink li {
    display: inline-block;
    padding: 0 5px;
}

footer .endBox ul.downLink li a {
    font-size: 12px;
    color: #D6D6D6;
}

footer .endBox ul.downLink li a:hover {
    color: #90c31f;
}

footer .endBox ul.downLink li b {
    display: none;
}

footer .endBox ul.downLink li a.design {
    color: #797979;
}

footer .endBox ul.downLink li a.design:before {
    content: "/";
    margin-right: 3px;
}

/*share this*/
.social {
    clear: both;
    margin-top: 20px;
}

.social span {
    display: inline-block;
}

.st_sina_large {
    width: 32px;
    height: 30px;
    background: #FFF;
    border-radius: 4px;
    position: relative;
}

.st_sina_large .stLarge {
    background-position: left -7px !important;
    background-repeat: no-repeat !important;
}

h5.copyright {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    color: #000000;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
}

footer .qrcode {
    float: left;
    margin-right: 15px;
}

ul.downMenu {
    text-align: center;
    color: #fff;
}

ul.downMenu li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
}

ul.downMenu.clearfix a {
    color: #fff;
}

ul.downMenu li a {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

ul.downMenu li a b {
    padding-left: 10px;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
}

ul.downMenu li a:hover {
    /* text-decoration:underline; */
    color: #00cc89;
}

.goTopBox {
    position: absolute;
    top: 55%;
    right: 0;
}

.goTop {
    /* display: none; */
    /* background: url(../img/gotop.png) no-repeat; */
    /* width: 30px; */
    /* height: 45px; */
    /* text-indent: -9999px; */
    /* position: fixed; */
}

/*********內頁**********/
/**********************/
.bannerAera {
    max-height: 300px;
    overflow: hidden;
}

.mainArea {
    padding: 40px 0;
    background: #ffffff;
}

.about_bg {
    background: url("/style/img/about_bg.jpg") bottom;
    background-repeat: no-repeat !important;
    background-position: bottom;
    background-size: 100% !important;
    background-color: transparent !important;
    background-attachment: fixed !important;
}

.mainArea .titleBox {
    position: relative;
}

.titleBox h2 em b {
    /* display: block; */
    font-size: 14px;
    font-weight: normal;
    color: #5e6766;
}

.mainArea .titleBox:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.mainArea .titleBox h2 {
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 27px;
    color: #5e6766;
    text-align: left;
}

.mainArea .titleBox h2 strong {
    display: none;
}

.mainArea .titleBox h2 em {
    /* display: inline-block; */
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #178e7b;
}

/*網站導覽bread*/
.mainArea .titleBox .bread {
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #178e7b;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.mainArea .titleBox .bread a {
    color: #178e7b;
}

.mainArea .titleBox .bread a i {
    font-size: 20px;
}

.mainArea .titleBox .bread span {
    padding: 0 3px;
    color: #178e7b;
}

.mainArea .contentBox {
    clear: both;
    padding-top: 40px;
}

/*文字編輯器*/
.textEditor {
    padding: 20px 0;
    color: rgb(255, 255, 255);
    /*字的顏色*/
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.textEditor a {
    color: #5e6766;
}

.textEditor img {
    max-width: 100% !important;
    height: auto !important;
}

.textEditor ul {
    /* list-style:disc outside; */
    padding-left: 30px;
}

.textEditor ol {
    list-style: decimal outside;
    padding-left: 30px;
}

.textEditor table {
    border-collapse: collapse;
    border: none;
}

.textEditor table th {
    padding: 5px;
    text-align: center;
    background: #598520;
    color: #FFF;
    border: 1px solid #DBDBDB;
}

.textEditor table td {
    padding: 5px;
    /* border: 1px solid #DBDBDB; */
}

table.breakpoint>tbody>tr>td.expand {
    cursor: pointer;
    background: url(../img/plus.png) no-repeat 5px center;
    padding-left: 40px;
}

.textEditor strong.title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #D64545;
}

.textEditor hr {
    clear: both;
    margin: 15px 0;
    height: 1px;
    border: none;
    background: #D5D5D5;
}

.location_page {
    text-align: left;
}

.location_page a {
    color: #ffffff;
    border: 1px solid #265884;
    background: #265884;
    padding: 0px 10px;
    font-size: 16px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    position: relative;
    border-radius: 4px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

ul.item_mcard {
    width: 100%;
    padding: 0px;
}

ul.item_mcard li {
    width: 33%;
    display: inline-block;
}

/*類別*/
.classBox {
    padding-top: 10px;
}

.m_classLink {
    display: none;
}

ul.classLink {
    text-align: center;
    display: none;
}

ul.classLink li {
    display: inline-block;
    padding: 8px 5px;
}

ul.classLink li a {
    padding: 5px 10px;
    display: block;
    font-size: 15px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    position: relative;
    color: #2e2e2e;
    border-radius: 4px;
}

ul.classLink li a:hover {
    color: #ffffff;
    background: rgb(168, 33, 39);
}

ul.classLink li a.current {
    color: #fff;
    background: #a82127;
}

.m_classLink2 {
    display: none;
}

ul.classLink2 {
    text-align: center;
}

ul.classLink2 li {
    display: inline-block;
    /* padding: 1px 5px; */
}

ul.classLink2 li a {
    padding: 5px 10px;
    display: block;
    font-size: 15px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    position: relative;
    /* border-radius:4px; */
}

ul.filters2 a:hover {
    color: #178e7b !important;
    background: #ffffff;
}

ul.classLink2 li a.current {
    color: #178e7b !important;
    background: #ffffff;
}

/*標題字*/
.sectionTitle {
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #178e7b;
    /* background: #178e7b; */
    padding: 5px 10px 5px 0px;
}

.sectionTitle strong {
    color: #178e7b;
}

.sectionTitle:before {
    /* content:"【"; */
}

.sectionTitle:after {
    /* content:"】"; */
}

/******頁籤*******/
.tab {
    margin-top: 25px;
}

.tab a {
    display: block;
    float: left;
    padding: 8px 12px;
    font-size: 14px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #FEFEFE;
    background: #1E93BC;
    margin-left: 3px;
    border-radius: 3px 3px 0 0;
}

.tab a.current {
    background: #178e7b;
}

ul.tabContent {
    padding: 20px 5px;
    border-top: #f1f1f1 1px solid;
}

ul.tabContent>li {
    display: none;
}

ul.tabContent li .textEditor {
    margin: 0;
}

ul.tabContent h3.sectionTitle {
    display: none;
}

/*側邊_menu*/
.side_menu {
    margin-bottom: 70px;
    padding: 0px 10px;
}

.side_menu ul {
    margin-top: 10px;
}

.backg_left .side_menu ul li {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    /* padding: 5px; */
}

.backg_left2 .side_menu ul li {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    /* padding: 5px; */
}

.side_menu ul li {
    border-bottom: 1px solid #ffffff;
    position: relative;
    /* padding: 5px; */
}

.side_menu ul li:last-child {
    border: none;
    position: relative;
    /* padding: 5px; */
}

.side_menu ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-family: Font Awesome, Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #ffffff;
}

.side_menu ul li a:hover {
    color: #1a4a4e !important;
}

.backg_left .side_menu ul li a:hover, .backg_left2 .side_menu ul li a:hover {
    color: #1a4a4e !important;
}

.side_menu ul li a.current {
    color: #1a4a4e !important;
}

.backg_left .side_menu ul li a.current, .backg_left2 .side_menu ul li a.current {
    color: #1a4a4e !important;
}

.side_menu ul li a.current:before {
    /* content: url(../img/menu/menu_story_c.png); */
    display: inline-block;
    height: 31px;
    vertical-align: middle;
    padding-right: 5px;
}

.side_menu ul li a:before {
    /* content: url(../img/menu/menu_story_c.png); */
    display: inline-block;
    vertical-align: middle;
    height: 31px;
    padding-right: 5px;
}

.side_menu ul li a:hover:before {
    /* content: url(../img/menu/menu_story_c.png); */
    display: inline-block;
    vertical-align: middle;
    height: 31px;
    padding-right: 5px;
}

.side_menu ul li a b {
    margin-left: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
}

.side_menu_member ul {
    margin-top: 10px;
}

.side_menu_member ul li {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    /* padding: 5px; */
}

.side_menu_member ul li:last-child {
    border: none;
    position: relative;
    /* padding: 5px; */
}

.side_menu_member ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-family: Font Awesome, Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #5e6766;
}

.side_menu_member ul li a:hover {
    color: #178e7b;
}

.side_menu_member ul li a.current {
    color: #178e7b;
}

.side_menu_member ul li a.current:before {
    /* content: url(../img/menu/menu_story_c.png); */
    display: inline-block;
    height: 31px;
    vertical-align: middle;
    padding-right: 5px;
}

.side_menu_member ul li a:before {
    /* content: url(../img/menu/menu_story_c.png); */
    display: inline-block;
    vertical-align: middle;
    height: 31px;
    padding-right: 5px;
}

.side_menu_member ul li a:hover:before {
    /* content: url(../img/menu/menu_story_c.png); */
    display: inline-block;
    vertical-align: middle;
    height: 31px;
    padding-right: 5px;
}

.side_menu_member ul li a b {
    margin-left: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
}

/*側邊_相簿*/
ul.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}

ul.side_album li {
    float: left;
    width: 33.3%;
    padding: 0 10px 10px 0;
}

ul.side_album li a {
    display: block;
}

ul.side_album li a img {
    display: block;
    width: 100%;
}

/*側邊_線上訂房*/
.side_booking {
    margin-bottom: 30px;
}

.side_booking a {
    display: block;
    background: #f05b8f;
    border-radius: 4px;
    box-shadow: 0 1px 1px #8D2121;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #D33434;
    box-shadow: 1px 0 #F38A8A;
}

.side_booking a:hover {
    box-shadow: inset 0 3px 3px #8D2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo {
    margin-bottom: 30px;
}

.side_contactInfo h3 {
    margin-bottom: 20px;
}

.side_contactInfo ul {
}

.side_contactInfo ul li {
    margin-bottom: 10px;
}

.side_contactInfo ul li a {
    display: flex;
    align-self: center;
}

.side_contactInfo ul li a i {
    /* display: flex !important; */
    margin: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.5em;
    color: #ffffff;
    text-align: center;
    /* border: 2px solid #ffffff; */
    border-radius: 100%;
    background: #178e7b;
}

.side_contactInfo ul li a b {
    font-size: 15px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    color: #178e7b;
    font-weight: normal;
    margin: 5px;
    height: 35px;
    line-height: 35px;
}

/*側邊_房型*/
.side_room {
    margin-bottom: 60px;
    display: none;
}

.side_room .sectionTitle {
    margin-bottom: 15px;
}

.side_room ul {
}

.side_room ul li {
}

.side_room ul li .Img {
}

.side_room ul li .Img img {
    width: 100%;
}

.side_room ul li .Txt {
    margin-top: 5px;
}

.side_room ul li .Txt h3 strong a {
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.side_room ul li .Txt h3 strong a:hover {
}

.side_room ul li .Txt p {
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    max-height: 100px;
    overflow: hidden;
}

.side_room .bx-wrapper .bx-controls-direction a {
    width: 25px !important;
    height: 25px !important;
    top: 0 !important;
    right: 0;
    margin: 0 !important;
}

.side_room .bx-wrapper .bx-prev {
    left: auto;
    right: 25px !important;
    background: url(../img/photoswipe/bx_arrow_square_prev.png) !important;
}

.side_room .bx-wrapper .bx-next {
    background: url(../img/photoswipe/bx_arrow_square_next.png) !important;
}

/*側邊_分享*/
.side_share {
    clear: both;
    display: none;
    margin-bottom: 30px;
}

.side_share a {
    width: 100%;
    margin-top: 5px;
    display: block;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -web-box-sizing: border-box;
    box-sizing: border-box;
}

.side_share a.line {
    box-shadow: 0 0 0 1px #22a00b;
    border-top: 1px solid #e1ffa9;
    background: #a7e732;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
    background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: -ms-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
    background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share a.fb {
    box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8DCFF5;
    background: rgb(93, 160, 234);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(93, 160, 234, 1) 0%, rgba(61, 140, 230, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(93, 160, 234, 1)), color-stop(100%, rgba(61, 140, 230, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(93, 160, 234, 1) 0%, rgba(61, 140, 230, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(93, 160, 234, 1) 0%, rgba(61, 140, 230, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(93, 160, 234, 1) 0%, rgba(61, 140, 230, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(93, 160, 234, 1) 0%, rgba(61, 140, 230, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
    /* IE6-8 */
}

.side_share a.gPlus {
    box-shadow: 0 0 0 1px #874138;
    border-top: 1px solid #fd816b;
    background: rgb(214, 81, 48);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(214, 81, 48, 1) 0%, rgba(208, 68, 43, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214, 81, 48, 1)), color-stop(100%, rgba(208, 68, 43, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(214, 81, 48, 1) 0%, rgba(208, 68, 43, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(214, 81, 48, 1) 0%, rgba(208, 68, 43, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(214, 81, 48, 1) 0%, rgba(208, 68, 43, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(214, 81, 48, 1) 0%, rgba(208, 68, 43, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
    /* IE6-8 */
}

.side_share a i {
    padding-right: 5px;
    font-size: 18px;
}

.side_share a:active {
}

/*側邊_其他相關訊息*/
.side_news {
    margin-bottom: 60px;
}

.side_news ul {
    margin-top: 20px;
}

.side_news ul li {
    margin-bottom: 25px;
}

.side_news ul li .Img {
    float: left;
    margin-right: 12px;
    width: 60px;
    overflow: hidden;
}

.side_news ul li .Img img {
    height: 60px;
}

.side_news ul li .Txt {
    overflow: hidden;
}

.side_news ul li .Txt a {
    display: block;
    font-size: 14px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    /* font-weight: bold; */
    line-height: 1.5;
}

.side_news ul li .Txt a:hover {
    /* text-decoration: underline; */
}

.side_news ul li .Txt b {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-top: 5px;
}

/*側邊_匯款通知按鈕*/
.side_notice {
    margin-bottom: 30px;
}

.side_notice a {
    display: inline-block;
    width: 49%;
    padding: 7px 0;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 2px #CCC;
    border-radius: 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/*------css3動畫--------*/
@-webkit-keyframes upDown {
    0% {
        bottom: 40px;
        opacity: 1;
    }

    50% {
        bottom: 48px;
        opacity: 0.5;
    }

    100% {
        bottom: 40px;
        opacity: 1;
    }
}

@-moz-keyframes upDown {
    0% {
        bottom: 40px;
        opacity: 1;
    }

    50% {
        bottom: 48px;
        opacity: 0.5;
    }

    100% {
        bottom: 40px;
        opacity: 1;
    }
}

@keyframes upDown {
    from {
        bottom: 40px;
        opacity: 1;
    }

    50% {
        bottom: 48px;
        opacity: 0.5;
    }

    to {
        bottom: 40px;
        opacity: 1;
    }
}

.upDown {
    -webkit-animation: upDown ease-out 1s infinite;
    -moz-animation: upDown ease-out 1s infinite;
    -o-animation: upDown ease-out 1s infinite;
    animation: upDown ease-out 1s infinite;
}

.checkbox-inline input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.radio-inline input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.feathureArea ul li .Txt h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.button_feathureArea {
    text-align: center;
    padding-bottom: 20px;
}

.btn_more {
    display: inline-block;
    padding: 9px 14px 9px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: none;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 17px 12px;
    background: #178e7b;
    border: 1px solid #178e7b;
    color: #fff !important;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #404040;
    box-shadow: inset 0px 1px 1px #ffffff;
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
    border-color: #178e7b;
    border-top-color: #178e7b;
    /* -webkit-box-shadow: none; */
    -moz-box-shadow: none;
    /* box-shadow: none; */
}

.btn_more:hover {
    display: inline-block;
    padding: 9px 14px 9px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: none;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 17px 12px;
    background: #178e7b;
    border: 1px solid #178e7b;
    color: #fff !important;
    -webkit-box-shadow: inset 0 1px 0 #178e7b;
    -moz-box-shadow: inset 0 1px 0 #212121;
    box-shadow: inset 0 1px 0 #178e7b;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-color: #178e7b;
    border-top-color: #178e7b;
    /* -webkit-box-shadow: none; */
    -moz-box-shadow: none;
    /* box-shadow: none; */
}

.leftBox_text {
    float: left;
    display: block;
    padding: 15px 12px;
}

.leftBox_text {
    float: left;
    position: relative;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    transition: all 0.4s ease;
    display: none;
}

/**********適應性**********/
/************************/
@media (max-width: 1160px) {
    .outerWrap {
        width: 100%;
        top: 78px;
        background: #fff;
    }

    footer .dec img {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .wrap {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .newsArea {
        padding-right: 0px;
        padding-left: 0px;
        /* background: url(../img/bg_store.jpg) no-repeat; */
        background-size: cover;
    }

    /*banner*/
    .bannerArea {
        /* padding-top: 60px; */
    }

    .mapbanner {
        height: 300px;
        width: 100%;
    }

    .bannerArea .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .bannerArea a.scrollDown {
        display: none;
    }

    /*mobile menu*/
    header {
        display: none;
    }

    .m_menu {
        display: block;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9996;
    }

    .m_menu .mask {
        display: none;
        /* background: rgba(0, 0, 0, 0.7); */
        position: fixed;
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
        top: 0;
        left: 0;
        z-index: 9998;
    }

    .m_menu .controlBox {
        background: #ffffff;
    }

.rwd_menu {
    position: fixed;
    top: 54px;
    left: 10px;
    background: #fff;
    z-index: 11;
}

    .m_menu .controlBox a.main {
        display: block;
        /* float: left; */
        /* margin-right: 10px; */
        /* background: #ffffff; */
        /* width: 50px; */
        /* height: 2em; */
        /* font-size: 20px; */
        color: #178e7b;
        /* line-height: 2em; */
        /* text-align: center; */
        /* z-index: 99999; */
    }

    .m_menu .controlBox a.main .fa-reorder {
        line-height: inherit;
    }

    .m_menu .controlBox .m_logo {
        float: left;
    }

    .m_menu .controlBox .m_logo img {
        display: block;
    }

    .m_menu .controlBox .right {
        float: right;
        margin-right: 10px;
        line-height: 60px;
    }

    .m_menu .controlBox .right .btn_cart {
        /* display: inline-flex; */
        z-index: 0;
        position: absolute;
        right: 0;
    }

    .m_menu .controlBox .right .btn_cart a {
        position: relative;
        display: list-item;
        font-size: 13px;
        /* color: #FFF; */
        list-style-type: none;
        float: left;
    }

    .m_menu .controlBox .right .btn_cart a em {
        display: none;
    }

    .m_menu .controlBox .right .btn_cart a i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 20px;
        /* background: #ffffff; */
        text-align: center;
        /* border-radius: 100%; */
        /* background: rgba(255, 255, 255, 0.5); */
    }
    
    .m_menu .controlBox .right .btn_cart a:hover {
        color: #00cc89;
    }

    .m_menu .controlBox .right .btn_cart a i.icon-en {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        border-radius: 100%;
        background: #1E93BC;
    }

    .m_menu .controlBox .right .btn_cart b {
        display: block;
        font-size: 13px;
        color: #FFF;
        background: #C05555;
        line-height: normal;
        border-radius: 5px;
        padding: 3px 5px;
        position: absolute;
        top: 6px;
        right: -5px;
    }

    .m_menu .hideBox.show {
        /*手機menu內容*/
        /* left: 0; */
        /* width:  100%; */
        height: 100%;
        padding-bottom: 148px;
    }

    .m_menu .hideBox {
        /*手機menu內容*/
        display: block;
        background: #ffffff;
        width: 100%;
        height: 0;
        /* padding-bottom:50px; */
        overflow-y: auto;
        position: fixed;
        /* left:-280px; */
        /* top: 0; */
        -webkit-overflow-scrolling: touch;
        transition: all 0.4s ease;
        box-sizing: border-box;
        z-index: 9999;
    }

    .m_menu .hideBox p.sp {
        background: #178e7b;
        padding: 10px;
        font-size: 13px;
        color: #ffffff;
    }

    .searchBox {
        display: none;
    }

    .m_menu .controlBox .language {
        position: relative;
    }

    .m_menu .controlBox .language>a {
        display: block;
        padding: 7px 10px;
        color: #222;
        border: 1px solid #CCC;
    }

    .m_menu .controlBox .language>a i {
        margin-left: 5px;
    }

    .m_menu .controlBox .language .submenu {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
    }

    .m_menu .controlBox .language .submenu a {
        display: block;
        margin-top: 1px;
        padding: 8px 10px;
        background: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        color: #222;
    }

    /*手機版搜尋商品*/
    .m_menu .hideBox .searchBox_m {
        padding: 10px;
    }

    .m_menu .hideBox .searchBox_m input[type="text"] {
        display: inline-block;
        width: 100%;
        padding: 5px;
        border: none;
        height: 30px;
        border: none;
        outline: none;
        background: #f3f3f3;
        border-radius: 4px;
        border: 1px solid #818887;
    }

    .m_menu .hideBox .searchBox_m a {
        display: inline-block;
        padding: 0 15px;
        /* background: #178e7b; */
        color: #178e7b;
        line-height: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    /*手機版會員區塊*/
    .m_menu .hideBox .loginBox {
        padding: 20px 10px;
        color: #999;
    }

    .m_menu .hideBox .loginBox i {
        margin-right: 7px;
        font-size: 18px;
        color: #FFF;
    }

    .m_menu .hideBox .loginBox a {
        font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
        font-size: 15px;
        color: #FFF;
    }

    .m_menu ul.nav {
    }

    .m_menu ul.nav li {
        border-top: 1px solid #f3f3f3;
    }

    .m_menu ul.nav a:hover {
        color: #fff;
        background: #178e7b;
    }

    .m_menu ul.nav li a {
        padding: 20px 10px;
        font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
        display: block;
        font-size: 15px;
        color: #178e7b;
    }

    .m_menu ul.nav li a i {
        float: right;
    }

    .m_menu ul.nav li .submenu {
        display: none;
    }

    .m_menu ul.nav li .submenu a {
        padding: 10px 20px;
    }

    .m_menu ul.nav li .submenu a:hover {
        background: #999;
    }

    .m_menu .mfun {
        padding: 10px;
        /* text-align: center; */
        display: block;
        color: #fff;
        background: #5e6766;
        width: 100%;
    }

    .m_menu .mfun br {
        display: block;
    }

    .m_menu .mfun a {
        margin: 0 1px;
        display: inline-block;
        /* font-size: 20px; */
        /* background: #178e7b; */
        color: #ffffff;
        /* width: 35px; */
        /* height: 35px; */
        /* line-height: 35px; */
        text-align: center;
        border-radius: 100%;
    }

    .m_menu .mfun a i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        /* font-size: 18px; */
        color: #fff;
        text-align: center;
        border-radius: 100%;
        background: #178e7b;
    }

    .mainArea {
        padding: 40px 0;
    }

    footer .downBox {
        clear: both;
        /* padding: 10px 0 10px 0; */
        text-align: center;
    }

    .about_bg {
        background: #fff !important;
    }

    .bannerArea .wrap {
        padding: 0;
    }

    .location_page a {
        width: auto;
    }

    .leftBox_text {
        float: left;
        display: none;
        padding: 15px 12px;
    }

    ul.item_mcard li {
        width: 100%;
        display: inline-block;
    }

    .hideBox br {
        display: none;
    }

    .topmenu {
        display: inline-block;
        width: 100%;
        background: #fff;
    }

    #horizontal_menu {
        position: relative;
        overflow: hidden;
        overflow-x: auto;
        line-height: 2rem;
        width: 100%;
        padding: 0;
        vertical-align: middle;
        /* font-size: 0; */
        white-space: nowrap;
        border-bottom: 1px solid #f3f3f3;
        background-color: #fff;
        box-sizing: border-box;
        list-style: none;
        -webkit-font-smoothing: antialiased;
        -ms-overflow-style: none;
        z-index: 10;
        height: 2rem;
        padding-left: 32px;
    }

    #horizontal_menu.same {
        display: flex;
        line-height: 2rem
    }

    #horizontal_menu a.main {
        color: #178e7b;
    }

    #horizontal_menu.same a {
        font-size: .938rem;
        flex-basis: 100%
    }

    #horizontal_menu.category a {
        font-size: .875rem
    }

    #horizontal_menu a {
        display: inline-block;
        padding: 0 15px;
        vertical-align: middle;
        font-size: 18px;
        zoom: 1;
        color: #5e6766;
        white-space: nowrap;
        text-align: center;
        background-color: white;
    }

    #horizontal_menu a.active {
        color: #4d3126
    }

    #horizontal_menu::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 767px) {
    .mainArea .contentBox {
    }

    /*bread*/
    .mainArea .titleBox .bread {
        display: none;
    }

    /*footer*/
    footer {
        margin-bottom: 56px;
        position: relative !important;
    }
    
footer {
    background: #6ea52f;
    position: absolute;
    width: 100%;
    bottom: 0;
}
    footer .col-2 {
        float: none;
        width: 100% !important;
        padding: 0;
        padding-top: 20px;
        border: none;
        box-shadow: none;
    }

    ul.downMenu li a b {
        display: none;
    }

    .translateIbest {
        float: none;
    }

    .goTop {
        display: none;
    }

    /*側邊_分享*/
    .side_share {
        clear: both;
        display: block;
        margin-bottom: 30px;
    }
}

/*640*/
@media (max-width: 640px) {
    /*訂單查詢*/ .orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .orderCheckArea a.btn {
        display: block;
        text-align: center;
    }

    .mainArea .titleBox h2 {
        float: none;
    }

    /*類別*/
    ul.classLink {
        display: none !important;
    }

    .news_right_m {
        display: none !important;
    }

    .m_classLink {
        display: block;
        margin: 20px 0;
        position: relative;
    }

    .m_classLink a.main {
        display: block;
        font-size: 15px;
        font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
        color: #5e6766;
        border: 1px solid #d1d1d1;
        position: relative;
        padding: 10px;
    }

    .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }

    .m_classLink ul {
        display: none;
        width: 100%;
        background: #ffffff;
        /* border-radius:5px; */
        border: 1px solid #d1d1d1;
        position: absolute;
        left: 0;
        top: 41px;
        z-index: 9994;
    }

    .m_classLink ul li {
        border-bottom: 1px solid #d1d1d1;
    }

    .m_classLink ul li a {
        display: block;
        color: #5e6766;
        padding: 15px 10px;
        /* border-top:1px solid #d1d1d1; */
        font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    }

    .m_classLink ul li a:hover {
        /* background: #178e7b; */
        color: #178e7b !important;
    }

    .m_classLink ul li a.current {
        background: #178e7b;
        color: #FEFEFE !important;
    }

    .m_classLink ul li a.current2 {
        background: #178e7b;
        color: #FEFEFE !important;
    }

    .m_classLink ul li:first-child a {
        border: none;
        /* color:  #fff !important; */
    }

    /*類別*/
    ul.classLink2 {
        display: none;
    }

    .m_classLink2 {
        display: block;
        margin: 20px 0;
        position: relative;
    }

    .m_classLink2 a.main {
        display: block;
        font-size: 15px;
        font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
        color: #656766;
        border: 1px solid #000000;
        position: relative;
        padding: 10px;
    }

    .m_classLink2 a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }

    .m_classLink2 ul {
        display: none;
        width: 100%;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #d1d1d1;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .m_classLink2 ul li {
    }

    .m_classLink2 ul li a {
        display: block;
        color: #000;
        padding: 15px 10px;
        border-top: 1px solid #d1d1d1;
        font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    }

    .m_classLink2 ul li:first-child a {
        border: none;
    }
}

/*360*/
@media (max-width: 360px) {
    /*頁籤*/ .tab {
    }

    .tab a {
    }

    /*側邊_聯絡資訊*/
    .side_contactInfo ul {
        text-align: center;
    }

    .side_contactInfo ul li {
        display: inline-block !important;
    }

    .side_contactInfo ul li a b {
        display: none;
    }
}

h7.en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.hideBox h7.en {
    font-size: 14px;
    color: #4CA3C7;
}

ul.menu li a:hover h7.en {
    color: #ffca00;
}

h7.title_en {
    font-size: 16px;
}

.map {
    float: left;
    width: 380px;
}

.txt {
    float: left;
    /* margin-left: 30px; */
    display: table;
    height: 250px;
}

.location_txt {
    float: left;
    margin-left: 30px;
    display: table;
    height: 250px;
    width: 380px;
}

.location_img {
    float: left;
}

.definition {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

hr.hr_line {
    margin: 0 auto;
}

.padding_txt {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.padding_txt a {
    font-size: 8px;
    color: rgba(0, 0, 255, 1);
}

ul.item {
    width: 100%;
    padding: 0;
    text-align: center;
}

ul.item li {
    display: inline-block;
    margin: 0 auto;
    list-style: none;
    /* text-align: center; */
}

ul.item_title {
    width: 100%;
    padding: 0px;
}

ul.item_title li {
    display: inline-block;
    /* padding: 0px 42px; */
}

ul.item_txt {
    padding: 0px;
    clear: both;
    list-style: none;
}

ul.item2 {
    width: 100%;
    padding: 0px;
}

ul.item2 li {
    display: inline-block;
    padding: 0px 42px;
}

li.item_pic {
    float: left;
    position: relative;
    padding: 0 20px 40px 20px;
}

ul.item_txt li.item_pic {
    width: 33.33%;
}

li.item_pic .Img {
    overflow: hidden;
    position: relative;
}

/*600*/
@media (max-width: 600px) {
    ul.item_txt li.item_pic {
        width: 50%;
    }

    .map {
        float: left;
        width: 100%;
    }

    .txt {
        float: left;
        margin: 0;
    }

    .location_txt {
        float: left;
        margin: 0;
    }
}

/*500*/
@media (max-width: 500px) {
    #example1 {
        display: none;
    }

    #example2 {
        display: block;
    }

    .banner_l {
        display: none;
    }

    .banner_s {
        display: block;
    }
}

/*360 end*/
/*360*/
@media (max-width: 1160px) {
    ul.item_txt li.item_pic {
        width: 100%;
        padding: 0%;
        margin-bottom: 30px;
    }

    .map {
        float: left;
        width: 100%;
        margin: 0px;
    }

    .location_txt {
        float: left;
        margin: 0px;
        width: 380px;
    }
}

/*360 end*/
.item_div {
    overflow: hidden;
    padding: 0 10px;
}

ul.item_etag {
    width: 100%;
    padding: 0px;
}

ul.item_etag li {
    display: inline-block;
    padding: 0px 25px;
    width: 160px;
}

ul.item_txt li.item_car {
    width: 28.33%;
}

li.item_car {
    float: left;
    position: relative;
    padding: 0 20px 40px 20px;
}

li.item_car .Img {
    overflow: hidden;
    position: relative;
}

/*600*/
@media (max-width: 600px) {
    ul.item_txt li.item_car {
        width: 50%;
    }
}

/*360 end*/
/*360*/
@media (max-width: 450px) {
    ul.item_txt li.item_car {
        width: 100%;
        padding: 0%;
        margin-bottom: 30px;
    }
}

/*360 end*/
label.checkbox_big>input[type="checkbox"] {
    width: 18px;
    height: 24px;
    vertical-align: bottom;
}

label.checkbox_big>a {
    color: #ffca00;
    font-size: 18px;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

p.sp.member>a {
    color: #FFFFFF;
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    /* margin-right: 6px; */
}

p.sp.member>a:hover {
    color: #FEEF01;
}

p.sp.member {
    /* border-bottom: 1px solid #6CB7CB; */
}

header .leftBox_text a {
    border: none;
    font-size: 16px;
    width: auto;
    float: left;
    height: 34px;
    line-height: 34px;
}

.leftBox_text a.i-con {
    display: inline-block;
    margin: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #1E93BC;
    background: #1E93BC;
    border-radius: 100%;
}

header .leftBox_text a:hover {
    color: #5a78ab;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(255, 241, 0) url(../img/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    /* opacity: .5; */
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
        z-index: 9999;
    }
}

/*手機版搜尋商品*/
.searchBox {
    /* margin-bottom: 5px; */
}

.searchBox input[type="text"] {
    display: inline-block;
    /* width: 100%; */
    padding: 5px;
    border: 1px solid #818887;
    /* height:30px; */
    background: #fbfbfb;
    border-radius: 4px;
    outline: none;
}

.searchBox a {
    display: inline-block;
    padding: 0px 15px;
    /* background: #fbfbfb; */
    color: #178e7b;
    line-height: 27px;
    margin-left: -43px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

b.buylist_b {
    color: #E81828;
}

footer.bk {
    height: 60px;
}

@media (max-width: 380px) {
    .location_txt {
        float: left;
        margin-left: 0px;
        display: table;
        height: 250px;
        width: 100%;
    }
}

a.contactFB {
    color: #fff !important;
}

a.current2 {
    background: #178e7b;
    color: #ffffff !important;
}

a.current3 {
    background: #178e7b;
    color: #fff !important;
}

ul#filters2 li a:hover {
    background: #ffffff;
    color: #178e7b !important;
}

ul.filters2 li {
    border-bottom: 1px solid #2b2b2b;
}

ul#filters2 li {
    border-bottom: 1px solid #f1f1f1;
}

ul#filters2 li:last-child {
    border: none;
}

ul.menu li>a:hover {
    display: block;
    /* padding: 0px 5px 0px 5px; */
    font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #178e7b;
    text-align: left;
    /* font-weight: bold; */
    display: inline-block;
    vertical-align: middle;
}

ul.menu li>a b {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #e50012;
}

ul.menu li>a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #178e7b;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.menu li>a:hover, ul.menu li>a:hover b, ul.menu li>a.current, ul.menu li>a.current b {
    color: #178e7b;
}

ul.menu li>a:hover:after, ul.menu li>a.current:after {
    width: 100%;
}

h7.en:hover {
    /* font-size: 12px; */
    /* color: #ffca00; */
}
