@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Yuji+Mai&display=swap");
.bg-color {
  background: #0c1b33 !important;
  isolation: isolate;
}
.bg-color .nav-link {
  color: #ffd700 !important;
  text-shadow: unset !important;
}

* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
}

h6 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1.1rem + 0.1vw);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #ffd700;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px !important;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}
section:nth-of-type(odd):not(:first-of-type) {
  background: rgba(9, 20, 39, 0.8);
  position: relative;
}

.sectionTitle {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  margin: auto;
  position: relative;
  z-index: 2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-size: calc(1.8rem + 0.3vw);
  color: gold;
  text-align: center;
  letter-spacing: 4px;
  white-space: nowrap;
  font-weight: 600;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%, 0%);
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1;
}
.sectionTitle .h2_dec span {
  color: #f0f0f0;
  font-size: calc(3.5rem + 1vw);
  font-weight: 400;
  opacity: 0.1;
  text-align: start;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  padding: 4px;
  text-shadow: 3px 6px 0px rgba(21, 32, 64, 0.7), 0px 0px 6px rgba(21, 32, 64, 0.3);
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  margin: 1rem 0 !important;
  opacity: 0.5;
}

.btn {
  width: 100%;
  letter-spacing: 2px;
  color: white;
  background: #152040;
  border: 1px solid white;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #152040;
  background: rgba(255, 215, 0, 0.7);
  border: 1px solid rgba(21, 32, 64, 0.7);
}
.btn:hover span {
  color: rgba(21, 32, 64, 0.7);
}
.btn i {
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}

.fillBtn {
  color: #152040;
  background: #ffb84c;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #152040;
  background: white !important;
  border: 1px solid #152040;
}
.fillBtn:hover span {
  color: #152040;
}
.fillBtn.LINE {
  color: white;
  background: #259300;
}
.fillBtn.LINE:hover {
  color: #259300;
  border: 1px solid #259300;
  background: white;
}
.fillBtn.LINE:hover span {
  color: #259300;
}
.fillBtn.FB {
  color: white;
  background: #0049c0;
}
.fillBtn.FB:hover {
  color: #0049c0;
  border: 1px solid #0049c0;
  background: white;
}
.fillBtn.FB:hover span {
  color: #0049c0;
}
.fillBtn.IG {
  color: white;
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.fillBtn.IG:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #d88e55, #a421a7) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
}
.fillBtn.IG:hover span,
.fillBtn.IG:hover i {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(21, 32, 64, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  height: 40vh;
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .container-fluid {
  height: 100%;
}
.interval .intervalBg {
  height: 100%;
  background: rgba(9, 20, 39, 0.5);
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0c1b33;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.interval .intervalBg img {
  filter: invert(1);
  transform: rotateY(180deg);
  opacity: 0.08;
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #ffd700;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
          clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #152040;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
            clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(255, 215, 0, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 6px;
}
.catalogList .nav-tabs .nav-link.active {
  color: #0c1b33;
  background: #ffd700;
  text-shadow: 0px 1px 2px rgba(255, 215, 0, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes headShakeA {
  0% {
    transform: translate(-50%, -50%) translateX(0);
  }
  6.5% {
    transform: translate(-50%, -50%) translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translate(-50%, -50%) translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translate(-50%, -50%) translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translate(-50%, -50%) translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translate(-50%, -50%) translateX(0);
  }
}
body {
  font-family: "Jost", "Noto Sans TC", sans-serif;
  color: #ffd700;
  background: #0c1b33;
  overflow-x: hidden;
  position: relative;
}

header .navbar {
  background: #152040;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: unset;
}
header .navbar .navbar-brand .brandTxt {
  padding-left: 8px;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-family: "Yuji Mai", "Noto Sans TC", sans-serif;
  font-size: calc(1.4rem + 0.4vw);
  font-weight: 500;
  color: gold;
  line-height: 1.1;
  letter-spacing: 2px;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(1.6rem + 0.4vw);
  line-height: 0.6;
  opacity: 0.4;
  position: absolute;
  top: 38%;
  left: 102%;
  transform: translate(0%, -50%);
  font-weight: 700;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  padding: 4px;
  margin-left: 4px;
  margin-bottom: 16px;
  border-radius: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.7rem + 0.2vw);
  color: white;
  line-height: 16px;
  margin-bottom: -4px;
}
header .navbar .navbar-brand .logoImg {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  width: calc(40px + 0.5vw);
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbar .navbar-brand .logoImg img:nth-of-type(2) {
  width: calc(200px + 5vw);
  height: auto;
  filter: invert(1) brightness(3);
  margin-left: 8px;
}
header .navbar .navbar-toggler {
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  letter-spacing: 4px;
  color: white;
  text-align: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  color: gold;
  text-transform: uppercase;
  letter-spacing: normal;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span::before {
  width: 80%;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  text-shadow: initial;
  padding: 1px 12px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  content: "";
  width: 0%;
  height: 4px;
  background: #f5d88a;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease;
  z-index: -1;
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  margin-top: 83px;
  position: relative;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  .banner {
    height: 70vh;
  }
}
@media (max-width: 767.98px) {
  .banner .img-box {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .banner img {
    width: 60%;
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .f-carousel {
    width: 100%;
  }
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .bannerImg img {
  aspect-ratio: 1/0.6;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background: rgba(12, 27, 51, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 20px 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  isolation: isolate;
  z-index: 10;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .banner .txt-content {
    left: 0;
    transform: translate(0, -50%);
    padding-left: 3.5rem;
    padding-right: 0;
  }
}
.banner .txt-content .bannerLogo {
  width: calc(300px + 3vw);
  height: auto;
  filter: invert(1) brightness(3);
}
@media (max-width: 767.98px) {
  .banner .txt-content .bannerLogo {
    margin-bottom: 1rem;
  }
}
.banner .txt-content hr {
  width: 100%;
  height: 4px;
  border-top: 2px solid #ffd700;
  margin: 1.5rem 0;
}
.banner .txt-content h1 {
  font-family: "Yuji Mai", "Noto Sans TC", sans-serif;
  font-size: calc(3rem + 0.5vw);
  font-weight: 600;
  color: gold;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 4px 3px 1px #0c1b33, 9px 8px 0px rgba(12, 27, 51, 0.15);
}
.banner .txt-content .smallMark {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background: transparent;
  opacity: 0.1;
  writing-mode: vertical-lr;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .banner .txt-content .smallMark {
    left: 0;
    left: -2.5rem;
  }
}
.banner .txt-content .smallMark h5 {
  font-size: calc(8rem + 0.2vw);
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .banner .txt-content .smallMark h5 {
    font-size: 5rem;
  }
}
.banner .txt-content span {
  display: inline-block;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  text-align: center;
  margin-top: 12px;
  text-wrap-style: pretty;
}
@media (max-width: 767.98px) {
  .banner .txt-content .btnBox {
    flex-direction: column;
    position: absolute;
    top: 45%;
    left: 108%;
    transform: translate(-50%, -50%);
    left: 20%;
  }
}
.banner .txt-content .btnBox .fillBtn {
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 200px) {
  .banner .txt-content .btnBox .fillBtn {
    aspect-ratio: 1;
  }
  .banner .txt-content .btnBox .fillBtn i {
    font-size: calc(1.5rem + 0.2vw);
    letter-spacing: normal;
    padding: 0;
  }
  .banner .txt-content .btnBox .fillBtn span {
    display: none;
  }
}
.banner .txt-content .btnBox .fillBtn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin: 0 8px;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .smallMark:nth-of-type(2) {
  color: black;
}
.about .slogn h4 {
  color: #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #152040;
  text-align: end;
}
.about .aboutContext {
  padding: 2rem 1rem;
  position: relative;
}
.about .aboutContext::before {
  content: "";
  width: 72%;
  height: 75%;
  border: 1px solid #f0f0f0;
  mix-blend-mode: overlay;
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .about .aboutContext::before {
    width: 87%;
    height: 80%;
    left: 50%;
  }
}
.about .aboutContext:nth-child(2)::before {
  display: none;
}
.about .aboutContext:nth-child(2) .aboutImg {
  height: auto;
  align-self: stretch;
}
@media (min-width: 992px) {
  .about .aboutContext:nth-child(2) .aboutImg {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .about .aboutContext:nth-child(2) {
    margin-top: 50px;
  }
  .about .aboutContext:nth-child(2) .context {
    margin: unset;
  }
}
.about .aboutContext:nth-child(3)::before {
  height: 80%;
  left: unset;
  right: -27%;
}
@media (max-width: 767.98px) {
  .about .aboutContext:nth-child(3)::before {
    width: 87%;
    height: 90%;
    right: unset;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .about .aboutContext:nth-child(3) .context {
    margin-top: auto;
    margin-left: unset;
    margin-right: -10%;
    margin-bottom: -50px;
  }
}
.about .aboutContext .context {
  color: gold;
  background: #0c1b33;
}
@media (min-width: 768px) {
  .about .aboutContext .context {
    align-self: stretch;
    margin-top: auto;
    margin-left: -25%;
    margin-bottom: -50px;
  }
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutContext b {
  color: #998100;
}
.about .aboutImg {
  height: 100%;
  position: relative;
}
.about .aboutImg img {
  padding: 0;
}
.about .aboutImg i {
  font-size: calc(1.2rem + 0.2vw);
  color: #152040;
  background: rgba(12, 27, 51, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 0 0 50px 0;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 1.2rem;
  z-index: 1;
}
.about .f-carousel .f-button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.about .f-carousel .f-button svg {
  stroke: white;
}
.about #aboutCarousel.f-carousel {
  --f-carousel-gap: 16px;
  padding: 0;
  --f-carousel-slide-width: calc((100% - 32px) / 4);
}
@media (max-width: 991.98px) {
  .about #aboutCarousel.f-carousel {
    --f-carousel-slide-width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767.98px) {
  .about #aboutCarousel.f-carousel {
    --f-carousel-slide-width: calc((100% - 32px) / 2);
  }
}
.about #aboutCarousel.f-carousel img {
  aspect-ratio: 1;
}
.about #aboutCarousel.f-carousel .f-carousel__slide {
  position: relative;
}
.about #aboutCarousel.f-carousel .f-button {
  padding: 12px;
  border-radius: 4px;
}
.about #aboutCarousel.f-carousel .f-button svg {
  width: 44px;
  height: 44px;
  stroke-width: 4px;
  stroke: #ffd700;
  padding: 2px;
}
.about video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.services {
  position: relative;
  padding: 0;
}
.services .services-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.services .services-hero-bg .f-carousel,
.services .services-hero-bg .f-carousel__slide {
  width: 100%;
  height: 100%;
}
.services .services-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .services-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.45);
}
.services .price img {
  width: 65%;
  margin: auto;
}
@media (max-width: 576px) {
  .services .price img {
    width: 90%;
  }
}
.services .bntBox {
  width: 100%;
}
.services hr {
  margin: unset;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services .serviceItem {
  align-self: stretch;
  position: relative;
}
.services .serviceCard {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(245, 216, 138, 0.5);
  padding: 1.5rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  box-shadow: rgba(245, 216, 138, 0.4) 0px 2px 6px 0px;
}
.services .serviceCard .serviceCardTxt {
  width: auto;
  text-align: center;
  position: relative;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt h5 {
  font-weight: 500;
  letter-spacing: 2px;
  color: #0c1b33;
  background: gold;
  border-radius: 8px;
  padding: 0.3rem 1rem;
}
.services .serviceCard .serviceCardTxt p {
  margin-top: 1rem;
}
.services .serviceCard .serviceCardTxt ul {
  padding-left: unset;
  margin-top: 1rem;
}
.services .serviceCard .serviceCardTxt ul li {
  color: #ffd700;
}
.services .serviceCard .serviceCardTxt button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
}
.services .serviceCard .serviceCardTxt button i {
  padding: unset;
}
.services .serviceCard .serviceCardImg {
  width: -moz-fit-content;
  width: fit-content;
  height: 112px;
  margin: 1.2rem 0;
  overflow: hidden;
}
.services .serviceCard .serviceCardImg img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  filter: invert(1);
  margin: auto;
  transition: all 0.3s ease-in;
}

.process .processItem {
  margin-bottom: 40px;
}
.process .processItem:nth-of-type(even) .processCard {
  justify-content: end;
}
.process .processCard {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  position: relative;
}
.process .processCard .processCardTxtTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.process .processCard .processCardTxtTitle .num {
  opacity: 0.4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-bottom: -65px;
}
.process .processCard .processCardTxtTitle .num span {
  font-size: calc(2.5rem + 0.4vw);
  font-weight: 600;
  color: #f0f0f0;
}
.process .processCard .processCardTxtTitle .num span:nth-of-type(2) {
  font-size: calc(5rem + 0.4vw);
  margin-top: -35px;
}
.process .processCard .processCardTxtTitle h4 {
  white-space: nowrap;
}
.process .processCard .processCardTxtTitle h4 span {
  font-size: calc(2.7rem + 0.4vw);
  font-weight: 500;
}
.process .processCard .processCardTxt {
  margin: 0;
  position: relative;
  z-index: 1;
}
.process .processCard .processCardTxt ul {
  padding-left: unset;
  margin: 0;
}
.process .processCard .processCardImg {
  align-self: stretch;
  margin-left: 8px;
}
.process .processCard .processCardImg img {
  border-radius: 8px;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  aspect-ratio: 1;
  border-radius: 4px;
}
.portfolio .slick-slider {
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.2rem + 0.2vw);
  color: #152040;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.knowledge #know-list .videoCard {
  display: inline-block;
  height: 100%;
  box-shadow: rgba(255, 215, 0, 0.5) 1.95px 1.95px 2.6px;
}
.knowledge #know-list .videoCard video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact address {
  margin: 0;
}
.contact .contactInfo {
  padding: 20px 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #ffd700;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #f0f0f0;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: #152040;
  background: gold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
  text-shadow: 0px 2px 2px rgba(229, 138, 0, 0.4), 0px 6px 10px rgba(229, 138, 0, 0.1), 0px 0px 15px rgba(229, 138, 0, 0.1);
}
.contact .sns a:hover {
  color: white;
  background: #152040;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .map iframe {
  display: block;
  margin-top: auto;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: #0c1b33;
  background: #ffb84c;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  color: #f0f0f0;
  background: #152040;
  border: 1px solid #f0f0f0;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: #0c1b33;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */