@charset "UTF-8";
@import url("../plugins/fontello/css/0xe804.css");
@import url("../plugins/fontello/css/0xe804-embedded.css");
@import url("../plugins/slick/1.6/slick.min.css");
@import url("../plugins/Magnific-Popup-master/dist/magnific-popup.css");
@import url("../plugins/WOW-master/css/libs/animate.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

@-webkit-keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lineAnime {
  0% {
    transform: translate(0, -100%);
    height: 100px;
  }

  50% {
    transform: translate(0, 0);
    height: 100px;
  }

  100% {
    transform: translate(0, 0);
    height: 0;
  }
}

@keyframes lineAnime {
  0% {
    transform: translate(0, -100%);
    height: 100px;
  }

  50% {
    transform: translate(0, 0);
    height: 100px;
  }

  100% {
    transform: translate(0, 0);
    height: 0;
  }
}

@-webkit-keyframes scrollTop {
  0% {
    transform: translateY(58px);
  }

  100% {
    transform: translateY(-58px);
  }
}

@keyframes scrollTop {
  0% {
    transform: translateY(58px);
  }

  100% {
    transform: translateY(-58px);
  }
}

@-webkit-keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes rightAnimationRotate180 {
  0% {
    transform: translateX(0px) rotate(180deg);
  }

  50% {
    transform: translateX(5px) rotate(180deg);
  }

  100% {
    transform: translateX(0px) rotate(180deg);
  }
}

@keyframes rightAnimationRotate180 {
  0% {
    transform: translateX(0px) rotate(180deg);
  }

  50% {
    transform: translateX(5px) rotate(180deg);
  }

  100% {
    transform: translateX(0px) rotate(180deg);
  }
}

@-webkit-keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0px);
  }
}

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

  100% {
    transform: translateX(-100%);
  }
}

@keyframes leftLoop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes leftLoop2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

@keyframes leftLoop2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fbox {
  to {
    background-position: -100000000px 0;
  }
}

@keyframes fbox {
  to {
    background-position: -100000000px 0;
  }
}

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hasItem {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
  outline: 0;
}

*::before {
  box-sizing: border-box;
}

*::after {
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 16px;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  color: #555555;
  font-family: "Hind", Arial, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif, "0xe804";
  line-height: 1.4;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #000 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
  background: #fff;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

a {
  color: #222;
}

a:hover {
  color: #f90d08;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  margin: 0px;
  line-height: 1;
}

figure {
  margin: 0px;
}

.lazyLoad {
  opacity: 0;
}

.picAnimated {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.container {
  width: calc(100% - 40px);
  max-width: 1350px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  box-sizing: content-box;
}

section {
  position: relative;
}

[type=text],
[type=password],
[type=email] {
  border: none;
  width: 100%;
  border: 1px solid #000;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline: none !important;
}

textarea {
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
  padding: 0 5px;
}

.select::before {
  content: "▾";
  font-size: 24px;
  display: block;
  position: absolute;
  text-indent: 0px;
  right: 7px;
  bottom: 0px;
  color: #000;
  z-index: 5;
}

.select select {
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px 30px 4px 10px;
  border-radius: 5px;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:focus {
  outline: none !important;
}

.icon::before {
  font-family: "fontello";
  display: inline-block;
}

.privacyBox {
  position: fixed;
  background: #000;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  color: #e7e7e7;
  padding: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
}

.privacyBox a {
  color: #e00000;
}

.privacyBox .closePrivacy {
  right: 12px;
  top: 15px;
  max-width: 100px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 5px;
  padding: 3px 5px;
  color: #e7e7e7;
  border: #e7e7e7 1px solid;
  display: block;
  background: #000;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.editor {
  line-height: 1.6;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

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

.tableBox {
  overflow-x: auto;
}

.menuBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  align-items: stretch;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1000px) {
  .menuBox {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1000px) {
  .menuBox {
    margin: 0;
    flex-direction: column;
    position: fixed;
    top: 50px;
    height: calc(100% - 50px);
    left: 0;
    width: 100%;
    background: #000;
    transform: translateX(-100%);
  }
}

.menuBox .mainMenu {
  width: 100%;
  margin: 0;
  padding: 0 3%;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1000px) {
  .menuBox .mainMenu {
    padding: 0;
    order: 1;
  }
}

.menuBox .mainMenu>ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

@media screen and (max-width: 1000px) {
  .menuBox .mainMenu>ul {
    flex-direction: column;
  }
}

.menuBox .mainMenu>ul>li {
  flex-shrink: 0;
  position: relative;
}

.menuBox .mainMenu>ul>li+li {
  margin-left: 2%;
}

@media screen and (max-width: 1300px) {
  .menuBox .mainMenu>ul>li+li {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .menuBox .mainMenu>ul>li:last-child {
    display: none;
  }
}

.menuBox .mainMenu>ul>li:hover>a,
.menuBox .mainMenu>ul>li.active>a {
  color: #f90d08;
}

.menuBox .mainMenu a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1000px) {
  .menuBox .mainMenu a {
    color: #060606;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .menuBox .mainMenu a {
    padding: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .menuBox .mainMenu a {
    padding: 20px 10px 15px;
  }
}

.menuBox .mainMenu>ul>li>ul {
  background: #fff;
  border-top: #000 1px solid;
  display: none;
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 15%);
}

@media screen and (min-width: 1000px) {
  .menuBox .mainMenu>ul>li>ul {
    position: absolute;
    top: 100%;
    min-width: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.menuBox .mainMenu>ul>li>ul a {
  display: block;
  padding: 10px;
  color: #060606;
}

.menuBox .mainMenu>ul>li>ul a:hover {
  color: #fff;
  background: #f90d08;
}

.menuBox .mainMenu>ul>li>ul li {
  position: relative;
}

.menuBox .mainMenu>ul>li>ul ul {
  display: none;
}

@media screen and (min-width: 1000px) {
  .menuBox .mainMenu>ul>li>ul ul {
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 15%);
  }
}

.youtubeBtn {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 1300px) {
  .youtubeBtn {
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .youtubeBtn {
    padding: 0;
    position: absolute;
    right: 70px;
  }
}

.youtubeBtn a {
  width: 65px;
  height: 25px;
  display: block;
  background: url("../images/youtube.png");
}

@media screen and (max-width: 1000px) {
  .youtubeBtn a {
    background: none;
    width: 35px;
    height: 50px;
  }

  .youtubeBtn a::before {
    content: "\f16a";
    font-size: 20px;
    line-height: 55px;
  }
}

.faceBookBtn {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .faceBookBtn {
    padding: 0;
    position: absolute;
    right: 105px;
  }
}

.faceBookBtn a {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/fb.png");
}

@media screen and (max-width: 1000px) {
  .faceBookBtn a {
    background: none;
    width: 35px;
    height: 50px;
  }

  .faceBookBtn a::before {
    content: "\e81c";
    font-size: 16px;
    line-height: 55px;
  }
}


.siteHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
}

@media screen and (max-width: 1000px) {
  .siteHeader {
    z-index: 99;
    background: #fff;
    border-bottom: #ddd 1px solid;
  }
}

.headerBox {
  position: relative;
}

.headerBox .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .headerBox .container {
    justify-content: center;
  }
}

.headerBox .logo {
  line-height: 0;
  padding: 13px 0;
}

@media screen and (max-width: 1000px) {
  .headerBox {
    text-align: center;
  }

  .headerBox .logo {
    padding: 10px 0;
  }

  .headerBox .logo img {
    height: 30px;
  }
}

.wrapper {
  padding-top: 92px;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-top: 50px;
  }
}

.wrapper .innerPage {
  padding: 0px 0 6%;
}

.wrapper .innerPage .container {
  max-width: 1350px;
  position: relative;
  padding: 0;
}

.headFix .siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 90;
  background: #fff;
}

.headFix .siteHeader .logo {
  padding: 10px 0;
}

.headFix .siteHeader .logo img {
  height: 30px;
  transition: all 0.3s linear;
}

@media screen and (min-width: 1000px) {
  .headFix .siteHeader .logo img {
    height: 44px;
    transition: all 0.3s linear;
  }
}

.headFix .wrapper::before {
  z-index: 10;
}

.mainBox {
  position: relative;
}

.mainBox::before {
  content: "";
  width: 13vw;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #999999;
}

.mainBox::after {
  content: "";
  width: 26vw;
  aspect-ratio: 1/1;
  left: 0;
  top: 0%;
  z-index: 1;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #000;
}

.rightNav {
  position: relative;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #dddddd 1px solid;
  border-width: 0 1px;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .rightNav {
    border-width: 0;
  }

  .language {
    position: absolute;
    right: 35px;
  }
}

.language,
.menuSearch {
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 1000px) {

  .language,
  .menuSearch {
    width: 35px;
    height: 50px;
    padding: 0;
    margin: 0;
    position: fixed;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.language .btn,
.menuSearch .btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {

  .language .btn,
  .menuSearch .btn {
    width: 35px;
    height: 50px;
    padding-right: 0 !important;
    justify-content: center;
    align-items: center;
  }
}

.language .btn::before,
.menuSearch .btn::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: #000;
}

.language .btn:hover span,
.menuSearch .btn:hover span {
  color: #888;
}

.language .btn:hover::before,
.menuSearch .btn:hover::before {
  background: #f90d08;
}

.language .btn:hover::after,
.menuSearch .btn:hover::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #888 transparent transparent transparent;
}

.language ul,
.menuSearch ul {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  transform: translateX(0);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 200px;
  margin-top: 5px;
  overflow: auto;
  box-sizing: border-box;
  z-index: 20;
  background: #000;
}

@media screen and (max-width: 1000px) {

  .language ul,
  .menuSearch ul {
    position: fixed;
    top: 45px;
    width: 100%;
  }

  .language ul a,
  .menuSearch ul a {
    white-space: normal;
    overflow-wrap: break-word;
    box-sizing: border-box;
    color: white;
    font-size: 1rem;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 28px;
    text-align: center;
    transition: all 0.3s ease;
  }

}

.language ul a,
.menuSearch ul a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: auto;
  white-space: nowrap;
  line-height: 1.4;
  padding: 8px 10px 6px;
  box-sizing: border-box;
  text-align: center;
}

.language ul a:hover,
.menuSearch ul a:hover {
  background: #f90d08;
  color: #fff;
}

.active.language .btn::before,
.active.menuSearch .btn::before {
  background: #f90d08;
}

.active.language .btn span,
.active.menuSearch .btn span {
  color: #888;
}

.menuSearch {
  --size: 24px;
  position: inherit;
}

@media screen and (min-width: 1000px) {
  .menuSearch {
    z-index: 99;
  }
}

@media screen and (max-width: 1000px) {
  .menuSearch {
    position: fixed;
    right: 0;
    top: 0;
  }
}

.menuSearch.active .searchOuter {
  width: 40%;
  padding: 0 30px;
}

@media screen and (max-width: 1000px) {
  .menuSearch.active .searchOuter {
    width: 100%;
  }
}

.menuSearch .searchOuter {
  width: 0;
  position: fixed;
  z-index: 9;
  top: 92px;
  bottom: 0;
  right: 0;
  height: 65px;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
  .menuSearch .searchOuter {
    height: 50px;
    position: fixed;
    top: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .menuSearch .btn {
    margin: 0 10px;
  }
}

.menuSearch .btn::before {
  content: "";
  width: 14px;
  height: 15px;
  -webkit-mask: url("../images/search.svg") no-repeat;
  mask: url("../images/search.svg") no-repeat;
  background: #000;
  text-align: center;
}

.menuSearch .searchBox {
  flex-grow: 1;
  opacity: 0.6;
}

.menuSearch .searchBtn {
  width: var(--size);
  height: var(--size);
}

.menuSearch .searchClose {
  width: var(--size);
  height: var(--size);
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.menuSearch .searchClose::before,
.menuSearch .searchClose::after {
  content: "";
  width: var(--size);
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.menuSearch .searchClose::after {
  transform: rotate(-45deg);
}

.menuSearch input {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.menuSearch input::-moz-placeholder {
  color: #fff;
}

.menuSearch input:-ms-input-placeholder {
  color: #fff;
}

.menuSearch input::placeholder {
  color: #fff;
}

.menuSearch .searchBtn {
  margin-left: 10px;
  background: none;
}

.menuSearch .searchBtn::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  -webkit-mask: url("../images/search.svg") no-repeat;
  mask: url("../images/search.svg") no-repeat;
  background: #fff;
}

.language {
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.language .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.language .btn::before {
  width: 15px;
  height: 15px;
  -webkit-mask: url("../images/language_btn.svg") left no-repeat;
}

.language .btn span {
  display: none;
}

.breadcrumbBox {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  position: relative;
  background: #000;
  padding: 18px 20px 16px;
}

@media screen and (max-width: 1000px) {
  .breadcrumbBox {
    display: none;
  }
}

.breadcrumbBox .breadcrumb {
  max-width: 1350pxpx;
  margin: 0 auto;
  font-size: 15px;
  z-index: 3;
  color: #666666;
  opacity: 0.7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    margin: 0 0px;
  }
}

.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbBox .breadcrumb li a {
  color: #ccc;
  display: inline;
  transition: 0.3 0.3s ease;
}

.breadcrumbBox .breadcrumb li a:hover {
  color: #fff;
}

.breadcrumbBox .breadcrumb li+li::before {
  content: ">";
  margin: 0px 10px;
  display: block;
  position: relative;
  color: #f90d08;
}

.breadcrumbBox .breadcrumb li:last-child {
  color: #fff;
}

.breadcrumbBox .breadcrumb li:first-child a {
  display: block;
}

.breadcrumbBox .breadcrumb li:first-child a:hover {
  color: #fff;
}

.productsBreadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  border: solid #aaaaaa;
  border-width: 0 1px;
  white-space: nowrap;
  margin: 0 0 15px;
}

.productsBreadcrumb li:first-child a span {
  display: inline-block;
}

.footerBox {
  position: relative;
  z-index: 0;
}

.footerBox .footerTop {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #060606;
}

@media screen and (max-width: 650px) {
  .footerBox .footerTop {
    border: none;
    background: #f90d08;
  }
}

.footerBox .footerTop::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 59vw;
  aspect-ratio: 1/1;
  display: block;
  background: #f90d08;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

@media screen and (max-width: 650px) {
  .footerBox .footerTop::before {
    display: none;
  }
}

.footerBox .footerTop .container {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 650px) {
  .footerBox .footerTop .container {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
}

.footerBox .footerTop .contactBtn {
  width: 38%;
  padding: 2% 0;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .contactBtn {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  .footerBox .footerTop .contactBtn {
    width: 100%;
    background: #000;
    padding: 20px;
  }
}

.footerBox .footerTop .contactBtn a {
  display: block;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .contactBtn a {
    font-size: 2.25rem;
    padding-right: 90px;
  }
}

.footerBox .footerTop .contactBtn a span {
  display: block;
  opacity: 0.7;
  font-size: 1.3125rem;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .contactBtn a span {
    font-size: 1rem;
  }
}

.footerBox .footerTop .contactBtn a .more {
  display: block;
  width: 20px;
  height: 30px;
  color: transparent;
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .contactBtn a .more {
    right: 50px;
  }
}

@media screen and (max-width: 650px) {
  .footerBox .footerTop .contactBtn a .more {
    right: 0px;
  }
}

.footerBox .footerTop .contactBtn a .more::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask: url("../images/arrow.svg") center no-repeat;
  mask: url("../images/arrow.svg") center no-repeat;
  background: #f90d08;
}

.footerBox .footerTop .footerForm {
  flex-grow: 1;
  padding-left: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .footerForm {
    padding-left: 50px;
  }
}

@media screen and (max-width: 650px) {
  .footerBox .footerTop .footerForm {
    padding: 20px;
  }
}

.footerBox .footerTop .footerForm .title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .footerForm .title {
    font-size: 1.25rem;
  }
}

.footerBox .footerTop .footerForm .formInput {
  display: flex;
}

.footerBox .footerTop .footerForm .formInput input {
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 0;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .footerForm .formInput input {
    height: 40px;
  }
}

.footerBox .footerTop .footerForm .formInput button {
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerTop .footerForm .formInput button {
    width: 40px;
    height: 40px;
  }
}

.footerBox .footerTop .footerForm .formInput button::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  -webkit-mask: url("../images/search.svg") no-repeat;
  mask: url("../images/search.svg") no-repeat;
  background: #fff;
}

.footerBox .footerMenu {
  background: #f5f5f5;
  padding: 3% 0;
}

@media screen and (max-width: 1000px) {
  .footerBox .footerMenu {
    display: none;
  }
}

.footerBox .footerMenu .footerMenuBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footerBox .footerMenu .container {
  display: flex;
  flex-wrap: wrap;
}

.footerBox .footerMenu .menu {
  padding: 0 10px;
  width: calc(100%/4);
}

.footerBox .footerMenu .top {
  margin-bottom: 30px;
}

.footerBox .footerMenu .top .title {
  padding: 0 10px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #212121;
  width: 100%;
}

.footerBox .footerMenu .menu .title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #212121;
}

.footerBox .footerMenu .menu a {
  font-size: 1.125rem;
  color: #666666;
  transition: all 0.3s ease;
}

.footerBox .footerMenu .menu a:hover {
  color: #f90d08;
}

.footerBox .footer {
  padding: 25px 0;
  display: flex;
  color: #666666;
  background: #060606;
}

.footerBox .footer .copyright {
  font-size: 0.8125rem;
  text-align: center;
}

.footerBox .footer .copyright span {
  display: none;
}

.footerBox .footer .copyright a {
  color: #666666;
}

.footerBox .footer .copyright a:hover {
  color: #f90d08;
}

.goTop {
  position: fixed;
  right: 0px;
  bottom: 20%;
  width: 44px;
  z-index: 9;
  font-size: 0.9375rem;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  background: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
  .goTop {
    width: 20px;
  }

  .goTop span {
    display: none;
  }
}

.goTop::before {
  content: "";
  width: 20px;
  height: 13px;
  margin: 0 auto 5px;
  display: block;
  -webkit-mask: url(../images/gotop.svg) no-repeat;
  mask: url(../images/gotop.svg) no-repeat;
  background: #f90d08;
}

@media screen and (max-width: 1000px) {
  .goTop::before {
    width: 10px;
    height: 8px;
    margin: 0 auto;
  }

  .goTop span {
    display: none;
  }
}

.goTop::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  background: #000;
}

.goTop:hover .scrollTopText {
  color: #888;
}

.mobileBtn {
  display: none;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
  .mobileBtn {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    display: block;
  }

  .mobileBtn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #000;
    box-shadow: #000 0 7px 0 0, #000 0 -7px 0 0;
    transition: all 0.3s ease;
  }

  .mobileBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }

  /*.mobileBtn:hover {*/
  /*  background: #000;*/
  /*}*/
  /*.mobileBtn:hover::before {*/
  /*  background: #fff;*/
  /*  transform: translate(-50%, -50%) rotate(45deg);*/
  /*  box-shadow: none;*/
  /*}*/
  /*.mobileBtn:hover::after {*/
  /*  background: #fff;*/
  /*  opacity: 1;*/
  /*  transform: translate(-50%, -50%) rotate(-45deg);*/
  /*}*/
}

.mobileOpen .mobileBtn {
  background: #000;
}

.mobileOpen .mobileBtn::before {
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: none;
}

.mobileOpen .mobileBtn::after {
  background: #fff;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobileOpen .menuBox {
  transform: translateX(0%);
}

.pageBox {
  padding-top: 4%;
}

.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageBox .pagination li {
  margin: 0 15px;
  line-height: 1.5;
  text-align: center;
}

.pageBox .pagination li.active a {
  color: #000;
}

.pageBox .pagination li a {
  font-size: 1.125rem;
  color: #191918;
}

.pageBox .pagination li a:hover {
  color: #f90d08;
}

.pageBox .pagination li.active a {
  font-weight: 700;
  color: #f90d08;
}

.pageBox .pagination li.controls:first-child {
  margin: 0 15px 0 0;
}

.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 15px;
}

.pageBox .pagination li.controls a {
  display: block;
}

.pageBox .pagination li.controls a::before {
  content: "";
  width: 20px;
  height: 16px;
  display: block;
  -webkit-mask: url("../images/arrow.svg") center no-repeat;
  mask: url("../images/arrow.svg") center no-repeat;
  background: #191918;
  transition: all 0.3s ease;
}

.pageBox .pagination li.controls a.prev {
  transform: rotate(180deg);
}

.pageBox .pagination li.controls a:hover::before {
  background: #f90d08;
}

.pageBtnBox {
  padding: 5% 20px 0;
  max-width: 1350px;
  margin: 2% auto 0;
  border-top: #dddddd 1px solid;
}

.pageBtnBox .back {
  width: 240px;
  display: block;
  color: #f90d08;
  border: 1px solid #f90d08;
  padding: 16px 30px;
  position: relative;
  text-align: right;
  overflow: hidden;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .pageBtnBox .back {
    padding: 10px 20px;
    /*width: 100%;*/
  }
}

.pageBtnBox .back::before {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 18/9;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url("../images/back_arrow.svg") center no-repeat;
  mask: url("../images/back_arrow.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #f90d08;
  transition: 0.3 0.3s ease;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pageBtnBox .back::before {
    width: 15px;
    left: 15px;
  }
}

.pageBtnBox .back::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  bottom: -1px;
  left: -30%;
  z-index: -1;
  background: #f90d08;
  opacity: 0;
  transition: opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.2s, opacity 0.2s linear;
  transform: translate(-400px, 0) skew(60deg, 0deg);
}

.pageBtnBox .back:hover {
  color: #fff;
  border: 1px solid #fff;
}

.pageBtnBox .back:hover::before {
  background: #fff;
}

.pageBtnBox .back:hover::after {
  opacity: 1;
  transition-delay: 0s, 0s;
  transform: translate(0, 0) skew(60deg, 0deg);
}

.pageBtnBox .send {
  width: 100%;
  font-size: 0.8125rem;
  border: 1px solid #000;
  padding: 3% 15px 3%;
  z-index: 0;
  position: relative;
  color: #fff;
  background: #000;
  font-weight: 500;
  font-size: 1.75rem;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .pageBtnBox .send {
    font-size: 1.125rem;
  }
}

.pageBtnBox .send::after {
  content: "";
  margin-left: 10px;
  width: 34px;
  height: 25px;
  display: block;
  -webkit-mask: url("../images/send_icon.svg") no-repeat;
  mask: url("../images/send_icon.svg") no-repeat;
  background: #fff;
  transition: all 0.3s ease;
}

.pageBtnBox .send::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
}

.pageBtnBox .send:hover,
.pageBtnBox .send:hover {
  color: #000;
}

.pageBtnBox .send:hover:before,
.pageBtnBox .send:hover:before {
  width: 100%;
  left: 0;
}

.pageBtnBox .send:hover::after,
.pageBtnBox .send:hover::after {
  background: #000;
}

.formBox {
  padding: 5%;
}

.formBox ul {
  max-width: 950px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.formBox .inputItem {
  width: calc(50% - 25px);
  padding: 25px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid #dadfe3;
  border-width: 0 0 1px 0;
}

@media screen and (max-width: 767px) {
  .formBox .inputItem {
    width: 100%;
  }
}

.formBox .inputItem>label {
  font-size: 1.25rem;
  color: #000000;
  line-height: 1;
  min-width: 230px;
  border-right: #dadfe3 1px solid;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .formBox .inputItem>label {
    font-size: 1.125rem;
  }
}

.formBox .inputItem .itemBox,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
  flex-grow: 1;
  margin-left: 15px;
  color: #000;
  border-radius: 0;
  border: none;
}

.formBox .inputItem .itemBox::-moz-placeholder,
.formBox .inputItem input.inputControl::-moz-placeholder,
.formBox .inputItem textarea.textareaControl::-moz-placeholder {
  color: #c0c0c0;
}

.formBox .inputItem .itemBox:-ms-input-placeholder,
.formBox .inputItem input.inputControl:-ms-input-placeholder,
.formBox .inputItem textarea.textareaControl:-ms-input-placeholder {
  color: #c0c0c0;
}

.formBox .inputItem .itemBox::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
  color: #c0c0c0;
}

.formBox .inputItem.full {
  width: 100%;
}

.formBox .inputItem.required label::after {
  content: "※";
  color: #f90d08;
  margin: 0 0 -2px 5px;
  display: block;
}

.formBox .itemBox ul {
  display: flex;
  flex-wrap: wrap;
}

.formBox .itemBox ul li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .formBox .itemBox ul li {
    width: 100%;
  }
}

.formBox .itemBox ul li label {
  display: block;
  padding-left: 22px;
  position: relative;
}

.formBox .itemBox ul li label::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  background: url("../images/checkbox.png") bottom no-repeat;
  left: 0px;
  top: 3px;
  z-index: 9;
}

.formBox .itemBox ul li input {
  position: absolute;
  opacity: 0;
}

.formBox .itemBox ul li input[type=checkbox] {
  margin-right: 5px;
  opacity: 0;
}

.formBox .itemBox ul li input[type=checkbox]:checked+label::before {
  background: url("../images/checkbox.png") top no-repeat;
}

.formBox a {
  color: #666666;
  font-size: 0.8125rem;
  text-decoration: underline;
}

.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}

.formBox a:hover {
  color: #f90d08;
}

.formBox .checkImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  line-height: 0;
  margin-top: 10px;
}

.formBox .reBtn {
  width: 15px;
  height: 15px;
  margin-top: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: none;
}

.formBox .reBtn::before {
  content: "";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  -webkit-mask: url("../images/re.svg") no-repeat;
  mask: url("../images/re.svg") no-repeat;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}

.formBox .reBtn:hover::before {
  transform: rotate(180deg);
  background: #e50012;
}

@media screen and (max-width: 767px) {
  .subMenu {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.subMenu ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .subMenu li {
    flex-grow: 1;
  }
}

.subMenu li+li {
  margin-left: 10px;
}

.subMenu li a {
  color: #f90d08;
  font-weight: 300;
  font-size: 1rem;
  padding: 7px 10px 5px;
  z-index: 0;
  text-align: center;
  display: block;
  position: relative;
  background: transparent;
  border: #f90d08 1px solid;
  cursor: pointer;
  padding: 7px 15px 5px;
}

.subMenu li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background: #f90d08;
  transition: all 0.3s ease;
}

.subMenu li a:hover {
  color: #fff;
  border: #f90d08 1px solid;
}

.subMenu li a:hover::before {
  width: 100%;
  left: 0;
}

.pageBanner {
  position: relative;
  padding-top: 26%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .pageBanner {
    background-size: contain;
  }
}

.pageTitle {
  padding-top: 90px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageTitle {
    padding: 50px 0;
  }
}

.pageTitle::before {
  content: "";
  width: 26vw;
  aspect-ratio: 1/1;
  right: 0;
  bottom: 0%;
  z-index: 55;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #f90c07;
}

.pageTitle .container {
  width: auto;
  min-height: 270px;
  margin: 0 25vw;
  border: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none !important;
  text-align: center;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  .pageTitle .container {
    min-height: auto;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 575px) {
  .pageTitle .container {
    margin: 0 80px;
  }
}

.pageTitle .title {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 3%;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .pageTitle .title {
    font-size: 1.75rem;
  }
}

.pageTitle .info {
  font-size: 1.25rem;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .pageTitle .info {
    font-size: 1rem;
  }
}

@-webkit-keyframes lightBoxOpen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lightBoxOpen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

@keyframes lightBoxClose {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.lightBoxOpen {
  overflow: hidden;
}

.lightBoxOpen .outLightBox {
  display: flex;
  -webkit-animation: lightBoxOpen 0.3s linear;
  animation: lightBoxOpen 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.lightBoxClose .outLightBox {
  -webkit-animation: lightBoxClose 0.3s linear;
  animation: lightBoxClose 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.outLightBox {
  padding: 20px;
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.outLightBox .closeLightBoxBtn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: #fff;
  padding: 0;
  border-radius: 0 0 0 10px;
  cursor: pointer;
}

.outLightBox .closeLightBoxBtn::before,
.outLightBox .closeLightBoxBtn::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  display: block;
  background: #444;
  top: 14px;
  left: 5px;
}

.outLightBox .closeLightBoxBtn::before {
  transform: rotate(45deg);
}

.outLightBox .closeLightBoxBtn::after {
  transform: rotate(-45deg);
}

.outLightBox .overLayer {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(204, 204, 204, 0.6);
}

.outLightBox .lightBox {
  width: 100%;
  max-width: 760px;
  position: relative;
  background: #fff;
  z-index: 51;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 0;
}

.outLightBox .lightBox iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

/*404 Page*/
.pageTitle {
  margin-top: 0 !important;
}

.pageTitle .logo-error {
  max-width: 100%;
  width: auto;
  height: 80px;
}

.pageTitle .logo-error-name {
  width: auto;
  height: 80px;
  filter: invert(0.7);
}

.pageTitle .error-title {
  font-size: 6.5em;
  font-weight: bold;
  color: #f90d08;
}

.pageTitle .error-subtitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #666666;
}

@media(min-width:992px) {
  .pageTitle .logo-error {
    height: 80px;
  }

  .pageTitle .error-title {
    font-size: 10em;
  }

  .pageTitle .error-subtitle {
    font-size: 3em;
  }
}

.pageTitle .bi-send-check {
  content: "";
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/send.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 30px;
  filter: invert(31%) sepia(83%) saturate(5991%) hue-rotate(351deg) brightness(89%) contrast(131%);
}

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

.contactOk .txt .info {
  font-size: 1rem;
  color: #999;
  margin-top: 1rem;
}

.btn-primary {
  width: 100%;
  font-size: 1.3rem;
  border: 1px solid #000;
  padding: 3% 15px 3%;
  z-index: 0;
  position: relative;
  color: #fff;
  background: #000;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  transition: all 0.3s ease;
}