@charset "utf-8";
/* CSS Document */
*,
.pure-g [class*='pure-u'] {
    box-sizing: border-box;
    font-family: '微軟正黑體';
}
body {
    margin: 0;
}
#container {
    width: 100%;
    margin: 0 auto;
}
/*header*/
header {
    background: url(../images/website_image/bg3.png) repeat-x top left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px 3%;
    border-bottom: 1px #42210b solid;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}
.logo {
    text-align: center;
    width: 160px;
    padding: 0 10px;
}
.logo img {
    max-width: 100%;
    display: block;
}
.menu_trigger {
    display: none;
}
#gap {
    margin-top: 150px;
}
nav {
    width: calc(100% - 160px);
    padding-left: 100px;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
nav ul li {
    padding: 35px 0 10px;
    max-width: 200px;
}
nav ul li a.btn1 {
    background-image: url(../images/website_image/btn1.png);
}
nav ul li a.btn1:hover {
    background-image: url(../images/website_image/btn1h.png);
}
nav ul li a.btn2 {
    background-image: url(../images/website_image/btn2.png);
}
nav ul li a.btn2:hover {
    background-image: url(../images/website_image/btn2h.png);
}
nav ul li a.btn3 {
    background-image: url(../images/website_image/btn3.png);
}
nav ul li a.btn3:hover {
    background-image: url(../images/website_image/btn3h.png);
}
nav ul li a.btn4 {
    background-image: url(../images/website_image/btn4.png);
}
nav ul li a.btn4:hover {
    background-image: url(../images/website_image/btn4h.png);
}
nav ul li a.btn5 {
    background-image: url(../images/website_image/btn5.png);
}
nav ul li a.btn5:hover {
    background-image: url(../images/website_image/btn5h.png);
}
nav ul li a {
    height: 60px;
    width: 155px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}
nav ul li a > .img {
    width: 40px;
    line-height: 0;
    margin-right: 10px;
}
nav ul li a > .img > img {
    width: 100%;
}
nav ul li a > .name > span {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #42210b;
}
nav ul li a > .name > span:nth-child(1) {
    font-size: 21px;
}
nav ul li a > .name > span:nth-child(2) {
    font-size: 12px;
}
nav ul li a:hover > .name > span {
    color: #7caf49;
}
/*Banner*/
#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
    border-bottom: 1.5px solid #755f4f;
}
#banner .img {
    white-space: nowrap;
    position: absolute;
}
#banner .img img {
    vertical-align: top;
}
#banner_control {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
#banner_control img {
    width: 1.2em;
}
#banner #banner_control span {
    cursor: pointer;
    padding: 0 8px;
}
#banner #banner_control span img:nth-child(2) {
    display: none;
}
#banner #banner_control span img:nth-child(1) {
    display: inline-block;
}
#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}
/*Banner End*/
.index_sec1 {
    background: url(../images/website_image/bg.webp) no-repeat;
    background-position: top -30px center;
    -webkit-background-size: cover;
    background-size: cover;
}
.title {
    padding: 10px 0 30px;
    text-align: center;
}
.title_mobile {
    display: none;
}
.title img {
    width: 590px;
    max-width: 85%;
}
.index_sec1_list {
    padding: 20px 80px;
    background: url('../images/website_image/index_bg.webp') no-repeat;
    background-size: 100% 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.index_sec1_list img {
    height: 130px;
}
.index_sec1_txt {
    max-width: 900px;
    margin: 50px auto;
    color: #51321c;
    line-height: 1.5;
    font-size: 1.03em;
}
.index_sec1_txt p {
    margin: 30px 0;
    text-indent: 2em;
}
.index_sec1_hr {
    height: 6px;
    position: relative;
    bottom: -2px;
    background: url(../images/website_image/h_line.png) no-repeat center center;
    -webkit-background-size: 1400px 6px;
    background-size: 1400px 6px;
}
.index_sec1_hr2 {
    -webkit-background-size: 100% 4px;
    background-size: 100% 4px;
}
.btn_out {
    text-align: center;
    margin: 20px 0;
}
.btn_out a {
    display: inline-block;
    height: 59.76px;
    width: 216px;
    background: url(../images/website_image/btn_about.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.btn_out a:hover {
    opacity: 0.85;
}
.btn_out_product a {
    background: url(../images/website_image/btn_products.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.index_sec2 {
    padding: 40px 6%;
    background: url(../images/website_image/bg2.webp) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.index_product_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 30px;
}
.index_product_list a {
    width: 29%;
    text-align: center;
    margin-bottom: 30px;
    text-decoration: none;
    color: #42210b;
}
.index_product_list a:hover {
    opacity: 0.85;
}
.index_product_img {
    padding: 18px 22px 17px;
    background: url(../images/website_image/product/frame.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.index_product_img img {
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
}
.index_product_name {
    padding: 1em 0.5em;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.footer_nav {
    background-image: url(../images/website_image/footer_01.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.footer_nav ul {
    margin: 0;
    padding: 0 12%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.footer_nav ul li {
    padding: 18px 0;
    max-width: 200px;
}
.footer_nav ul li a.btn6 {
    background-image: url(../images/website_image/btn1-1.png);
}
.footer_nav ul li a.btn6:hover {
    background-image: url(../images/website_image/btn1-1h.png);
}
.footer_nav ul li a.btn7 {
    background-image: url(../images/website_image/btn2-1.png);
}
.footer_nav ul li a.btn7:hover {
    background-image: url(../images/website_image/btn2-1h.png);
}
.footer_nav ul li a.btn8 {
    background-image: url(../images/website_image/btn3-1.png);
}
.footer_nav ul li a.btn8:hover {
    background-image: url(../images/website_image/btn3-1h.png);
}
.footer_nav ul li a.btn9 {
    background-image: url(../images/website_image/btn4-1.png);
}
.footer_nav ul li a.btn9:hover {
    background-image: url(../images/website_image/btn4-1h.png);
}
.footer_nav ul li a.btn10 {
    background-image: url(../images/website_image/btn5-1.png);
}
.footer_nav ul li a.btn10:hover {
    background-image: url(../images/website_image/btn5-1h.png);
}
.footer_nav ul li a {
    height: 20px;
    width: 90px;
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}
.footer_nav ul li a > span {
    font-size: 18px;
    font-weight: 600;
    color: #42210b;
    font-family: '細明體';
    letter-spacing: 1px;
}
.footer_sec1 {
    padding: 24px 0 15px;
    padding-bottom: 3px;
    background-color: #fbf293;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top left, bottom left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.footer_logo {
    width: 220px;
    padding: 0 30px;
}
.footer_logo img,
.footer_table img {
    width: 100%;
}
.footer_contact {
    padding-top: 2em;
    /* width: calc(100% - 720px); */
    width: calc(100% - 220px);
    color: #42210b;
    font-size: 0.9em;
}
.footer_contact a {
    color: #42210b;
    text-decoration: none;
    margin-left: 3em;
}
a.f_maila {
    margin-left: 0;
}
.footer_contact span {
    padding: 0.8em 0;
    display: inline-block;
    margin-right: 1.3em;
}
span.icon_mail,
span.icon_skype {
    padding: 0;
}
.icon_spot::before {
    width: 1em;
    height: 1.1em;
    background: url(../images/website_image/icon_spot.png) no-repeat center center;
}
.icon_phone::before {
    width: 1em;
    height: 1.1em;
    background: url(../images/website_image/icon_phone.png) no-repeat center center;
}
.icon_fax::before {
    width: 1em;
    height: 1.1em;
    background: url(../images/website_image/icon_fax.png) no-repeat center center;
}
.icon_mail::before {
    width: 1em;
    height: 1.1em;
    background: url(../images/website_image/icon_mail.png) no-repeat center center;
}
.icon_line::before {
    width: 1em;
    height: 1.1em;
    background: url(../images/website_image/icon_line.png) no-repeat center center;
}
.icon_skype::before {
    width: 1em;
    height: 1.1em;
    background: url(../images/website_image/skype.png) no-repeat center center;
}
.icon_clock::before {
    width: 1em;
    height: 1.1em;
    background: url(../images/website_image/icon_clock.png) no-repeat center center;
}
.icon::before {
    content: '';
    margin-right: 0.3em;
    display: inline-block;
    vertical-align: middle;
    -webkit-background-size: contain;
    background-size: contain;
}
.footer_contact a {
    display: inline-block;
    vertical-align: middle;
}
.footer_contact a img {
    height: 2.8em;
}
.footer_table {
    text-align: center;
    max-width: 500px;
    color: #42210b;
    font-size: 0.9em;
}
.footer_table span {
    margin-bottom: 0.5em;
    display: inline-block;
    letter-spacing: 0.2em;
    font-weight: 600;
}
.copyright {
    padding: 1.2em 0.8em 0.6em;
    background: url('../images/website_image/f_ubg.webp') no-repeat, #42210b;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
}
.copyright a {
    color: #fff;
    text-decoration: none;
}
/*麵包屑*/
.breadcrumb {
    font-size: 0.8em;
    color: #51321c;
}
.breadcrumb img {
    vertical-align: middle;
    width: 1.2em;
    margin-right: 0.5em;
    position: relative;
    top: 1px;
}
.breadcrumb a {
    text-decoration: none;
    color: #51321c;
    vertical-align: middle;
}
.breadcrumb a:last-child {
    color: #7caf49;
}
.breadcrumb span {
    vertical-align: middle;
    padding: 0 0.3em;
    padding-right: 0.4em;
}
/*頁碼*/
.page {
    text-align: center;
}
.page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page ul li {
    display: inline-block;
    vertical-align: middle;
}
.page ul li a {
    padding: 0 0.5em;
    text-decoration: none;
    color: #7caf49;
    font-weight: bold;
    font-size: 1.1em;
}
.page ul li a.select {
    color: #436b1c;
}
.page ul li a img {
    width: 3em;
}
.fa-angle-right::before {
    content: '';
    display: inline-block;
    background: url('../images/website_image/arrow_next.png') no-repeat;
    background-size: contain;
    width: 52.56px;
    height: 49.68px;
    margin-left: 10px;
}
.fa-angle-left::before {
    content: '';
    display: inline-block;
    background: url('../images/website_image/arrow_prev.png') no-repeat;
    background-size: contain;
    width: 52.56px;
    height: 49.68px;
    margin-right: 10px;
}
