@charset "UTF-8";

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

header.head_navbar {
    padding: 5px 0px 5px 0px;
    background: #ffffff;
    font-family: "Inter", "Noto Sans TC", "微軟正黑體";
    position: relative;
    color: #000;
    z-index: 99;
}

@media all and (max-width: 575px) {
    header.head_navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
}

header.head_navbar .btn {
    margin-right: 5px;
}

header.head_navbar .logo img {
    height: 35px;
}
header.head_navbar.bidhead .logo img {
  margin-right: 4px;
  /* max-width: 40px; */
  width: 220px;
  height: auto;
}
header.head_navbar.bidhead  .logo span {
   font-weight: 400;
   color: #1f2c5e;
   font-size: 16px;
   word-break: keep-all;
   line-height: 1;
   position: relative;
   white-space: nowrap;
   top: -5px;
}
@media (max-width: 575px) {
header.head_navbar.bidhead  .logo span {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    header.head_navbar .logo img {
        height: 35px;
    }
}

header.head_navbar input {
    display: none;
}

header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer;
}

header.head_navbar .topbtn {
    color: #000;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.bannerareapc {
    margin-bottom: -1px;
    overflow: hidden;
    color: #ffffff;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    text-align: center;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media all and (max-width: 575px) {
    .bannerareapc {
        padding-bottom: 0px;
    }
}

.bannerareapc .banner {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;justify-content: center;
}

.bannerareapc .banner .ctabtn {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    background: #000;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 2px;
    padding: 12px 30px;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
}

@media all and (max-width: 575px) {
    .bannerareapc .banner .ctabtn {
        font-size: 20px;
    }
}

.bannerareapc .banner .ctabtn:hover {
    background: #ffffff;
    color: #000;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .bannerareapc img {
        width: 100%;
        height: auto;
    }
}

@media all and (max-width: 575px) {
    .bannerareapc img {
        width: 100%;
        height: auto;
    }
}

.bannerareapc h5 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2;
    margin: 10px 0px;
    padding: 0;
}

.bannerareapc h1 {
    font-size: 2.8em;
    font-weight: 500;
    letter-spacing: 3.6px;
    height: 100px;
    margin: 15px 0px 15px 0px;
    padding: 0;
}

.bannerareapc p {
    font-size: 21px;
    letter-spacing: 1.35px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 32px;
}

:root {
    --big: 1440px;
    --pc: 1200px;
    --pad: 768px;
}

@media all and (max-width: 575px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        min-width: 320px;
    }
}

.boxcontainer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.intro{
    background: #EBDDC3;
}
.intro .boxcontainer{
    padding-top: 16px;
    padding-bottom: 16px;
}
@media all and (min-width: 1200px) {
    .boxcontainer {
        width: 1200px;
        margin: auto;
    }
}

@media all and (max-width: 575px) {
    .pcshow {
        display: none !important;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .pcshow {
        display: none !important;
    }
}

.phoneshow {
    display: none !important;
}

@media all and (max-width: 575px) {
    .phoneshow {
        display: block !important;
    }

    .phoneshow img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
    .phoneshow {
        display: block !important;
    }

    .phoneshow img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

.fivepromisewrapper ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

@media all and (max-width: 575px) {
    .fivepromisewrapper ul {
      flex-wrap: wrap;
      gap: 1%;
      height: auto;
      width: 100%;
      margin: 15px auto;
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px;
      width:230px;

    }
    .fivepromisewrapper ul li{
      display: inline-flex;
      padding: 5px 0px;
      width: 100%;font-size: 22px;

    }
    .fivepromisewrapper ul li img{
        margin-right: 10px;
    }
}

.fivepromisewrapper ul li {
    display: flex;
    align-items: center;
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 18px;    text-align: left;
    font-weight: 400;
    line-height: 24.52px;
}

.fivepromisewrapper ul li img {
    margin-right: 5px;
}

.titlearea {
    background-repeat: no-repeat;
    height: 85px;
    background-position: center center;
}

.titlearea h3 {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    color:#786B51;
    margin-bottom: 10px;
}

.titlearea h1 {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 36px;
    font-weight: 900;
    line-height: 49.03px;
    text-align: center;
}

.normaltitlearea h1 {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    line-height: 49.03px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.qnacontainer {
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    margin:0px auto;
    padding: 25px 25px;
}

.qnacontainer h1 {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 36px;
    font-weight: 900;
    line-height: 49.03px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffa800;
}

.qnacontainer ul {
    margin: auto;
}

.qnacontainer li {
   padding-top: 10px;
   padding-bottom: 0px;
   /*border-bottom: 1px dashed #FFDA45;*/
   margin-left: 17px;
   text-indent: -17px;
}
.qnacontainer li a{
    color: blue;text-decoration: underline;
}
.qnacontainer li:last-child {
    border-bottom: 0px;
}

.qnacontainer li .title {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: left;
}

.qnacontainer li .title:before {
    content: '●';
    color: #FFA800;
    margin-right: 10px;
}

.qnacontainer li p {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    margin-left: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.shopmore {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 24.52px;
    text-align: center;
    align-items: center;
    padding: 0px 45px;
    background: rgba(120, 107, 81, 1);
    color: #ffffff;
    display: inline-flex;
    width: auto;
    height: 50px;

}

.shopmore:hover {
    color: #ffffff;
}

.shopmore img {
    width: auto;
}

.productarea {
    padding: 14px 0px;
}

.productarea ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin: auto;
    justify-content: center;
}
.productarea.productstyle2 ul{

}
.productarea.productstyle2 ul li{
    width:48%;padding:0px;
}
.productarea.productstyle2 ul li .name{
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 35px;
        padding-right: 16px;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
}


@media all and (max-width: 575px) {
    .productarea ul {
        gap: 2%;
    }
    .productarea.productstyle2 ul li{
        width:94%;padding:0px;
    }
}

.productarea ul li {
    background: #ffffff;
    padding:10px 10px 15px 10px;
    border: 1px solid rgba(223, 199, 153, 0.4);
    width: 24%;
    margin-bottom: 1%;
}

@media all and (max-width: 575px) {
    .productarea ul li {
        width: 46%;
        margin-bottom: 2%;
        padding: 10px 10px;
    }
}

.productarea ul li:hover {
    border:1px solid #C6AF82;
}

.productarea ul li a {
    color: #000;
}

.productarea ul li a:hover {
    color: #000;
}

.productarea ul li .item .name {
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
    font-size: 20px;
    padding-top: 5px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: center;
    overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}

@media all and (max-width: 575px) {
    .productarea ul li .item .name {
        font-size: 15px;
        line-height: 20px;
    }
}

.keyword {
    display: flex;
    align-items: center;
    font-family: "Noto Sans TC", "微軟正黑體", "Inter";
}

@media all and (max-width: 575px) {
    .keyword {
       /* flex-direction: column;*/
        /*gap: 10px;*/
    }
}

.keyword .keywordlabel {
   display: flex;
   align-items: center;
   font-size: 36px;
   line-height: 40px;
   font-weight: 400;
   color: #C6AF82;
   white-space: pre-wrap;
   letter-spacing: 2px;
   width: 155px;
   line-height: 1;
   margin-right: 15px;
   position: relative;
}
.keyword .keywordlabel:after{
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #C6AF82;
}
.keyword .keywordlabel img{
   margin-right: 0px;
   width: 43px;
}
@media all and (max-width: 575px) {
    .keywordwrapper{
        padding-top: 15px;padding-bottom: 20px;padding-left: 10px;
    }
    .keyword .keywordlabel {
       font-size: 28px;
       font-weight: bold;
       width: auto;
       margin-right: 0px;
    }
    .keyword .keywordlabel br {
        display: none;
    }
    .keyword .keywordlabel:after{
        display: none;
    }
    .keyword .keywordlabel img{
        width: 30px;
    }
}

.keyword .keywordlist {
    width: 100%;height:95px;overflow: hidden;
}

.keyword .keywordlist ul {
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword .keywordlist ul li a {
    border:2px solid rgba(187, 187, 187, 0.7);
    padding: 9px 16px;
    color: #7C7C7C;
    border-radius: 20px;
    background: #fff;
    display: block;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    word-break: keep-all;
    white-space: nowrap;
}

.keyword .keywordlist ul li a:hover {
    border: 2px solid #DFC799;
    color: #413723;
}
@media all and (max-width: 575px) {
    .keyword .keywordlist{
       max-width: 550px;
       overflow-x: auto;
       margin-top: 10px;
    }
   .keyword .keywordlist ul {
      min-width: 1300px;
      flex-wrap: wrap;
      gap:7px;

   }
   .keyword .keywordlist ul ::-webkit-scrollbar {
      -webkit-appearance: none;
    }
    .keyword .keywordlist ul li {
        width: auto;
    }
    .keyword .keywordlist ul li a {
        border: 2.5px solid #000;
        padding: 9px 16px;
        color: #000;
        border-radius: 20px;
        background: #fff;
        display: inline-block;
        line-height: 1;
        font-weight: 400;
        font-size: 15px;
        word-break: keep-all;
        white-space: nowrap;
    }
}
footer {
    overflow: hidden;
}

.move {
    cursor: pointer;
    transition: 0.2s;
}

.move:hover {
    transform: scale(1.03);
}

.flow12 img {
    transition: 0.3s;
}

.flow12 img:hover {
    transform: scale(1.04);
}

.gototop {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

@media all and (max-width: 575px) {
    .gototop {
        bottom: 60px;
    }
}

.gototop img {
    width: 80px;
}

@media all and (max-width: 575px) {
    .gototop img {
        width: 80px;
    }
}

/*# sourceMappingURL=../../../sass */