@charset "UTF-8";
/*----------reset css-----------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

iframe {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="text"]:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  padding: 0;
  margin: 0;
}

textarea {
  resize: none;
}

/*元素垂直置中*/
/*會由後台上稿的圖片*/
/*-------------------unrest css-----------------*/
.unreset li {
  display: list-item;
}
.unreset head {
  display: none;
}
.unreset col {
  display: table-column;
}
.unreset colgroup {
  display: table-column-group;
}
.unreset td, .unreset th {
  display: table-cell;
}
.unreset caption {
  display: table-caption;
  text-align: center;
}
.unreset th {
  font-weight: bold;
  text-align: center;
}
.unreset body {
  margin: 8px;
}
.unreset address, .unreset blockquote, .unreset dd, .unreset div, .unreset dl, .unreset dt, .unreset fieldset, .unreset form, .unreset frame, .unreset frameset, .unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5, .unreset h6, .unreset noframes, .unreset ol, .unreset p, .unreset ul, .unreset center, .unreset dir, .unreset hr, .unreset menu, .unreset pre {
  display: block;
}
.unreset h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.unreset h4, .unreset p, .unreset blockquote, .unreset ul, .unreset fieldset, .unreset form, .unreset ol, .unreset dl, .unreset dir, .unreset menu {
  margin: 0;
}
.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5, .unreset h6, .unreset b, .unreset strong {
  font-weight: bolder;
}
.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.unreset i, .unreset cite, .unreset em, .unreset var, .unreset address {
  font-style: italic;
}
.unreset pre, .unreset tt, .unreset code, .unreset kbd, .unreset samp {
  font-family: monospace;
}
.unreset pre {
  white-space: pre;
}
.unreset button, .unreset textarea, .unreset input, .unreset select {
  display: inline-block;
}
.unreset big {
  font-size: 1.17em;
}
.unreset small, .unreset .unreset sub, .unreset .unreset sup {
  font-size: 0.83em;
}
.unreset sub {
  vertical-align: sub;
}
.unreset sup {
  vertical-align: super;
}
.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through;
}
.unreset hr {
  border: 1px inset;
}
.unreset ol, .unreset ul, .unreset dir, .unreset menu, .unreset dd {
  margin-left: 40px;
}
.unreset ol, .unreset ol li {
  list-style-type: decimal;
}
.unreset ol ul, .unreset ul ol, .unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.unreset ul, .unreset ul li {
  list-style-type: disc;
}
.unreset .contractliststyle {
  font-size: 18px;
}
.unreset .contractliststyle ul li {
  list-style-type: inherit;
}
.unreset .contractliststyle p {
  margin-top: 10px;
}
.unreset .contractliststyle ol, .unreset .contractliststyle ul, .unreset .contractliststyle dir, .unreset .contractliststyle menu, .unreset .contractliststyle dd {
  margin-left: 32px;
}
.unreset .contractliststyle ul > li {
  margin-bottom: 30px;
}
.unreset .contractliststyle li {
  margin-bottom: 10px;
}
.unreset .contractliststyle ol {
  list-style-type: none;
  counter-reset: item;
}
.unreset .contractliststyle ol li {
  counter-increment: item;
}
.unreset .contractliststyle ol li::before {
  content: "(" counter(item,cjk-ideographic) ") ";
  position: absolute;
  left: -32px;
}
.unreset .contractliststyle ol ol li::before {
  display: none;
}
.unreset .contractliststyle ol ul, .unreset .contractliststyle ul ol, .unreset .contractliststyle ul ul, .unreset .contractliststyle ol ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.unreset .contractliststyle ul {
  list-style-type: cjk-ideographic;
}
.unreset .contractliststyle ol ol {
  list-style-type: decimal;
}
.unreset u, .unreset ins {
  text-decoration: underline;
}
.unreset br:before {
  content: "\A";
  white-space: pre-line;
}
.unreset center {
  text-align: center;
}
.unreset:link, .unreset:visited {
  text-decoration: underline;
}
.unreset:focus {
  outline: thin dotted invert;
}
.unreset img {
  max-width: 100%;
  height: initial !important;
}
.unreset iframe {
  max-width: 100%;
}
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.unreset .embeddedContent iframe, .unreset .embeddedContent object, .unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.unreset a {
  color: #0066ff;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f17 {
  font-size: 17px;
}

.fontwthin {
  font-weight: var(--Thin);
}

.fontwlight {
  font-weight: var(--Light);
}

.fontwregular {
  font-weight: var(--Regular);
}

.redcolor {
  color: var(--red_color);
}

.whitecolor {
  color: #fff;
}

.normalP {
  letter-spacing: 0em;
  line-height: calc(30/17);
  font-size: 17px;
}

.displaynone {
  display: none;
}

.displayinlineblock {
  display: inline-block;
}

.displayflex {
  display: flex;
}

.flexend {
  align-items: flex-end;
}

.inlineblockmarr5 {
  display: inline-block;
  margin-right: 5px;
}

.flexnormal {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
}

.flexcenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexaligncenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.flex-shrink {
  flex-shrink: 0;
}

.flexaligncenternowrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flexbetween {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.marginright10 {
  margin-right: 10px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop10 {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .mobiledisplaybr br {
    display: none;
  }
}

.btnset {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.btnset.style2 {
  justify-content: flex-start;
  gap: 16px;
}

@media (max-width: 375px) {
  .btnset {
    gap: 5px;
  }
}
.btnstyle {
  font-size: 16px;
  line-height: 1;
  padding: 12px 25px;
  border: 1px solid #222;
  background: #222;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
.btnstyle.style2 {
  background-color: initial;
  color: #222;
}
.btnstyle.w200 {
  min-width: 200px;
}
.btnstyle .fa-arrow-right {
  font-size: 12px;
  margin-left: 3px;
}
.btnstyle img.icon {
  margin-right: 10px;
  height: 20px;
  vertical-align: sub;
  display: inline;
}
.btnstyle.bigbtn {
  font-size: 20px;
  margin-top: 15px;
}
.btnstyle.bigbtn .en {
  font-size: 18px;
  font-weight: var(--Light);
}
.btnstyle.w100 {
  width: 100%;
}
.btnstyle.active {
  color: #fff;
  background-color: var(--main_color);
  opacity: 0.9;
}
.btnstyle .t {
  text-align: center;
  line-height: 1;
}
.btnstyle:hover {
  transform: scale(0.95);
}
.btnstyle.clear {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}

.btnstyle2 {
  font-size: 15px;
  line-height: 1;
  border: 1px solid #dddddd;
  padding: 12px 24px 10px 24px;
  color: #222;
  display: inline-block;
  border-radius: 18.5px;
  background-color: #fff;
  text-align: center;
}
.btnstyle2:hover {
  border: 1px solid #444444;
}
.btnstyle2.style2 {
  border: 1px solid #444444;
}
.btnstyle2.collected {
  border: 1px solid #b63434;
  color: #b63434;
}

.btnstyle3 {
  font-size: 15px;
  line-height: 1;
  border: 1px solid #444;
  padding: 10px 20px 8px 20px;
  color: #222;
  display: inline-block;
  border-radius: 18.5px;
  background-color: #fff;
}
.btnstyle3:hover {
  background-color: #222222;
  color: #fff;
}

.btnlong {
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  border: 1px solid #444444;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.btnlong:hover {
  background-color: #222222;
  border: #222222;
  color: #fff;
}
.btnlong.fblogin:hover {
  background-color: #395693;
  border-color: #395693;
  color: #fff;
}
.btnlong.linelogin:hover {
  background-color: #56b838;
  border-color: #56b838;
  color: #fff;
}
.btnlong.style2 {
  background-color: #222222;
  color: #fff;
}
.btnlong.style2:hover {
  background-color: #fff;
  border: 1px solid #444444;
  color: #222;
}
.btnlong.style3 {
  background-color: var(--main_color);
  border: var(--main_color);
  color: #fff;
}
.btnlong.style3:hover {
  background-color: #222222;
  border: #222222;
  color: #fff;
}

@media (max-width: 1600px) {
  .btnstyle2 {
    font-size: 14px;
    padding: 10px 15px 8px 15px;
  }
}
@media (max-width: 768px) {
  .btnlong {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .btnstyle2 {
    font-size: 13px;
    padding: 10px 12px 8px 12px;
  }
}
.smallbtn {
  font-size: 14px;
  padding: 5px 10px 3px 10px;
  border-radius: 3px;
  background-color: var(--main_color);
  color: #fff;
}
.smallbtn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.openbtn {
  font-size: 14px;
  padding: 7px 15px 5px 15px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  color: #666666;
  background-color: #eeeae4;
  display: inline-block;
  border: none;
  transition: 0.3s;
}
.openbtn.style2 {
  background-color: #eeeeee;
}
.openbtn.style3 {
  background-color: #666666;
  color: #fff;
}
.openbtn.style4 {
  font-weight: var(--Medium);
  background: var(--main_color);
  color: #fff;
}
.openbtn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.squrebtn {
  font-size: 14px;
  font-weight: var(--Medium);
  border: none;
  background: var(--main_color);
  border-radius: 4px;
  padding: 12px 25px 10px;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.squrebtn.style2 {
  border-radius: 0;
  padding: 0px 25px 0px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.radiusbtn {
  padding: 8px 30px;
  background: #333333;
  border-radius: 22.5px;
  color: #fff;
}
.radiusbtn:hover {
  background-color: var(--main_color);
}

.iconcirclebtnsets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.iconcirclebtn {
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #666666;
  color: #666666;
}
.iconcirclebtn.editor {
  border: 1px solid #cc3333;
  color: #cc3333;
}
.iconcirclebtn.link {
  border: 1px solid #3399ff;
  color: #3399ff;
}

@media (max-width: 768px) {
  .btnstyle {
    font-size: 14px;
    padding: 12px 14px 10px 14px;
  }

  .btnstyle.w200 {
    min-width: initial;
  }
}
@media (max-width: 480px) {
  .btnstyle {
    padding: 12px 14px 9px 14px;
  }
}
.btnstyle_circle {
  background-color: #f74848;
  border-radius: 50%;
  border: 4px solid #cc2929;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 72px;
  text-align: center;
  display: block;
}
.btnstyle_circle:hover {
  transform: scale(1.05);
}

.morebtn {
  color: var(--main_color);
  font-size: 16px;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 20px;
  border: 1px solid var(--main_color);
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
}
.morebtn:hover {
  background: var(--main_color);
  color: #fff;
}

.btncenter {
  text-align: center;
  margin: 20px 0px;
}

.linkstyle {
  text-decoration: underline;
  color: var(--main_color);
}

.hoverunderline:hover {
  text-decoration: underline;
}

.backpre {
  text-align: center;
}

.vefify {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inputstyle {
  background-color: #fff;
  padding: 0px 15px;
  width: 100%;
  height: 42px;
  font-size: 15px;
  border: 1px solid #999;
}
.inputstyle.lightborder {
  border: 1px solid #ebe4da;
}
.inputstyle.lightborder::placeholder {
  color: #9e9c9c;
}
.inputstyle.taginput {
  padding: 0px;
}
.inputstyle .placeholder {
  color: #777;
}
.inputstyle[disabled] {
  background-color: #f9f8f7;
}
.inputstyle[type="date"] {
  padding: 7px 10px;
}
.inputstyleselect {
  padding: 9px 10px;
}
.inputstyle::placeholder {
  color: #777;
}
.inputstyle.w75 {
  width: 75px;
}
.inputstyle.w80 {
  width: 80px;
}
.inputstyle.w100 {
  width: 100px;
}
.inputstyle.w130 {
  width: 130px;
}
@media (max-width: 767px) {
  .inputstyle.w130 {
    width: 100%;
  }
}
.inputstyle.w145 {
  width: 145px;
}
.inputstyle.w150 {
  width: 150px;
}
.inputstyle.w170 {
  width: 170px;
}
.inputstyle.w180 {
  width: 180px;
}
.inputstyle.w200 {
  width: 200px;
}
.inputstyle.w310 {
  width: 310px;
}
@media (max-width: 767px) {
  .inputstyle.w310 {
    width: 100%;
  }
}
.inputstyle.w240 {
  max-width: 240px;
}
@media (max-width: 767px) {
  .inputstyle.w240 {
    width: 100%;
  }
}
.inputstyle.w336 {
  max-width: 336px;
}
@media (max-width: 767px) {
  .inputstyle.w336 {
    width: 100%;
  }
}
.inputstyle.w280 {
  width: 280px;
}
@media (max-width: 767px) {
  .inputstyle.w280 {
    width: 100%;
  }
}
.inputstyle.textareastyle {
  height: 200px;
  padding: 10px 15px;
}
.inputstyle.smallinput {
  padding: 5px;
  height: 30px;
}

.noborder {
  border: none;
  padding: 0 5px;
}

.inputbotline {
  border: none;
  border-bottom: 1px solid var(--main_color);
  padding: 5px;
  color: var(--main_color);
}
.inputbotline:focus {
  outline: none;
}

@media (max-width: 1366px) {
  .inputstyle.addressinput {
    width: 100%;
    flex: initial !important;
  }
}
@media (max-width: 640px) {
  .inputstyle {
    font-size: 15px;
    padding: 0 10px;
  }
  .inputstyle.w100.zipcode {
    width: 81px;
  }
  .inputstyle.w170.county {
    width: 101px;
  }
  .inputstyle.w170.district {
    width: 101px;
  }
  .inputstyle.w170.teldistrict {
    width: 120px;
  }
  .inputstyle.w170.birdthyear {
    width: 132px;
  }
  .inputstyle.w100.birdthday {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .inputstyle.w100.zipcode {
    width: 100%;
  }
  .inputstyle.w170.county {
    width: 100%;
  }
  .inputstyle.w170.district {
    width: 100%;
  }
  .inputstyle.w170.teldistrict {
    width: 120px;
  }
  .inputstyle.w170.birdthyear {
    width: 132px;
  }
  .inputstyle.w100.birdthday {
    width: 70px;
  }
}
.twzipcodeinput {
  margin-right: 5px;
}

.radio_sets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 25px;
  padding: 5px 0 5px 0;
}
.radio_sets.style2 {
  gap: 0 60px;
}
.radio_sets.style3 {
  flex-direction: column;
  align-items: start;
}
.radio_sets .one_radio {
  display: flex;
  gap: 4px;
}
.radio_sets .one_radio input {
  width: 16px;
  height: 16px;
}

.labelblock {
  display: inline-block;
  padding: 3px 25px 3px 0px;
}
.labelblock label {
  cursor: pointer;
}

input.radiostyle[type=radio] {
  visibility: hidden;
  position: absolute;
}

input.radiostyle[type=radio] + .radiobefore {
  cursor: pointer;
  display: inline-block;
}

input.radiostyle[type=radio] + .radiobefore:before {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  content: " ";
  display: inline-block;
  vertical-align: text-bottom;
  transition: 0.3s;
  background: url(../images/radio.svg) no-repeat;
  background-size: contain;
}

input.radiostyle[type=radio]:checked + .radiobefore:before {
  background: url(../images/radio_checked.svg) no-repeat;
  background-size: contain;
}

.radiobox {
  margin-right: 10px;
}

.radiostyle {
  margin-right: 3px;
  width: 20px;
  height: 20px;
}

.radiobtnset .radiobtn {
  cursor: pointer;
}
.radiobtnset .radiobtn input[type=radio], .radiobtnset .radiobtn input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
}
.radiobtnset .radiobtn .t {
  font-size: 15px;
  cursor: pointer;
  padding: 12px 24px 10px 24px;
  line-height: 1;
  background-color: #fff;
  border-radius: 18.5px;
  border: 1px solid #444444;
  text-align: center;
  display: inline-block;
}
.radiobtnset .radiobtn input[type=radio]:checked + .t, .radiobtnset .radiobtn input[type=checkbox]:checked + .t {
  background-color: #444;
  border: 1px solid #444;
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30.5px;
  height: 15.3px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dddddd;
  border-radius: 7.65px;
  transition: 0.4s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: var(--main_color);
}
.switch input:checked + .slider::before {
  transform: translateX(16px);
}

input.checkstyle[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

input.checkstyle[type=checkbox] + .checkboxbefore {
  cursor: pointer;
  display: inline-block;
}

input.checkstyle[type=checkbox] + .checkboxbefore:before {
  height: 16px;
  width: 16px;
  content: " ";
  display: inline-block;
  vertical-align: text-bottom;
  transition: 0.3s;
  background: url(../images/checkbox.png) no-repeat;
  background-size: contain;
}

input.checkstyle[type=checkbox]:checked + .checkboxbefore:before {
  background: url(../images/checkbox_checked.png) no-repeat;
  height: 16px;
  width: 16px;
  background-size: contain;
}

.upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: var(--main_color);
  /* 文字紅色，跟你圖示類似 */
  transition: background-color 0.2s;
}

.upload-btn:hover {
  background-color: #f9f9f9;
}

.upload-btn img {
  width: 16px;
  /* 可依需要調整 */
}

.upload-btn input.file-input {
  display: none;
  /* 隱藏原生 input */
}

.unreset .listystyle {
  margin-left: 0;
}

.listystyle {
  padding-left: 20px;
}
.listystyle li {
  margin-bottom: 10px;
}

.enlist {
  padding-left: 30px;
}
.enlist li {
  list-style: upper-roman;
}
.enlist li::marker {
  color: #ca000a;
}

.listDot {
  font-size: 15px;
  letter-spacing: 0;
  color: #666666;
  padding-top: 25px;
  padding-left: 20px;
}

.listDot_brown {
  padding-left: 15px;
}
.listDot_brown li::marker {
  color: #c9a175;
}

.listsqure {
  font-size: 15px;
  letter-spacing: 0;
}
.listsqure li {
  list-style: none;
  padding-left: 20px;
}
.listsqure li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: #222222;
  position: absolute;
  left: 0;
  top: 10px;
}

.page_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0 40px 0;
}
.page_box.flexend {
  justify-content: end;
}
.page_box .page_num {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin: 0 5px;
  text-decoration: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 10px;
  border-radius: 50px;
}
.page_box .page_num.active, .page_box .page_num:hover {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
}
.page_box a.page_arrow {
  padding: 0 10px;
  display: inline-block;
  color: #222222;
}
.page_box a.page_arrow:hover {
  background-color: initial;
  color: var(--main_color2);
  border: none;
}
.page_box .page_dot {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 3px;
}
.page_box .page_select {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}
.page_box .page_select .num_input {
  border: none;
  background-color: #f0eeeb;
  width: 60px;
  height: 32px;
  padding: 3px 0px;
  margin: 0 3px;
  text-align: center;
}

@media (max-width: 768px) {
  .page_box {
    padding: 20px 0 20px 0;
  }
}
table.formtable {
  width: 100%;
  table-layout: auto;
}
table.formtable tr.havebg td {
  background-color: #fdfbf9;
}
table.formtable tr th {
  background-color: #f7f7f7;
  font-weight: var(--Regular);
}
table.formtable tr th, table.formtable tr td {
  padding: 10px 10px;
  border: 1px solid #dddddd;
  font-size: 15px;
  text-align: center;
}
table.formtable tr th.textalignleft, table.formtable tr td.textalignleft {
  text-align: left;
}
table.formtable tr td {
  padding: 14px 10px;
}
table.formtable tr td.graybg {
  background: #eeeeee;
  border-bottom: 1px solid #fff;
}
table.formtable tr td img {
  height: 17px;
}
table.formtable tbody tr:nth-child(even) td {
  background-color: #fdfbf9;
}

table.formtable.nobg tbody tr:nth-child(even) td {
  background-color: transparent;
}

@media (max-width: 960px) {
  table.formtable tbody tr.havebg td {
    background-color: initial;
  }

  table.formtable {
    min-width: 100% !important;
  }

  table.formtable tr th {
    display: none;
  }

  table.formtable tr, table.formtable tr td {
    display: block;
  }

  table.formtable tbody tr:nth-child(even) td {
    background-color: transparent;
  }

  table.formtable tr td.mhead, table.formtable tbody tr.havebg td.mhead, table.formtable tbody tr:nth-child(even) td.mhead {
    background-color: var(--main_color);
    margin-top: 20px;
    color: #fff;
  }

  table.formtable tr td.mhead .main_color4 {
    color: #fff;
  }

  table.formtable tbody tr th, table.formtable tbody tr td {
    border-top: none;
    text-align: left;
  }

  table tr td:before {
    content: attr(data-label);
  }
}
@media (max-width: 768px) {
  table.formtable tbody tr th, table.formtable tbody tr td {
    padding: 8px 10px;
  }
}
.table_overflow {
  width: 100%;
  overflow: auto;
}

table.carttable {
  width: 100%;
  font-size: 15px;
}
table.carttable.style2 tr th {
  padding: 12px;
  border-top: none;
  border-bottom: none;
}
table.carttable.style2 tr:nth-child(2) td {
  border-top: none;
}
table.carttable.style2 tr td {
  text-align: center;
}
table.carttable tr th, table.carttable tr td {
  border-top: 1px solid #ecebe9;
  border-bottom: 1px solid #ecebe9;
  padding: 20px;
}
table.carttable tr th {
  background: #f7f7f7;
  font-weight: var(--Regular);
  text-align: left;
}

@media (max-width: 960px) {
  table.carttable tr th {
    display: none;
  }

  table.carttable tr th, table.carttable tr td {
    display: block;
    width: 100% !important;
    padding: 10px 10px;
  }

  table.carttable thead {
    display: none;
  }

  table.carttable tr th, table.carttable tr td, table.carttable.style2 tr td {
    text-align: left;
  }
}
table.marketingtable {
  width: 100%;
}
table.marketingtable tr th, table.marketingtable tr td {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 20px;
  text-align: center;
}
table.marketingtable tr th.textalignleft, table.marketingtable tr td.textalignleft {
  text-align: left;
}
table.marketingtable tr th {
  background: #f4f3f2;
  font-weight: var(--Regular);
}

.twotableflex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: start;
}
.twotableflex table {
  width: calc((100% - 20px) / 2);
}

@media (max-width: 960px) {
  .twotableflex table {
    width: 100%;
  }
}
@media (max-width: 640px) {
  table.marketingtable tr th, table.marketingtable tr td {
    padding: 10px 5px;
  }
}
.botbordertable {
  overflow: auto;
  width: 100%;
  margin-top: 40px;
}
.botbordertable table {
  width: 100%;
}
.botbordertable table tbody tr th, .botbordertable table tbody tr td {
  text-align: center;
  line-height: 1.2;
}
.botbordertable table tbody tr th .senfont, .botbordertable table tbody tr td .senfont {
  font-size: 13px;
  font-weight: var(--Light);
}
.botbordertable table tbody tr th:nth-child(2), .botbordertable table tbody tr td:nth-child(2) {
  text-align: left;
}
.botbordertable table tbody tr th {
  padding: 10px 15px;
  font-weight: var(--Regular);
  border-bottom: 2px solid #000000;
  font-size: 17px;
}
.botbordertable table tbody tr td {
  font-size: 16px;
  padding: 20px 15px;
  border-bottom: 1px solid #cccccc;
  font-weight: var(--Medium);
}

ul.iconlist li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 3px;
}
ul.iconlist li.normalweight {
  font-weight: normal;
}
ul.iconlist li .icon {
  flex-shrink: 0;
}
ul.iconlist li .txt {
  flex: 1;
  padding-left: 5px;
}

ol.ollist {
  margin-left: 20px;
}

.flexlist {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 34px;
  margin-bottom: 20px;
}
.flexlist.bot0 {
  margin-bottom: 0;
}
.flexlist li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.flexlist li .txt {
  font-weight: var(--Light);
}

.titlelist {
  gap: 5px;
  font-size: 16px;
}
.titlelist li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.titlelist li .txt {
  font-weight: var(--Medium);
}

.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px;
}
.empty-row .img-box {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.empty-row .img-box img {
  display: block;
  width: 100%;
}
.empty-row .content {
  margin-top: 40px;
  text-align: center;
}
.empty-row .content .title {
  color: #222;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.empty-row .content .des {
  color: #999;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  margin-top: 20px;
}
.empty-row .btn-row {
  margin-top: 40px;
}
.empty-row .btn-row .link {
  background: #aaa;
  color: #fff;
  display: block;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  text-align: center;
  text-decoration: inherit;
  transition: all .4s;
  width: 120px;
}
.empty-row .btn-row .link:hover {
  background: #777;
}

@media (max-width: 640px) {
  .empty-row .content {
    margin-top: 30px;
  }
  .empty-row .content .title {
    font-size: 26px;
  }
  .empty-row .content .des {
    font-size: 16px;
    margin-top: 15px;
  }
  .empty-row .btn-row {
    margin-top: 30px;
  }
}
.error-row {
  background: url(../images/error-background.svg) no-repeat;
  background-position: center top;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 80px 20px;
}
.error-row .img-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.error-row .img-box img {
  display: block;
  width: 100%;
}
.error-row .img-box .error-code {
  color: #555;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-57%);
}
.error-row .content {
  margin-top: 50px;
  text-align: center;
}
.error-row .content .title {
  color: #444;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.error-row .content .des {
  margin-top: 25px;
}
.error-row .content .des p {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.error-row .content .des p:not(:last-child) {
  margin-bottom: 5px;
}
.error-row .btn-row {
  margin-top: 80px;
}
.error-row .btn-row .link {
  border-radius: 30px;
  background: #666666;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 12px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: inherit;
  text-transform: uppercase;
  transition: all .4s;
  width: 200px;
}
.error-row .btn-row .link:hover {
  background: #333;
}

@media (max-width: 1440px) {
  .error-row .img-box {
    max-width: 540px;
  }
  .error-row .img-box .error-code {
    font-size: 100px;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .error-row .img-box {
    max-width: 440px;
  }
  .error-row .img-box .error-code {
    font-size: 70px;
    top: 45%;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .error-row .img-box .error-code {
    font-size: 50px;
    top: 45%;
  }
  .error-row .content {
    margin-top: 30px;
  }
  .error-row .content .title {
    font-size: 26px;
  }
  .error-row .content .des {
    margin-top: 15px;
  }
  .error-row .content .des p {
    font-size: 16px;
  }
  .error-row .btn-row {
    margin-top: 30px;
  }
  .error-row .btn-row .link {
    font-size: 17px;
    max-width: 170px;
  }
}
.sharebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: var(--Light);
}
.sharebox a.a2a_button_facebook:hover {
  filter: brightness(0) saturate(100%) invert(34%) sepia(81%) saturate(438%) hue-rotate(179deg) brightness(92%) contrast(96%);
}
.sharebox a.a2a_button_line:hover {
  filter: brightness(0) saturate(100%) invert(66%) sepia(34%) saturate(4683%) hue-rotate(62deg) brightness(97%) contrast(109%);
}
.sharebox a.a2a_button_x:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(7465%) hue-rotate(337deg) brightness(89%) contrast(97%);
}
.sharebox .share_t {
  color: #666666;
}
.sharebox .sharelinks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sharebox .sharelinks img {
  height: 22px;
  max-width: 22px;
}

.sitemap-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  gap: 25px;
}

.sitemap-row a {
  text-decoration: inherit;
}

.sitemap-row .map-item {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: calc((100% - 25px*3) / 4);
}

.sitemap-row .map-item .title-link {
  background: #eeeeee;
  color: #15263b;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  padding: 17px 25px 15px;
  text-align: center;
  border-radius: 2px;
}

.sitemap-row .map-item .title-link:hover {
  font-weight: bold;
}

.sitemap-row .map-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 20px;
}

.sitemap-row .map-list li {
  list-style: none;
}

.sitemap-row .map-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

.sitemap-row .map-list .second-link {
  color: #262626;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.sitemap-row .map-list .second-link:hover {
  font-weight: bold;
  position: relative;
}

.sitemap-row .third-list {
  padding-left: 17px;
  margin-top: 10px;
}

.sitemap-row .third-list > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sitemap-row .third-list .third-link {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

.sitemap-row .third-list .third-link:before {
  color: #aaa;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.sitemap-row .third-list .third-link:hover {
  font-weight: bold;
}

.sitemap-row .third-list .third-link:hover:before {
  color: #333;
}

.sitemap-row .four-list {
  padding-left: 17px;
  margin-top: 10px;
}

.sitemap-row .four-list > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sitemap-row .four-list .four-link {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

.sitemap-row .four-list .four-link:before {
  color: #aaa;
  content: "-";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.sitemap-row .four-list .four-link:hover {
  font-weight: bold;
}

.sitemap-row .four-list .four-link:hover:before {
  color: #333;
}

@media (max-width: 1024px) {
  .sitemap-row .map-item {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .sitemap-row .map-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .sitemap-row .map-item {
    width: 50%;
  }

  .sitemap-row .map-item .title-link {
    padding: 15px;
    padding-bottom: 12px;
  }

  .sitemap-row .map-list {
    padding-left: 15px;
    padding-right: 10px;
  }

  .sitemap-row .map-list > li {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sitemap-row .map-list .second-link:hover:before {
    left: -20px;
  }

  .sitemap-row .third-list {
    margin-top: 5px;
  }

  .sitemap-row .map-list .second-link:before {
    left: -14px;
  }
}
/*ck editor編輯器*/
.ck-editor__editable {
  min-height: 500px;
}

.ck-editor *, .ck-body-wrapper, .ck-body-wrapper * {
  position: initial;
}

/* 整體 */
.swal-minimal {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  /* 微字距 = 高級感 */
}

/* 標題 */
.swal-title {
  font-size: 18px;
  font-weight: 500;
  /* 比內文稍重 */
  letter-spacing: 0.04em;
  /* 標題字距可大一點 */
  padding-top: 25px;
}

/* 內文 */
.swal-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

/* 按鈕 */
.swal-btn {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  border-radius: 4px;
}

.swal-icon-small {
  width: 40px !important;
  height: 40px !important;
}

.titleDot {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: var(--Bold);
  padding-left: 15px;
  margin-bottom: 10px;
}
.titleDot.f17 {
  font-size: 17px;
}
.titleDot:before {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--main_color);
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.titleDot span {
  color: var(--main_color);
}

.blockTitle {
  font-size: 17px;
  letter-spacing: 0.05em;
  gap: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.blockTitle .smallgraytxt {
  color: #777777;
  font-size: 14px;
}

.titleBigW {
  font-size: 19px;
  font-weight: var(--ExtraBold);
}

.titleSearch {
  font-size: 18px;
  font-weight: var(--Bold);
}
.titleSearch .regularw {
  font-weight: var(--Regular);
}

.closeizibtn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #222;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.closeizibtn:hover img {
  transform: rotate(180deg);
}
.closeizibtn img {
  width: 10px;
}

.izi_body {
  padding: 60px 90px;
  background: #fff;
}

@media (max-width: 768px) {
  .izi_body {
    padding: 50px 20px;
    background: #fff;
  }
}
.upload-wrapper .upload-box-out {
  border: 2px dotted #999999;
  padding: 3px;
  height: 220px;
  width: 345px;
  overflow: hidden;
  position: relative;
}
.upload-wrapper .upload-box-out.sellerbanner {
  width: 707px;
  height: 177px;
}
.upload-wrapper .upload-box-out.productlist {
  width: 210px;
  height: 210px;
}
.upload-wrapper .upload-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f9f8f7;
  cursor: pointer;
}
.upload-wrapper .upload-box:hover .upload-mask {
  opacity: 1;
}
.upload-wrapper .upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.upload-wrapper .preview {
  width: 100%;
  height: 100%;
}
.upload-wrapper .preview-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upload-wrapper .upload-mask {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.3s;
  z-index: 2;
}
.upload-wrapper .camera-icon {
  width: 40px;
  height: 40px;
  background: #c9a175;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.upload-wrapper .camera-icon img {
  width: 20px;
}
.upload-wrapper .uploadetitle {
  color: #a4a4a4;
  position: absolute;
  bottom: 5px;
  left: 15px;
}

.upload-container .upload-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.upload-container .upload-list .upload-item {
  width: 100px;
  height: 100px;
  border: 2px dotted #999999;
  position: relative;
  padding: 3px;
}
.upload-container .upload-list .upload-item .upload-item-in {
  background-color: #f9f8f7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-container .upload-list .upload-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upload-container .upload-list .upload-item .remove-btn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
  background: var(--main_color);
  border-radius: 50px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.upload-container .upload-list .upload-item.add {
  cursor: pointer;
}
.upload-container .upload-list .upload-item.add label {
  font-size: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: var(--main_color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.upload-container .upload-list .upload-item.add input {
  display: none;
}

@media (max-width: 960px) {
  .upload-wrapper .upload-box-out.sellerbanner {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .upload-wrapper {
    width: 100%;
  }

  .upload-wrapper .upload-box-out {
    width: 100%;
  }
}
/*-------------------basic scss---------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

html {
  position: relative;
  font-size: 100%;
}

html * {
  position: relative;
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
    /* Firefox 97+, Safari 15.4+ */
  }

  table {
    page-break-inside: auto;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  .page {
    page-break-inside: avoid;
    /* 若順著向下排列時會切開此元素，則直接換頁 */
  }
}
a {
  text-decoration: none;
  color: inherit;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:active, a:focus {
  text-decoration: none;
}

h1, h2, h3 {
  font-size: inherit;
  font-weight: inherit;
}

table {
  table-layout: fixed;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/* ie */
input:-moz-placeholder {
  color: #999;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
  height: 5px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 4px;
}

/*反白文字*/
::selection {
  background: yellow;
  color: #000;
}

::-moz-selection {
  background: yellow;
  color: #000;
}

.inlineblock {
  display: inline-block;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clearfloat {
  clear: both;
  height: 0;
  line-height: 0px;
}

.video-container {
  position: relative;
  padding-bottom: 53.8%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oembed-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
}

.oembed-provider-youtube iframe, .oembed-provider-youtube object, .oembed-provider-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap-container {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.googlemap-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vermid {
  vertical-align: middle;
}

.vertop {
  vertical-align: top;
}

.txtleft {
  text-align: left;
}

.txtrigh {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

.textunderline {
  text-decoration: underline;
}

/*變數*/
:root {
  --Thin: 100;
  --ExtraLight: 200;
  --Light: 300;
  --Regular: 400;
  --Medium: 500;
  --SemiBold: 600;
  --Bold: 700;
  --ExtraBold: 800;
  --Black: 900;
  --shadow: 3px 3px 21px 0px rgba(0, 0, 0, 0.1);
  --main_color: #d9333f;
  --main_color2: #ffcaca;
  --main_color3: #fdd9d7;
  --main_color4: #790009;
  --main_color5: #deedf0;
  --red_color: #d9333f;
  --filter-white: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  --filter-black: brightness(0) saturate(100%) invert(13%) sepia(21%) saturate(0%) hue-rotate(132deg) brightness(94%) contrast(98%);
  --filter-maincolor: brightness(0) saturate(100%) invert(21%) sepia(18%) saturate(6881%) hue-rotate(170deg) brightness(96%) contrast(101%);
  --filter-maincolor2: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(966%) hue-rotate(157deg) brightness(95%) contrast(99%);
  --box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  --border: 1px solid #eaeaea;
}

.main_color {
  color: var(--main_color);
}

.main_color3 {
  color: var(--main_color3);
}

.main_color4 {
  color: var(--main_color4);
}

.boldnum {
  font-size: 16px;
  font-weight: var(--Medium);
  color: var(--main_color3);
}

body {
  background-size: 100%;
  color: #222;
  font-size: 17px;
  font-family: "Poppins","Noto Sans TC", Microsoft JhengHei, Arial, sans-serif,  PMingLiU, "FontAwesome";
  line-height: 1.6;
  width: 100%;
  min-width: 360px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0em;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lock-scroll {
  overflow: hidden;
  /* 桌機/Android 有效 */
  position: fixed;
  /* iOS 防止背景滑動 */
  width: 100%;
}

html[lang="en"] body * {
  letter-spacing: 0 !important;
}

@media (max-width: 320px) {
  body {
    overflow-x: auto;
  }
}
.unreset {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 480px) {
  .unreset {
    font-size: 15px;
  }
}
.wrapper {
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 960px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .wrapper {
    padding: 0 20px;
  }
}
header {
  z-index: 100;
  position: sticky;
  top: 0;
}

.site-header {
  background: var(--main_color);
  color: #fff;
  padding: 18px 0 18px 0;
}
.site-header .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
.site-header .logo img {
  width: 250px;
}
.site-header .navbar {
  font-size: 17px;
  letter-spacing: 0.025em;
}
.site-header .navbar ul.menu {
  display: flex;
  list-style: none;
  gap: 10px;
  align-items: center;
}
.site-header .navbar ul.menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 18px;
  border-radius: 18.5px;
  border: 1px solid var(--main_color);
}
.site-header .navbar ul.menu li a.active, .site-header .navbar ul.menu li a:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.site-header .navbar ul.menu li.lastimg {
  margin-left: 5px;
}
.site-header .menu-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  display: none;
  justify-content: end;
  align-items: center;
  position: relative;
}
.site-header .menu-toggle .line {
  position: absolute;
  width: 25px;
  height: 1px;
  background: #f7f7f7;
}
.site-header .menu-toggle .line:before, .site-header .menu-toggle .line:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #f7f7f7;
  right: 0;
}
.site-header .menu-toggle .line:before {
  top: 0;
  transform: translateY(-8px);
}
.site-header .menu-toggle .line:after {
  bottom: 0;
  transform: translateY(8px);
}

.mobile_masker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
}

.mobile_masker.active {
  pointer-events: auto;
  opacity: 1;
}

.mobile_navBox {
  position: fixed;
  z-index: 1000;
  max-width: 480px;
  width: 100%;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: var(--main_color);
  overflow-x: hidden;
  padding: 20px 20px;
  padding-bottom: calc(30px + env(safe-area-inset-bottom));
  color: #fff;
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%);
}
.mobile_navBox .mh_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile_navBox .mh_top .mh_logo img {
  height: 35px;
}
.mobile_navBox .mh_top .mh_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: center;
}
.mobile_navBox .mh_top .mh_close .line {
  position: absolute;
}
.mobile_navBox .mh_top .mh_close .line:before, .mobile_navBox .mh_top .mh_close .line:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #f7f7f7;
  right: 0;
}
.mobile_navBox .mh_top .mh_close .line:before {
  transform: translateY(0) rotate(45deg);
}
.mobile_navBox .mh_top .mh_close .line:after {
  transform: translateY(0) rotate(-45deg);
}
.mobile_navBox .mh_nav {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.mobile_navBox .mh_nav li {
  font-size: 15px;
  padding: 10px;
}
.mobile_navBox .mh_bot {
  text-align: center;
  padding: 15px 0;
}
.mobile_navBox .mh_bot .txt {
  color: #d6d6d6;
  font-size: 13px;
}
.mobile_navBox .mh_bot .copyright {
  color: #aaa;
  font-size: 12px;
  margin-top: 5px;
}

.mobile_navBox.active {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}
.mobile_navBox.active .mh_top {
  animation: textSlideRightAnimation 0.5s 0s ease-in-out both;
}
.mobile_navBox.active .mh_nav {
  animation: textSlideRightAnimation 0.5s 0.5s ease-in-out both;
}
.mobile_navBox.active .mh_bot {
  animation: textSlideRightAnimation 0.5s 0.8s ease-in-out both;
}

@media (max-width: 1480px) {
  .site-header .logo img {
    width: 200px;
  }

  .site-header {
    padding: 15px 0 15px 0;
  }

  .site-header .navbar {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .site-header .navbar ul.menu {
    gap: 5px;
  }

  .site-header .navbar ul.menu li a {
    padding: 5px 15px;
  }
}
@media (max-width: 960px) {
  .site-header {
    padding: 10px 0;
  }

  .site-header .navbar {
    display: none;
  }

  .site-header .menu-toggle {
    display: flex;
  }

  .site-header .logo img {
    width: 160px;
  }
}
@keyframes marqueeBox-left {
  0% {
    transform: translate(30%, 0);
  }
  100% {
    transform: translate(-102%, 0);
  }
}
.marqueeBox {
  color: var(--main_color2);
  font-size: 16px;
  font-weight: var(--Medium);
  letter-spacing: 0;
  background-color: rgba(217, 51, 63, 0.95);
  text-align: right;
  padding: 17px 0;
  border-top: 1px solid #d75059;
  z-index: 9;
}
.marqueeBox .wrapper {
  overflow: hidden;
}
.marqueeBox .marquee_list .oneset {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 960px) {
  .marqueeBox {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  .marqueeBox .marquee_list {
    font-size: 12px;
  }

  .marqueeBox .wrapper {
    padding: 0 5px;
  }

  .marqueeBox .marquee_list .oneset {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .marqueeBox .marquee_list {
    font-size: 11px;
  }
}
.iBanner {
  margin-top: -60px;
}
.iBanner .ibannerslick img.photo {
  width: 100%;
  animation: Slick-SlideOut 2s both;
  filter: blur(5px);
}
.iBanner .ibannerslick .slick-current img.photo {
  animation: 4s linear forwards photosize1;
  filter: blur(0px);
}

@media (max-width: 960px) {
  .iBanner {
    margin-top: 0;
  }
  .iBanner .slick-prev {
    left: 20px;
  }
  .iBanner .slick-next {
    right: 20px;
  }
}
.iabout {
  padding: 80px 40px 60px 40px;
  background: url(../images/iaboutbg.jpg) repeat-x top;
  overflow: hidden;
}
.iabout .iabout-bg {
  width: 100%;
}
.iabout .iabout-bg .iabout-title {
  font-size: 200px;
  font-weight: var(--Medium);
  color: #fafafa;
  letter-spacing: 0.05em;
  line-height: 0.5;
  white-space: nowrap;
  animation: marquee-left 40s linear infinite;
}
.iabout .iaboutslogan {
  text-align: center;
  margin-top: 0px;
}
.iabout .iaboutslogan img {
  max-width: 700px;
  width: 100%;
}
.iabout .iabout-content {
  text-align: center;
  margin-top: 55px;
  line-height: 2.1;
}
.iabout .iabout-content p {
  margin-bottom: 30px;
}

@media (max-width: 1680px) {
  .iabout .iabout-bg .iabout-title {
    font-size: 11vw;
  }
}
@media (max-width: 1366px) {
  .iabout .iabout-content {
    text-align: left;
  }

  .iabout .iabout-content br {
    display: none;
  }
}
@media (max-width: 960px) {
  .iabout .iaboutslogan img {
    width: 100%;
  }

  .iabout .iabout-content {
    margin-top: 35px;
    font-size: 15px;
  }

  .iabout {
    padding: 50px 40px 40px 40px;
  }
}
@media (max-width: 480px) {
  .iabout .iabout-bg .iabout-title {
    animation: marquee-left 20s linear infinite;
  }

  .iabout .iabout-bg .iabout-title {
    font-size: 14vw;
  }
}
.features {
  padding-top: 60px;
}
.features .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.features .feature {
  margin-bottom: 32px;
}
.features .feature:nth-child(1) {
  padding-top: 50px;
}
.features .feature:nth-child(3) {
  padding-top: 100px;
}
.features .feature:nth-child(4) {
  padding-top: 50px;
}
.features .feature:nth-child(6) {
  padding-top: 50px;
}
.features .feature:hover {
  transform: translateY(-5px);
}
.features .feature .icon {
  position: absolute;
  bottom: 26px;
  left: 28px;
}
.features .feature .icon img {
  height: 35px;
}
.features .feature .txtbox {
  padding: 34px 50px;
}
.features .feature .title {
  font-size: 20px;
  font-weight: var(--Bold);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.features .feature p {
  font-size: 16px;
  line-height: 1.68;
}

@media (max-width: 1200px) {
  .features .feature .txtbox {
    padding: 20px 20px;
  }

  .features .feature {
    margin-bottom: 15px;
  }

  .features .feature p {
    font-size: 15px;
  }

  .features .feature .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .features .feature .icon {
    bottom: 18px;
    left: 20px;
  }

  .features .feature .icon img {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .features .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .features .feature:nth-child(1) {
    padding-top: 30px;
  }

  .features .feature:nth-child(3) {
    padding-top: 30px;
  }

  .features .feature:nth-child(4) {
    padding-top: 0;
  }

  .features .feature:nth-child(6) {
    padding-top: 30px;
  }

  .features .feature .title {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .features .feature .txtbox {
    padding: 15px 10px;
  }
}
.iposition {
  display: flex;
  flex-wrap: wrap;
  margin-top: 108px;
}
.iposition .mapbox {
  width: 50%;
}
.iposition .mapbox iframe {
  width: 100%;
  height: 100%;
}
.iposition .positionbox {
  width: 50%;
  background-color: #f0f0f0;
  padding: 126px 20px  120px 130px;
}
.iposition .positionbox .posititle {
  padding-bottom: 34px;
  border-bottom: 2px solid #222222;
  display: inline-block;
}
.iposition .positionbox .posititle img {
  width: 205px;
}
.iposition .positionbox .itemlist {
  margin-top: 51px;
}
.iposition .positionbox .itemlist .oneset {
  font-size: 17px;
  font-weight: var(--Light);
  line-height: 2.1;
  display: flex;
}
.iposition .positionbox .itemlist .oneset .t1 {
  flex-shrink: 0;
}
.iposition .positionbox .itemlist .oneset .t2 {
  flex: 1;
}

@media (max-width: 1680px) {
  .iposition .positionbox {
    width: 50%;
    background-color: #f0f0f0;
    padding: 80px 20px 80px 5vw;
  }

  .iposition .positionbox .posititle {
    padding-bottom: 25px;
  }

  .iposition .positionbox .itemlist {
    margin-top: 34px;
  }
}
@media (max-width: 1200px) {
  .iposition {
    margin-top: 50px;
  }

  .iposition .mapbox {
    width: 100%;
    height: 300px;
  }

  .iposition .positionbox {
    width: 100%;
    padding: 40px;
  }

  .iposition .positionbox .itemlist {
    margin-top: 30px;
  }

  .iposition .positionbox .posititle img {
    width: 160px;
  }

  .iposition .positionbox .posititle {
    padding-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .iposition .positionbox .itemlist {
    margin-top: 25px;
  }

  .iposition .positionbox .posititle img {
    width: 140px;
  }

  .iposition .positionbox .itemlist .oneset {
    font-size: 15px;
  }

  .iposition .positionbox {
    padding: 40px 20px;
  }
}
footer {
  background-color: var(--main_color);
  color: #fff;
  padding: 20px 0 20px 0;
}
footer .footernav_totalview {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
footer .footernav_totalview .footernav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
footer .footernav_totalview .footernav li {
  list-style: none;
}
footer .footernav_totalview .footernav li a {
  padding: 4px 18px;
  border-radius: 18.5px;
  border: 1px solid var(--main_color);
  display: block;
  font-size: 16px;
}
footer .footernav_totalview .footernav li a.active, footer .footernav_totalview .footernav li a:hover {
  border: 1px solid #fff;
}
footer .footernav_totalview .totalview {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  color: #222222;
}
footer .footernav_totalview .totalview .box {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: var(--Medium);
}
footer .footernav_totalview .totalview .box.box2 {
  background-color: #fdd9d7;
}
footer .footernav_totalview .totalview .box .redcolor {
  font-weight: var(--ExtraLight);
}
footer .footer_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: var(--ExtraLight);
  font-size: 16px;
}
footer .footer_bottom .onebox .itemlist .oneset {
  display: flex;
}
footer .footer_bottom .onebox .itemlist .oneset .t1 {
  flex-shrink: 0;
}
footer .footer_bottom .onebox .itemlist .oneset .t2 {
  flex: 1;
}
footer .footer_bottom .onebox .copyright .t2 {
  font-size: 13px;
  color: #c7c3c3;
  text-align: right;
}

@media (max-width: 480px) {
  footer {
    padding: 30px 0 40px 0;
  }

  footer .footernav_totalview .totalview .box {
    padding: 12px 12px;
    font-size: 15px;
  }

  footer .footer_bottom {
    font-size: 15px;
  }

  footer .footernav_totalview .footernav li a {
    padding: 5px 12px;
    font-size: 15px;
  }

  footer .footer_bottom {
    gap: 10px 20px;
  }

  footer .footer_bottom .onebox .itemlist {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  footer .footer_bottom .onebox .itemlist .oneset {
    flex-wrap: wrap;
  }

  footer .footer_bottom .onebox .itemlist .oneset .t2 {
    flex: auto;
  }

  footer .footer_bottom .onebox .copyright .t2 {
    text-align: left;
  }
}
.innertxtbg {
  background: url(../images/innertxtbg.jpg) repeat-x;
  font-size: 200px;
  font-weight: var(--Medium);
  color: #fafafa;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  overflow: hidden;
}
.innertxtbg .txt {
  white-space: nowrap;
  animation: marquee-left 40s linear infinite;
}

@media (max-width: 1680px) {
  .innertxtbg {
    font-size: 12vw;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .innertxtbg {
    font-size: 14vw;
  }

  .innertxtbg .txt {
    animation: marquee-left 15s linear infinite;
  }
}
.titleroad {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-top: 30px;
  padding: 20px 0px;
  max-width: 1364px;
  margin: 0 auto;
}
.titleroad .title {
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: var(--Light);
}

/*麵包屑*/
.breadcrumbsbox .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #888888;
  font-weight: var(--Light);
}
.breadcrumbsbox .breadcrumbs .one:not(:last-child):after {
  content: "/";
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  color: #a9a9a9;
}
.breadcrumbsbox .breadcrumbs .one a:hover {
  text-decoration: underline;
}

.title_bottomline_out {
  padding: 0 50px 20px 50px;
}

.title_bottomline {
  color: var(--main_color4);
  font-weight: var(--Medium);
  font-size: 20px;
  letter-spacing: 0.025em;
  padding-bottom: 12px;
}
.title_bottomline:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  bottom: 0;
  left: 0;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9333f+0,aaaaaa+100 */
  background: linear-gradient(to right, #d9333f 0%, #aaaaaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 1480px) {
  .title_bottomline_out {
    padding: 0 0px 20px 0px;
  }
}
@media (max-width: 480px) {
  .title_bottomline {
    font-size: 18px;
  }
}
.about_content1 {
  font-size: 16px;
  font-weight: var(--Light);
  margin-bottom: 50px;
}
.about_content1 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
}
.about_content1 .abcon_detail {
  padding: 40px 50px 0 50px;
}

.aboutlist {
  margin-bottom: 100px;
}
.aboutlist .oneset {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
}
.aboutlist .oneset:last-child {
  border-bottom: none;
}
.aboutlist .oneset:nth-child(even) {
  flex-direction: row-reverse;
}
.aboutlist .oneset:nth-child(even) .content {
  text-align: right;
}
.aboutlist .oneset:nth-child(even) .content .icontitle {
  justify-content: right;
  flex-direction: row-reverse;
}
.aboutlist .oneset:nth-child(even) .content .cond {
  padding-left: 0px;
  padding-right: 40px;
}
.aboutlist .oneset .photo {
  width: 32%;
}
.aboutlist .oneset .photo img {
  width: 100%;
}
.aboutlist .oneset .content {
  width: 68%;
  padding: 20px 0;
}
.aboutlist .oneset .content .icontitle {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.aboutlist .oneset .content .icontitle .icon img {
  max-width: 36px;
  height: 31px;
}
.aboutlist .oneset .content .icontitle .txt {
  font-size: 20px;
  font-weight: var(--Bold);
  letter-spacing: 0;
}
.aboutlist .oneset .content .cond {
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 50px;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  .aboutlist {
    margin-bottom: 50px;
  }

  .aboutlist .oneset .content .icontitle .txt {
    font-size: 18px;
  }

  .aboutlist .oneset .content .cond {
    font-size: 15px;
    padding-top: 5px;
  }

  .aboutlist .oneset .content .icontitle .icon img {
    max-width: 35px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .aboutlist .oneset .photo {
    width: 100%;
  }

  .aboutlist .oneset .content {
    width: 100%;
    padding: 20px 0 35px 0;
  }

  .aboutlist .oneset .content .cond {
    padding-left: 0;
  }

  .aboutlist .oneset:nth-child(even) .content .icontitle {
    justify-content: start;
    flex-direction: row;
  }

  .aboutlist .oneset:nth-child(even) .content .cond {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.aboutbg {
  background: url(../images/about_botbg.jpg) no-repeat center;
  background-size: cover;
}
.aboutbg .wrapper {
  max-width: 960px;
}
.aboutbg .mainaboutbotcon {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 100px 0 90px 0;
  justify-content: flex-end;
}
.aboutbg .mainaboutbotcon .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.aboutbg .mainaboutbotcon .box .oneset {
  display: flex;
  flex-wrap: wrap;
  color: #4d3133;
  font-size: 17px;
}
.aboutbg .mainaboutbotcon .box .oneset .t1 {
  font-weight: var(--Bold);
}
.aboutbg .mainaboutbotcon .box .oneset .t2 {
  font-weight: var(--Light);
}

@media (max-width: 1200px) {
  .about_content1 .abcon_detail {
    padding: 40px 0px 0 0;
  }
}
@media (max-width: 960px) {
  .aboutbg .mainaboutbotcon {
    gap: 20px 40px;
    padding: 80px 0 70px 0;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .aboutbg {
    background: url(../images/about_botbg.jpg) no-repeat 35%;
  }

  .aboutbg .mainaboutbotcon {
    padding: 70px 0 70px 0;
    gap: 10px 40px;
  }

  .aboutbg .mainaboutbotcon .box {
    gap: 10px;
  }

  .aboutbg .mainaboutbotcon .box .oneset {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about_content1 {
    font-size: 15px;
    line-height: 2;
  }

  .about_content1 .abcon_detail {
    padding: 20px 0px 0 0;
  }
}
.servicelist {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* 每行 6 個 */
  grid-template-rows: repeat(2, 1fr);
  gap: 35px 20px;
  padding-bottom: 118px;
}
.servicelist .oneset {
  cursor: pointer;
  grid-column: span 2;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+99 */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.servicelist .oneset.column3 {
  grid-column: span 3;
}
.servicelist .oneset .icon img {
  width: 40px;
}
.servicelist .oneset .txt {
  font-size: 16px;
  font-weight: var(--Bold);
}
.servicelist .oneset:hover {
  z-index: 10;
}
.servicelist .oneset:hover .hovershow {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.servicelist .oneset:nth-child(6n) .hovershow {
  right: initial;
  left: calc(-100% + 20px);
}
.servicelist .hovershow {
  position: absolute;
  background: var(--main_color);
  color: #fff;
  padding: 15px 15px;
  border-radius: 5px;
  right: calc(-100% + 20px);
  top: 0;
  width: 200px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}
.servicelist .hovershow .title {
  font-size: 18px;
  font-weight: var(--Bold);
  margin-bottom: 10px;
  display: none;
}
.servicelist .hovershow ul li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 5px;
}

@media (max-width: 1366px) {
  .servicelist .hovershow {
    right: -100%;
    width: 100%;
  }

  .servicelist .hovershow .title {
    font-size: 14px;
  }

  .servicelist .hovershow ul li {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .servicelist .hovershow {
    width: 120%;
    right: -120%;
  }

  .servicelist .oneset:nth-child(6n) .hovershow {
    left: calc(-120%);
  }

  .servicelist .hovershow ul li {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .servicelist .oneset {
    padding: 20px 15px;
  }

  .servicelist .oneset .txt {
    font-size: 15px;
  }

  .servicelist {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .servicelist {
    gap: 20px;
  }

  .servicelist .oneset {
    grid-column: span 3;
  }

  .servicelist .oneset.column3 {
    grid-column: span 4;
  }

  .servicelist .oneset.column3.mobilecolumn5 {
    grid-column: span 5;
  }

  .servicelist .oneset:nth-child(6n) .hovershow {
    right: -120%;
    left: initial;
  }

  .servicelist .oneset:nth-child(4n) .hovershow {
    left: -120%;
    right: initial;
  }
}
@media (max-width: 480px) {
  .servicelist .oneset {
    grid-column: span 6;
  }

  .servicelist .oneset.column3 {
    grid-column: span 12;
  }

  .servicelist .oneset.column3.mobilecolumn5 {
    grid-column: span 6;
  }

  .servicelist .oneset:nth-child(2n) .hovershow {
    left: -120%;
    right: initial;
  }
}
.servicesec {
  background: url(../images/serbg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 60px;
}
.servicesec .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.servicesec .wrapper .service_box {
  display: flex;
}
.servicesec .wrapper .service_box .photo {
  margin-top: 123px;
}
.servicesec .wrapper .service_box .photo img {
  max-width: 400px;
}
.servicesec .wrapper .service_box .serboxcon {
  max-width: 640px;
  background-color: #fff;
  padding: 40px 70px;
}
.servicesec .wrapper .service_box .serboxcon .title_bottomline {
  margin-bottom: 20px;
}

.servicesec2 {
  margin-bottom: 60px;
}
.servicesec2 .wrapper .servicesec2_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
}
.servicesec2 .wrapper .servicesec2_box .leftbox {
  flex: 1;
  padding: 20px 0;
}
.servicesec2 .wrapper .servicesec2_box .leftbox .title_bottomline {
  margin-bottom: 20px;
}
.servicesec2 .wrapper .servicesec2_box .rightbox {
  width: 640px;
}

@media (max-width: 1366px) {
  .servicesec2 .wrapper .servicesec2_box .leftbox .title_bottomline {
    margin-bottom: 15px;
  }

  .servicesec2 .wrapper .servicesec2_box {
    gap: 35px;
  }

  .servicesec .wrapper .service_box .serboxcon .contxt {
    font-size: 15px;
  }

  .servicesec2 .wrapper .servicesec2_box .contxt {
    font-size: 15px;
  }

  .servicesec .wrapper .service_box .serboxcon {
    padding: 70px 50px;
  }
}
@media (max-width: 960px) {
  .servicesec {
    padding-top: 80px;
  }

  .servicesec .wrapper .service_box .photo {
    display: none;
  }

  .servicesec .wrapper .service_box .serboxcon {
    max-width: 100%;
  }

  .servicesec .wrapper .service_box .serboxcon {
    padding: 50px;
  }

  .servicesec .wrapper .service_box .serboxcon .title_bottomline {
    margin-bottom: 25px;
  }

  .servicesec2 .wrapper .servicesec2_box .rightbox {
    width: 50%;
  }

  .servicesec2 {
    padding: 50px 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .servicesec2 {
    padding: 30px 0 50px 0;
  }

  .servicesec2 .wrapper .servicesec2_box {
    flex-direction: column;
  }

  .servicesec2 .wrapper .servicesec2_box {
    gap: 10px;
  }

  .servicesec2 .wrapper .servicesec2_box .rightbox {
    width: 100%;
  }
}
.contxt {
  font-size: 17px;
  font-weight: var(--Light);
  line-height: 1.8;
}

.pagemenu {
  z-index: 99;
}
.pagemenu .wrapper {
  max-width: 1320px;
}
.pagemenu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  gap: 10px 50px;
  font-size: 17px;
  letter-spacing: 0.025em;
  padding: 20px 0;
}
.pagemenu ul li .active {
  color: var(--main_color4);
  font-weight: var(--Bold);
}
.pagemenu ul li:hover {
  color: var(--main_color4);
}

.pagemain_section .wrapper {
  max-width: 1580px;
}

@media (max-width: 480px) {
  .pagemenu ul {
    gap: 10px 20px;
    font-size: 16px;
    letter-spacing: 0em;
    padding: 15px 0;
  }
}
.knowledge_section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  padding-bottom: 100px;
}
.knowledge_section .photo {
  width: 31.3%;
}
.knowledge_section .knowledge_box {
  flex: 1;
  padding-top: 38px;
}
.knowledge_section .knowledge_box .knowledge_title {
  margin-bottom: 35px;
}
.knowledge_section .knowledge_box .knowledge_title .t1 {
  font-size: 30px;
  font-weight: var(--Thin);
  letter-spacing: 0.025em;
}
.knowledge_section .knowledge_box .knowledge_title .t2 {
  font-size: 14px;
  color: var(--main_color4);
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}
.knowledge_section .knowledge_box .knowledge_list .oneset {
  font-size: 16px;
  border-top: 1px solid #d2d2d2;
}
.knowledge_section .knowledge_box .knowledge_list .oneset .qbox {
  padding: 12px 20px;
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.knowledge_section .knowledge_box .knowledge_list .oneset .qbox .t1 {
  color: var(--main_color);
  flex-shrink: 0;
}
.knowledge_section .knowledge_box .knowledge_list .oneset .qbox .t2 {
  flex: 1;
  font-weight: var(--Bold);
}
.knowledge_section .knowledge_box .knowledge_list .oneset .qbox .t2 span {
  font-size: 19px;
  font-weight: var(--Black);
}
.knowledge_section .knowledge_box .knowledge_list .oneset .abox {
  display: flex;
  gap: 15px;
  padding: 12px 20px;
}
.knowledge_section .knowledge_box .knowledge_list .oneset .abox .t1 {
  flex-shrink: 0;
}
.knowledge_section .knowledge_box .knowledge_list .oneset .abox .t2 {
  flex: 1;
  font-weight: var(--Light);
}

@media (max-width: 1366px) {
  .knowledge_section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    padding-bottom: 50px;
  }

  .knowledge_section .knowledge_box {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .knowledge_section .photo {
    display: none;
  }
}
@media (max-width: 480px) {
  .knowledge_section .knowledge_box .knowledge_title .t1 {
    font-size: 26px;
  }

  .knowledge_section .knowledge_box .knowledge_list .oneset .qbox {
    padding: 12px 10px;
  }

  .knowledge_section .knowledge_box .knowledge_list .oneset .abox {
    padding: 12px 10px;
  }

  .knowledge_section .knowledge_box .knowledge_list .oneset .qbox {
    gap: 5px;
  }

  .knowledge_section .knowledge_box .knowledge_list .oneset .abox {
    gap: 5px;
  }

  .knowledge_section .knowledge_box .knowledge_title {
    margin-bottom: 10px;
  }
}
.healthysection .healthy_content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background-color: #fff;
  margin-top: -75px;
}

@media (max-width: 960px) {
  .healthysection .healthy_content {
    padding: 40px 30px;
  }
}
.innerbanner {
  height: 275px;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 100px;
  color: #fff;
  background: no-repeat 40%;
}
.innerbanner .inbantxt {
  padding-bottom: 30px;
}
.innerbanner .inbantxt .t1 {
  font-weight: var(--Light);
  font-size: 30px;
  margin-bottom: 5px;
}
.innerbanner .inbantxt .t2 {
  font-size: 14px;
  font-family: "Special Elite", system-ui;
}

@media (max-width: 960px) {
  .innerbanner {
    padding: 0 50px;
  }

  .innerbanner .inbantxt {
    padding-bottom: 60px;
  }

  .innerbanner .inbantxt .t1 {
    font-size: 24px;
    margin-bottom: 2px;
  }

  .innerbanner .inbantxt .t2 {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .innerbanner {
    padding: 0 35px;
  }
}
.table_overflow {
  margin-bottom: 40px;
}

.heathytable {
  font-size: 16px;
  min-width: 640px;
  width: 100%;
}
.heathytable tr td, .heathytable tr th {
  text-align: left;
  padding: 15px;
}
.heathytable thead {
  font-weight: bold;
}
.heathytable thead tr th {
  border-bottom: 2px solid #444444;
}
.heathytable tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.heathytable tbody tr td {
  border-bottom: 1px solid #e0e0e0;
}
.heathytable tbody tr td .deepred {
  color: var(--main_color4);
  font-weight: var(--Bold);
  text-align: right;
}

@media (max-width: 768px) {
  .heathytable {
    font-size: 14px;
  }

  .heathytable tr td, .heathytable tr th {
    text-align: left;
    padding: 10px;
  }
}
/* 動畫：右 → 中間停留 → 左 */
@keyframes marqueeOne {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX(0);
  }
  /* 移到中間 */
  70% {
    transform: translateX(0);
  }
  /* 停留 */
  100% {
    transform: translateX(-100%);
  }
  /* 移出 */
}
/* ==== Slider Image Transition === */
@keyframes Slick-SlideIn {
  from {
    transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
  }
  to {
    transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
  }
}
@keyframes Slick-SlideOut {
  from {
    transform: rotate3d(0, 1, 0, 0deg) skewX(0deg) perspective(400px);
  }
  to {
    transform: rotate3d(0, 1, 0, -60deg) skewX(10deg) perspective(400px);
  }
}
@keyframes photosize1 {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes marquee-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes loadingImgShow {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingImgShow {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadingTxtShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes loadingTxtShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes loadOut {
  to {
    top: -100%;
  }
}
@keyframes loadOut {
  to {
    top: -100%;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
