@charset "UTF-8";
:root {
  --section_slant: 140px;
}
@media (max-width: 960px) {
  :root {
    --section_slant: 60px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:focus,
*:active,
*:hover {
  outline: none;
}

@font-face {
  font-family: "Serathine";
  src: url("../fonts/serathine-bwrgg.ttf") format("truetype");
  font-display: swap;
}
body {
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-transition: padding-top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: padding-top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.noscroll {
  overflow-y: hidden;
}
body[data-page=service] .inner_page {
  padding-top: 80px;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.texteditor ol,
.texteditor ul {
  list-style-type: decimal;
  margin: 1em 0;
  padding: 0 0 0 40px;
}

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1.seo,
h2.seo {
  position: fixed;
  top: -100%;
  left: -100%;
  visibility: hidden;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #333333;
}

p {
  margin: 0;
}

button {
  padding: 0;
  border: 0;
  background: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  width: 100%;
  margin: 0 auto;
}

input:not([type=radio]):not([type=checkbox]),
textarea,
select {
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: inherit;
}
input:not([type=radio]):not([type=checkbox])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: inherit;
}
input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: inherit;
}
input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: inherit;
}
input:not([type=radio]):not([type=checkbox])::placeholder,
textarea::placeholder,
select::placeholder {
  color: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.underline {
  text-decoration: underline;
}

.del {
  text-decoration: line-through;
}

.break-all {
  word-break: break-all;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes goUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes goUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes goDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes goDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes goLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes goLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes goLeft_cc {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + 30px), -50%);
            transform: translate(calc(-50% + 30px), -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes goLeft_cc {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + 30px), -50%);
            transform: translate(calc(-50% + 30px), -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes goRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes goRight_cc {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 30px), -50%);
            transform: translate(calc(-50% - 30px), -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes goRight_cc {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 30px), -50%);
            transform: translate(calc(-50% - 30px), -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes shiny {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shiny_xc {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes shiny_xc {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes shiny_yc {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes shiny_yc {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes shiny_cc {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes shiny_cc {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes ud {
  0% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  25% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  50% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  75% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  100% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@keyframes ud {
  0% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  25% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  50% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  75% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  100% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@-webkit-keyframes ud_xc {
  0% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  25% {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
  }
  50% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  75% {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
  }
  100% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
}
@keyframes ud_xc {
  0% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  25% {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
  }
  50% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  75% {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
  }
  100% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
}
@-webkit-keyframes ud_yc {
  0% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  25% {
    -webkit-transform: translate(0, calc(-50% + 25px));
            transform: translate(0, calc(-50% + 25px));
  }
  50% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  75% {
    -webkit-transform: translate(0, calc(-50% + 25px));
            transform: translate(0, calc(-50% + 25px));
  }
  100% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@keyframes ud_yc {
  0% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  25% {
    -webkit-transform: translate(0, calc(-50% + 25px));
            transform: translate(0, calc(-50% + 25px));
  }
  50% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  75% {
    -webkit-transform: translate(0, calc(-50% + 25px));
            transform: translate(0, calc(-50% + 25px));
  }
  100% {
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@-webkit-keyframes ud_cc {
  0% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  25% {
    -webkit-transform: translate(-50%, calc(-50% + 25px));
            transform: translate(-50%, calc(-50% + 25px));
  }
  50% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  75% {
    -webkit-transform: translate(-50%, calc(-50% + 25px));
            transform: translate(-50%, calc(-50% + 25px));
  }
  100% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
}
@keyframes ud_cc {
  0% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  25% {
    -webkit-transform: translate(-50%, calc(-50% + 25px));
            transform: translate(-50%, calc(-50% + 25px));
  }
  50% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  75% {
    -webkit-transform: translate(-50%, calc(-50% + 25px));
            transform: translate(-50%, calc(-50% + 25px));
  }
  100% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
}
@-webkit-keyframes lr {
  0% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
  25% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
  75% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  100% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
}
@keyframes lr {
  0% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
  25% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
  75% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  100% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
}
@-webkit-keyframes lr_xc {
  0% {
    -webkit-transform: translate(calc(-50% - 25px), 0);
            transform: translate(calc(-50% - 25px), 0);
  }
  25% {
    -webkit-transform: translate(calc(-50% + 25px), 0);
            transform: translate(calc(-50% + 25px), 0);
  }
  50% {
    -webkit-transform: translate(calc(-50% - 25px), 0);
            transform: translate(calc(-50% - 25px), 0);
  }
  75% {
    -webkit-transform: translate(calc(-50% + 25px), 0);
            transform: translate(calc(-50% + 25px), 0);
  }
  100% {
    -webkit-transform: translate(calc(-50% - 25px), 0);
            transform: translate(calc(-50% - 25px), 0);
  }
}
@keyframes lr_xc {
  0% {
    -webkit-transform: translate(calc(-50% - 25px), 0);
            transform: translate(calc(-50% - 25px), 0);
  }
  25% {
    -webkit-transform: translate(calc(-50% + 25px), 0);
            transform: translate(calc(-50% + 25px), 0);
  }
  50% {
    -webkit-transform: translate(calc(-50% - 25px), 0);
            transform: translate(calc(-50% - 25px), 0);
  }
  75% {
    -webkit-transform: translate(calc(-50% + 25px), 0);
            transform: translate(calc(-50% + 25px), 0);
  }
  100% {
    -webkit-transform: translate(calc(-50% - 25px), 0);
            transform: translate(calc(-50% - 25px), 0);
  }
}
@-webkit-keyframes lr_yc {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
  25% {
    -webkit-transform: translate(25px, -50%);
            transform: translate(25px, -50%);
  }
  50% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
  75% {
    -webkit-transform: translate(25px, -50%);
            transform: translate(25px, -50%);
  }
  100% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
}
@keyframes lr_yc {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
  25% {
    -webkit-transform: translate(25px, -50%);
            transform: translate(25px, -50%);
  }
  50% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
  75% {
    -webkit-transform: translate(25px, -50%);
            transform: translate(25px, -50%);
  }
  100% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
}
@-webkit-keyframes lr_cc {
  0% {
    -webkit-transform: translate(calc(-50% - 25px), -50%);
            transform: translate(calc(-50% - 25px), -50%);
  }
  25% {
    -webkit-transform: translate(calc(-50% + 25px), -50%);
            transform: translate(calc(-50% + 25px), -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% - 25px), -50%);
            transform: translate(calc(-50% - 25px), -50%);
  }
  75% {
    -webkit-transform: translate(calc(-50% + 25px), -50%);
            transform: translate(calc(-50% + 25px), -50%);
  }
  100% {
    -webkit-transform: translate(calc(-50% - 25px), -50%);
            transform: translate(calc(-50% - 25px), -50%);
  }
}
@keyframes lr_cc {
  0% {
    -webkit-transform: translate(calc(-50% - 25px), -50%);
            transform: translate(calc(-50% - 25px), -50%);
  }
  25% {
    -webkit-transform: translate(calc(-50% + 25px), -50%);
            transform: translate(calc(-50% + 25px), -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% - 25px), -50%);
            transform: translate(calc(-50% - 25px), -50%);
  }
  75% {
    -webkit-transform: translate(calc(-50% + 25px), -50%);
            transform: translate(calc(-50% + 25px), -50%);
  }
  100% {
    -webkit-transform: translate(calc(-50% - 25px), -50%);
            transform: translate(calc(-50% - 25px), -50%);
  }
}
@-webkit-keyframes drift_ud {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  25% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  75% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@keyframes drift_ud {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  25% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  75% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@-webkit-keyframes shake＿slightly {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes shake＿slightly {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes imgbgc_in {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes imgbgc_in {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes imgbgc_out {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes imgbgc_out {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes imgbgc_in_out {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes imgbgc_in_out {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 22px 60px 0 36px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1200px) {
  header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 20px 0 16px;
  }
}
@media (max-width: 480px) {
  header {
    opacity: 1;
    pointer-events: auto;
  }
}
header .logo a {
  display: block;
  width: 269px;
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1440px) {
  header .logo a {
    width: 250px;
  }
}
@media (max-width: 1366px) {
  header .logo a {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  header .logo a {
    width: 200px;
  }
}
@media (max-width: 640px) {
  header .logo a {
    width: 185px;
  }
}
@media (max-width: 480px) {
  header .logo a {
    width: 165px;
  }
}
header .logo a img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 480px) {
  header .logo a img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  header .nav {
    padding-bottom: 0;
  }
}
@media (max-width: 720px) {
  header .nav {
    padding-top: 10px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
header .nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
@media (max-width: 1200px) {
  header .nav .menu {
    display: none;
  }
}
header .nav .menu > li {
  position: relative;
  padding: 10px 0;
}
header .nav .menu > li > a {
  display: block;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1600px) {
  header .nav .menu > li > a {
    padding: 10px 20px;
  }
}
@media (max-width: 1366px) {
  header .nav .menu > li > a {
    padding: 10px 15px;
  }
}
header .nav .menu > li > a:hover, header .nav .menu > li > a.active {
  color: #B50005;
}
header .nav .menu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  pointer-events: none;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .menu > li ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .menu > li ul li a:hover, header .nav .menu > li ul li a.active {
  color: #B50005;
}
header .nav .menu li:hover > ul {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
header .nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
@media (max-width: 1200px) {
  header .nav .social {
    display: none;
  }
}
header .nav .social li a {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1600px) {
  header .nav .social li a {
    padding: 10px 15px;
  }
}
@media (max-width: 1366px) {
  header .nav .social li a {
    padding: 10px 12px;
  }
}
header .nav .social li a i {
  display: block;
  color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .social li a:hover i {
  color: #B50005;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
header .nav .contact {
  -webkit-transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
header .nav .contact a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 35px;
  background: #B50005;
  border-radius: 4px;
  overflow: hidden;
}
header .nav .contact a span {
  position: relative;
  z-index: 1;
}
header .nav .contact a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0%;
  background: #333333;
  -webkit-transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .contact a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
header .nav .hamburger_title {
  margin-right: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
@media (min-width: 1201px) {
  header .nav .hamburger_title {
    display: none;
  }
}
header .nav .hamburger_title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
header .nav .hamburger {
  position: relative;
  width: 35px;
  height: 17px;
  cursor: pointer;
  overflow: hidden;
}
header .nav .hamburger div {
  position: absolute;
  width: 50%;
  height: 1px;
  background: #333333;
}
header .nav .hamburger div:nth-child(odd) {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
header .nav .hamburger div:nth-child(even) {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
header .nav .hamburger div:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
header .nav .hamburger div:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
header .nav .hamburger div:nth-child(3) {
  top: 8px;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
header .nav .hamburger div:nth-child(4) {
  top: 8px;
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
header .nav .hamburger div:nth-child(5) {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
header .nav .hamburger div:nth-child(6) {
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
header .nav .hamburger.active div {
  background: #fff;
}
header .nav .hamburger.active div:nth-child(1) {
  width: 55%;
  -webkit-transform: rotate(24.25deg);
          transform: rotate(24.25deg);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .hamburger.active div:nth-child(2) {
  width: 55%;
  -webkit-transform: rotate(-24.25deg);
          transform: rotate(-24.25deg);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .hamburger.active div:nth-child(3) {
  left: -50%;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .hamburger.active div:nth-child(4) {
  right: -50%;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .hamburger.active div:nth-child(5) {
  width: 55%;
  -webkit-transform: rotate(-24.25deg);
          transform: rotate(-24.25deg);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav .hamburger.active div:nth-child(6) {
  width: 55%;
  -webkit-transform: rotate(24.25deg);
          transform: rotate(24.25deg);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header.in {
  opacity: 1;
  pointer-events: auto;
}
header.in .logo a img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header.scroll:not(.active) {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.scroll:not(.active) .logo a {
  width: 155px;
}
header.scroll:not(.active) .nav {
  padding-bottom: 0;
}
header.active .logo {
  pointer-events: auto;
}
header.active .logo a {
  opacity: 1;
}
header.active .logo a img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header.active .nav .menu,
header.active .nav .social,
header.active .nav .contact {
  opacity: 0;
  pointer-events: none;
}
header.active .nav .menu,
header.active .nav .social {
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header.active .nav .contact {
  -webkit-transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: padding 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header.active .nav .hamburger_title {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mbPanel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background: #ececec;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: left 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: left 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
}
.mbPanel .close {
  position: absolute;
  top: 74px;
  right: -95px;
  width: 95px;
  color: transparent;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0 14px;
  background: #000;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
@media (max-width: 1440px) {
  .mbPanel .close {
    top: 65px;
  }
}
@media (max-width: 1366px) {
  .mbPanel .close {
    top: 56px;
  }
}
@media (max-width: 1200px) {
  .mbPanel .close {
    top: 40px;
    right: -79px;
    width: 79px;
  }
}
@media (max-width: 1024px) {
  .mbPanel .close {
    top: 34px;
  }
}
@media (max-width: 720px) {
  .mbPanel .close {
    top: 42px;
    right: -144px;
    width: 144px;
    padding: 13px 79px 13px 22px;
  }
}
@media (max-width: 640px) {
  .mbPanel .close {
    top: 38px;
  }
}
@media (max-width: 480px) {
  .mbPanel .close {
    top: 33px;
    right: -111px;
    width: 111px;
    padding: 13px 57px 13px 11px;
  }
}
.mbPanel .box {
  position: absolute;
  top: 58px;
  bottom: 58px;
  left: 108px;
  right: 108px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1440px) {
  .mbPanel .box {
    top: 54px;
    bottom: 54px;
    left: 103px;
    right: 103px;
  }
}
@media (max-width: 1366px) {
  .mbPanel .box {
    top: 50px;
    bottom: 50px;
    left: 100px;
    right: 100px;
  }
}
@media (max-width: 1200px) {
  .mbPanel .box {
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 720px) {
  .mbPanel .box {
    left: 0;
    right: 0;
  }
}
@media (max-width: 480px) {
  .mbPanel .box {
    top: 100px;
  }
}
.mbPanel .box .layer_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dadada;
  opacity: 0;
  -webkit-transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
.mbPanel .box .layer_1.in {
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
}
.mbPanel .box .layer_2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.mbPanel .box .layer_2.in {
  right: 0;
  opacity: 1;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: right 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
}
.mbPanel .box .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 130px;
  bottom: 50px;
  left: 30px;
  right: 30px;
  padding: 15px 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 960px) {
  .mbPanel .box .nav {
    top: 100px;
  }
}
@media (max-width: 480px) {
  .mbPanel .box .nav {
    top: 30px;
    left: 20px;
    right: 20px;
  }
}
.mbPanel .box .nav .menu_pc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 600px;
  max-width: 100%;
  pointer-events: none;
}
@media (max-width: 960px) {
  .mbPanel .box .nav .menu_pc {
    display: none;
  }
}
.mbPanel .box .nav .menu_pc > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 30px 30px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mbPanel .box .nav .menu_pc > div:nth-child(1) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.mbPanel .box .nav .menu_pc > div:nth-child(2) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.mbPanel .box .nav .menu_pc > div:nth-child(3) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.mbPanel .box .nav .menu_pc > div:nth-child(4) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.mbPanel .box .nav .menu_pc > div:nth-child(5) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.mbPanel .box .nav .menu_pc > div::before {
  content: "\f061";
  position: absolute;
  top: 50%;
  left: -30px;
  color: transparent;
  font-size: 19px;
  font-family: "FontAwesome";
  -webkit-transform: translateY(calc(-50% - 15px));
          transform: translateY(calc(-50% - 15px));
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1200px) {
  .mbPanel .box .nav .menu_pc > div::before {
    left: -15px;
  }
}
.mbPanel .box .nav .menu_pc > div svg {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4.121vw;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1200px) {
  .mbPanel .box .nav .menu_pc > div div:nth-child(1) {
    padding-right: 2vw;
  }
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) > a {
  display: block;
  color: #c30e23;
  font-size: calc(1.458333vw + 1rem);
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  margin-right: 18px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1200px) {
  .mbPanel .box .nav .menu_pc > div div:nth-child(1) > a {
    margin-right: 9px;
  }
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) ul li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) ul li:not(:last-child)::after {
  content: "/";
  color: #d3d3d3;
  font-size: 16px;
  margin-top: -4px;
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) ul li a {
  display: block;
  position: relative;
  color: #262626;
  font-size: 15px;
  padding: 10px 16px;
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: transparent;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_pc > div div:nth-child(1) ul li a:hover::before, .mbPanel .box .nav .menu_pc > div div:nth-child(1) ul li a.active::before {
  background: #b81b25;
  -webkit-transform: translate(-50%, 2px);
          transform: translate(-50%, 2px);
}
.mbPanel .box .nav .menu_pc > div div:nth-child(2) {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.mbPanel .box .nav .menu_pc > div div:nth-child(2) a {
  display: block;
  color: #262626;
  font-size: calc(0.99432vw + 0.68182rem);
  font-weight: 700;
  letter-spacing: 3px;
}
.mbPanel .box .nav .menu_pc > div:hover::before, .mbPanel .box .nav .menu_pc > div.active::before {
  left: -20px;
  color: #c30e23;
}
@media (max-width: 1200px) {
  .mbPanel .box .nav .menu_pc > div:hover::before, .mbPanel .box .nav .menu_pc > div.active::before {
    left: -5px;
  }
}
.mbPanel .box .nav .menu_pc > div:hover svg, .mbPanel .box .nav .menu_pc > div.active svg {
  opacity: 1;
}
.mbPanel .box .nav .menu_pc .btn_1 {
  float: right;
  margin-top: 20px;
  padding: 11.75px 35px;
  background: #B50005;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_pc .btn_1::before {
  background: #333333;
}
.mbPanel .box .nav .menu_pc .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 10px 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_pc .social li a {
  display: block;
  font-size: 26px;
  padding: 10px 20px;
}
.mbPanel .box .nav .menu_pc .social li a i {
  display: block;
  color: #191919;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_pc .social li a:hover i {
  color: #B50005;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.mbPanel .box .nav .menu_pc.in {
  pointer-events: auto;
  -webkit-transition: pointer-events 0s 1.8s;
  transition: pointer-events 0s 1.8s;
}
.mbPanel .box .nav .menu_pc.in > div {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mbPanel .box .nav .menu_pc.in > div:nth-child(1) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
}
.mbPanel .box .nav .menu_pc.in > div:nth-child(2) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
.mbPanel .box .nav .menu_pc.in > div:nth-child(3) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
.mbPanel .box .nav .menu_pc.in > div:nth-child(4) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
}
.mbPanel .box .nav .menu_pc.in > div:nth-child(5) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
}
.mbPanel .box .nav .menu_pc.in .btn_1,
.mbPanel .box .nav .menu_pc.in .social {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
}
.mbPanel .box .nav .menu_mb {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
@media (min-width: 961px) {
  .mbPanel .box .nav .menu_mb {
    display: none;
  }
}
.mbPanel .box .nav .menu_mb > div {
  position: relative;
  width: 100%;
  padding: 0 30px 25px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mbPanel .box .nav .menu_mb > div:nth-child(1) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.mbPanel .box .nav .menu_mb > div:nth-child(2) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.mbPanel .box .nav .menu_mb > div:nth-child(3) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.mbPanel .box .nav .menu_mb > div:nth-child(4) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.mbPanel .box .nav .menu_mb > div:nth-child(5) {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.mbPanel .box .nav .menu_mb > div > div > a:nth-child(1) {
  display: block;
  color: #c30e23;
  font-size: calc(1.875vw + 1rem);
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 640px) {
  .mbPanel .box .nav .menu_mb > div > div > a:nth-child(1) {
    font-size: calc(2.18333vw + 1.47rem);
  }
}
.mbPanel .box .nav .menu_mb > div > div > a:nth-child(2) {
  display: block;
  color: #262626;
  font-size: calc(1.10294vw + 0.58824rem);
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 640px) {
  .mbPanel .box .nav .menu_mb > div > div > a:nth-child(2) {
    font-size: calc(1.66666vw + 0.75rem);
  }
}
.mbPanel .box .nav .menu_mb > div > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -16px;
  margin-top: 9px;
}
.mbPanel .box .nav .menu_mb > div > div ul li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mbPanel .box .nav .menu_mb > div > div ul li:not(:last-child)::after {
  content: "/";
  color: #d3d3d3;
  font-size: 16px;
  margin-top: -4px;
}
.mbPanel .box .nav .menu_mb > div > div ul li a {
  display: block;
  position: relative;
  color: #262626;
  font-size: 15px;
  padding: 9px 16px;
}
.mbPanel .box .nav .menu_mb > div > div ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background: transparent;
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_mb > div > div ul li a:hover::before, .mbPanel .box .nav .menu_mb > div > div ul li a.active::before {
  background: #b81b25;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.mbPanel .box .nav .menu_mb > div svg {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_mb > div:hover svg, .mbPanel .box .nav .menu_mb > div.active svg {
  opacity: 1;
}
.mbPanel .box .nav .menu_mb .btn_1 {
  margin: 15px;
  padding: 11.75px 35px;
  background: #B50005;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_mb .btn_1::before {
  background: #333333;
}
.mbPanel .box .nav .menu_mb .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_mb .social li a {
  display: block;
  font-size: 20px;
  padding: 10px 15px;
}
.mbPanel .box .nav .menu_mb .social li a i {
  display: block;
  color: #191919;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel .box .nav .menu_mb .social li a:hover i {
  color: #B50005;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.mbPanel .box .nav .menu_mb.in {
  pointer-events: auto;
  -webkit-transition: pointer-events 0s 1.8s;
  transition: pointer-events 0s 1.8s;
}
.mbPanel .box .nav .menu_mb.in > div {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mbPanel .box .nav .menu_mb.in > div:nth-child(1) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
}
.mbPanel .box .nav .menu_mb.in > div:nth-child(2) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
.mbPanel .box .nav .menu_mb.in > div:nth-child(3) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
.mbPanel .box .nav .menu_mb.in > div:nth-child(4) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
}
.mbPanel .box .nav .menu_mb.in > div:nth-child(5) {
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
}
.mbPanel .box .nav .menu_mb.in .btn_1,
.mbPanel .box .nav .menu_mb.in .social {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
}
.mbPanel.active {
  left: 0;
  -webkit-transition: left 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mbPanel.active .close {
  right: 0;
  color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
@media (max-width: 480px) {
  .mbPanel.active .close {
    right: 11px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 90px 0 60px;
  background: #191919;
  border-bottom: 7px solid #c30e23;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer {
    padding: 60px 0;
  }
}
footer .marquee {
  position: relative;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  overflow: hidden;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  footer .marquee {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
}
footer .marquee > p {
  position: absolute;
  top: 50%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #191919;
  font-size: 118px;
  font-family: "Righteous", cursive;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-text-stroke: 1px #353535;
  pointer-events: none;
  -webkit-animation: marquee 15s linear infinite;
          animation: marquee 15s linear infinite;
}
@media (max-width: 768px) {
  footer .marquee > p {
    font-size: 94px;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(-1.5%, -50%);
            transform: translate(-1.5%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(-1.5%, -50%);
            transform: translate(-1.5%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
footer .marquee > a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .marquee > a svg.envelope {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  footer .marquee > a svg.envelope {
    height: 30px;
  }
}
footer .marquee > a .round {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .marquee > a .round img {
  height: 180px;
  -webkit-animation: round 8s linear infinite;
          animation: round 8s linear infinite;
}
@media (max-width: 768px) {
  footer .marquee > a .round img {
    height: 150px;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
footer .marquee > a:hover .round {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
footer .footer_info {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  footer .footer_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .footer_info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}
footer .footer_info .container .info_left {
  width: 55%;
  padding: 0 5% 0 0;
  margin: 0;
}
@media (max-width: 1024px) {
  footer .footer_info .container .info_left {
    width: 50%;
    padding: 0 5% 0 0;
  }
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
footer .footer_info .container .info_left .left_inner_text {
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left .left_inner_text {
    text-align: center;
  }
}
footer .footer_info .container .info_left .combine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left .combine {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}
footer .footer_info .container .info_left .combine .logo {
  margin-right: 33px;
  padding-bottom: 18px;
  padding-top: 18px;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left .combine .logo {
    margin-right: 0;
    padding-bottom: 30px;
  }
}
footer .footer_info .container .info_left .combine .logo a {
  display: block;
}
footer .footer_info .container .info_left .combine .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left .combine .social {
    gap: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer_info .container .info_left .combine .social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_info .container .info_left .combine .social li a {
  font-size: 18px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left .combine .social li a {
    font-size: 24px;
    padding: 12px;
  }
}
footer .footer_info .container .info_left .combine .social li a i {
  color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .footer_info .container .info_left .combine .social li a:hover i {
  color: #a3a3a3;
}
footer .footer_info .container .info_left p {
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left p {
    text-align: center;
  }
}
footer .footer_info .container .info_left p > span {
  display: inline-block;
  padding: 0px 15px 0px 0;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left p > span {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
}
footer .footer_info .container .info_left p > span a {
  color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .footer_info .container .info_left p > span a:hover {
  color: #a3a3a3;
}
footer .footer_info .container .info_left .copyright_txt {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_left .copyright_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
}
footer .footer_info .container .info_right {
  width: 38%;
  margin-left: 2%;
}
@media (max-width: 1024px) {
  footer .footer_info .container .info_right {
    width: 45%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  footer .footer_info .container .info_right {
    width: 100%;
  }
}
footer .footer_info .container .info_right h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_right h3 {
    text-align: center;
  }
}
footer .footer_info .container .info_right p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_right p {
    text-align: center;
  }
}
footer .footer_info .container .info_right p > span {
  display: inline-block;
  padding: 5px 15px 5px 0;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_right p > span {
    padding: 0 7.5px;
  }
}
footer .footer_info .container .info_right p > span a {
  color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .footer_info .container .info_right p > span a:hover {
  color: #a3a3a3;
}
footer .footer_info .container .info_right p .disclaimer {
  padding: 0 15px 0 0;
}
@media (max-width: 475px) {
  footer .footer_info .container .info_right p .disclaimer {
    margin: 10px 0;
    padding: 0 7.5px;
  }
}
footer .footer_info .container .info_right p .disclaimer a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
}
footer .footer_info .container .info_right p .disclaimer a:hover {
  border: 1px solid #a3a3a3;
}
footer .footer_info .container .info_right p .subscribe {
  padding: 0;
}
@media (max-width: 475px) {
  footer .footer_info .container .info_right p .subscribe {
    margin: 10px 0;
    padding: 0 7.5px;
  }
}
footer .footer_info .container .info_right p .subscribe a {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  background: #B50005;
  border: 1px solid #B50005;
}
footer .footer_info .container .info_right p .subscribe a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  margin: 0 15px 4px 0;
}
footer .footer_info .container .info_right p .subscribe a:hover {
  color: #fff;
  background: #333333;
}
footer .footer_info .container .info_right .sitemap {
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_right .sitemap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
footer .footer_info .container .info_right .sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_right .sitemap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_info .container .info_right .sitemap ul li {
  padding: 5px 0;
}
@media (max-width: 768px) {
  footer .footer_info .container .info_right .sitemap ul li {
    padding: 5px 15px;
    margin-bottom: 15px;
  }
}
footer .footer_info .container .info_right .sitemap ul li:not(:last-child) {
  padding-right: 25px;
  margin-right: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#4c4c4c));
  background-image: linear-gradient(to bottom, #4c4c4c, #4c4c4c);
  background-position: right 15px;
  background-size: 1px 13px;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  footer .footer_info .container .info_right .sitemap ul li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
footer .footer_info .container .info_right .sitemap ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .footer_info .container .info_right .sitemap ul li a:hover {
  color: #a3a3a3;
}
footer .footer_info .container .info_right .sitemap ul li a:first-child {
  font-size: 15px;
  margin-bottom: 10px;
}
footer.in .marquee {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  footer.in .marquee {
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
}
footer.in .footer_info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
@media (max-width: 768px) {
  footer.in .footer_info {
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.light_box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.light_box.show {
  opacity: 1;
}
.light_box.show .light_box_content {
  visibility: visible;
  pointer-events: auto;
  translate: 0;
  opacity: 1;
}

.light_box_mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.light_box_mask.show {
  opacity: 1;
  visibility: visible;
}

.light_box_content {
  position: relative;
  padding: 90px 100px;
  max-width: 90%;
  max-height: 90vh;
  color: #000;
  background-color: #fff;
  overflow: auto;
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .light_box_content {
    padding: 70px;
  }
}
@media (max-width: 768px) {
  .light_box_content {
    padding: 50px 20px;
  }
}

.close_light_box_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #B50005;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.close_light_box_btn:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}
.close_light_box_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
  background-position: 50% 50%;
  background-size: 1px 100%, 100% 1px;
  background-repeat: no-repeat;
  rotate: 45deg;
}

.new_light_box .light_box_content {
  padding: 9.0625vw 90px 9.0625vw 450px;
  background: #fff url("../images/edm.jpg") no-repeat left bottom;
}
@media (max-width: 1700px) {
  .new_light_box .light_box_content {
    background: #fff url("../images/edm.jpg") no-repeat left -50px bottom -50px;
  }
}
@media (max-width: 1200px) {
  .new_light_box .light_box_content {
    padding: 105px 50px 105px 390px;
  }
}
@media (max-width: 1024px) {
  .new_light_box .light_box_content {
    width: unset !important;
    padding: 105px 40px 105px 375px;
  }
}
@media (max-width: 768px) {
  .new_light_box .light_box_content {
    padding: 50px 40px;
    background: #fff;
  }
}
@media (max-width: 400px) {
  .new_light_box .light_box_content {
    padding: 50px 20px;
  }
}
.new_light_box .light_box_content > div .new_light_box_title_1 {
  margin-bottom: 5px;
  color: #444;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .new_light_box .light_box_content > div .new_light_box_title_1 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .new_light_box .light_box_content > div .new_light_box_title_1 {
    font-size: 18px;
  }
}
.new_light_box .light_box_content > div .new_light_box_title_2 {
  color: #444;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .new_light_box .light_box_content > div .new_light_box_title_2 {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .new_light_box .light_box_content > div .new_light_box_title_2 {
    font-size: 22px;
  }
}
.new_light_box .light_box_content > div .new_light_box_title_2 span {
  padding-left: 5px;
  color: #B50005;
  background: linear-gradient(to top, #ffff00 8px, transparent 0) left 0 bottom 3px/100% 46px repeat-y;
}
.new_light_box .light_box_content > div input {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 25px 0 35px;
  padding: 15px 20px;
  border: none;
  border-radius: 35px;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  color: #b0b0b0;
  font-size: 14px;
}
.new_light_box .light_box_content > div .edm_submit_btn {
  width: 200px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_light_box .light_box_content > div .edm_submit_btn:hover {
  color: #fff;
  background: #B50005;
}

.btn_1 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 15px 35px;
  background: #333333;
  overflow: hidden;
}
.btn_1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
}
.btn_1 span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  margin-right: 15px;
}
.btn_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0%;
  background: #B50005;
  -webkit-transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn_1:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  gap: 20px 30px;
}
@media (max-width: 640px) {
  .btn_box {
    margin-top: 30px;
    gap: 10px 10px;
  }
}

.btn_arrow {
  position: relative;
  width: 220px;
  height: 65px;
  color: #fff;
  font-size: 14px;
  background: #000 url("./../images/btnArrow.svg") right 30px top 50%/38px auto no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .btn_arrow {
    height: 45px;
  }
}
.btn_arrow:hover {
  background-color: #B50005;
  background-position: right 20px top 50%;
}

.btn_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 65px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .btn_dot {
    width: auto;
    min-width: 150px;
    height: 45px;
  }
}
.btn_dot:hover {
  color: #fff;
  background-color: #B50005;
}
.btn_dot.reverse {
  background-color: #B50005;
}
.btn_dot.reverse:hover {
  background-color: #000;
}
.btn_dot::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 12px;
}
.btn_dot::before {
  background-color: #fff;
}

.btn_cross.reverse {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.prev_arrow_btn,
.next_arrow_btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 640px) {
  .prev_arrow_btn,
  .next_arrow_btn {
    width: 45px;
    height: 45px;
  }
}
.prev_arrow_btn::before, .prev_arrow_btn::after,
.next_arrow_btn::before,
.next_arrow_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin-left: -5px;
  background-color: #B50005;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.prev_arrow_btn::before,
.next_arrow_btn::before {
  rotate: 40deg;
}
.prev_arrow_btn::after,
.next_arrow_btn::after {
  rotate: -40deg;
}

.prev_arrow_btn {
  left: 0;
}
.prev_arrow_btn::before, .prev_arrow_btn::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.next_arrow_btn {
  right: 0;
}
.next_arrow_btn::before, .next_arrow_btn::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.prev_arrow_text_btn,
.next_arrow_text_btn {
  position: absolute;
  width: 192px;
  height: 683px;
}
.prev_arrow_text_btn.disable,
.next_arrow_text_btn.disable {
  display: none;
}

.prev_arrow_text_btn::before {
  content: url("./../../../images/back_text.svg");
}

.next_arrow_text_btn::before {
  content: url("./../../../images/next_text.svg");
}

.new_btn {
  display: block;
  position: relative;
  width: 210px;
  margin: 37px auto 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  border-radius: 50px;
  isolation: isolate;
  overflow: hidden;
}
.new_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#b81c25), to(#831125));
  background: linear-gradient(to right, #b81c25 0%, #831125 100%);
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -2;
}
.new_btn:hover {
  color: #fff;
}
.new_btn:hover::before {
  opacity: 0;
}

.button12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  border: 1px solid #B50005;
  border-radius: 4px;
  background-color: #B50005;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  width: 200px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button12.center {
  margin: 0 auto;
}
.button12.arrowtype {
  padding: 0;
  border-radius: 50%;
  width: 45px;
}
@media (max-width: 1200px) {
  .button12.arrowtype {
    width: 40px;
  }
}
.button12 span {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  font-weight: 500;
}
.button12 svg {
  width: 24px;
  height: auto;
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button12 i {
  font-size: 13px;
}
.button12:not(.arrowtype) svg {
  margin: 0 0 0 10px;
}
.button12.mirror {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.button12.mirror svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.button12.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button12.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button12.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button12:hover, .button12.active {
  background: #333333;
  border: 1px solid #333333;
}
.button12:hover:not(.arrowtype) svg, .button12.active:not(.arrowtype) svg {
  margin: 0 0 0 15px;
}
.button12.white {
  border: 1px solid #fff;
}
.button12.white span {
  color: #fff;
}
.button12.white svg {
  fill: #fff;
}
@media (max-width: 1024px) {
  .button12.white {
    background: #fff;
  }
  .button12.white span {
    color: #B50005;
  }
  .button12.white svg {
    fill: #B50005;
  }
}
.button12.white:hover, .button12.white.active {
  background: #fff;
}
.button12.white:hover span, .button12.white.active span {
  color: #B50005;
}
.button12.white:hover svg, .button12.white.active svg {
  fill: #B50005;
}

.page_wrap {
  width: min(85%, 1280px);
  margin: 0 auto;
}

.page_top_space {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.article_date {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .article_date {
    font-size: 13px;
  }
}

.article_title {
  margin-bottom: 30px;
  color: #B50005;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .article_title {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .article_title {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .article_title {
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .article_title {
    font-size: 20px;
  }
}

.bread {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #939598;
  background-color: #f1f2f2;
}
.bread a {
  color: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.bread a:hover {
  color: #B50005;
}
.bread a + a, .bread a + span {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.bread a + a::before, .bread a + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 16px;
  translate: 0 -50%;
  background-color: #000;
}

.texteditor {
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: clamp(18px, 1.0416666667vw, 20px);
}
.texteditor img {
  display: inline;
}

.product_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.product_title_en {
  font: 600 35px "Outfit", sans-serif;
  color: #B50005;
}
.product_title_en.white {
  color: #fff;
}
@media (max-width: 768px) {
  .product_title_en {
    font: 600 30px "Outfit", sans-serif;
  }
}
@media (max-width: 480px) {
  .product_title_en {
    font: 600 28px "Outfit", sans-serif;
  }
}

.product_title {
  font-size: clamp(32px, 3.125vw, 60px);
  font-weight: 700;
  line-height: 1.2;
}
.product_title.white {
  color: #fff;
}

.product_banner_new {
  position: relative;
  margin-top: 84px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: linear-gradient(to bottom, #ededed 0%, #fff 100%);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product_banner_new {
    margin-top: 78px;
  }
}
@media (max-width: 840px) {
  .product_banner_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product_banner_new .banner_main {
  height: calc(100vh - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .product_banner_new .banner_main {
    height: 1000px;
  }
}
@media (max-width: 840px) {
  .product_banner_new .banner_main {
    height: auto;
  }
}
.product_banner_new .banner_main img {
  width: 45.7172884919%;
  margin: 0 2.0833333333vw 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 840px) {
  .product_banner_new .banner_main img {
    width: 90%;
    margin: 0 auto;
  }
}
.product_banner_new .banner_main img.in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s 2s ease-in-out 0.3s 2s;
  transition: all 0.5s 2s ease-in-out 0.3s 2s;
}
.product_banner_new .banner_deco_01 {
  position: absolute;
  top: 10%;
  left: -2%;
}
@media (max-width: 1024px) {
  .product_banner_new .banner_deco_01 {
    display: none;
  }
}
.product_banner_new .banner_deco_01 img {
  width: 280px;
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_banner_new .banner_deco_01 img.in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}
.product_banner_new .banner_deco_02 {
  position: absolute;
  left: 1%;
  bottom: -17%;
}
@media (max-width: 1024px) {
  .product_banner_new .banner_deco_02 {
    display: none;
  }
}
.product_banner_new .banner_deco_02 img {
  width: 340px;
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_banner_new .banner_deco_02 img.in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s 4s ease-in-out 0.3s 4s;
  transition: all 0.5s 4s ease-in-out 0.3s 4s;
}
.product_banner_new .product_banner_text_box_new {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  .product_banner_new .product_banner_text_box_new {
    position: absolute;
    top: 50%;
    left: 15.8854166667vw;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
  }
}
@media (min-width: 841px) and (max-width: 1024px) {
  .product_banner_new .product_banner_text_box_new {
    position: absolute;
    top: 50%;
    left: 5.2083333333vw;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
  }
}
@media (max-width: 840px) {
  .product_banner_new .product_banner_text_box_new {
    padding: 60px 5.2083333333vw 0;
  }
}
.product_banner_new .product_banner_text_box_new h1 {
  position: relative;
  color: #333333;
  font-size: clamp(40px, 3.125vw, 60px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .product_banner_new .product_banner_text_box_new h1 {
    line-height: 1.5;
  }
}
.product_banner_new .product_banner_text_box_new h1 span {
  position: relative;
  color: #B50005;
  margin-left: -15px;
}
.product_banner_new .product_banner_text_box_new h1 span::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 33%;
  left: 20px;
  bottom: 5px;
  background: #E3E3E3;
  z-index: -1;
}
.product_banner_new .product_banner_text_box_new .product_banner_feature_list_new {
  margin: 20px 0 30px;
}
.product_banner_new .product_banner_text_box_new .product_banner_feature_list_new p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 關鍵：確保圖標和多行文字都對齊第一行頂端 */
  margin-bottom: 16px;
  font-size: clamp(17px, 1.4583333333vw, 28px);
}
.product_banner_new .product_banner_text_box_new .product_banner_feature_list_new p::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 10px;
  background-image: url("../images/product/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .product_banner_new .product_banner_text_box_new .product_banner_feature_list_new p::before {
    margin-top: 3px;
  }
}
.product_banner_new .product_banner_text_box_new.in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
@media (min-width: 841px) {
  .product_banner_new .product_banner_text_box_new.in {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

body[data-page=product] {
  overflow-x: hidden;
}
body[data-page=product] .inner_page {
  position: relative;
  z-index: 3;
}
body[data-page=product] .bottom_half {
  position: relative;
  overflow: hidden;
}
body[data-page=product] .product_parallax_img {
  position: absolute;
  z-index: 1;
}
body[data-page=product] .product_parallax_img.meal_l {
  bottom: 40%;
  left: 0;
  width: 14.7136100893%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -1;
}
body[data-page=product] .product_parallax_img.meal_r {
  bottom: 15%;
  right: 0;
  width: 16.2900683132%;
  z-index: -1;
}
body[data-page=product] .product_parallax_img.qna_rt {
  top: -25px;
  right: -60px;
}
body[data-page=product] .product_parallax_img.contact_rt {
  display: none;
  top: 20px;
  right: 55px;
}
@media (max-width: 1440px) {
  body[data-page=product] .product_parallax_img.contact_rt {
    top: -15px;
    right: -30px;
  }
}
@media (max-width: 960px) {
  body[data-page=product] .product_parallax_img.contact_rt {
    top: -55px;
    right: -95px;
  }
}

.gotop {
  position: absolute;
  right: 45px;
  bottom: 0;
  z-index: 98;
}
@media (max-width: 1200px) {
  .gotop {
    right: 12px;
  }
}
.gotop.in_footer a {
  color: #fff;
  background-image: linear-gradient(to top, #c30e23 7px, #fff 0, #fff 100%);
}
@media (max-width: 1200px) {
  .gotop.in_footer a {
    background: unset;
  }
}
.gotop.bottom a {
  background-position: 100% 0;
}
.gotop a {
  position: relative;
  display: block;
  padding-bottom: 68px;
  padding-right: 8px;
  font-size: 23px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #000;
  background: linear-gradient(to top, #c30e23 7px, #000 0, #000 100%) 100% 7px/1px 100% no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1200px) {
  .gotop a {
    font-size: 18px;
    padding-bottom: 45px;
    padding-right: 0;
    background: unset;
  }
}
.gotop a br {
  display: none;
}
.gotop a:hover::before {
  -webkit-animation: 2.5s gotoAnimate linear both infinite;
          animation: 2.5s gotoAnimate linear both infinite;
}
.gotop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1;
  width: 3px;
  height: 40px;
  background-color: #c30e23;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1200px) {
  .gotop a::before {
    display: none;
  }
}

@-webkit-keyframes gotoAnimate {
  0%, 20%, 50%, 80%, 100% {
    translate: 0 0;
  }
  40% {
    translate: 0 50%;
  }
  60% {
    translate: 0 20%;
  }
}

@keyframes gotoAnimate {
  0%, 20%, 50%, 80%, 100% {
    translate: 0 0;
  }
  40% {
    translate: 0 50%;
  }
  60% {
    translate: 0 20%;
  }
}
@media (max-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root .gotop {
    right: 10px;
  }
  _::-webkit-full-page-media, _:future, :root .gotop a {
    -webkit-writing-mode: unset;
            writing-mode: unset;
    text-align: center;
    padding-bottom: 70px;
  }
  _::-webkit-full-page-media, _:future, :root .gotop a br {
    display: block;
  }
}
.line {
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 98;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .line {
    right: 5px;
  }
}
.line.in_footer {
  right: 20px;
  bottom: 180px;
}
@media (max-width: 1200px) {
  .line.in_footer {
    right: 5px;
  }
}
.line a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .line a {
    font-size: 14px;
  }
}
.line a span {
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 5px 12px;
}
.line a img {
  width: 60px;
  height: 60px;
  margin: 15px auto 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .line a img {
    width: 45px;
    height: 45px;
  }
}
.line a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.line.in {
  opacity: 1;
  pointer-events: auto;
}

.client {
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #B50005;
  border-bottom: 1px solid #B50005;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.client.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.client .client_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: client_marquee 40s linear infinite;
          animation: client_marquee 40s linear infinite;
}
@media (max-width: 640px) {
  .client .client_list {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
@media (min-width: 841px) {
  .client .client_list:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.client .client_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 35px;
}
.client .client_list li img {
  width: auto;
  height: 60px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.client .client_list li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@-webkit-keyframes client_marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes client_marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.problem {
  padding: 110px 0 0;
  overflow: hidden;
  background: url("../images/problem/problem_bg.png") no-repeat 50% 30%;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.problem.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1024px) {
  .problem {
    background: unset;
  }
}
@media (max-width: 480px) {
  .problem {
    padding: 80px 0 0;
  }
}
.problem .problem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 150px;
}
@media (max-width: 1024px) {
  .problem .problem_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 90px;
  }
}
.problem .problem_list .problem_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem .problem_list .problem_box h3 {
  font-size: clamp(24px, 1.9791666667vw, 38px);
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
.problem .problem_list .problem_box .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1F2F2;
  border-radius: 12px;
  padding: 40px 30px;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 480px) {
  .problem .problem_list .problem_box .item {
    padding: 40px 15px;
  }
}
.problem .problem_list .problem_box .item:hover {
  -webkit-box-shadow: 23px 23px 0 0 #B50005;
          box-shadow: 23px 23px 0 0 #B50005;
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
}
.problem .problem_list .problem_box .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #B50005;
  border-radius: 12px;
  pointer-events: none;
  mask: conic-gradient(from 270deg at 200px 200px, transparent 25%, black 25%);
  -webkit-mask: conic-gradient(from 270deg at 200px 200px, transparent 25%, black 25%);
}
.problem .problem_list .problem_box .item::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  z-index: 2;
  background-image: url("../images/problem/check02.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .problem .problem_list .problem_box .item::after {
    top: -20px;
    left: -15px;
    width: 50px;
    height: 50px;
  }
}
.problem .problem_list .problem_box .item .image_box {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.problem .problem_list .problem_box .item .image_box img {
  width: 460px;
  height: 270px;
  aspect-ratio: 460/270;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.problem .problem_list .problem_box .item .image_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background-color: #B50005;
}
.problem .problem_list .problem_box .item .txt_box p {
  position: relative;
  padding-left: 20px;
  margin: 0 0 15px 0;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.6;
}
.problem .problem_list .problem_box .item .txt_box p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  background-color: #B50005;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .problem .problem_list .problem_box .item .txt_box p::before {
    top: 10px;
  }
}
.problem .problem_list .problem_box .item .txt_box p:last-child {
  margin-bottom: 0;
}
.problem .problem_txt {
  text-align: center;
  font-size: clamp(32px, 2.0833333333vw, 40px);
  padding: 50px 0;
}

.recommand {
  position: relative;
  padding: 300px 0 180px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media (max-width: 840px) {
  .recommand {
    padding: 240px 0 80px;
  }
}
.recommand.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recommand::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 58%;
  background: #F1F2F2;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
.recommand::after {
  content: "";
  position: absolute;
  background: url("../images/recommand/recommand_bg.png") no-repeat 78% 0%;
  background-size: contain;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 1024px) {
  .recommand::after {
    display: none;
  }
}
.recommand .recommand_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 1024px) {
  .recommand .recommand_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .recommand .recommand_box .recommand_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recommand .recommand_box .recommand_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  .recommand .recommand_box .recommand_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recommand .recommand_box .recommand_content h2 {
  font-size: clamp(28px, 2.0833333333vw, 40px);
  color: #000;
  font-weight: 400;
  line-height: 1.2;
}
.recommand .recommand_box .recommand_content h3 {
  position: relative;
  font-size: 60px;
  color: #B50005;
  font-weight: 700;
  padding: 0 10px;
  margin-bottom: 35px;
}
.recommand .recommand_box .recommand_content h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 33%;
  left: 0;
  bottom: 5px;
  background: #D0D0D0;
  z-index: -1;
}
.recommand .recommand_box .recommand_content .recommand_txt {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-weight: 500;
}
@media (max-width: 1024px) {
  .recommand .recommand_box .recommand_content .recommand_txt {
    display: none;
  }
}
.recommand .recommand_box .recommand_content .txt_box {
  padding-top: 35px;
}
@media (max-width: 1024px) {
  .recommand .recommand_box .recommand_content .txt_box {
    padding-top: 0;
  }
}
.recommand .recommand_box .recommand_content .txt_box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 關鍵：確保圖標和多行文字都對齊第一行頂端 */
  margin-bottom: 16px;
  font-size: clamp(18px, 1.4583333333vw, 28px);
}
.recommand .recommand_box .recommand_content .txt_box p::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 8px;
  background-image: url("../images/recommand/check03.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 840px) {
  .recommand .recommand_box .recommand_content .txt_box p::before {
    margin-top: 3px;
  }
}
.recommand .recommand_deco {
  position: absolute;
  bottom: -10%;
  left: 4%;
}
@media (max-width: 1440px) {
  .recommand .recommand_deco {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .recommand .recommand_deco {
    display: none;
  }
}

.project {
  position: relative;
  padding: 0 0 90px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.project.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.project::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #B50005;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
.project .project_box .project_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .project .project_box .project_tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding: 0 10px;
  }
}
.project .project_box .project_tab button {
  min-width: 168px;
  padding: 10px 24px;
  border: 1px solid #B50005;
  border-radius: 50px;
  background: #fff;
  color: #B50005;
  font-family: "Noto Sans TC", sans-serif;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media (max-width: 768px) {
  .project .project_box .project_tab button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 12px);
            flex: 1 1 calc(50% - 12px);
    min-width: 0;
    padding: 10px 12px;
  }
}
.project .project_box .project_tab button:hover, .project .project_box .project_tab button.active {
  background: #B50005;
  color: #fff;
}
.project .project_box .project_panel {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.project .project_box .project_panel.active {
  display: block;
}
.project .project_box .project_panel.in {
  opacity: 1;
}
.project .project_box .project_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 35px;
}
@media (max-width: 1024px) {
  .project .project_box .project_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .project .project_box .project_list {
    display: block;
  }
}
.project .project_box .project_list .project_item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.project .project_box .project_list .project_item img {
  width: 100%;
  aspect-ratio: 400/215;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.project .project_box .project_list .project_item:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.project .project_box .project_list .slick-slide {
  padding: 0 5px;
}
.project .project_box .project_list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.project .project_box .project_list .slick-dots li {
  line-height: 0;
}
.project .project_box .project_list .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #3D3D3D;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.project .project_box .project_list .slick-dots .slick-active button {
  background: #fff;
}
.project .project_txt {
  color: #fff;
  text-align: center;
  font-size: clamp(44px, 3.125vw, 60px);
  font-weight: 700;
  padding: 110px 0 50px;
}

.review {
  position: relative;
  padding-top: max(90px, 7vw);
  padding-bottom: calc(70px + var(--section_slant));
  overflow: hidden;
}
@media (max-width: 960px) {
  .review {
    padding: 60px 0 calc(55px + var(--section_slant));
  }
}
.review:not(.in) .review_head,
.review:not(.in) .review_marquee {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.review.in .review_head,
.review.in .review_marquee {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.review.in .review_marquee {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.review_head {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 960px) {
  .review_head {
    margin-bottom: 35px;
  }
}
.review_head .product_title_box {
  margin-bottom: 0;
}

.review_deco {
  position: absolute;
  right: calc(50% + 205px);
  bottom: 25px;
  width: 411px;
}
@media (max-width: 1200px) {
  .review_deco {
    right: calc(50% + 175px);
    width: 300px;
  }
}
@media (max-width: 960px) {
  .review_deco {
    display: none;
  }
}

.review_marquee {
  overflow: hidden;
}

.review_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 67px;
  -webkit-animation: review_marquee 100s linear infinite;
          animation: review_marquee 100s linear infinite;
}
@media (max-width: 640px) {
  .review_list {
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}
.review_list.is_reverse {
  -webkit-animation-duration: 65s;
          animation-duration: 65s;
  animation-direction: reverse;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
@media (max-width: 640px) {
  .review_list.is_reverse {
    -webkit-animation-duration: 48s;
            animation-duration: 48s;
  }
}
@media (min-width: 841px) {
  .review_list:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.review_list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 485px;
  margin-right: 55px;
  padding-bottom: 26px;
}
@media (max-width: 640px) {
  .review_list > li {
    width: 280px;
    margin-right: 16px;
  }
}

.review_card {
  position: relative;
  height: 240px;
  padding: 25px 50px 25px;
  border-radius: 8px;
  background-color: #f4f4f5;
  border: 1px solid #D5D5D5;
  -webkit-filter: drop-shadow(6px 11px 17.8px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(6px 11px 17.8px rgba(0, 0, 0, 0.09));
}
@media (max-width: 640px) {
  .review_card {
    padding: 20px 20px 18px;
  }
}
.review_card::before, .review_card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.review_card::before {
  top: 100%;
  right: 69px;
  border-width: 37px 0 0 32px;
  border-top-color: #D5D5D5;
}
.review_card::after {
  top: calc(100% - 1px);
  right: 70px;
  border-width: 35px 0 0px 30px;
  border-top-color: #f4f4f5;
}

.review_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.review_avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #e2e2e4;
  overflow: hidden;
}
.review_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review_avatar svg {
  width: 40px;
  height: 40px;
  fill: #a9a9ad;
}

.review_name {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.review_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-top: 10px;
}
.review_stars img {
  width: 20px;
  height: 20px;
}
.review_stars img:not(.is_on) {
  -webkit-filter: grayscale(1) opacity(0.3);
          filter: grayscale(1) opacity(0.3);
}

.review_memo {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3D3D3D;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

@-webkit-keyframes review_marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes review_marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product_meal_box {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--section_slant) * -1);
  padding-top: calc(50px + var(--section_slant));
  padding-bottom: 400px;
  background-color: #1f1f1f;
  overflow: hidden;
  clip-path: polygon(0 0, 100% var(--section_slant), 100% 100%, 0% calc(100% - var(--section_slant)));
}
@media (max-width: 960px) {
  .product_meal_box {
    padding-bottom: calc(50px + var(--section_slant));
  }
}
@media (max-width: 840px) {
  .product_meal_box {
    --section_slant: 0px;
    clip-path: none;
  }
}
.product_meal_box:not(.in) .meal_math_box,
.product_meal_box:not(.in) .meal_list {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_meal_box.in .meal_math_box,
.product_meal_box.in .meal_list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_meal_box.in .meal_math_box {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product_meal_box.in .meal_list {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.meal_math_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 960px) {
  .meal_math_box {
    margin-top: 70px;
  }
}
@media (max-width: 500px) {
  .meal_math_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.meal_math_box .product_meal_price {
  position: relative;
  padding-left: 40px;
  color: #fff;
  font: 700 100px/1 "Outfit", sans-serif;
}
@media (max-width: 1440px) {
  .meal_math_box .product_meal_price {
    font-size: 75px;
  }
}
@media (max-width: 1100px) {
  .meal_math_box .product_meal_price {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .meal_math_box .product_meal_price {
    padding-left: 30px;
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .meal_math_box .product_meal_price {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }
}
.meal_math_box .product_meal_price .symbol {
  position: absolute;
  top: 0;
  left: 0;
  color: #C30E23;
}
@media (min-width: 1101px) {
  .meal_math_box .product_meal_price .symbol {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .meal_math_box .product_meal_price .symbol {
    position: relative;
  }
}
.meal_math_box .product_meal_price .price {
  margin-left: 8px;
}
.meal_math_box .price_unit {
  margin-left: 25px;
  font-size: 18px;
  text-shadow: none;
}
@media (max-width: 1100px) {
  .meal_math_box .price_unit {
    margin-left: 15px;
  }
}

.meal_math_number_box {
  position: relative;
  width: 95px;
  height: 95px;
}
@media (max-width: 1100px) {
  .meal_math_number_box {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .meal_math_number_box {
    width: 55px;
    height: 55px;
  }
}
.meal_math_number_box.plus {
  margin-right: 90px;
}
@media (max-width: 768px) {
  .meal_math_number_box.plus {
    margin-right: 55px;
  }
}
.meal_math_number_box.plus .meal_block_title_new {
  position: absolute;
  top: -70px;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
}
.meal_math_number_box.plus::after {
  content: url("./../images/product/meal_plus.svg");
  position: absolute;
  top: 50%;
  left: 100%;
  width: 45px;
  height: 47px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  translate: 23px -50%;
}
@media (max-width: 768px) {
  .meal_math_number_box.plus::after {
    width: 25px;
    height: 25px;
    translate: 16px -50%;
  }
}
.meal_math_number_box.equal {
  margin-right: 140px;
}
@media (max-width: 1100px) {
  .meal_math_number_box.equal {
    margin-right: 110px;
  }
}
@media (max-width: 768px) {
  .meal_math_number_box.equal {
    margin-right: 60px;
  }
}
.meal_math_number_box.equal::after {
  content: url("./../images/product/meal_equal.svg");
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  width: 61px;
  height: 45px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  translate: 0 -50%;
}
@media (max-width: 1100px) {
  .meal_math_number_box.equal::after {
    left: calc(100% + 38px);
    width: 45px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .meal_math_number_box.equal::after {
    left: calc(100% + 20px);
    width: 25px;
    height: 25px;
  }
}
.meal_math_number_box:nth-of-type(1) svg {
  fill: red;
}
.meal_math_number_box:nth-of-type(2) svg {
  fill: #fff;
}
.meal_math_number_box:nth-of-type(2) svg:nth-child(2) {
  scale: -1;
}
.meal_math_number_box svg:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 66px;
  translate: -50% -50%;
}
@media (max-width: 1100px) {
  .meal_math_number_box svg:nth-child(1) {
    width: 20px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .meal_math_number_box svg:nth-child(1) {
    width: 12px;
    height: 25px;
  }
}
.meal_math_number_box svg:nth-child(2) {
  width: 95px;
  height: 95px;
  -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.75));
          filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.75));
}
@media (max-width: 1100px) {
  .meal_math_number_box svg:nth-child(2) {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .meal_math_number_box svg:nth-child(2) {
    width: 55px;
    height: 55px;
  }
}

.meal_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
@media (max-width: 960px) {
  .meal_list {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .meal_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.meal_list::before {
  content: url("./../images/product/meal_list_plus.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 110px;
  height: 112px;
}
@media (max-width: 960px) {
  .meal_list::before {
    width: 70px;
    height: 70px;
  }
}
.meal_list li {
  width: 50%;
}
@media (max-width: 500px) {
  .meal_list li {
    width: 100%;
  }
}
.meal_list li:first-child {
  border-radius: 30px 0 0 30px;
  background-color: #c30e23;
}
@media (max-width: 500px) {
  .meal_list li:first-child {
    border-radius: 30px 30px 0 0;
  }
}
.meal_list li:first-child .text_title {
  color: #fff;
}
.meal_list li:nth-child(2) {
  border-radius: 0 30px 30px 0;
  background-color: #fff;
}
@media (max-width: 500px) {
  .meal_list li:nth-child(2) {
    border-radius: 0 0 30px 30px;
  }
}
.meal_list li:nth-child(2) .text_title {
  color: #000;
}
.meal_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 55px 55px 20px;
}
@media (max-width: 500px) {
  .meal_list .item {
    padding: 50px 40px;
  }
}
.meal_list .item .img_box img {
  width: 400px;
  height: auto;
  aspect-ratio: 440/240;
  -o-object-fit: contain;
     object-fit: contain;
}
.meal_list .text_title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
}

.product_process_box {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--section_slant) * -1);
  padding-top: calc(100px + var(--section_slant));
  padding-bottom: 250px;
  background-color: #f1f2f2;
  clip-path: polygon(0 0, 100% var(--section_slant), 100% 100%, 0% 100%);
}
@media (max-width: 840px) {
  .product_process_box {
    padding-bottom: 100px;
  }
}

.product_process_list_box_new {
  margin-top: 100px;
}
.product_process_list_box_new .product_process_list_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  .product_process_list_box_new .product_process_list_new {
    gap: 50px 35px;
  }
}
.product_process_list_box_new .product_process_list_new li {
  position: relative;
  width: calc(25% - 33.75px);
}
@media (max-width: 840px) {
  .product_process_list_box_new .product_process_list_new li {
    width: calc(50% - 22.5px);
  }
}
@media (min-width: 841px) {
  .product_process_list_box_new .product_process_list_new li:not(:nth-child(4n+1))::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    width: 45px;
    height: 45px;
    background: url("../images/process/process_arrow.svg") no-repeat center/7px 12px, #B50005;
    border-radius: 50%;
    translate: 0 -50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 841px) and (max-width: 1200px) {
  .product_process_list_box_new .product_process_list_new li:not(:nth-child(4n+1))::before {
    left: -35px;
    width: 35px;
    height: 35px;
    background-size: 6px 10px;
  }
}
@media (max-width: 840px) {
  .product_process_list_box_new .product_process_list_new li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    width: 45px;
    height: 45px;
    background: url("../images/process/process_arrow.svg") no-repeat center/7px 12px, #B50005;
    border-radius: 50%;
    translate: 0 -50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (max-width: 840px) and (max-width: 1200px) {
  .product_process_list_box_new .product_process_list_new li:nth-child(even)::before {
    left: -35px;
    width: 35px;
    height: 35px;
    background-size: 6px 10px;
  }
}
.product_process_list_box_new .product_process_list_new li p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: rgba(188, 190, 192, 0.3);
  font-size: clamp(70px, 6.25vw, 120px);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-align: center;
  z-index: -1;
}
@media (max-width: 840px) {
  .product_process_list_box_new .product_process_list_new li p {
    font-size: 12vw;
  }
}
.product_process_list_box_new .product_process_list_new li img {
  margin: 15px auto -40px;
}
@media (max-width: 480px) {
  .product_process_list_box_new .product_process_list_new li img {
    margin: 15px auto -30px;
  }
}
.product_process_list_box_new .product_process_list_new li h3 {
  color: #000;
  font-size: clamp(17px, 1.4583333333vw, 28px);
  text-align: center;
  font-weight: 400;
}
.product_process_list_box_new .product_process_list_new li:not(.in) {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_process_list_box_new .product_process_list_new li.in {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_process_list_box_new .product_process_list_new li.in:nth-child(4n+2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.product_process_list_box_new .product_process_list_new li.in:nth-child(4n+3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product_process_list_box_new .product_process_list_new li.in:nth-child(4n+4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.product_faq_box {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--section_slant) * -1);
  padding-top: calc(80px + var(--section_slant));
  padding-bottom: calc(140px + var(--section_slant));
  background-color: #fff;
  overflow: hidden;
  clip-path: polygon(0 0, 100% var(--section_slant), 100% 100%, 0% calc(100% - var(--section_slant)));
}
@media (max-width: 960px) {
  .product_faq_box {
    padding-bottom: calc(40px + var(--section_slant));
  }
}
@media (max-width: 840px) {
  .product_faq_box {
    --section_slant: 0px;
    clip-path: none;
    padding-top: 80px;
  }
}
.product_faq_box:not(.in) .right_box,
.product_faq_box:not(.in) .product_qna_main_img_box,
.product_faq_box:not(.in) .title_line_box .sub_title,
.product_faq_box:not(.in) .title_line_box .title_line {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_faq_box.in .right_box,
.product_faq_box.in .product_qna_main_img_box,
.product_faq_box.in .title_line_box .sub_title,
.product_faq_box.in .title_line_box .title_line {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1441px) {
  .product_faq_box.in .right_box {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.product_faq_box.in .title_line_box .title_line {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.product_faq_box .product_title_box {
  margin-bottom: 90px;
}
@media (max-width: 840px) {
  .product_faq_box .product_title_box {
    margin-bottom: 80px;
  }
}
.product_faq_box .page_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product_faq_box .page_wrap .left_box {
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: 1;
  width: 66%;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .product_faq_box .page_wrap .left_box {
    left: 50%;
    width: 100%;
    max-width: 560px;
    translate: -50% -50%;
  }
}
.product_faq_box .page_wrap .right_box {
  position: relative;
  z-index: 2;
  width: 58%;
}
@media (max-width: 1024px) {
  .product_faq_box .page_wrap .right_box {
    width: 100%;
  }
}

.product_qna_main_img_box > img {
  width: 100%;
}
@media (max-width: 1024px) {
  .product_qna_main_img_box > img {
    opacity: 0.12;
  }
}

.product_qna_title_line_box {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
@media (min-width: 1441px) {
  .product_qna_title_line_box .title_line_box {
    text-align: left;
  }
}
@media (min-width: 1441px) {
  .product_qna_title_line_box .sub_title {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .product_qna_title_line_box .sub_title {
    margin-bottom: 15px;
  }
}
.product_qna_title_line_box .title_line {
  display: inline-block;
  letter-spacing: 3px;
}
@media (min-width: 1441px) {
  .product_qna_title_line_box .title_line {
    font-size: 45px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .product_qna_title_line_box .title_line {
    letter-spacing: 0;
  }
}

.product_faq_list > li + li {
  margin-top: 20px;
}
.product_faq_list > li.active .product_qna_list_title::after {
  background-size: 100% 3px, 0 100%;
}

.product_qna_list_title {
  position: relative;
  padding: 31px 80px 27px;
  font-weight: 500;
  font-size: clamp(18px, 1.3541666667vw, 26px);
  color: #000;
  border-radius: 999px;
  background-color: #EEEEEE;
  cursor: pointer;
}
@media (max-width: 960px) {
  .product_qna_list_title {
    padding: 20px 50px 20px 80px;
  }
}
@media (max-width: 768px) {
  .product_qna_list_title {
    border-radius: 25px;
  }
}
.product_qna_list_title::before {
  content: "Q";
  position: absolute;
  top: 27px;
  left: 30px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #B50005;
}
@media (max-width: 960px) {
  .product_qna_list_title::before {
    top: 8px;
  }
}
.product_qna_list_title::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 45px;
  width: 19px;
  height: 19px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b81c25), to(#b81c25)), -webkit-gradient(linear, left top, right top, from(#b81c25), to(#b81c25));
  background-image: linear-gradient(to right, #b81c25, #b81c25), linear-gradient(to right, #b81c25, #b81c25);
  background-position: 50% 50%;
  background-size: 100% 3px, 3px 100%;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .product_qna_list_title::after {
    top: 25px;
    right: 20px;
  }
}

.product_qna_list_content {
  display: none;
  position: relative;
  padding: 35px 30px 20px 80px;
}
.product_qna_list_content::before {
  content: "A";
  position: absolute;
  top: 30px;
  left: 32px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #B50005;
}

.case {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--section_slant) * -1);
  background-color: #f1f2f2;
}
@media (max-width: 840px) {
  .case {
    --section_slant: 0px;
  }
}
.case:not(.in) .product_title_box,
.case:not(.in) .case_slider_box {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.case.in .product_title_box,
.case.in .case_slider_box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.case.in .case_slider_box {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.case_head {
  padding: 170px 0;
  background-color: #B50005;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - var(--section_slant)));
}
@media (max-width: 960px) {
  .case_head {
    padding: 100px 0 calc(55px + var(--section_slant));
  }
}
@media (max-width: 840px) {
  .case_head {
    clip-path: none;
    padding-top: 50px;
  }
}
.case_head .product_title_box {
  margin-bottom: 0;
}

.case_body {
  padding: 40px 0 calc(50px + var(--section_slant));
}
@media (max-width: 960px) {
  .case_body {
    padding: 50px 0 calc(60px + var(--section_slant));
  }
}

.case_slider_box {
  position: relative;
}

.case_slider .case_item {
  padding: 30px 0;
}

.case_dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.case_dots .slick-dots li {
  line-height: 0;
}
.case_dots .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #3D3D3D;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.case_dots .slick-dots .slick-active button {
  background: #B50005;
}

.case_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .case_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.case_card {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  margin-right: -8%;
  padding: 56px 45px 30px 65px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-filter: drop-shadow(6px 11px 17.8px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(6px 11px 17.8px rgba(0, 0, 0, 0.09));
}
@media (max-width: 1200px) {
  .case_card {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .case_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
  }
}
.case_card::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 22px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 1024px) {
  .case_card::after {
    left: 40px;
    border-width: 22px 16px 0 0;
  }
}

.case_card_title {
  margin-bottom: 20px;
  color: #B50005;
  font-size: clamp(20px, 1.4583333333vw, 42px);
  font-weight: 700;
  line-height: 1.4;
}

.case_card_memo {
  color: #333333;
  font-size: clamp(15px, 1.0416666667vw, 20px);
  line-height: 2;
  letter-spacing: 0.02em;
}

.case_card_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-top: 30px;
}
.case_card_name img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 27px;
}
.case_card_name span {
  border-bottom: 1px solid #333333;
  color: #333333;
  font-size: clamp(13px, 1.0416666667vw, 20px);
  font-weight: 500;
  line-height: 1.6;
}

.case_computer {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
@media (max-width: 1024px) {
  .case_computer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.case_computer .case_computer_screen {
  position: absolute;
  top: 2.81%;
  left: 11.09%;
  z-index: 1;
  width: 77.73%;
  height: 83.5%;
  overflow: hidden;
}
.case_computer .case_computer_screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.case_computer .case_computer_frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.case_arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: url("../images/process/process_arrow.svg") no-repeat center/7px 12px, #B50005;
  font-size: 0;
  cursor: pointer;
  translate: 0 -50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media (max-width: 640px) {
  .case_arrow {
    width: 35px;
    height: 35px;
  }
}
.case_arrow:hover {
  background-color: #C30E23;
}
.case_arrow.prev {
  left: -10%;
  rotate: 180deg;
}
@media (max-width: 1440px) {
  .case_arrow.prev {
    left: -2%;
  }
}
@media (max-width: 1024px) {
  .case_arrow.prev {
    top: 63%;
  }
}
@media (max-width: 640px) {
  .case_arrow.prev {
    bottom: 120px;
    top: unset;
  }
}
@media (max-width: 480px) {
  .case_arrow.prev {
    bottom: 90px;
    left: -5%;
  }
}
.case_arrow.next {
  right: -10%;
}
@media (max-width: 1440px) {
  .case_arrow.next {
    right: -2%;
  }
}
@media (max-width: 1024px) {
  .case_arrow.next {
    top: 63%;
  }
}
@media (max-width: 640px) {
  .case_arrow.next {
    bottom: 120px;
    top: unset;
  }
}
@media (max-width: 480px) {
  .case_arrow.next {
    bottom: 90px;
    left: -5%;
  }
}
.case_arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}

body[data-page=product] .product_contact_box {
  position: relative;
  z-index: 3;
  margin-top: calc(var(--section_slant) * -1);
  padding-top: calc(40px + var(--section_slant));
  padding-bottom: 160px;
  background-color: #f1f2f2;
  overflow: hidden;
  clip-path: polygon(0 0, 100% var(--section_slant), 100% 100%, 0% 100%);
}
@media (max-width: 1600px) {
  body[data-page=product] .product_contact_box {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  body[data-page=product] .product_contact_box {
    padding-top: calc(90px + var(--section_slant));
  }
}
@media (max-width: 840px) {
  body[data-page=product] .product_contact_box {
    --section_slant: 0px;
    clip-path: none;
  }
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_box {
    padding-top: calc(50px + var(--section_slant));
    padding-bottom: 55px;
  }
}
body[data-page=product] .product_contact_box:not(.in) .right_box {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body[data-page=product] .product_contact_box:not(.in) .product_contact_left_title_box {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body[data-page=product] .product_contact_box:not(.in) .product_contact_left_sub_title {
  width: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
body[data-page=product] .product_contact_box.in .right_box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  body[data-page=product] .product_contact_box.in .right_box {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
body[data-page=product] .product_contact_box.in .product_contact_left_title_box {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: shake＿slightly 0.2s ease-in 4 alternate, shake＿slightly 1.2s 0.8s ease-in-out infinite alternate;
          animation: shake＿slightly 0.2s ease-in 4 alternate, shake＿slightly 1.2s 0.8s ease-in-out infinite alternate;
}
body[data-page=product] .product_contact_box.in .product_contact_left_sub_title {
  width: clamp(110px, 11vw, 152px);
  -webkit-transition: all 4s -0.2s linear;
  transition: all 4s -0.2s linear;
}
body[data-page=product] .product_contact_box .product_title_box {
  margin-bottom: 50px;
}
body[data-page=product] .product_contact_box .page_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  body[data-page=product] .product_contact_box .page_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body[data-page=product] .product_contact_box .left_box {
  position: relative;
  width: 45.4545454545%;
  padding-top: 103px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  body[data-page=product] .product_contact_box .left_box {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_box .left_box {
    display: none;
  }
}
body[data-page=product] .product_contact_box form {
  width: 54.5454545455%;
}
@media (max-width: 1024px) {
  body[data-page=product] .product_contact_box form {
    width: 100%;
  }
}
body[data-page=product] .product_contact_box .right_box {
  margin-left: auto;
}
@media (max-width: 1024px) {
  body[data-page=product] .product_contact_box .right_box {
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  body[data-page=product] .product_contact_box .right_box {
    width: 100%;
  }
}
body[data-page=product] .product_contact_left_title_box::before,
body[data-page=product] .product_contact_left_title_box::after,
body[data-page=product] .product_contact_left_title::before,
body[data-page=product] .product_contact_left_title::after,
body[data-page=product] .product_contact_left_sub_title::before {
  content: url("./../images/product/contact_shine.svg");
  position: absolute;
  pointer-events: none;
}
body[data-page=product] .product_contact_left_title_box {
  position: relative;
  width: 100%;
  max-width: 566px;
  aspect-ratio: 566/330;
  padding-top: 11.4840989399%;
  padding-left: 28.2685512367%;
  background: url("./../images/product/contact_title_box.svg") 0 0/100% auto no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  rotate: -8deg;
}
@media (max-width: 1024px) {
  body[data-page=product] .product_contact_left_title_box {
    display: none;
  }
}
body[data-page=product] .product_contact_left_title_box::before {
  top: 3.9393939394%;
  left: 11.4840989399%;
  width: 26px;
  height: 26px;
}
body[data-page=product] .product_contact_left_title_box::after {
  top: 13.6363636364%;
  left: 10.2473498233%;
  width: 15px;
  height: 15px;
}
body[data-page=product] .product_contact_left_title {
  font-weight: 500;
  font-size: clamp(40px, 4.05vw, 56px);
  line-height: 1;
  rotate: -2deg;
}
body[data-page=product] .product_contact_left_title span {
  font-size: clamp(23px, 2.39vw, 33px);
}
body[data-page=product] .product_contact_left_title::before {
  bottom: -19.696969697%;
  left: 15.9010600707%;
  width: 20px;
  height: 20px;
}
body[data-page=product] .product_contact_left_title::after {
  bottom: -21.2121212121%;
  left: 10.6007067138%;
  width: 13px;
  height: 13px;
}
body[data-page=product] .product_contact_left_sub_title {
  position: absolute;
  bottom: 22.6635514019%;
  right: 16.393442623%;
  font: 900 clamp(17px, 1.74vw, 24px) "Montserrat", sans-serif;
  color: #ffb400;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
}
body[data-page=product] .product_contact_left_sub_title::before {
  top: -10px;
  right: -80px;
  width: 20px;
  height: 20px;
}
body[data-page=product] .product_contact_main_img_box {
  position: relative;
  translate: -55px 0;
}
@media (max-width: 1024px) {
  body[data-page=product] .product_contact_main_img_box {
    display: none;
  }
}
body[data-page=product] .product_contact_form_box {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
  padding: 57px 40px 70px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 960px) {
  body[data-page=product] .product_contact_form_box {
    width: 100%;
    max-width: 100%;
    padding: 25px 30px 30px;
    margin: 0 auto;
    border-radius: 25px;
  }
}
body[data-page=product] .product_contact_form_box::before {
  content: url("./../images/product/contact_form_box.svg");
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 109.2926490985%;
  height: 99.1636798088%;
}
@media (max-width: 960px) {
  body[data-page=product] .product_contact_form_box::before {
    display: none;
  }
}
body[data-page=product] .product_contact_rb_img {
  display: none;
  position: absolute;
  bottom: -210px;
  right: -200px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1600px) and (min-width: 1441px) {
  body[data-page=product] .product_contact_rb_img {
    display: none;
  }
}
@media (min-width: 961px) {
  body[data-page=product] .product_contact_rb_img {
    -webkit-animation: drift_ud 5.5s -1s ease-in-out infinite;
            animation: drift_ud 5.5s -1s ease-in-out infinite;
  }
}
@media (max-width: 1440px) {
  body[data-page=product] .product_contact_rb_img {
    bottom: 90px;
    right: -330px;
    z-index: -1;
  }
}
@media (max-width: 960px) {
  body[data-page=product] .product_contact_rb_img {
    right: -170px;
  }
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_rb_img {
    display: none;
  }
}
body[data-page=product] .product_contact_rb_img img {
  max-width: none;
}
body[data-page=product] .product_contact_form_title {
  color: #C30E23;
  font-size: 36px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1d2d3;
}
@media (max-width: 480px) {
  body[data-page=product] .product_contact_form_title {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
body[data-page=product] .product_contact_form_list {
  color: #444;
}
@media (max-width: 960px) {
  body[data-page=product] .product_contact_form_list {
    max-width: 100%;
  }
}
body[data-page=product] .product_contact_form_list > li {
  padding: 0;
  min-height: auto;
  border-bottom: none;
}
body[data-page=product] .product_contact_form_list > li + li {
  margin-top: 5px;
}
body[data-page=product] .product_contact_form_list > li:last-child {
  margin-top: 40px;
}
body[data-page=product] .product_contact_form_list > li.form_briefly .form_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body[data-page=product] .product_contact_form_list .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 9px 0 13px;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_form_list .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body[data-page=product] .product_contact_form_list .form_title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_form_list .form_title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
body[data-page=product] .product_contact_form_list .form_title::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_form_list .form_title::before {
    right: -15px;
    height: 10px;
    margin-top: -5px;
  }
}
body[data-page=product] .product_contact_form_list .form_title.required::after {
  content: " *";
  color: #C30E23;
}
body[data-page=product] .product_contact_form_list .form_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_form_list .form_content {
    width: 100%;
  }
}
body[data-page=product] .product_contact_form_list input:not([type=radio]):not([type=checkbox]),
body[data-page=product] .product_contact_form_list textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border: none;
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_form_list input:not([type=radio]):not([type=checkbox]),
  body[data-page=product] .product_contact_form_list textarea {
    padding-left: 0;
    padding-right: 0;
  }
}
body[data-page=product] .product_contact_form_list input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, body[data-page=product] .product_contact_form_list textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
body[data-page=product] .product_contact_form_list input:not([type=radio]):not([type=checkbox])::-moz-placeholder, body[data-page=product] .product_contact_form_list textarea::-moz-placeholder {
  color: #b7b7b7;
}
body[data-page=product] .product_contact_form_list input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder, body[data-page=product] .product_contact_form_list textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
body[data-page=product] .product_contact_form_list input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder, body[data-page=product] .product_contact_form_list textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
body[data-page=product] .product_contact_form_list input:not([type=radio]):not([type=checkbox])::placeholder,
body[data-page=product] .product_contact_form_list textarea::placeholder {
  color: #b7b7b7;
}
body[data-page=product] .product_contact_form_list textarea {
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
}
body[data-page=product] .product_contact_form_list input[type=radio] {
  display: none;
}
body[data-page=product] .product_contact_form_list input[type=radio]:checked + .radio_style::after {
  scale: 1;
}
body[data-page=product] .product_contact_form_list input[type=radio] + .radio_style {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  body[data-page=product] .product_contact_form_list input[type=radio] + .radio_style {
    margin-left: 20px;
    margin-right: 0;
  }
}
body[data-page=product] .product_contact_form_list input[type=radio] + .radio_style::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #444;
  border-radius: 50%;
}
body[data-page=product] .product_contact_form_list input[type=radio] + .radio_style::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  translate: 0 -50%;
  scale: 0;
  background-color: #444;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}