@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: 0.05em;
  line-height: calc(40/15);
  font-size: 15px;
}
.normalP .en {
  letter-spacing: 0;
}

.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: 19px;
  width: 18px;
  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: 19px;
  width: 18px;
  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: 28px;
  color: #fff;
  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: #fff;
  font-size: 12px;
}
.page_box a.page_arrow:hover {
  background-color: initial;
  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: #222;
  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;
}
.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: 24px;
  padding: 15px 13px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: inherit;
  text-transform: uppercase;
  transition: all .4s;
  width: 240px;
}
.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: var(--main_color2);
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
  border-radius: 4px;
}

/*反白文字*/
::selection {
  background: var(--main_color);
  color: #2e2d2c;
}

::-moz-selection {
  background: var(--main_color);
  color: #2e2d2c;
}

.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: #dfa683;
  --main_color2: #2e2d2c;
  --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-color: #2e2d2c;
  background-size: 100%;
  color: #fff;
  font-size: 17px;
  font-family: "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 帶有此類別時，禁止捲動 */
body.lock-scroll {
  overflow: hidden;
  /* 選擇性：如果怕頁面因為捲軸消失而往右抖動，可以加下面這行 */
  /* width: 100%; */
  /* position: fixed; */
}

.lineset {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lineset .oneline {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  z-index: 1;
}
.lineset .oneline:first-child {
  left: 25%;
}
.lineset .oneline:nth-child(2) {
  left: 50%;
}
.lineset .oneline:nth-child(3) {
  left: 75%;
}

@media (max-width: 767px) {
  .lineset .oneline:first-child {
    display: none;
  }

  .lineset .oneline:nth-child(3) {
    display: none;
  }
}
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;
  }
}
header {
  padding: 0 0;
  z-index: 9999;
  width: 100vw;
  position: absolute;
  top: 0;
}
header.active {
  z-index: 99999;
}
header .logomenu {
  position: absolute;
  display: flex;
  gap: 40px;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  padding: 48px 78px;
  transition: transform 0.4s ease, background 0.3s ease;
}
header .logomenu.pagein .logo img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(40%) saturate(343%) hue-rotate(339deg) brightness(93%) contrast(93%);
}
header .logomenu.pagein .menu .line1, header .logomenu.pagein .menu .line2 {
  background: var(--main_color);
}
header .logomenu.fixed {
  position: fixed;
  top: 0;
  padding: 15px 78px 0 78px;
  animation: slideDown 0.5s forwards;
  align-items: start;
}
header .logomenu.fixed .logo img {
  width: 60px;
  filter: brightness(0) saturate(100%) invert(69%) sepia(40%) saturate(343%) hue-rotate(339deg) brightness(93%) contrast(93%);
}
header .logomenu.fixed .menu {
  padding-top: 15px;
}
header .logomenu.fixed .menu .line1, header .logomenu.fixed .menu .line2 {
  background: var(--main_color);
}
header .logomenu .logo img {
  width: 80px;
}
header .logomenu .menu {
  cursor: pointer;
  transition: 0.3s;
}
header .logomenu .menu:hover .line1 {
  transform: translate(15px, 0);
}
header .logomenu .menu:hover .line2 {
  transform: translate(-5px, 0);
}
header .logomenu .menu .line1 {
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 10px;
  right: 0;
  transition: 0.3s;
}
header .logomenu .menu .line2 {
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
header .openmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s linear;
}
header .openmenu.active {
  transform: translateX(0);
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .openmenu .closemenu {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 78px;
  cursor: pointer;
  width: 40px;
  /* 建議給定寬高，增加點擊感應區 */
  height: 40px;
}
header .openmenu .closemenu:hover .line:first-child {
  transform: translateY(0) rotate(45deg);
}
header .openmenu .closemenu:hover .line:last-child {
  transform: translateY(0) rotate(-45deg);
}
header .openmenu .closemenu .line {
  width: 40px;
  height: 1px;
  background-color: var(--main_color);
  transition: 0.3s;
  position: absolute;
  /* 改用絕對定位，讓兩條線重疊在同一點旋轉 */
  top: 50%;
  left: 0;
}
header .openmenu .closemenu .line:first-child {
  transform: translateY(-5px);
  /* 初始狀態：兩條線分開 */
}
header .openmenu .closemenu .line:last-child {
  transform: translateY(5px);
}
header .openmenu .menufour {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
header .openmenu .menufour .menuopenbg {
  width: 25%;
  background: no-repeat center;
  background-size: cover;
  height: 100%;
}
header .openmenu .menufour .menuopenbg a {
  display: block;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .openmenu .menufour .menuopenbg img {
  width: 100%;
}
header .openmenu .menufour .menublurbg {
  width: 75%;
  background: no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .openmenu .menufour .menublurbg:before, header .openmenu .menufour .menublurbg:after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
}
header .openmenu .menufour .menublurbg:before {
  left: calc(100% / 3);
}
header .openmenu .menufour .menublurbg:after {
  left: calc(100%*2 / 3);
}
header .openmenu .menufour .menublurbg .menuset {
  display: flex;
  flex-wrap: wrap;
}
header .openmenu .menufour .menublurbg .menuset .oneblock {
  width: calc(100% / 3);
  padding: 10% 40px 20px 40px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav {
  margin-bottom: 35px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav a.mainmenu:hover {
  color: var(--main_color);
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu {
  letter-spacing: 0.02em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  max-width: 278px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu.active {
  color: var(--main_color);
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu:after {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: var(--main_color);
  bottom: 0;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu .en {
  font-size: 15px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu .tw {
  font-size: 20px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav ul.navsubmenu {
  margin-top: 35px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav ul.navsubmenu li {
  list-style: none;
  margin-bottom: 5px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav ul.navsubmenu li a {
  font-size: 15px;
  letter-spacing: 0.02em;
  padding-left: 15px;
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav ul.navsubmenu li a:hover {
  color: var(--main_color);
}
header .openmenu .menufour .menublurbg .menuset .oneblock .onenav ul.navsubmenu li a:before {
  display: block;
  content: "-";
  position: absolute;
  left: 0;
  top: -2px;
}
header .openmenu .menufour .menublurbg .menuinfo {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
header .openmenu .menufour .menublurbg .menuinfo .oneblock {
  width: calc(100% / 3);
  font-size: 13px;
  padding: 25px 40px;
  color: #808080;
}
header .openmenu .menufour .menublurbg .menuinfo .oneblock .design {
  text-align: right;
}
header .openmenu .menufour .menublurbg .menuinfo .oneblock .contactitem {
  color: #fff;
  padding-bottom: 88px;
}

@media (max-width: 1680px) {
  header .logomenu {
    padding: 40px 60px;
  }

  header .openmenu .closemenu {
    top: 25px;
    right: 60px;
  }

  header .logomenu.fixed {
    padding: 15px 60px 0 60px;
  }

  header .contactitem .one .txt {
    font-size: 13px;
    letter-spacing: 0em;
  }
  header .contactitem .one .icon {
    width: 20px;
  }
  header .contactitem .one {
    gap: 10px;
  }

  header .openmenu .menufour .menublurbg .menuinfo .oneblock {
    font-size: 12px;
  }
}
@media (max-width: 1480px) {
  header .logomenu {
    padding: 20px 30px;
  }

  header .logomenu .menu {
    padding-top: 15px;
  }

  header .logomenu.fixed {
    padding: 15px 30px 0 30px;
  }

  header .openmenu .closemenu {
    top: 20px;
    right: 30px;
  }

  header .logomenu .logo img {
    width: 65px;
  }

  header .openmenu .menufour .menuopenbg a {
    width: 65px;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu .tw {
    font-size: 18px;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu .en {
    font-size: 14px;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock .onenav ul.navsubmenu {
    margin-top: 20px;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock {
    padding: 8% 30px 40px 30px;
  }

  header .openmenu .menufour .menublurbg .menuinfo .oneblock {
    padding: 20px 30px;
  }

  header .openmenu .menufour .menublurbg .menuinfo .oneblock .contactitem {
    padding-bottom: 30px;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock .onenav ul.navsubmenu li a {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  header .openmenu .menufour .menuopenbg {
    display: none;
  }

  header .openmenu .menufour .menublurbg {
    width: 100%;
  }

  header .logomenu .menu {
    padding-top: 5px;
  }

  header .logomenu {
    padding: 20px 25px;
  }

  header .openmenu .closemenu {
    top: 10px;
    right: 25px;
  }

  header .logomenu.fixed {
    padding: 15px 25px 0 25px;
  }
}
@media (max-width: 768px) {
  header .logomenu .logo img {
    width: 50px;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu .tw {
    font-size: 16px;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu .en {
    font-size: 13px;
  }

  header .logomenu.fixed {
    position: absolute;
  }
}
@media (max-width: 767px) {
  header .openmenu .menufour .menublurbg:before {
    display: none;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock {
    padding: 0px 30px 0px 30px;
    width: calc(100% / 2);
  }

  header .openmenu .menufour .menublurbg:after {
    display: none;
  }

  header .openmenu .menufour .menublurbg {
    padding: 50px 20px 0 20px;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
    height: 100vh;
    overflow: auto;
  }

  header .openmenu .menufour .menublurbg .menuinfo .oneblock:first-child {
    display: none;
  }
  header .openmenu .menufour .menublurbg .menuinfo .oneblock:nth-child(2) {
    display: none;
  }

  header .openmenu .menufour .menublurbg .menuinfo .oneblock {
    width: 100%;
  }

  header .openmenu .menufour .menublurbg .menuinfo .oneblock .contactitem {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  header .openmenu .menufour .menublurbg .menuset .oneblock {
    padding: 0px 20px 0px 20px;
    width: 100%;
  }

  header .openmenu .menufour .menublurbg .menuset .oneblock .onenav .mainmenu {
    max-width: 100%;
  }

  header .openmenu .menufour .menublurbg .menuinfo .oneblock {
    padding: 20px 20px;
  }

  header .logomenu {
    padding: 20px 20px;
  }
}
.index_banner {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index_banner .ibanslick_flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_banner .ibanslick {
  height: 100vh;
  width: 100%;
}
.index_banner .ibanslick .slick-list .slick-current .picbg {
  animation: 4s linear forwards photosize1;
}
.index_banner .ibanslick .oneset {
  width: 100%;
}
.index_banner .ibanslick .oneset .picbg {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.index_banner .ibanslick .oneset img {
  opacity: 0;
}
.index_banner .ibanslick .slick-dots {
  bottom: calc(10.5% - 20px);
  line-height: 0;
  font-size: 0;
  text-align: left;
  padding: 0 12.5vw;
}
.index_banner .ibanslick .slick-dots:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.index_banner .ibanslick .slick-dots li {
  margin: 0 10px;
  padding: 0;
}
.index_banner .ibanslick .slick-dots li:first-child {
  margin-left: 0;
}
.index_banner .ibanslick .slick-dots li button {
  border: 0;
  height: 1px;
  width: 40px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.index_banner .ibanslick .slick-dots li button:hover:before, .index_banner .ibanslick .slick-dots li button:focus:before {
  opacity: 1;
  background: #fff;
  height: 2px;
}
.index_banner .ibanslick .slick-dots li button:before {
  width: 40px;
  height: 1px;
  border-radius: 0;
  border: none;
  opacity: 0.5;
  background: #fff;
  transition: 0.3s;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.index_banner .ibanslick .slick-dots li.slick-active button:before {
  opacity: 1;
  height: 2px;
  background: #fff;
}
.index_banner .halfbg {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_banner .iban_upset {
  position: static;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
.index_banner .logoslogan {
  position: absolute;
  bottom: 23%;
  left: 12.5vw;
  display: flex;
  flex-direction: column;
}
.index_banner .logoslogan .banner_slogan {
  color: #fff;
}
.index_banner .logoslogan .banner_slogan .t1 {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.index_banner .logoslogan .banner_slogan .t2 {
  font-size: 36px;
  letter-spacing: 0.025em;
  font-weight: var(--Light);
  margin-top: 5px;
}
.index_banner .logoslogan .banner_slogan .t3 {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 70px;
  font-weight: var(--Light);
}
.index_banner .logoslogan .banner_slogan .animatetxt {
  transition: initial;
}
.index_banner .slogan_up_animation {
  animation-name: fadeInUpBig;
  animation-duration: 2s;
  animation-fill-mode: both;
  transition: 0.3s;
}
.index_banner .slogan_up_animation.delayshow {
  animation-delay: 7.5s;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes photosize1 {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1680px) {
  .index_banner .logoslogan {
    bottom: 20%;
    left: 9vw;
  }

  .index_banner .logoslogan .banner_slogan .t1 {
    font-size: 24px;
  }

  .index_banner .logoslogan .banner_slogan .t2 {
    font-size: 32px;
  }

  .index_banner .logoslogan .banner_slogan .t3 {
    font-size: 14px;
    margin-top: 40px;
  }

  .index_banner .ibanslick .slick-dots {
    padding: 0 9vw;
  }
}
@media (max-width: 1480px) {
  .index_banner .logoslogan .banner_slogan .t2 {
    font-size: 30px;
  }

  .index_banner .logoslogan {
    bottom: 20%;
    left: 7vw;
  }

  .index_banner .ibanslick .slick-dots {
    padding: 0 7vw;
  }
}
@media (max-width: 960px) {
  .index_banner .halfbg {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index_banner .logoslogan .banner_slogan .t1 {
    font-size: 22px;
  }

  .index_banner .logoslogan .banner_slogan .t2 {
    font-size: 26px;
  }

  .index_banner .logoslogan .banner_slogan .t3 {
    font-size: 13px;
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .index_banner .ibanslick .slick-dots {
    bottom: 12%;
  }
}
.index_about {
  padding: 120px 40px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.index_about .content1 {
  font-size: 18px;
  text-align: center;
}
.index_about .content1 .t1 {
  letter-spacing: 1em;
  line-height: 2;
}
.index_about .content1 .t2 {
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.index_about .iaboutbox {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px 40px 78px;
  background: url(../images/iabout_bg.jpg) no-repeat center bottom;
  margin-top: 90px;
}
.index_about .iaboutbox .left {
  max-width: 420px;
  flex: 1;
}
.index_about .iaboutbox .left .txtcon_out {
  display: flex;
  justify-content: center;
}
.index_about .iaboutbox .left .txtcon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.index_about .iaboutbox .left .txtcon .txt1 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: calc(40/18);
}
.index_about .iaboutbox .left .txtcon .txt2 {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: calc(32/15);
}
.index_about .iaboutbox .left .bottomline {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.index_about .iaboutbox .left .bottomline:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 0;
  left: 0;
  background-color: white;
}
.index_about .iaboutbox .right {
  width: 50%;
  z-index: 2;
}
.index_about .iaboutbox .right .photo img {
  width: 100%;
}

@media (max-width: 1200px) {
  .index_about .iaboutbox .left .txtcon {
    margin-bottom: 20px;
  }

  .index_about .iaboutbox {
    background-size: 100% 85%;
  }
}
@media (max-width: 1024px) {
  .index_about {
    padding: 100px 40px;
  }

  .index_about .iaboutbox {
    margin-top: 40px;
    z-index: 2;
  }

  .index_about .content1 .t2 {
    letter-spacing: 0.05em;
    margin-top: 15px;
  }

  .index_about .iaboutbox .left .txtcon {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index_about .content1 {
    font-size: 16px;
  }

  .index_about .iaboutbox .left .txtcon {
    gap: 15px;
  }

  .index_about .iaboutbox {
    padding: 0 20px 40px 20px;
  }

  .index_about .iaboutbox .left .txtcon .txt1 {
    font-size: 16px;
    letter-spacing: 0;
    letter-spacing: 0.02em;
    line-height: calc(36 / 18);
  }

  .index_about .iaboutbox .left .txtcon .txt2 {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: calc(30 / 15);
  }
}
@media (max-width: 480px) {
  .index_about {
    padding: 60px 30px;
  }

  .index_about .iaboutbox .right {
    width: 100%;
  }

  .index_about .iaboutbox {
    margin-top: 20px;
    padding: 40px 20px 40px 20px;
  }

  .index_about .iaboutbox {
    background-size: 100% 100%;
  }

  .index_about .content1 .t1 {
    letter-spacing: 0.5em;
  }
}
.ititle {
  font-weight: var(--Medium);
  letter-spacing: 0.02em;
}
.ititle .tw {
  font-size: 30px;
  margin-bottom: 10px;
}
.ititle .en {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .ititle .tw {
    font-size: 26px;
  }

  .ititle .en {
    font-size: 16px;
  }
}
.index_service {
  z-index: 2;
  min-height: 420px;
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  margin-top: 0px;
  background: url(../images/iservicebg_parallax.jpg) no-repeat center;
  background-attachment: fixed;
  /* 關鍵 */
  background-size: cover;
}
.index_service::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.05);
}
.index_service .wrapper {
  max-width: 940px;
}
.index_service .wrapper .iservice_item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 95px;
}
.index_service .wrapper .iservice_item .one {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-left: 30px;
}
.index_service .wrapper .iservice_item .one:hover {
  color: var(--main_color);
  padding-left: 42px;
}
.index_service .wrapper .iservice_item .one:hover:before {
  width: 28px;
  background-color: var(--main_color);
}
.index_service .wrapper .iservice_item .one:before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.index_service .wrapper .iservice_item .one:last-child {
  margin-right: 40px;
}

@media (max-width: 1024px) {
  .index_service .wrapper .iservice_item .one {
    font-size: 16px;
    padding-left: 25px;
  }

  .index_service .wrapper .iservice_item {
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .index_service .wrapper .iservice_item .one {
    width: calc((100% - 20px) / 2);
  }

  .index_service .wrapper .iservice_item .one:last-child {
    margin-right: 0px;
  }

  .index_service .wrapper .iservice_item {
    margin-top: 40px;
  }
}
.index_project {
  padding: 80px 0 70px 0;
}
.index_project .wrapper {
  max-width: 1315px;
}
.index_project .wrapper .ititle {
  text-align: center;
  padding: 60px 0;
  margin-bottom: 50px;
}
.index_project .wrapper .ititle:before, .index_project .wrapper .ititle:after {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.index_project .wrapper .ititle:before {
  top: 0;
}
.index_project .wrapper .ititle:after {
  bottom: 0;
}
.index_project .wrapper .iproject_list .oneset {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.index_project .wrapper .iproject_list .oneset:nth-child(even) {
  margin-bottom: 200px;
}
.index_project .wrapper .iproject_list .oneset:nth-child(odd) {
  flex-direction: row-reverse;
}
.index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox {
  padding-top: 0;
  gap: 80px;
}
.index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .proshort {
  order: 1;
  flex: 1;
  padding: 0 0px 0 80px;
}
.index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox {
  order: 2;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 40px;
}
.index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox .iprotitle {
  text-align: left;
}
.index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox .iprotitle .t2 {
  justify-content: start;
}
.index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox .morebox {
  left: initial;
  right: 0;
}
.index_project .wrapper .iproject_list .oneset .leftbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 91px;
  padding-top: 100px;
  flex: 1;
}
.index_project .wrapper .iproject_list .oneset .leftbox .titlebox {
  padding-left: 40px;
}
.index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle {
  background: url(../images/pro_txtbg.png) repeat;
  padding: 24px 120px 30px 100px;
  text-align: right;
}
.index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle .t1 {
  font-size: 24px;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 30px;
  max-height: 30px;
  margin-bottom: 4px;
}
.index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle .t2 {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  justify-content: end;
}
.index_project .wrapper .iproject_list .oneset .leftbox .titlebox .morebox {
  display: block;
  position: absolute;
  width: 140px;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--main_color);
  padding: 12px 20px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(../images/more_border.svg) no-repeat;
  background-size: contain;
}
.index_project .wrapper .iproject_list .oneset .leftbox .titlebox .morebox:hover {
  transform: translate(10px, -50%);
}
.index_project .wrapper .iproject_list .oneset .leftbox .proshort {
  padding: 0 80px 0 20px;
  z-index: 2;
}
.index_project .wrapper .iproject_list .oneset .leftbox .proshort .photo {
  width: 100%;
  aspect-ratio: 560 / 560;
  background: center/cover no-repeat;
}
.index_project .wrapper .iproject_list .oneset .leftbox .proshort .photo:before, .index_project .wrapper .iproject_list .oneset .leftbox .proshort .photo:after {
  content: "";
  position: absolute;
  background-image: inherit;
  /* 同一張圖 */
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.index_project .wrapper .iproject_list .oneset .leftbox .proshort .photo:before {
  top: 10px;
  opacity: 0.4;
  /* 40% */
}
.index_project .wrapper .iproject_list .oneset .leftbox .proshort .photo:after {
  top: 20px;
  opacity: 0.1;
  /* 10% */
}
.index_project .wrapper .iproject_list .oneset .rightbox {
  width: 46.7%;
}
.index_project .wrapper .iproject_list .oneset .rightbox .proheigh {
  z-index: 2;
}
.index_project .wrapper .iproject_list .oneset .rightbox .proheigh .photo {
  width: 100%;
  aspect-ratio: 560 / 840;
  background: center/cover no-repeat;
}
.index_project .wrapper .iproject_list .oneset .rightbox .proheigh .photo:before, .index_project .wrapper .iproject_list .oneset .rightbox .proheigh .photo:after {
  content: "";
  position: absolute;
  background-image: inherit;
  /* 同一張圖 */
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.index_project .wrapper .iproject_list .oneset .rightbox .proheigh .photo:before {
  bottom: 10px;
  opacity: 0.4;
  /* 40% */
}
.index_project .wrapper .iproject_list .oneset .rightbox .proheigh .photo:after {
  bottom: 20px;
  opacity: 0.1;
  /* 10% */
}

@media (max-width: 1200px) {
  .index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle .t1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle {
    padding: 24px 20px 30px 100px;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox .iprotitle {
    padding: 24px 120px 30px 50px;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox .iprotitle {
    padding: 24px 120px 30px 50px;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .proshort {
    padding: 0 0px 0 65px;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox .proshort {
    padding: 0 60px 0 20px;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox {
    margin-bottom: 30px;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle .t1 {
    font-size: 18px;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle .t2 {
    font-size: 13px;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox .titlebox .morebox {
    width: 103px;
    padding: 6px 20px;
    font-size: 14px;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox .titlebox .iprotitle {
    padding: 24px 20px 30px 63px;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .titlebox .iprotitle {
    padding: 24px 73px 30px 20px;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .index_project .wrapper .iproject_list .oneset .rightbox {
    width: 100%;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox {
    display: block;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(odd) .leftbox .proshort {
    padding: 0;
  }

  .index_project .wrapper .iproject_list .oneset .rightbox {
    display: none;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox .proshort {
    padding: 0;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox .titlebox {
    margin-bottom: 30px;
  }

  .index_project .wrapper .iproject_list .oneset .leftbox {
    padding-top: 0;
  }

  .index_project .wrapper .iproject_list .oneset {
    margin-bottom: 150px;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(even) {
    margin-bottom: 150px;
  }
}
@media (max-width: 480px) {
  .index_project .wrapper .iproject_list .oneset {
    margin-bottom: 120px;
  }

  .index_project .wrapper .iproject_list .oneset:nth-child(even) {
    margin-bottom: 120px;
  }
}
.contact_sec {
  min-height: 560px;
  background: url(../images/icontactbg_parallax.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}
.contact_sec .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  max-width: 1210px;
}
.contact_sec .wrapper .contact_left {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 40px 0 0;
}
.contact_sec .wrapper .contact_left .contact_text {
  display: flex;
  flex-direction: column;
  gap: 55px;
  justify-content: center;
}
.contact_sec .wrapper .contact_right {
  width: 420px;
}
.contact_sec .wrapper .contact_right .consultbtn {
  width: 100%;
  height: 140px;
  color: var(--main_color);
  font-size: 30px;
  letter-spacing: 0.02em;
  background: url(../images/more_border_big.svg) no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 140px;
  backdrop-filter: blur(10px);
  /* 模糊程度 */
  display: block;
}
.contact_sec .wrapper .contact_right .consultbtn:hover {
  transform: scale(0.97);
}

.contactitem {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contactitem .one {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contactitem .one .icon {
  width: 25px;
}
.contactitem .one .txt {
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.contactitem .one .txt.map {
  letter-spacing: 0.05em;
}
.contactitem .one .txt a:hover {
  color: var(--main_color);
}

@media (max-width: 1024px) {
  .contact_sec .wrapper .contact_right {
    width: 300px;
  }

  .contact_sec .wrapper .contact_right .consultbtn {
    height: 100px;
    font-size: 22px;
    line-height: 100px;
  }

  .contact_sec .wrapper .contact_left .contact_text {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contact_sec .wrapper .contact_left {
    flex: initial;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .contact_sec .wrapper .contact_right {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .contactitem .one .txt {
    font-size: 13px;
  }

  .contactitem .one {
    gap: 14px;
  }

  .contactitem .one .icon {
    width: 20px;
  }

  .contact_sec .wrapper .contact_right {
    width: 266px;
  }

  .contact_sec .wrapper .contact_right .consultbtn {
    height: 90px;
    font-size: 18px;
    line-height: 90px;
  }
}
footer .fourblock {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0;
}
footer .fourblock .one {
  width: 25%;
  padding: 0 2%;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #808080;
  font-weight: var(--Light);
}
footer .fourblock .one.right {
  text-align: right;
}
footer .fourblock .one .flogo {
  width: 82px;
}
footer .fourblock .one a.top {
  color: #fff;
  font-size: 15px;
  font-weight: var(--Regular);
}
footer .fourblock .one a.top:hover {
  color: var(--main_color);
}

@media (max-width: 768px) {
  footer .fourblock {
    padding: 20px 20px;
  }

  footer .fourblock .one {
    width: 100%;
    margin-bottom: 5px;
  }

  footer .fourblock .one.right {
    text-align: left;
  }

  footer .fourblock .one.right:last-child {
    text-align: right;
  }
}
.innerbanner {
  padding: 140px 0 96px 0;
}
.innerbanner .wrapper {
  max-width: 1580px;
}
.innerbanner .wrapper .photo {
  padding-top: 80px;
  padding-left: 180px;
  z-index: 2;
}
.innerbanner .wrapper .photo img {
  width: 100%;
  z-index: 2;
}
.innerbanner .wrapper .photo:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/about_bg.jpg) repeat;
  width: 53%;
  height: 40%;
  left: 0;
  top: 0;
}
.innerbanner .wrapper .pagetitle {
  position: absolute;
  line-height: 1;
  bottom: 32%;
  z-index: 2;
}
.innerbanner .wrapper .pagetitle .tw {
  letter-spacing: 0.1em;
  font-size: 20px;
  margin-bottom: 10px;
}
.innerbanner .wrapper .pagetitle .en {
  font-size: 60px;
  letter-spacing: 0.02em;
  font-weight: var(--Light);
}
.innerbanner .wrapper .pageslogan {
  margin-top: 66px;
  font-size: 18px;
  letter-spacing: 1em;
  text-align: right;
  padding-right: 10%;
  margin-bottom: 20px;
}
.innerbanner .wrapper .breadroad.style2 {
  margin-top: 114px;
}
.innerbanner .wrapper .breadroad.style3 {
  margin-top: 14px;
}
.innerbanner .wrapper .breadroad .one a:hover {
  color: var(--main_color);
}

.projectslick .pic.bgstyle {
  background: no-repeat center;
  background-size: cover;
  aspect-ratio: 1320/600;
}

.breadroad {
  display: flex;
  flex-wrap: wrap;
}
.breadroad .one {
  font-size: 15px;
  opacity: 0.3;
  letter-spacing: 0.05em;
}
.breadroad .one:not(:last-child):after {
  content: "-";
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 1480px) {
  .innerbanner .wrapper .pagetitle .en {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .innerbanner .wrapper .pageslogan {
    margin-top: 50px;
    font-size: 16px;
  }

  .breadroad .one {
    font-size: 14px;
  }

  .innerbanner .wrapper .photo {
    padding-top: 50px;
    padding-left: 100px;
  }

  .innerbanner .wrapper .pagetitle {
    bottom: 35%;
  }

  .innerbanner .wrapper .pagetitle .en {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .innerbanner {
    padding: 120px 0 30px 0;
  }

  .innerbanner .wrapper .pageslogan {
    margin-top: 40px;
    font-size: 15px;
    padding-right: 0;
    letter-spacing: 0.1em;
  }

  .breadroad .one {
    font-size: 13px;
  }

  .innerbanner .wrapper .pagetitle.projecttitle {
    bottom: 42%;
  }
}
@media (max-width: 640px) {
  .innerbanner .wrapper .photo {
    padding-top: 30px;
    padding-left: 50px;
  }

  .innerbanner .wrapper .pagetitle .tw {
    letter-spacing: 0.1em;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .innerbanner .wrapper .pagetitle .en {
    font-size: 30px;
  }

  .innerbanner .wrapper .pageslogan {
    margin-top: 20px;
  }

  .innerbanner .wrapper .pagetitle {
    bottom: 36%;
  }
}
@media (max-width: 480px) {
  .innerbanner {
    padding: 110px 0 20px 0;
  }

  .innerbanner .wrapper .photo {
    padding-top: 20px;
    padding-left: 20px;
  }

  .innerbanner .wrapper .pagetitle {
    bottom: 42%;
  }

  .innerbanner .wrapper .pagetitle.projecttitle {
    bottom: 52%;
  }
}
.protitlebox {
  position: absolute;
  padding: 24px 40px;
  left: 20%;
  background-color: rgba(46, 45, 44, 0.9);
  bottom: 0;
  z-index: 2;
  min-width: 280px;
  max-width: 70%;
}
.protitlebox .t1 {
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.3);
}
.protitlebox .t2 {
  font-size: 24px;
  letter-spacing: 0.025em;
  margin-top: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  max-height: 24px;
}
.protitlebox .view {
  margin-top: 15px;
  color: var(--main_color);
  font-size: 15px;
  letter-spacing: 0.02em;
  display: inline-block;
}
.protitlebox .view:hover {
  transform: translate(5px, 0);
}

.proslickarrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.proslickarrow .arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  background: transparent;
  background-color: #4d4d4d;
}
.proslickarrow .arrow:hover {
  background-color: var(--main_color);
}
.proslickarrow .arrow.slick-disabled {
  background-color: transparent;
}
.proslickarrow .arrow .fa-solid {
  font-size: 15px;
}

@media (max-width: 1200px) {
  .protitlebox {
    left: initial;
    right: 0;
    padding: 20px 25px;
  }

  .innerbanner {
    z-index: 2;
  }

  .protitlebox .t2 {
    font-size: 20px;
  }

  .protitlebox .t1 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .protitlebox {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #424242;
  }

  .proslickarrow {
    bottom: 0px;
    left: initial;
    right: 0;
    transform: initial;
  }

  .proslickarrow .arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.about_sec1 {
  background: url(../images/aboutbg2.jpg) repeat;
  width: 100%;
  padding: 70px 0 80px 0;
}
.about_sec1 .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 960px;
}
.about_sec1 .wrapper .aboutlogo {
  padding-top: 5px;
}
.about_sec1 .wrapper .aboutlogo img {
  width: 120px;
}
.about_sec1 .wrapper .textcon {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: calc(40 / 15);
}

.about_sec2 {
  padding: 120px 0 110px 0;
  z-index: 2;
}
.about_sec2 .wrapper {
  max-width: 1320px;
}

.photoconflex.servicestyle .oneset .photo {
  width: 46%;
}
.photoconflex .oneset {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10%;
  align-items: center;
  margin-bottom: 40px;
}
.photoconflex .oneset:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: end;
}
.photoconflex .oneset .photo {
  width: 36%;
}
.photoconflex .oneset .content {
  flex: 1;
}
.photoconflex .oneset .content.maxw500 {
  max-width: 500px;
}
.photoconflex .oneset .content .t1box {
  letter-spacing: 0.02em;
  font-weight: var(--Medium);
  color: var(--main_color);
}
.photoconflex .oneset .content .t1box .tw {
  font-size: 24px;
}
.photoconflex .oneset .content .t1box .en {
  margin-top: 5px;
  font-size: 18px;
}
.photoconflex .oneset .content .listbox {
  margin-top: 45px;
  counter-reset: section;
  /* 初始化計數器 */
}
.photoconflex .oneset .content .listbox .one {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: calc(40/18);
  padding-left: 32px;
  margin-bottom: 45px;
  counter-increment: section;
  /* 每個 .one +1 */
}
.photoconflex .oneset .content .listbox .one:before {
  content: "(" counter(section,decimal-leading-zero) ")";
  /* 01, 02, 03... */
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 10px;
  color: var(--main_color);
}
.photoconflex .oneset .content .normalP .en {
  margin-top: 40px;
}

@media (max-width: 960px) {
  .photoconflex .oneset {
    gap: 40px 30px;
  }

  .photoconflex .oneset .content .listbox .one {
    font-size: 16px;
  }

  .photoconflex .oneset .content .listbox .one {
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .photoconflex .oneset .photo {
    width: 100%;
  }

  .photoconflex.servicestyle .oneset .photo {
    width: 100%;
  }

  .photoconflex .oneset .content {
    flex: initial;
    width: 100%;
  }

  .about_sec2 {
    padding: 80px 0 80px 0;
  }
}
.serslogan {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  padding: 130px 30px 0 30px;
}
.serslogan.padtop0 {
  padding-top: 0;
}
.serslogan .tw {
  letter-spacing: 1em;
  margin-bottom: 40px;
}
.serslogan .en {
  letter-spacing: 0.05em;
}
.serslogan.projectstyle {
  padding-top: 0;
  padding-bottom: 150px;
}

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

  .serslogan .tw {
    letter-spacing: 0.5em;
    margin-bottom: 15px;
  }

  .serslogan.padtop0 {
    padding-top: 30px;
  }

  .serslogan.projectstyle {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .serslogan .tw {
    letter-spacing: 0.2em;
  }
}
.seritem_sec {
  background: url(../images/aboutbg2.jpg) repeat;
  padding: 30px 0;
}
.seritem_sec .wrapper {
  max-width: 1280px;
}
.seritem_sec .wrapper .seritem {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.seritem_sec .wrapper .seritem:hover .oneblock {
  width: 20%;
}
.seritem_sec .wrapper .seritem:hover .oneblock:hover {
  width: 40%;
}
.seritem_sec .wrapper .seritem .oneblock {
  width: 25%;
  overflow: hidden;
  transition: 0.3s;
}
.seritem_sec .wrapper .seritem .oneblock:hover .txtbox {
  height: 100%;
  top: 0;
  transform: initial;
}
.seritem_sec .wrapper .seritem .oneblock:hover .txtbox .hovertxt {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.seritem_sec .wrapper .seritem .oneblock .photo {
  width: 100%;
  height: 300px;
  background: no-repeat center center;
  background-size: cover;
}
.seritem_sec .wrapper .seritem .oneblock .txtbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(45, 45, 44, 0.9);
  text-align: center;
  padding: 8px 10px;
  transition: 0.3s;
  line-height: calc(30/15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.seritem_sec .wrapper .seritem .oneblock .txtbox .txtbox_in {
  transition: 0.3s;
}
.seritem_sec .wrapper .seritem .oneblock .txtbox .t1 {
  font-size: 18px;
  letter-spacing: 0.5em;
}
.seritem_sec .wrapper .seritem .oneblock .txtbox .hovertxt {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.seritem_sec .wrapper .seritem .oneblock .txtbox .hovertxt .tw {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.seritem_sec .wrapper .seritem .oneblock .txtbox .hovertxt .en {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.seritem_sec .wrapper .seritem .oneblock .link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .seritem_sec .wrapper .seritem:hover .oneblock {
    width: 25%;
  }

  .seritem_sec .wrapper .seritem:hover .oneblock:hover {
    width: 25%;
  }

  .seritem_sec .wrapper .seritem .oneblock .txtbox .t1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .seritem_sec .wrapper .seritem {
    gap: 30px;
    width: 100%;
  }

  .seritem_sec .wrapper .seritem .oneblock {
    width: calc((100% - 30px) / 2) !important;
  }
}
@media (max-width: 480px) {
  .seritem_sec .wrapper .seritem .oneblock {
    width: 100% !important;
  }
}
.artile_class {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 80px;
  padding: 140px 40px;
}
.artile_class a {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5em;
}
.artile_class a:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -8px;
}
.artile_class a .num {
  position: absolute;
  right: -16px;
  top: 0;
  font-size: 10px;
  letter-spacing: 0em;
}
.artile_class a.active, .artile_class a:hover {
  color: var(--main_color);
}
.artile_class a.active:after, .artile_class a:hover:after {
  background-color: var(--main_color);
}

.article_sec .wrapper {
  max-width: 1280px;
}
.article_sec .wrapper .article_list .oneset {
  display: flex;
  flex-wrap: wrap;
  background: url(../images/article_listbg.jpg) no-repeat center center;
  width: 100%;
  margin-bottom: 120px;
  padding: 0 75px;
}
.article_sec .wrapper .article_list .oneset:nth-child(even) {
  flex-direction: row-reverse;
}
.article_sec .wrapper .article_list .oneset:nth-child(even) .leftbox {
  padding: 20px 35px 30px 0px;
}
.article_sec .wrapper .article_list .oneset:nth-child(even) .leftbox .line:after {
  right: 0;
  left: initial;
}
.article_sec .wrapper .article_list .oneset .leftbox {
  padding: 20px 0 30px 35px;
  flex: 1;
  z-index: 2;
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox {
  padding: 0 68px 30px 68px;
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox .arti_class {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
  text-align: right;
  margin-bottom: 10px;
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox .titlemore {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox .titlemore .titledate .title {
  margin-bottom: 5px;
  font-size: 24px;
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox .titlemore .titledate .date {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox .titlemore .view {
  color: var(--main_color);
  font-size: 15px;
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox .titlemore .view:hover {
  transform: translate(5px, 0);
}
.article_sec .wrapper .article_list .oneset .leftbox .contentbox .con {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: calc(32/15);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  max-height: 64px;
}
.article_sec .wrapper .article_list .oneset .leftbox .line {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.article_sec .wrapper .article_list .oneset .leftbox .line:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
.article_sec .wrapper .article_list .oneset .rightbox {
  width: 46%;
  z-index: 2;
}
.article_sec .wrapper .article_list .oneset .rightbox .photo {
  position: absolute;
  top: -55px;
  width: 100%;
  aspect-ratio: 480 / 360;
  background: no-repeat center center;
  background-size: cover;
}
.article_sec .wrapper .article_list .oneset .rightbox .photo img {
  width: 100%;
}
.article_sec .wrapper .article_list .oneset a.articlelink {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 1280px) {
  .article_sec .wrapper .article_list .oneset .leftbox .contentbox {
    padding: 0 40px 30px 0px;
  }

  .article_sec .wrapper .article_list .oneset:nth-child(even) .leftbox .contentbox {
    padding: 0 0px 30px 40px;
  }

  .artile_class a {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 960px) {
  .article_sec .wrapper .article_list .oneset .leftbox {
    padding: 20px 0 30px 0px;
  }

  .article_sec .wrapper .article_list .oneset:nth-child(even) .leftbox {
    padding: 20px 0px 30px 0px;
  }

  .article_sec .wrapper .article_list .oneset .rightbox .photo {
    top: -30px;
  }

  .artile_class {
    gap: 40px 50px;
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .article_sec .wrapper .article_list .oneset .rightbox .photo {
    top: initial;
  }

  .article_sec .wrapper .article_list .oneset .rightbox {
    padding: 30px 0;
  }

  .article_sec .wrapper .article_list .oneset {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .article_sec .wrapper .article_list .oneset .rightbox {
    width: 100%;
  }

  .article_sec .wrapper .article_list .oneset .leftbox {
    flex: initial;
    width: 100%;
  }

  .article_sec .wrapper .article_list .oneset .rightbox .photo {
    position: static;
  }

  .article_sec .wrapper .article_list .oneset {
    display: block;
  }

  .article_sec .wrapper .article_list .oneset {
    background-repeat: repeat;
  }

  .article_sec .wrapper .article_list .oneset .leftbox .contentbox {
    padding: 0 00px 30px 0px;
  }

  .article_sec .wrapper .article_list .oneset:nth-child(even) .leftbox .contentbox {
    padding: 0 0px 30px 0px;
  }

  .article_sec .wrapper .article_list .oneset .rightbox {
    padding: 0px 0 30px 0;
  }
}
.articled_banner {
  width: 100%;
  background: url(../images/articled_bg.jpg) no-repeat center center;
  background-size: 100%;
  padding: 120px 0px 35px 0px;
}
.articled_banner .wrapper {
  max-width: 1480px;
}
.articled_banner .photo {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  background: no-repeat center center;
  background-size: cover;
  aspect-ratio: 880/660;
  z-index: 2;
}
.articled_banner .breadroad {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
}

.articled_section {
  padding-bottom: 60px;
}
.articled_section .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 80px;
  justify-content: end;
  align-items: flex-start;
}
.articled_section .articled_main {
  max-width: 880px;
  width: 100%;
  flex: 1;
}
.articled_section .articled_main .titleclassdate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  align-items: center;
}
.articled_section .articled_main .titleclassdate .title {
  font-size: 30px;
  letter-spacing: 0.02em;
}
.articled_section .articled_main .titleclassdate .classdate {
  text-align: right;
  font-size: 15px;
}
.articled_section .articled_main .titleclassdate .classdate .class {
  letter-spacing: 0.05em;
}
.articled_section .articled_main .titleclassdate .classdate .date {
  letter-spacing: 0.02em;
}
.articled_section .aside_list {
  width: 160px;
  position: sticky;
  top: 50px;
}
.articled_section .aside_list .articled_slick .oneset .block {
  display: flex;
  flex-direction: column;
}
.articled_section .aside_list .articled_slick .oneset .block:first-child {
  margin-bottom: 70px;
}
.articled_section .aside_list .articled_slick .oneset .block:nth-child(2) {
  flex-direction: column-reverse;
  text-align: right;
}
.articled_section .aside_list .articled_slick .oneset .block:nth-child(2) .titledate {
  margin-bottom: 0px;
  margin-top: 15px;
}
.articled_section .aside_list .articled_slick .oneset .block .titledate {
  margin-bottom: 15px;
}
.articled_section .aside_list .articled_slick .oneset .block .title {
  font-size: 18px;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 40px;
  max-height: 40px;
}
.articled_section .aside_list .articled_slick .oneset .block .date {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.02em;
  font-size: 15px;
}
.articled_section .aside_list .articled_slick .oneset .block .photo img {
  width: 100%;
}
.articled_section .aside_list .arrows {
  position: absolute;
  color: var(--main_color);
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  top: 50%;
  transform: translate(0, -50%);
}
.articled_section .aside_list .arrows:after {
  display: block;
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.articled_section .aside_list .arrows .arrow {
  cursor: pointer;
  transition: 0.3s;
}
.articled_section .aside_list .arrows .arrow.slick-disabled {
  opacity: 0.2;
}
.articled_section .aside_list .arrows .arrow .fa-angle-left {
  margin-right: 5px;
}
.articled_section .aside_list .arrows .arrow .fa-angle-righ {
  margin-left: 5px;
}

@media (max-width: 1680px) {
  .articled_banner .breadroad {
    position: static;
    padding: 20px 0px;
  }
}
@media (max-width: 1366px) {
  .articled_section .wrapper {
    gap: 40px 40px;
  }
}
@media (max-width: 960px) {
  .articled_banner {
    background-size: 100% 35%;
  }

  .articled_section .wrapper {
    display: block;
  }

  .articled_section .aside_list {
    width: 320px;
    margin: 50px auto;
  }

  .articled_section .aside_list .articled_slick .oneset .blockout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .articled_section .aside_list .articled_slick .oneset .blockout .block {
    width: 45%;
  }

  .articled_section .aside_list .arrows {
    position: static;
    margin-top: 20px;
  }

  .articled_section .aside_list .articled_slick .oneset .block:first-child {
    margin-bottom: 0;
  }
}
.back {
  text-align: center;
  color: var(--main_color);
  font-size: 15px;
  letter-spacing: 0.02em;
}
.back a {
  display: inline-block;
}
.back a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: var(--main_color);
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.back a:hover {
  transform: translate(0, -5px);
}

.contactban_out {
  padding: 220px 0 0 0;
}

.contact_banner {
  width: 100%;
  background: url(../images/articled_bg.jpg) repeat;
  padding: 128px 0 50px 0;
}
.contact_banner .wrapper {
  max-width: 980px;
}
.contact_banner .wrapper .contactban_inner {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.contact_banner .wrapper .contactban_inner .leftbox {
  width: 50%;
}
.contact_banner .wrapper .contactban_inner .leftbox .bantitle .tw {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.contact_banner .wrapper .contactban_inner .leftbox .bantitle .en {
  font-size: 60px;
  letter-spacing: 0.02em;
  font-weight: var(--Light);
}
.contact_banner .wrapper .contactban_inner .rightbox {
  width: 50%;
  padding-left: 40px;
  padding-top: 20px;
  font-size: 18px;
}
.contact_banner .wrapper .contactban_inner .rightbox .t1 {
  line-height: calc(40/18);
  letter-spacing: 1em;
  margin-bottom: 40px;
}
.contact_banner .wrapper .contactban_inner .rightbox .t2 {
  etter-spacing: 0.05em;
}

.contactmainsec {
  padding-top: 55px;
}
.contactmainsec .wrapper {
  max-width: 1520px;
  display: flex;
  flex-wrap: wrap;
}
.contactmainsec .wrapper .breadroad {
  width: 240px;
  padding-right: 20px;
}
.contactmainsec .wrapper .contactform_box {
  max-width: 960px;
  width: 100%;
  flex: 1;
  margin-top: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #2e2d2c;
  z-index: 2;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset {
  padding: 24px 60px 24px 60px;
  letter-spacing: 0.02em;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset:after {
  width: 10px;
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .txt {
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .txt .star {
  color: var(--main_color);
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox {
  flex: 1;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox.afterdateicon:after {
  content: "";
  position: absolute;
  background: url(../images/calendar-regular-full.svg) no-repeat;
  width: 14px;
  height: 15px;
  background-size: contain;
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox .textareastyle {
  height: 28px;
  resize: vertical;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox .inputsty {
  border: none;
  background: transparent;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox .inputsty::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox .inputsty:focus {
  border-left: 1px solid var(--main_color);
  outline: none;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox .inputsty option {
  background-color: #222;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .code-reload {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .code-reload #reload-img {
  cursor: pointer;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox .filestyle {
  display: none;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox .icon img {
  width: 34px;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox .note {
  color: rgba(255, 255, 255, 0.3);
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox .upload_group {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox .del {
  width: 20px;
  height: 20px;
  background-color: #666;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox .del:hover {
  background-color: var(--main_color);
  transform: scale(1.1);
}
.contactmainsec .wrapper .contactform_box form .contactform .oneset .fileuploadbox .del::after {
  content: "✕";
}
.contactmainsec .wrapper .contactform_box form .submitbox {
  padding: 60px;
  background: #3b3938 url(../images/contact_bg.jpg) no-repeat bottom right;
}
.contactmainsec .wrapper .contactform_box form .submitbox .read_privacy {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.contactmainsec .wrapper .contactform_box form .submitbox .read_privacy .inputbox .checkboxbefore {
  width: 18px;
}
.contactmainsec .wrapper .contactform_box form .submitbox .read_privacy .txt .textunderline {
  color: var(--main_color);
}
.contactmainsec .wrapper .contactform_box form .submitbox .sentbtn {
  margin-top: 50px;
  background: transparent;
  color: var(--main_color);
  font-size: 15px;
  width: 240px;
  height: 50px;
  background: url(../images/submitbtn_bg.png) no-repeat;
  background-size: contain;
  border: none;
  transition: 0.3s;
}
.contactmainsec .wrapper .contactform_box form .submitbox .sentbtn:hover {
  transform: scale(0.95);
}

@media (max-width: 1366px) {
  .contactban_out {
    padding: 160px 0 0 0;
  }

  .contact_banner {
    padding: 100px 0 50px 0;
  }

  .contact_banner .wrapper .contactban_inner .leftbox .bantitle .en {
    font-size: 50px;
  }

  .contact_banner .wrapper .contactban_inner .rightbox {
    padding-top: 0;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .contactmainsec .wrapper {
    display: block;
  }

  .contactmainsec .wrapper .contactform_box form .contactform .oneset {
    padding: 24px 20px 24px 20px;
  }

  .contactmainsec .wrapper .contactform_box form .submitbox {
    padding: 40px 30px;
  }
}
@media (max-width: 640px) {
  .contactban_out {
    padding: 100px 0 0 0;
  }

  .contact_banner .wrapper .contactban_inner .leftbox {
    width: 100%;
  }

  .contact_banner .wrapper .contactban_inner .rightbox {
    width: 100%;
    padding-left: 0;
  }

  .contact_banner .wrapper .contactban_inner .rightbox .t1 {
    letter-spacing: 0.5em;
  }
}
@media (max-width: 768px) {
  .contact_banner {
    padding: 50px 0 50px 0;
  }

  .contact_banner .wrapper .contactban_inner .leftbox .bantitle .en {
    font-size: 40px;
  }

  .contactmainsec .wrapper .contactform_box form .contactform .oneset .inputbox {
    flex: initial;
    width: 100%;
  }

  .contactmainsec .wrapper .contactform_box form .contactform .oneset .txt {
    flex-shrink: initial;
    width: 100%;
  }

  .contactmainsec .wrapper .contactform_box form .submitbox .read_privacy {
    font-size: 13px;
  }
}
.backout {
  padding: 60px 40px;
}

.projectlist_sec {
  background: no-repeat center;
  background-size: cover;
  height: 100vh;
  z-index: 2;
  transition: 0.3s;
  z-index: 10000;
}
.projectlist_sec:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  display: block;
}
.projectlist_sec .projectcolumn1 {
  width: 240px;
  background: rgba(0, 0, 0, 0.5);
  position: static;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.projectlist_sec .projectcolumn1 .logoimg {
  padding: 58px 20px 66px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectlist_sec .projectcolumn1 .logoimg img {
  width: 80px;
}
.projectlist_sec .projectcolumn1 .promenu1 {
  position: static;
  padding-top: 50px;
}
.projectlist_sec .projectcolumn1 .promenu1 > li {
  position: static;
}
.projectlist_sec .projectcolumn1 .promenu1 > li a.menu {
  display: block;
  padding: 15px 25px 15px 27px;
}
.projectlist_sec .projectcolumn1 .promenu1 > li a.menu:hover, .projectlist_sec .projectcolumn1 .promenu1 > li a.menu.active {
  color: var(--main_color);
  background: rgba(46, 45, 44, 0.5);
}
.projectlist_sec .projectcolumn1 .promenu1 > li > a .num {
  font-size: 10px;
  padding-left: 5px;
  top: -6px;
}
.projectlist_sec .projectcolumn1 .promenu1 > li .promenu2_outbox {
  position: absolute;
  left: 240px;
  height: 100%;
  width: 240px;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.projectlist_sec .projectcolumn1 .promenu1 > li .promenu2_outbox.active {
  display: block;
}
.projectlist_sec .projectcolumn1 .promenu1 > li ul.promenu2 {
  padding-top: 50px;
}
.projectlist_sec .projectcolumn1 .promenu1 > li ul.promenu2 > li {
  list-style: none;
  position: static;
}
.projectlist_sec .projectcolumn1 .promenu1 > li ul.promenu2 > li > a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 17px;
}
.projectlist_sec .projectcolumn1 .promenu1 > li ul.promenu2 > li > a .listnum {
  font-size: 10px;
  vertical-align: super;
  padding-right: 4px;
  display: inline-block;
  top: 2px;
}

.prolistcon_sec {
  position: absolute;
  left: 480px;
  bottom: 0;
  width: calc(100vw - 480px);
}
.prolistcon_sec .projectlist_content {
  display: none;
  transition: 0.3s;
}
.prolistcon_sec .topcon {
  padding: 30px 78px 35px 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.prolistcon_sec .topcon .title {
  font-size: 40px;
  margin-bottom: 20px;
}
.prolistcon_sec .topcon .title span {
  letter-spacing: 0.025em;
  font-size: 24px;
  font-weight: var(--Light);
}
.prolistcon_sec .topcon .viwbox a {
  font-size: 15px;
  letter-spacing: 0.02em;
  display: inline-block;
  padding-bottom: 10px;
  color: var(--main_color);
  font-size: 15px;
  width: 240px;
  height: 50px;
  background: url(../images/submitbtn_bg.png) no-repeat rgba(0, 0, 0, 0.6);
  background-size: contain;
  transition: 0.3s;
  text-align: center;
  line-height: 50px;
  backdrop-filter: blur(10px);
}
.prolistcon_sec .topcon .viwbox a:hover {
  transform: translate(5px, 0);
}
.prolistcon_sec .botcon {
  padding: 20px 78px 95px 78px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: calc(40/18);
}

@media (max-width: 1480px) {
  .prolistcon_sec .topcon {
    padding: 30px 50px 0 50px;
  }

  .prolistcon_sec .topcon .title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .prolistcon_sec .botcon {
    padding: 40px 50px 60px 50px;
    font-size: 16px;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li a.menu {
    padding: 15px 15px 15px 25px;
  }

  .projectlist_sec .projectcolumn1 {
    width: 200px;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li .promenu2_outbox {
    left: 200px;
    width: 200px;
  }

  .prolistcon_sec {
    left: 400px;
    width: calc(100vw - 400px);
  }
}
@media (max-width: 767px) {
  .projectlist_sec .projectcolumn1 {
    width: 150px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li .promenu2_outbox {
    position: static;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li ul.promenu2 {
    padding-top: 0;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li ul.promenu2 > li > a {
    font-size: 15px;
    padding: 10px 15px 10px 15px;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li .promenu2_outbox {
    width: 100%;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li a.menu {
    padding: 10px 10px 10px 10px;
  }

  .prolistcon_sec {
    left: 150px;
    width: calc(100vw - 150px);
  }

  .prolistcon_sec .topcon .title {
    font-size: 26px;
    margin-bottom: 0;
  }

  .prolistcon_sec .topcon {
    padding: 0px 20px 0 20px;
  }

  .prolistcon_sec .botcon {
    padding: 20px 20px 40px 20px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .projectlist_sec .projectcolumn1 .promenu1 > li a.menu {
    font-size: 15px;
  }

  .projectlist_sec .projectcolumn1 .promenu1 > li ul.promenu2 > li > a {
    font-size: 14px;
  }

  .projectlist_sec .projectcolumn1 {
    width: 130px;
  }

  .prolistcon_sec {
    left: 130px;
    width: calc(100vw - 130px);
  }

  .prolistcon_sec .topcon .title {
    font-size: 23px;
    margin-bottom: 0;
  }

  .prolistcon_sec .topcon .viwbox a {
    width: 190px;
    height: 40px;
    line-height: 40px;
  }
}
.proinbanner {
  padding-top: 160px;
  margin-bottom: 65px;
}
.proinbanner .proinbg {
  position: absolute;
  background: no-repeat 10% center;
  background-size: cover;
  aspect-ratio: 1920/600;
  width: 100%;
  top: 0;
  z-index: 2;
  max-height: 600px;
}
.proinbanner .proinbgfront {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  aspect-ratio: 1920/600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Safari */
  background: rgba(255, 255, 255, 0.2);
  /* 必須要有透明背景 */
  max-height: 600px;
}
.proinbanner .proinimgout {
  padding: 0 30px;
}
.proinbanner .proinimg {
  aspect-ratio: 1200/560;
  background: no-repeat center center;
  background-size: cover;
  top: 10%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.promain_sec .wrapper {
  max-width: 1280px;
}
.promain_sec .probreadtitle {
  display: flex;
  flex-wrap: wrap;
  gap: 78px;
  padding-bottom: 90px;
  align-items: end;
}
.promain_sec .probreadtitle .breadroad {
  width: calc((100% - 78px) / 2);
}
.promain_sec .probreadtitle .prointitle {
  flex: 1;
}
.promain_sec .probreadtitle .prointitle .class {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--main_color);
}
.promain_sec .probreadtitle .prointitle .title {
  font-size: 30px;
  letter-spacing: 0.025em;
}
.promain_sec .proinmain {
  display: flex;
  flex-wrap: wrap;
  gap: 78px;
}
.promain_sec .proinmain .photosbox {
  width: calc((100% - 78px) / 2);
}
.promain_sec .proinmain .photosbox img {
  width: 100%;
}
.promain_sec .proinmain .conbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promain_sec .proinmain .conbox .conboxin {
  position: sticky;
  top: 0;
  padding-bottom: 250px;
}
.promain_sec .proinmain .conbox .proinfo tbody tr td {
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 8px 10px;
}
.promain_sec .proinmain .conbox .proinfo tbody tr td:first-child {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  padding-left: 0;
}
.promain_sec .proinmain .conbox .unreset {
  margin-top: 20px;
}
.promain_sec .proinmain .conbox .prode_prenext {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  justify-content: space-between;
  gap: 20px;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox.nextbox .con {
  margin-bottom: 15px;
  text-align: right;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox.nextbox .photo {
  margin-bottom: 10px;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox.nextbox .arrow {
  text-align: right;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox.nextbox .arrow .fa-solid {
  margin-right: 0px;
  margin-left: 10px;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox .con {
  margin-bottom: 15px;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox .con .class {
  color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  letter-spacing: 0.02em;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox .con .title {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox .photo {
  margin-bottom: 15px;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox .photo img {
  max-width: 160px;
  width: 100%;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox .arrow {
  color: var(--main_color);
  font-size: 15px;
  letter-spacing: 0.02em;
}
.promain_sec .proinmain .conbox .prode_prenext .otherbox .arrow .fa-solid {
  margin-right: 10px;
  font-size: 13px;
}

@media (max-width: 960px) {
  .proinbanner {
    padding-top: 120px;
  }

  .promain_sec .probreadtitle {
    display: block;
  }

  .promain_sec .proinmain {
    display: block;
  }

  .promain_sec .proinmain .photosbox {
    width: 100%;
    max-width: 600px;
  }

  .promain_sec .proinmain .conbox .conboxin {
    position: static;
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .promain_sec .proinmain .conbox .prode_prenext {
    margin-top: 0px;
  }

  .promain_sec .probreadtitle {
    padding-bottom: 20px;
  }

  .promain_sec .proinmain .conbox .proinfo tbody tr td {
    font-size: 16px;
  }

  .promain_sec .probreadtitle .breadroad {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .proinbanner {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .proinbanner .proinbgfront {
    min-height: 220px;
  }

  .proinbanner .proinbg {
    min-height: 220px;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* 動畫：右 → 中間停留 → 左 */
@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);
  }
}
