@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}
.pure-g [class*='pure-u'] {
    font-family: '微軟正黑體';
}
body {
    margin: 0;
}
#container {
    width: 100%;
    margin: 0 auto;
}
/*header*/
header {
    z-index: 999;
    position: fixed;
    background: #ffffffff;
    width: 100%;
    top: 0;
}
.head {
    text-align: center;
    margin-bottom: 20px;
}
.logo {
    text-align: center;
    margin: 0;
    padding-top: 20px;
}
.logo a {
    display: inline-block;
}
.logo img {
    max-width: 100%;
    margin-bottom: -4px;
    max-width: 230px;
}
.login {
    position: absolute;
    top: 40px;
    right: 52px;
}
.login a {
    text-decoration: none;
    font-family: '微軟正黑體';
    font-weight: bold;
    color: #272822;
}
.login a:hover {
    color: #9fa0a0;
}
.productClickHistory {
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: auto;
}
.productClickHistory ul {
    background-color: #7b7b7b;
    border: 1px solid #7b7b7b;
}
.productClickHistory li {
    list-style: none;
}
.productClickHistory img {
    width: 100px;
    height: 100px;
}
.search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    margin-right: 3%;
}
.search>form {
    display: flex;
}
.search>form>input {
    height: 2.1em;
    padding: 5px 10px 5px 35px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    color: #5d5d5d;
    background-image: url(../images/find.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
#search {
    width: 140px;
}
.search_btn {
    width: 50px;
}
.search_mobile {
    display: none;
}
/*Banner*/
#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
    margin: 115px 0 0;
}
#banner .img {
    white-space: nowrap;
    position: absolute;
}
#banner .img img {
    vertical-align: top;
}
#banner_control {
    position: absolute;
    bottom: 33px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
#banner_control img {
    width: 12px;
}
#banner #banner_control span {
    cursor: pointer;
    padding: 0 3px;
    margin: 0 13px;
}
#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:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}
#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    #banner {
        margin: 90px 0 0;
    }
    #banner_control {
        bottom: 20px;
    }
    #banner_control img {
        width: 15px;
    }
}
@media screen and (max-width: 500px) {
    #banner_control {
        bottom: 9px;
    }
    #banner_control img {
        width: 10px;
    }
    #banner #banner_control span {
        margin: 0 6px;
    }
}
.mt {
    margin: 115px 0 0;
}
@media screen and (max-width: 1024px) {
    .mt {
        margin: 90px 0 0;
    }
}
/*Banner End*/
/*menu*/
ul.menu {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    z-index: 200;
}
.menu_btn {
    padding: 0.2em 0.4em;
    display: inline-block;
    vertical-align: top;
}
.menu_btn a {
    text-decoration: none;
    padding: 1.3em 1.8em;
    display: block;
    font-size: 1.3em;
    font-family: '微軟正黑體';
    text-align: center;
    background: gray;
    color: #fff;
}
.menu_btn a:hover {
    background: #4b4b4b;
    color: white;
}
.subBtn {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    z-index: 999;
    display: none;
}
.subBtn a {
    display: inline-block;
    cursor: pointer;
    background: #d6d6d6;
    color: #000409;
}
.menu_btn:hover .subBtn {
    display: block;
}
/*news*/
.news_box {
    margin: 1% 4%;
}
.news {
    padding: 2% 0 2% 0;
    border-bottom: solid 1px #cecece;
    text-decoration: none;
}
.news_pic {
    background: #878787;
}
.news_pic img {
    width: 100%;
}
.news_pic p {
    margin: 0;
    background: #878787;
    text-align: center;
    color: white;
}
.news_pic,
.news_pic p {
    vertical-align: middle;
}
.news_pic a {
    text-decoration: none;
}
.news_text {
    padding-left: 1%;
    box-sizing: border-box;
}
.news_text p {
    color: #cecece;
}
.news_text a {
    text-decoration: none;
}
.news_title {
    color: #878787;
    font-size: 2em;
}
.news_title span {
    color: #878787;
    margin: 0 15px;
}
.news:hover {
    background: #e6e6e6;
}
.news_text:hover .news_title {
    color: #4b4b4b;
}
.news_text:hover .news_title span {
    color: #4b4b4b;
}
/*product*/
.product {
    margin: 5% 4%;
}
.product_title {
    margin-bottom: 20px;
}
.product_title h3 {
    margin: 0;
    font-family: 'Archivo Black', sans-serif;
    font-size: 3.5em;
    color: #4b4b4b;
    font-weight: 500;
}
.product_box {
    margin: 2% 0%;
}
.product_content {
    text-align: center;
    text-decoration: none;
    list-style: none;
    text-decoration: none;
    padding: 12px 0 0 0;
    margin-bottom: 2%;
    border-bottom: solid 1px #cecece;
}
.product_content img {
    width: 95%;
}
.product_content:hover {
    background: #e6e6e6;
}
.pro_name {
    color: #4b4b4b;
    font-size: 2em;
    padding: 3% 0;
}
.pro_text {
    padding: 3% 0;
    font-size: 0.8em;
    color: #7b7b7b;
}
/*more*/
.more a {
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #878787;
}
.more {
    text-align: right;
    margin: 30px 0;
}
.more a:hover {
    background: #9fa0a0;
    color: white;
    padding: 6px;
    border-radius: 4px;
}
/*top*/
#gotop {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 100px;
    cursor: pointer;
    z-index: 9999;
}
#gotop img {
    width: 60px;
    height: auto;
}
/* @media screen and (max-width: 768px) {
    #gotop img {
        width: 54px;
    }
} */
/*cart*/
.cart_run {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 999;
}
.cart_box {
    display: inline-block;
    position: relative;
}
.cart_num {
    position: absolute;
    top: 45px;
    right: 0;
    display: inline-block;
    width: 1.8em;
    padding: 0.4em 0;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #eb2332;
}
/*麵包屑breadcrumb*/
.breadcrumb {
    font-size: 1.2em;
    letter-spacing: 0.2em;
}
.breadcrumb a {
    text-decoration: none;
    color: #9fa0a0;
}
.breadcrumb img {
    height: 1em;
    margin: 0 8px;
}
.breadcrumb a,
.breadcrumb img {
    display: inline-block;
    vertical-align: top;
}
/*內頁標題*/
.title {
    text-align: left;
}
.title p {
    margin: 0;
    font-family: 'Archivo Black', sans-serif;
    font-size: 3.5em;
    color: #4b4b4b;
}
/*水平線*/
hr {
    height: 1px;
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 2px solid #e6e6e6;
}
/*按鈕*/
.member_button {
    background: #4b4b4b;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding: 0.5em;
    border: none;
}
.member_button:hover {
    background: #da4e40;
}
a.btn {
    background: #4b4b4b;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    font-family: '微軟正黑體';
    text-align: center;
    display: block;
    line-height: 2em;
}
a.btn:hover {
    background: #da4e40;
}
a.btn_fb {
    background: #1d438e;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}
a.btn_fb:hover {
    background: #13213b;
}
/*卷軸*/
/* ::-webkit-scrollbar {
  width: 17px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  width: 13px;
  background-color: #454545;
  border-radius: 6px;
} */
/*返回*/
.back {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}
.back a {
    color: #4b4b4b;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 1%;
}
.back a:hover {
    color: #fff;
    background: #878787;
    border-radius: 4px;
}
/*footer*/
footer {
    background: #41344f;
}
.footer_out {
    background: #4b4b4b;
    padding: 30px 0;
    font-family: '微軟正黑體';
}
.footer_out p {
    margin: 0;
    color: #9fa0a0;
    font-family: '微軟正黑體';
}
.footer_out a {
    text-decoration: none;
    color: #9fa0a0;
}
/*sec_1*/
.footer_sec1 {
    padding-left: 4%;
    box-sizing: border-box;
}
.footer_logopic {
    font-size: 3.5em;
    color: #9fa0a0;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.footer_menu {
    margin-bottom: 20px;
}
.footer_menu div {
    display: inline-block;
    font-size: 1.8em;
}
.footer_menu div::after {
    content: ' |';
    color: #9fa0a0;
}
.footer_menu div:last-child::after {
    content: '';
}
.footer_menu a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    color: #9fa0a0;
}
.footer_menu a:hover {
    color: white;
}
/*sec_2*/
.footer_sec2 {
    text-align: right;
}
.link img {
    display: inline-block;
    margin-right: 4%;
    width: 18%;
    max-width: 65px;
}
.footer a:hover {
    color: #ff3333;
}
/*頁碼*/
.page {
    text-align: center;
    margin: 40px 10px;
    font-size: 1.5em;
}
.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.page ul li {
    display: inline-block;
}
.page ul li a {
    padding: 0.2em;
    display: block;
    text-decoration: none;
    color: #878787;
    margin-right: 10px;
    font-size: 18px;
    line-height: 21px;
    font-family: Georgia;
}
.page ul li .select {
    margin-right: 25px;
    font-size: 18px;
    line-height: 21px;
    font-family: Georgia;
    border-bottom: 1px solid #41344f;
}
/*base*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    font-family: '微軟正黑體';
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #41344f;
}
.container {
    margin: 0 auto;
    max-width: 1150px;
}
/*footer*/
footer {
    color: #ffffff;
    background-image: url('../images/footer/bg02_05.webp');
    padding: 10px 0;
    background-size: cover;
}
.new_footer {
    width: 97%;
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-family: '微軟正黑體';
}
.foot_pic {
    height: 180px;
    padding: 20px 0 20px 0;
}
.foot_pic img {
    height: 100%;
    object-fit: contain;
}
.new-item {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.new_item {
    width: calc(100% - 300px) / 2;
    margin: 5px 0;
}
.footer_item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 25%;
    flex-direction: column;
    position: relative;
    padding: 0 10px;
}
.footer_item:not(:first-child)::before{
    content: "";
    position: absolute;
    display: block;
    background-color: #524661;
    width: 1px;
    height: 70%;
    top: 25%;
    left:0;
    z-index: 5;
}
.new_footer-item {
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
}
.new_footer-item li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
}
.design {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #c0b1c4;
}
.community .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.community .icon img {
    margin-left: 25px;
    border-radius: 50%;
    padding: 0.5em;
}
.community .icon a:nth-child(1) img {
    background-color: #f9c122;
}
.community .icon a:nth-child(2) img {
    background-color: #00b900;
}
.community .icon a:nth-child(3) img {
    background-color: #057feb;
}
.community .icon img:hover {
    filter: brightness(1.5);
}
.community .icon i {
    margin: 10px 20px;
    font-size: 45px;
}
.fa-envelope {
    color: #b9afa5;
    transition: ease-in-out 0.3s;
}
.fa-line {
    color: #b9afa5;
    transition: ease-in-out 0.3s;
}
.fa-facebook-square {
    color: #b9afa5;
    transition: ease-in-out 0.3s;
}
.fa-envelope:hover {
    color: #ffffff;
}
.fa-line:hover {
    color: #07b53b;
}
.fa-facebook-square:hover {
    color: #1773ea;
}
.people_box {
    width: 300px;
}
.people {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 40px;
    padding: 17px;
    background: rgba(255, 255, 255, 0.2);
}
.people-number {
    margin-left: 42px;
    font-size: 14px;
}
@media screen and (max-width: 1380px) {
    .new_footer {
        padding: 30px 0 0 0;
        flex-direction: column-reverse;
    }
    .new-item {
        width: 100%;
        margin: 0;
        order: -2;
    }
    .community {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -50px;
        margin-bottom: 20px;
    }
    .community .icon {
        width: 100%;
        max-width: 300px;
        margin: 0 20px;
        padding-top: 30px;
    }
    .community .icon img {
        margin-left: 5px;
        margin-right: 5px;
    }
    .people {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-top: auto;
        margin-left: auto;
    }
    .people-number {
        width: 100%;
        max-width: 300px;
        margin: 5px auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1024px) {
    .new_item {
        margin: 0;
    }
    .new_footer-item {
        padding: 0;
    }
    .foot_pic {
        height: 155px;
        padding: 10px 20px;
    }
}
@media screen and (max-width: 900px) {
    .new_footer-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .community {
        flex-direction: column;
    }
    .footer_item {
    width: 50%;
}
.footer_item:nth-child(odd)::before{
    display: none;
}
footer{
    background-size: auto;
    background-image: url(../images/footer/bg02_05_top.webp), url(../images/footer/bg02_05_bottom.webp);
    background-repeat: repeat-x;
    background-position: top, bottom;
}
.foot_pic {
    height: 155px;
    padding: 10px 20px;
}
}
@media screen and (max-width: 500px) {
    .community {
        flex-direction: column;
    }
    .new_footer-item {
        flex-direction: column;
    }
    .community .icon {
        max-width: 250px;
        margin-bottom: 10px;
    }
    .people {
        max-width: 250px;
    }
    .people-number {
        max-width: 250px;
    }
    .design {
        font-size: 12px;
        line-height: 1.5;
    }
    .footer_item {
        width: 100%;
        margin-top: -25px;
    }
    .footer_item > ul {
        max-width: 300px;
        width: 100%;
    }
    .footer_item::before, .footer_item:not(:first-child)::before{
    display: none;
}
}
/*瀏覽人數*/
#counter {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 8px 3px;
}
#counter img {
    margin: auto 3px;
}
/*end*/
/*footer end*/
/*header*/
.new_header {
    position: fixed;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 130px;
    padding: 5px 0;
    font-family: '微軟正黑體';
    background: #ffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 30;
}
.new_header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    margin-left: 5%;
}
.new_header-list {
    display: flex;
    position: static;
}
.new_header-list-item {
    padding: 0px 10px;
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.new_header-list-item-icon {
    position: absolute;
    top: -8px;
    /* background: url(../images/website_image/header_icon.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 85%;
    height: 100%;
    transition: all 0.8s;
    opacity: 0;
}
.new_header-list-item:hover .new_header-list-item-en {
    opacity: 1;
}
.new_header-list-item:hover .new_header-list-item-ch {
    opacity: 0;
}
.new_header-list-item-ch {
    transition: all 0.5s;
}
.new_header-list-item-en {
    position: absolute;
    width: 100%;
    display: block;
    top: 0px;
    left: 10px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}
.new_header-list-item-str {
    color: #41344f;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    /* padding: 0px 36px; */
    width: 135px;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.new_header-list-item:hover .new_header-list-item-icon {
    opacity: 1;
}
.new_header-list-item-list-item {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.6s;
}
.new_header-list-item-list-item:hover {
    background: rgba(255, 255, 255);
}
.new_header-list-item-list-item a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #c0b1c4;
    transition: all 0.5s;
}
.new_header-list-item-list-item:hover a::after {
    width: 100%;
}
.new_header-list-item-list-item a {
    color: #41344f;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    line-height: 30px;
}
.new_header-list-item-list {
    position: absolute;
    top: 20;
    left: 0px;
    width: 100%;
    padding: 27px 0px;
    opacity: 0;
    z-index: -999;
    transition: ease-in-out 0.2s;
}
.new_header-list-item:hover .new_header-list-item-list {
    top: 97px;
    opacity: 1;
    z-index: 999;
}
.new_header-list-item-menuIcon {
    position: absolute;
    top: 15px;
    opacity: 0;
}
@media (max-width: 1250px) {
    .new_header-logo {
        margin-left: 60px;
    }
    .new_header-list-item-str {
        width: 100px;
    }
}
@media (max-width: 1190px) {
    .new_header-logo {
        margin-left: 10px;
    }
}
@media (max-width: 1024px) {
    .new_header {
        height: 90px;
    }
    .new_header-logo {
        width: 180px;
        margin-left: 60px;
    }
    .new_header-list-item {
        margin-right: 60px;
    }
    .new_header-list-item-str {
        display: inline-block;
        margin-bottom: 10px;
    }
    .new_header-active {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .new_header-menu-active {
        padding: 30px 0 10px 0;
    }
    .new_header-list-item-list-item {
        padding-top: 0;
    }
    .new_header-list-item-list {
        display: none;
    }
    .new_header-list-item-list a {
        margin: 0;
        display: inline-block;
        padding: 10px;
    }
    .new_header-list-item-list-item a::after {
        margin: auto;
    }
}
@media (max-width: 996px) {
    .new_header-logo {
        width: 150px;
        margin-left: 30px;
    }
    .new_header-list-item {
        margin-right: 30px;
    }
}
@media (max-width: 1024px) {
    .new_header-list {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        /* transition: all 0.9s; */
        background: #fff;
    }
    .new_header-list-item:hover .new_header-list-item-icon {
        opacity: 0;
    }
    .new_header-list-item {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        text-align: center;
        padding: 5px 0;
    }
    .new_header-list-item-str {
        width: 100%;
        height: 40px;
        left: 0;
        margin: 5px 0px;
        text-align: center;
    }
    .new_header-logo {
        width: 160px;
        margin-left: 20px;
    }
    .new_header-list-item:hover .new_header-list-item-en {
        opacity: 0;
    }
    .new_header-list-item:hover .new_header-list-item-ch {
        opacity: 1;
    }
    .new_header-list-item-list {
        display: none;
        padding: 0;
        opacity: 1;
        position: static;
        margin: 0 auto;
        width: 100%;
        max-height: auto;
        overflow: hidden;
        transition: unset;
    }
    .new_header-list-item-list a {
        margin: 0;
    }
    .new_header-list-item-menuIcon {
        opacity: 1;
        top: 15px;
        left: 60%;
    }
    .new_header-active {
        max-height: 1000px;
    }
    .new_header-menu-active {
        display: block;
    }
    .c {
        transform: rotate(-180deg);
    }
    .search {
        margin: 20px auto;
        display: none;
    }
    .search_mobile {
        display: block;
        position: absolute;
        top: 50%;
        right: -170px;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}
@media (max-width: 700px) {
    .new_header-list-item-menuIcon {
        left: 58%;
    }
}
@media (max-width: 500px) {
    .new_header-list-item-menuIcon {
        left: 66%;
    }
}
/*漢堡選單*/
#webapp_cover {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 15px;
    margin: 0 auto;
    transform: translateY(-50%) scale(1);
    display: none;
}
#menu_button {
    width: 35px;
    overflow: hidden;
}
#menu_checkbox {
    display: none;
}
#menu_label {
    position: relative;
    display: block;
    height: 29px;
    cursor: pointer;
}
#menu_label:before,
#menu_label:after,
#menu_text_bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c0b1c4;
}
#menu_label:before,
#menu_label:after {
    content: '';
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}
#menu_label:before {
    top: 0;
}
#menu_label:after {
    top: 12px;
}
#menu_text_bar {
    top: 24px;
}
#menu_text_bar:before {
    content: 'MENU';
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    color: #c0b1c4;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-align: center;
}
#menu_checkbox:checked+#menu_label:before {
    left: -39px;
}
#menu_checkbox:checked+#menu_label:after {
    left: 39px;
}
#menu_checkbox:checked+#menu_label #menu_text_bar:before {
    animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}
@keyframes moveUpThenDown {
    0% {
        top: 0;
    }
    50% {
        top: -27px;
    }
    100% {
        top: -14px;
    }
}
@keyframes shakeWhileMovingUp {
    0% {
        transform: rotateZ(0);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    50% {
        transform: rotateZ(0deg);
    }
    75% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}
@keyframes shakeWhileMovingDown {
    0% {
        transform: rotateZ(0);
    }
    80% {
        transform: rotateZ(3deg);
    }
    90% {
        transform: rotateZ(-3deg);
    }
    100% {
        transform: rotateZ(0);
    }
}
@media (max-width: 1024px) {
    #webapp_cover {
        display: block;
    }
}
/*漢堡選單END*/
/* header end */
/*置中*/
.setIn {
    display: flex;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
}
.setIn img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    object-fit: contain;
}
/*container*/
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
/*最新標題*/
.latestNews {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.latestNews_new-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}
@media (max-width: 768px) {
    .latestNews_new-img {
        height: auto;
    }
}
@media (max-width: 415px) {
    .latestNews_new-img {
        width: 100%;
    }
}
.latestNews-item {
    width: 300px;
    margin: 0 1% 20px;
    display: inline-block;
}
.latestNews-item:hover .latestNews_new-img {
    opacity: 0.6;
}
.latestNews-titleImg {
    margin-top: 30px;
    margin-bottom: 50px;
}
.latestNews-item img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .latestNews-item img {
        width: 100%;
        height: auto;
    }
}
.latestNews-item-content {
    background: #ffffff;
    padding: 35px 0;
    height: calc(100% - 300px);
}
.latestNews-bg {
    /* background: url('../images/website_image/bg.jpg'); */
    background-color: #fff;
    background-attachment: fixed;
    background-repeat: repeat;
    padding: 40px 0 0;
}
.latestNews-item-content-data {
    position: relative;
    text-align: center;
    color: #d0c7b6;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: Georgia;
}
.latestNews-item-content-data::before {
    content: url(../images/website_image/data/news-icon01.png);
}
.latestNews-item-content-data::after {
    content: url(../images/website_image/data/news-icon02.png);
}
.latestNews-item-content {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.latestNews-item-content-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 30px 35px;
    font-family: '微軟正黑體';
}
.latestNews-item-content-txt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #5d5d5d;
    margin: 0 35px 35px;
    font-family: '微軟正黑體';
}
.latestNews-item-line {
    width: 185px;
    background: #c0b1c4;
    height: 1px;
    margin: 0 auto 20px;
}
.latestNews-item-more {
    text-align: center;
    color: #c0b1c4;
}
.latestNews-item-more::before {
    content: '。';
}
.latestNews-item-more::after {
    content: '。';
}
.latestNews-btn {
    margin: 70px 0;
}
.btn-style {
    border: 1px solid #a0927c;
    border-radius: 50rem;
    background: transparent;
    width: 169px;
    padding: 15px 0;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 18px;
    font-family: 400;
    color: #a0927c;
    font-family: Georgia;
}
.btn-style:hover {
    background: #41344f;
    color: #ffff;
}
@media (max-width: 415px) {
    .latestNews-bg {
        padding: 0;
    }
}
/*最新標題 END*/
/*關於我們*/
.about-title-icon {
    padding: 70px 0;
    flex-wrap: wrap;
}
.about-title-icon>span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    letter-spacing: 2px;
}
.about-title-icon>span:nth-child(1) {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: relative;
    white-space: nowrap;
}
.about-title-icon > span:nth-child(1)::before,
.about-title-icon > span:nth-child(1)::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #d0c7b6;
}
.about-title-icon > span:nth-child(1)::before {
    margin-right: 20px;
}
.about-title-icon > span:nth-child(1)::after {
    margin-left: 20px;
}
.about-title-icon>span:nth-child(2) {
    color: #d0c7b6;
}
.new_about {
    position: relative;
    height: 908px;
    font-family: '微軟正黑體';
}
@media (max-width: 767px) {
    .new_about {
        height: 1800px;
    }
}
@media (max-width: 415px) {
    .new_about {
        height: 1300px;
    }
}
@media screen and (max-width: 500px) {
    .about-title-icon {
        padding: 27px 0;
    }
    .about-title-icon img {
        width: 190px;
    }
}
.new_about-img-01 {
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 10;
}
.new_about-img-02 {
    position: absolute;
    top: 284px;
    left: 20px;
    z-index: 5;
}
.new_about-content {
    position: absolute;
    top: 360px;
    left: 50%;
    padding: 100px;
    background: #f7f3ea;
    width: 50%;
}
.new_about-content-title {
    position: absolute;
    top: -13%;
    left: 37%;
    color: #a0927c;
    font-size: 32px;
    line-height: 38px;
}
.new_about-content-title::before {
    content: url(../images/website_image/data/news-icon01.png);
    margin-right: 15px;
    background: transparent;
}
.new_about-content-title::after {
    content: url(../images/website_image/data/news-icon02.png);
    margin-left: 15px;
    background: transparent;
}
.new_about-content-line {
    max-width: 245px;
    height: 1px;
    background: #d0c7b6;
    margin: 0 auto;
}
.new_about-content-line-topStyle {
    margin-top: 50px;
}
.new_about-content-line-bottomStyle {
    margin-bottom: 50px;
}
.new_about-content-txt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #5d5d5d;
}
.about-btn {
    margin-bottom: 60px;
    max-width: 100%;
}
@media screen and (max-width: 1250px) {
    .new_about-content {
        left: 44%;
        padding: 77px;
    }
}
@media screen and (max-width: 850px) {
    .new_about {
        height: 1000px;
    }
    .new_about-img-01 {
        width: 350px;
        left: auto;
        right: 10%;
    }
    .new_about-img-02 {
        width: 350px;
        left: 7%;
    }
    .new_about-content {
        top: 593px;
        left: 10%;
        width: 80%;
    }
}
@media screen and (max-width: 550px) {
    .new_about {
        height: 900px;
    }
    .new_about-img-01 {
        width: 250px;
    }
    .new_about-img-02 {
        width: 250px;
        top: 200px;
    }
    .new_about-content {
        top: 400px;
    }
}
@media screen and (max-width: 420px) {
    .new_about {
        height: 800px;
    }
    .new_about-img-01 {
        width: 200px;
    }
    .new_about-img-02 {
        width: 200px;
        top: 180px;
    }
    .new_about-content {
        top: 350px;
        padding: 50px 30px;
    }
}
@media screen and (max-width: 320px) {
    .new_about {
        height: 850px;
    }
}
/*關於我們 end*/
.bank_box {
    min-width: 290px;
    width: 80%;
    max-width: 768px;
    margin: 0 auto 80px auto;
    padding: 20px 0;
    border: 1px solid #a0927c;
    text-align: center;
}
.bank_box p {
    line-height: 30px;
    font-size: 15px;
    color: #a0927c;
}
/*產品*/
.product-imgs {
    position: relative;
    cursor: pointer;
}
.bg-product {
    /* background: #efedee; */
    background-color: #fff;
    padding: 30px 0;
}
.productsbg {
    background-color: #F8F5EE;
    position: relative;
}
.productsbg::before{
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/website_image/logo-apple.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 104px;
    height: 113px;
    pointer-events: none;
    z-index: 1;
    top: -91px;
    right: 0;
}
.home_video{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background-color: #f8f9fa;
}
.home_video::before {
    background-image: url(../images/website_image/body_bg.webp);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    pointer-events: none;
}
.home_video iframe{
    border: 1rem solid #FFFFFF;
    border-radius: 1rem;
    z-index: 1;
}
.video_logo {
    position: absolute;
    display: block;
    background-image: url(../images/website_image/logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 62px;
    bottom: 2%;
    right: 18%;
    z-index: 10;
    pointer-events: none;
}
.new_product {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
}
.new_product-item {
    width: 300px;
    margin: 0 1% 2%;
    font-family: '微軟正黑體';
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px #0000000d;
}
.new_product-item:hover .product-bg {
    opacity: 0.5;
}
.index_product.new_product-item:hover .product-bg {
    opacity: 0;
}
.product-bg {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: #41344f url('../images/website_image/data/product-icon-2.png') no-repeat center / 80px 80px;
    -webkit-background: #41344f url('../images/website_image/data/product-icon-2.png') no-repeat center / 80px 80px;
    -ms-background: #41344f url('../images/website_image/data/product-icon-2.png') no-repeat center / 80px 80px;
}
@media screen and (max-width: 1300px) {
.productsbg::before{
    width: 50px;
    height: 52px;
    top: -41px;
}
}
@media screen and (max-width: 768px) {
.bg-product {
    padding: 20px 0;
}
.video_logo {
    width: 85px;
    height: 35px;
    bottom: 1%;
    right: 0;
}
.productsbg::before{
    display: none;
}
.about-title-icon {
    padding: 50px 0 50px;
}
}
@media screen and (max-width: 500px) {
    .product-bg {
        background: #41344f url('../images/website_image/data/product-icon-2.png') no-repeat center / 70px 70px;
        -webkit-background: #41344f url('../images/website_image/data/product-icon-2.png') no-repeat center / 70px 70px;
        -ms-background: #41344f url('../images/website_image/data/product-icon-2.png') no-repeat center / 70px 70px;
    }
}
.new_product-item-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.new_product-content {
    padding: 20px 0;
    background: #ffffff;
    transition: all 0.5s;
}
.new_product-title {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
@media screen and (max-width: 620px) {
    .new_product-item {
        width: 200px;
        height: 242px;
        margin: 5px;
    }
    .product-imgs {
        width: 100%;
        height: 200px;
    }
    .product-bg {
        width: 100%;
        height: 100%;
    }
    .new_product-item-img {
        width: 100%;
        height: 100%;
    }
    .new_product-content {
        padding: 9px 0;
    }
    .new_product-title {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .new_product-item {
        width: 200px;
        height: 242px;
        margin: 5px;
    }
    .product-imgs {
        width: 100%;
        height: 188px;
    }
}
@media screen and (max-width: 420px) {
    .new_product-item {
        width: 153px;
        margin: 2px;
    }
    .product-imgs {
        width: 100%;
        height: 153px;
    }
}
/*產品 END*/
/*最新消息 頁面*/
.latestNews-pages-logo {
    margin: 40px 0;
}
.latestNews-bg-page {
    background: url('../images/website_image/bg.jpg');
    background-attachment: fixed;
    background-repeat: repeat;
    padding: 40px 0 1px;
}
.news_new {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #cfa55b transparent transparent transparent;
    border-style: solid;
    border-width: 45px;
    transform: rotate(135deg);
    top: -45px;
    left: -45px;
    z-index: 3;
}
.news_new::before {
    position: absolute;
    content: 'NEW';
    transform: rotate(-178deg);
    top: -41px;
    left: -17px;
    color: #ffffff;
}
.latestNews-pages-item {
    display: flex;
    width: 90%;
    margin: 0 auto 40px;
    position: relative;
    box-shadow: 2px 2px 2px 2px #0000000d;
}
.latestNews-pages-item:hover .latestNews-pages-item-img {
    opacity: 0.6;
}
.latestNews-pages-item-content {
    background: #ffffff;
    padding: 0px 40px 40px;
    font-family: '微軟正黑體';
}
.latestNews-pages-item-content-data {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d0c7b6;
    font-size: 18px;
    margin: 20px 0;
    font-family: Georgia;
    width: 205px;
    text-align: center;
}
.latestNews-pages-item-content-data p {
    margin: 0 20px 20px;
}
.latestNews-pages-item-img {
    width: 250px;
    object-fit: cover;
    transition: ease-in-out 0.3s all;
}
.latestNews-pages-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.latestNews-pages-item-content-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.latestNews-pages-item-content-txt {
    font-style: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #5d5d5d;
}
.latestNews-pages-item-content-line {
    height: 1px;
    background: #c0b1c4;
    width: 100%;
    margin-top: 30px;
}
.latestNews-pages-item-reverse {
    flex-direction: row-reverse;
}
.changePage {
    margin-top: 40px;
    display: flex;
    font-family: Georgia;
}
@media screen and (max-width: 768px) {
    .latestNews-item {
        width: 85%;
        margin: 10px auto;
    }
    .latestNews-item-content {
        height: auto;
    }
}
@media (max-width: 700px) {
    .latestNews-pages {
        padding: 0 15%;
    }
    .latestNews-pages-item {
        display: block;
    }
    .latestNews-pages-item-img {
        width: 100%;
    }
    .latestNews-pages-item-content-data {
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .latestNews-pages {
        padding: 0 8%;
    }
}
@media (max-width: 415px) {
    .latestNews-bg-page {
        padding: 1px 0;
    }
    .latestNews-pages {
        padding: 0 4%;
    }
    .latestNews-pages-item-content {
        padding: 0px 24px 40px;
    }
    .latestNews-pages-item-content-txt {
        font-size: 14px;
    }
}
@media (max-width: 350px) {
    .latestNews-pages {
        padding: 0 2%;
    }
    .latestNews-pages-item-content {
        padding: 0px 20px 40px;
    }
}
/*最新消息 END*/
/*案例分享*/
.caseStudies-logo-1 {
    margin: 40px auto 0 auto;
}
.caseStudies-logo-2 {
    max-width: 250px;
    width: 90%;
    margin: 0 auto;
}
.caseStudies-content-txt {
    font-size: 15px;
    line-height: 24px;
}
.caseStudies-content-txt {
    width: 80%;
    max-width: 768px;
    margin: 60px auto 100px auto;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 24px;
    font-family: '微軟正黑體';
}
.carousel {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
}
.carousel>img {
    width: 15%;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .carousel>img {
        width: 20%;
    }
}
@media screen and (max-width: 600px) {
    .carousel>img {
        width: 30%;
    }
}
@media (max-width: 415px) {
    .latestNews-titleImg {
        width: 190px;
        margin-bottom: 20px;
    }
    .latestNews-pages-logo {
        width: 190px;
        margin-bottom: 20px;
    }
    .caseStudies-logo-1 {
        width: 190px;
        margin-bottom: 20px;
    }
}
/*案例分享 END*/
/*消息內頁*/
.newPages_news {
    max-width: 1024px;
    width: 80%;
    background: #fff;
    margin: 20px auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 0 0 30px 0;
}
.newPages_news-header {
    position: relative;
}
.newPages_news-data {
    margin: 0 0 0 11%;
    padding: 40px 0 0;
}
.newPages_news-title {
    width: calc(100% - 420px);
    margin: 40px 10%;
    font-size: 16px;
    font-family: '微軟正黑體';
    line-height: 24px;
}
.newPages_news-img {
    position: absolute;
    top: -60px;
    right: -20px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.newPages_news-txt {
    width: 100%;
    margin: 73px auto 0;
    padding: 60px;
    font-size: 15px;
    font-family: '微軟正黑體';
    line-height: 24px;
    color: #5d5d5d;
}
.newPages_news-btn {
    margin: 40px 0;
}
.newPages_news-line {
    height: 1px;
    width: 55%;
    background: #d0c7b6;
    margin: 0 auto;
}
.newPages_news-data .latestNews-pages-detail-txt {
    margin: 0 20px 0;
}
@media (max-width: 720px) {
    .newPages_news {
        width: 85%;
    }
    .newPages_news-img {
        width: 200px;
        height: 200px;
    }
    .newPages_news-title {
        width: 80%;
    }
    .newPages_news-data {
        padding: 0;
        margin: 0;
    }
    .newPages_news-data .latestNews-pages-item-content-data {
        margin: 0 auto;
        padding: 30px 0 0;
    }
    .newPages_news-img {
        position: static;
        left: 164px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .newPages_news-title {
        margin: 20px 10% 0;
    }
    .newPages_news-txt {
        width: 100%;
        margin: 0 auto 0;
        padding: 20px 35px;
        font-size: 14px;
    }
    @media (max-width: 582px) {}
}
/* 消息內頁 END*/
/* trans */
iframe {
    width: 100%;
    max-width: 100%;
    /* height: 100% !important; */
}
.map_box {
    position: relative;
    width: 727px;
    height: 305px;
    margin: 130px auto;
}
.map_map {
    position: absolute;
    width: 320px;
    height: 240px;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.map_title {
    position: absolute;
    display: flex;
    align-items: center;
    margin-right: 50px;
    right: 0px;
    font-size: 32px;
    color: #a0927c;
    font-weight: bolder;
}
.map_title p {
    margin: 0 20px;
    font-family: '微軟正黑體';
}
.map_text {
    position: absolute;
    background: #f7f3ea;
    width: 500px;
    height: 258px;
    padding: 50px 50px 50px 165px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}
.map_text p {
    font-size: 15px;
    line-height: 30px;
    color: #5d5d5d;
    font-family: '微軟正黑體';
}
.trans_bg_down {
    padding: 130px 0 1px;
    background: url('../images/website_image/bg.jpg');
    background-attachment: fixed;
    background-repeat: repeat;
}
.trans_bg_down form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin: 20px auto;
    font-family: '微軟正黑體';
}
.trans_bg_down form span {
    width: 100px;
    color: #5d5d5d;
    font-size: 16px;
}
.trans_bg_down .pure-form>input {
    width: calc(100% - 100px);
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.trans_bg_down .pure-form>textarea {
    width: calc(100% - 100px);
    height: 200px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.captcha_box label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 100px);
}
.captcha_box {
    display: flex;
}
#captcha {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 10px;
}
.trans_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.trans_btn_box>input {
    width: 169px;
    margin: 50px 10px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    border: 1px solid #a0927c;
    border-radius: 50rem;
    background: transparent;
    font-size: 18px;
    line-height: 18px;
    color: #a0927c;
    transition: all 0.5s;
}
.trans_btn_box>a {
    display: block;
    width: 169px;
    margin: 50px 10px;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #a0927c;
    border-radius: 50rem;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    color: #a0927c;
    transition: all 0.5s;
}
.trans_btn_box>input:hover {
    background: #a0927c;
    color: #ffff;
    border: 0px;
}
.trans_btn_box>a:hover {
    background: #41344f;
    color: #ffff;
    border: 0px;
}
@media screen and (max-width: 1024px) {
    #captcha {
        width: 100%;
        margin-left: 0px;
        order: -1;
    }
    .map_box {
        width: 700px;
    }
}
@media screen and (max-width: 768px) {
    .trans_bg_down {
        padding: 60px 0;
    }
    .trans_bg_down form {
        width: 66%;
    }
    .trans_btn_box>input {
        margin: 30px 10px;
    }
    .trans_btn_box>a {
        margin: 30px 10px;
    }
}
@media screen and (max-width: 760px) {
    .map_box {
        position: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: auto;
        margin: 0 auto 80px auto;
    }
    .map_map {
        position: unset;
        width: 500px;
        height: 240px;
    }
    .map_title {
        position: unset;
        display: flex;
        align-items: center;
        margin: 20px auto;
        margin-right: auto;
        font-size: 32px;
        color: #a0927c;
        font-weight: bolder;
        order: -1;
    }
    .map_title p {
        margin: 0 20px;
    }
    .map_text {
        position: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #f7f3ea;
        width: 500px;
        height: 192px;
        padding: 0;
        z-index: 9;
    }
    .map_text p {
        width: 300px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 30px;
        color: #5d5d5d;
    }
    .map_box:nth-child(2) .map_text {
        padding: 0;
    }
    .map_box:nth-child(2) .map_title {
        margin-right: 0px;
        margin-left: 0px;
        margin: 20px auto;
        order: -1;
    }
    .trans_bg_down form {
        width: 80%;
    }
}
@media screen and (max-width: 550px) {
    .map_map {
        width: 400px;
    }
    .map_text {
        width: 400px;
    }
}
@media screen and (max-width: 450px) {
    .map_map {
        width: 300px;
    }
    .map_text {
        width: 300px;
    }
    .map_text p {
        font-size: 14px;
        width: 250px;
    }
    .map_title {
        font-size: 25px;
    }
    .trans_bg_down {
        padding: 30px 0;
    }
    .trans_bg_down form span {
        font-size: 15px;
        margin-top: 10px;
    }
    .trans_bg_down .pure-form>input {
        width: 100%;
    }
    .trans_bg_down .pure-form>textarea {
        width: 100%;
    }
    .captcha_box {
        flex-wrap: wrap;
    }
    .captcha_box label {
        width: 100%;
    }
    .trans_btn_box {
        flex-wrap: wrap;
    }
    .trans_btn_box>input {
        margin: 10px auto;
    }
    .trans_btn_box>a {
        margin: 10px auto;
    }
}
/* case */
.case_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 700px;
    margin: 50px auto 100px auto;
}
.case_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}
.case_box p {
    padding: 20px 0;
    font-size: 16px;
    color: #5d5d5d;
}
.case_pic {
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.case_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 350px) {
    .case_flex {
        width: 90%;
        margin: 10px auto;
    }
    .case_box {
        margin: 5px;
    }
    .case_pic {
        width: 260px;
        height: 260px;
    }
}
/*product頁面*/
.product-list {
    display: flex;
}
.product-list .menu {
    width: 100%;
    font-family: '微軟正黑體';
}
.product-list-item {
    width: 80%;
}
/*menu*/
.menu {
    width: 15%;
}
.menu>li {
    font-size: 16px;
    line-height: 45px;
}
.inmenu {
    display: none;
    margin-left: 20px;
}
.inmenu>li>a {
    color: #a0927c;
    font-size: 16px;
    line-height: 42px;
}
/*menu end*/
/*product頁面 end*/
/*product 內頁*/
.all-product-list {
    padding: 70px 30px;
    background: #efedee;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
}
/*menu*/
.menu {
    width: 15%;
}
.menu>li {
    font-size: 16px;
    line-height: 45px;
}
.inmenu {
    display: none;
    margin-left: 20px;
}
.inmenu>li>a {
    color: #a0927c;
    font-size: 16px;
    line-height: 42px;
}
/*menu end*/
/*content*/
.product-list-content {
    width: 78%;
    margin: 0 0 0 2%;
}
.product-list-content-item {
    display: flex;
    align-items: stretch;
}
/*圖片*/
.item-img {
    width: 45%;
    margin-right: 5%;
}
.item-img img {
    width: 400px;
    object-fit: cover;
    max-height: 400px;
}
.item-img .small-img {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.item-img .small-img img {
    width: 40px;
    height: 40px;
    margin: 10px;
}
/*圖片 end*/
/*item-primary*/
.item-primary {
    width: 50%;
}
/*title*/
.product-list-content .title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list-content .icon {
    width: 35px;
    height: 12px;
}
.product-list-content .title h2 {
    margin: 0 15px;
    padding: 80px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #41344f;
    font-family: '微軟正黑體';
}
/*title END*/
/*文字內容*/
.product-list-content .txt p {
    font-family: '微軟正黑體';
    font-size: 14px;
    line-height: 24px;
    color: #5d5d5d;
}
.product-list .item-primary .line {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    background: #c0b1c4;
}
/*文字內容 end*/
.product-list-content .line {
    height: 1px;
    width: 80%;
    background: #c0b1c4;
    margin: 40px auto 0;
}
/*item-primary end*/
/*文字內容2*/
.product-list-content-txt {
    background: #ffff;
    margin-top: 50px;
    padding: 40px;
    font-family: '微軟正黑體';
}
.product-list-content-txt p {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 24px;
}
/*文字內容2 end*/
/*content end*/
.product-detail-style {
    margin: 40px 0;
}
/*product 內頁 END*/
@media screen and (max-width: 1024px) {
    .product-list-content-txt {
        width: 90%;
        margin: 20px auto;
    }
}
@media screen and (max-width: 400px) {
    .all-product-list {
        padding: 10px 5px;
    }
    .product-list-content-txt {
        width: 98%;
        padding: 30px 20px;
    }
    .product-list-content-txt p {
        font-size: 14px;
    }
}
/*ALL about-page*/
/* .about-pages-logo {
      width: 300px;
      margin: 65px;
    } */
/*有Icon標題*/
.brand {
    display: flex;
    justify-content: center;
    font-family: '微軟正黑體';
}
.brand>.txt {
    font-size: 32px;
    line-height: 38px;
    font-weight: Bold;
    color: #a0927c;
}
.brand>.txt::before {
    content: url(../images/website_image/about-page-01.png);
    margin-right: 15px;
}
.brand>.txt::after {
    content: url(../images/website_image/about-page-02.png);
    margin-left: 15px;
}
/*有icon標題 end*/
/*title */
.about-pages-content {
    width: 770px;
    margin: 0 auto 40px;
}
.about-pages-content>.txt {
    font-size: 15px;
    line-height: 24px;
    color: #5d5d5d;
    margin: 100px 0;
    font-family: '微軟正黑體';
}
/*title end*/
/*內文*/
.about-pages-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
}
/*primary*/
.about-pages-item .item-primary {
    width: 65%;
}
.about-pages-item .item-primary .line {
    background: #d0c7b6;
    height: 1px;
    width: 80%;
    margin: 0 auto;
}
/*line*/
.about-pages-item .item-primary .top {
    margin-bottom: 50px;
}
.about-pages-item .item-primary .bottom {
    margin-top: 50px;
}
/*line end*/
.about-pages-item .item-primary .content {
    background: #f7f3ea;
    margin-top: 30px;
    padding: 100px 70px;
    font-family: '微軟正黑體';
}
.trans_bg_up .about-pages-item .item-primary {
    width: 35%;
}
.trans_bg_up .about-pages-item .item-primary .content {
    padding: 50px 20px;
}
.trans_bg_up .about-pages-item .item-secondary {
    width: 55%;
}
.trans_bg_up .about-pages-item .item-secondary>iframe {
    height: auto;
}
@media screen and (max-width: 780px) {
    .trans_bg_up .about-pages-item .item-primary {
        width: 80%;
        margin: 20px 0px;
    }
    .trans_bg_up .about-pages-item .item-secondary {
        width: 90%;
    }
}
.about-pages-item .content .str {
    font-size: 15px;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 30px;
}
.about-pages-item .content .title {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #a0927c;
}
/*primary end*/
/*secondary*/
.about-pages-item .item-secondary {
    width: 25%;
}
.about-pages-item .item-secondary img {
    width: 100%;
    height: 350px;
    margin-top: 40px;
    object-fit: cover;
}
/*secondary end*/
/*menu-btn*/
.menu-btn {
    width: 20%;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
}
.menuBtn {
    display: none;
    text-align: center;
}
/*menu-btn end*/
/*內文END*/
@media (max-width: 1024px) {
    .menu-btn {
        width: 100%;
    }
    .menuBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 28px;
        color: #fff;
        background: #c0b1c4;
        line-height: 41px;
    }
    .menuBtn>.icon {
        margin-left: 10px;
    }
    .product-list .menu {
        display: none;
        width: 100%;
    }
    .product-list-item {
        width: 100%;
    }
    .icon-active {
        transform: rotate(180deg) !important;
    }
    .product-list-content {
        width: 100%;
        margin: 0;
    }
    .product-list-content-item {
        flex-wrap: wrap;
    }
    .product-list-content-item .item-img {
        width: 64%;
        margin: 0 auto;
    }
    .product-list-content-item .item-primary {
        margin: 0 auto 20px;
    }
    .product-list-content .title h2 {
        padding: 16px 0;
    }
}
@media (max-width: 720px) {
    .product-list-content-item .item-img {
        width: 87%;
        margin: 0 auto;
    }
    .product-list-content-item .item-primary {
        width: 87%;
    }
}
@media (max-width: 590px) {
    .item-img .small-img {
        margin: 15px 0;
    }
}
@media (max-width: 412px) {
    .item-img .small-img {
        margin: 15px 0;
    }
}
/*ALL about-pages end*/
@media (max-width: 1220px) {
    .about-page .new_about .new_about-content {
        top: 52%;
    }
    .new_about-content-title {
        position: absolute;
        top: -16%;
        left: 28%;
    }
}
@media (max-width: 1150px) {
    .about-pages-content {
        width: 80%;
    }
}
@media (max-width: 1100px) {}
@media (max-width: 950px) {
    .about-pages-item .item-primary {
        width: 55%;
    }
    .about-pages-item .item-secondary {
        width: 35%;
    }
    .about-pages-item .item-primary .content {
        padding: 80px 47px;
    }
}
@media (max-width: 855px) {
    .about-page .new_about .new_about-content {
        top: 51%;
    }
}
@media (max-width: 852px) {
    .about-page .new_about .new_about-content {
        top: 73%;
    }
    .about-page .new_about-content-title {
        left: 28%;
    }
    .about-pages-logo {
        margin: 50px;
    }
}
@media (max-width: 780px) {
    .about-pages-item .item-primary {
        width: 80%;
        order: 1;
    }
    .about-pages-item .item-secondary {
        width: 80%;
    }
    .about-pages-item .item-secondary img {
        margin: 40px 0;
    }
}
@media (max-width: 780px) {
    .about-pages-item .item-primary .content {
        padding: 80px 24px;
    }
}
@media (max-width: 550px) {
    .about-page .new_about .new_about-content {
        top: 59%;
    }
    .about-page .new_about-content-title {
        left: 15%;
    }
    .new_about-content-title {
        font-size: 27px;
    }
}
@media (max-width: 400px) {
    .about-page .new_about-content-title {
        left: 12%;
    }
}
@media (max-width: 350px) {
    .brand>.txt {
        font-size: 20px;
    }
    .new_about-content-title {
        font-size: 20px;
        text-align: center;
    }
    .new_about-content-title::after,
    .new_about-content-title::before {
        display: none;
    }
    .new_about-content-txt {
        font-size: 14px;
    }
    .about-pages-content>.txt {
        margin: 60px 0;
        font-size: 14px;
    }
    .about-pages-item .content .str {
        font-size: 14px;
    }
    .about-pages-item .content .title {
        font-size: 20px;
    }
    .new_about-content {
        padding: 35px;
    }
    .about-pages-logo {
        margin-top: 0;
    }
    .new_about {
        position: unset;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .new_about-img-01 {
        position: unset;
        width: 90%;
        margin: 5px auto;
    }
    .new_about-img-02 {
        position: unset;
        width: 90%;
        margin: 5px auto;
    }
    .about-page .new_about .new_about-content {
        position: unset;
        margin: 20px auto;
    }
    .about-page .new_about-content-title {
        position: unset;
    }
    .about_h {
        position: unset;
        margin: 20px auto;
    }
    .about-page .new_about-content-title {
        left: 10%;
    }
}
.none_product {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px 0;
    color: #5d5d5d;
    font-size: 16px;
    text-align: center;
    font-family: '微軟正黑體';
}
.new_header-list .fa-chevron-down:before {
    content: '\f078';
    cursor: pointer;
    padding: 20px;
}
.all-product-list .fa-chevron-down:before {
    content: '\f078';
    cursor: pointer;
    padding: 0;
}
.s_price {
    line-height: 30px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #ff0000;
    margin: 20px 0px;
}
.price {
    line-height: 30px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0px;
}
.price.del {
    font-weight: 100;
    text-decoration: line-through;
}
.slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.slick-slide>div {
    overflow: hidden;
}
.slick-slide>div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slick-prev,
.slick-next {
    z-index: 999;
    padding: 20px 40px 40px 20px;
}
.slick-prev {
    right: auto;
    left: auto;
}
.slick-next {
    right: 2%;
}
@media (max-width: 768px) {
    .slick-next {
        right: 10%;
    }
}
@media (max-width: 400px) {
    .new_header-logo {
        margin-left: 10px;
    }
    #webapp_cover {
        right: 30px;
    }
    .search_mobile {
        right: -250px;
    }
    #search {
        width: 80px;
    }
}