@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  color: #919191;
  font-family: "Alumni Sans", "Noto Sans TC", sans-serif;
  background: #181C14;
  position: relative;
  isolation: isolate;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover fixed;
  mix-blend-mode: multiply;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
.link-item,
strong,
small,
a {
  margin: 0;
  margin-top: 3px;
  letter-spacing: 2px;
  line-height: 1.5;
}

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

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

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

h4 {
  font-size: calc(1.5rem + 0.3vw);
}

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

h6 {
  font-size: calc(1.1rem + 0.2vw);
}

p, span, li {
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

section {
  padding: 7rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  section {
    padding: 4rem 0;
  }
}

h2 {
  width: 216px;
  color: #cc1a1a;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-self: center;
  position: relative;
  margin-bottom: 20px;
}
h2 span {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #d1cecd;
  padding: 4px 10px;
  position: relative;
  top: -12px;
  z-index: -1;
}
h2 span:before, h2 span::after {
  content: "";
  width: 10px;
  height: 2px;
  background: rgba(209, 206, 205, 0.5);
  position: absolute;
  top: 45%;
  left: 11%;
  transform: translate(-50%, -50%);
}
h2 span::after {
  left: 87%;
}
h2 .h2_dec {
  position: absolute;
  bottom: 0px;
  left: 50px;
  width: 50px;
  height: 50px;
}
.list-style {
  list-style: none;
  margin-bottom: 40px;
}
.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}
.list-style li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.list-style li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}
.list-style li:hover {
  filter: brightness(2);
}

.sidebar {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1000;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  width: 44px;
  height: 150px;
  font-size: 0.9rem;
  background: #cc1a1a;
  border-radius: 10px 0 0 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-decoration: none;
  animation: heartBeat 6s infinite;
}
.sidebar ul li a:hover {
  animation: shakeX 2s infinite;
}
.sidebar ul li a i {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a span {
  margin-left: 5px;
  font-size: 20px;
  writing-mode: vertical-rl;
}
.sidebar ul li:last-child a {
  border: none;
}

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

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

.parallax-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.dec_box {
  position: absolute;
  width: 10vw;
  height: 30vh;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .dec_box {
    background-attachment: unset;
  }
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
}
@media (max-width: 992px) {
  header .navbar {
    background: #1D1616;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
header .navbar a {
  transform: none;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  transition: 0.5s;
}
header .navbar .navbar-brand span {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #1D1616;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand span {
    color: #1D1616;
  }
}
header .navbar .navbar-brand small {
  font-size: 13px;
  color: #d1cecd;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand small {
    color: #919191;
  }
}
header .navbar .navbar-brand img {
  width: auto;
  height: 50px;
  object-fit: contain;
  transition: 0.3s;
}
header .navbar .navbar-toggler {
  border: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0.5rem 0;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: calc(1rem + 0.2vw);
  display: inline-block;
  padding: 0 20px;
  position: relative;
  color: #fff;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0px;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    bottom: -8px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  height: 8px;
}
header .scrolled {
  background: #1D1616;
}
header .scrolled .navbar-brand {
  margin-top: unset;
}
header .scrolled .navbar-brand span {
  color: #1D1616;
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand span {
    color: #1D1616;
  }
}
header .scrolled .navbar-brand small {
  color: rgb(55, 55, 55);
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand small {
    color: #333;
  }
}

.hero {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow-y: hidden;
}
.hero a {
  font-size: calc(1.4rem + 0.2vw);
}
.hero .hero_fade img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.hero .hero_fade:after {
  content: "";
  display: block;
  width: 100vw;
  height: 30vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
  position: absolute;
  top: 0;
}
.hero .bannerLogo img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  object-position: center;
}
.hero .txt-content {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero .txt-content h1 {
  letter-spacing: 1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .hero .txt-content h1 {
    letter-spacing: 0.5rem;
  }
  .hero .txt-content h1 small {
    line-height: 3rem;
  }
}
.hero .txt-content span {
  margin: 20px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.1333333333);
  backdrop-filter: blur(5px);
}

section .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
section .scroll-down:hover {
  opacity: 0.5;
}
section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}
.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}
.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}
.masonry-store a img:hover {
  filter: brightness(1);
}
@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

.about p span {
  display: inline-block;
  font-weight: 400;
  color: white;
  background: rgba(204, 26, 26, 0.3);
  padding: 8px 12px;
}
.about .dec_box {
  top: 0;
}
.about .dec_box.bottom {
  top: 100%;
  right: 0;
  transform: translate(50%, -20%);
  opacity: 0.2;
}
.about img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.about a {
  background-color: #fff;
  color: #93856d;
  border: 2px solid #93856d;
  margin-top: 20px;
  width: fit-content;
  padding: 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.5s;
}
.about a:hover {
  background-color: #93856d;
  border: 2px solid transparent;
  color: #fff;
  transition: 0.5s;
}

.services {
  position: relative;
  background: #333;
  z-index: 0;
}
.services::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg/services_Bg.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.services .dec_box {
  right: 0;
  top: 0;
  opacity: 0.25;
  transform: translateX(50%);
}
.services img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.services h3 {
  color: white;
}
.services h4 {
  color: white;
}
.services .serviceBtn {
  color: white;
  background: #1D1616;
  margin: 8px;
  padding: 13px 12px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .serviceBtn i {
  font-size: 24px;
  margin-right: 6px;
}
.services video {
  width: 100%;
  height: 600px;
  object-fit: contain;
  object-position: center;
}

#process p {
  letter-spacing: 0.4rem;
}
#process span {
  font-size: 20px;
  font-weight: 600;
}
#process h5 {
  transform: scaleX(1);
  flex: 1;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  #process h5 {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }
}
#process h5 small {
  font-size: 16px;
  letter-spacing: 0.3rem;
  opacity: 0.7;
}
#process .step {
  display: flex;
  flex-direction: column;
}
#process .step h3 {
  letter-spacing: 0.25rem;
  font-style: italic;
  display: inline-block;
  width: 160px;
  height: fit-content;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  #process .step h3 {
    width: 100px;
  }
}
#process .step .line {
  width: 40px;
  flex: 1;
  border-right: dotted 3px #cc1a1a;
  opacity: 0.5;
}
#process .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
#process .item:not(:last-child) h5 {
  margin-bottom: 2rem;
}
#process .pay {
  background: #a1998c;
  padding: 2rem;
  padding-top: 0;
  margin-top: 3rem;
  border-radius: 5px;
}
#process .pay * {
  color: #fff;
}
#process .pay * {
  transform-origin: center;
}
#process .pay h5 {
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  #process .pay h5 {
    text-align: center;
    margin-top: 2rem;
  }
}
#process .pay .line {
  flex: 1;
}
@media (max-width: 992px) {
  #process .pay .line {
    display: none;
  }
}
#process .pay .dotted {
  position: relative;
}
#process .pay .dotted::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: dotted 3px #fff;
  opacity: 0.5;
}
#process .pay p {
  padding-left: unset;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 1rem;
  width: 70%;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#process .pay h3 {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 2.5rem;
  color: #a1998c;
  background: #fff;
  width: fit-content;
  border-radius: 0 0 5px 5px;
}
#process .processCard {
  text-align: center;
  background: white;
  padding: 24px 12px;
  border-radius: 4px;
}
#process .processCard h3 {
  color: #1D1616;
  font-weight: 700;
}
#process .processCard .iconBg {
  background: #1D1616;
  padding: 16px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process .processCard .iconBg i {
  color: #333;
  font-size: 50PX;
}
#process .processCard:hover {
  background: #1D1616;
  border: none;
}
#process .processCard:hover h3, #process .processCard:hover p {
  color: white;
}
#process .processCard:hover .iconBg {
  background: white;
}
#process .processNote {
  font-size: 20px;
  font-weight: 600;
  color: #cc1a1a;
  text-align: center;
}

.portfolio {
  position: relative;
  z-index: 0;
}
.portfolio::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg/portfolio_Bg.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.portfolio * {
  transform-origin: left;
}
.portfolio .awards {
  margin-top: 2rem;
}
.portfolio .awards li {
  margin-bottom: 1rem;
  opacity: 0.8;
  font-size: 14px;
}
.portfolio .awards a {
  padding: 0 !important;
}
.portfolio .awards_logo img {
  height: 100px;
  object-fit: contain;
  width: fit-content;
}
.portfolio h5 {
  color: white;
  line-height: 2rem;
}
.portfolio img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.portfolio .row a {
  padding: 0.5rem;
  display: block;
}
.portfolio .slick_box a {
  padding: 0;
  width: 100%;
  transform: scaleX(1);
}
.portfolio .slick_box img {
  width: 100%;
  height: 65vh;
}
.portfolio .slick_box .slick-arrow {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  transition: 0.5s;
}
.portfolio .slick_box .slick-arrow::before {
  color: #fff;
  opacity: 0.8;
  font-size: 1.5rem;
}
.portfolio .slick_box .slick-prev {
  left: 0px;
}
.portfolio .slick_box .slick-next {
  right: 0px;
}
.portfolio .slick_box .slick-disabled {
  opacity: 0;
}
.portfolio .slick_box .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}

.contact {
  background: #fff5d8;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact * {
  transform: scaleX(1);
  letter-spacing: 0.2rem;
}
.contact .container > .row {
  border-bottom: solid 1px rgb(99, 99, 99);
}
.contact img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.contact address ul li a {
  color: #919191;
  transition: 0.4s;
}
@media (max-width: 575.98px) {
  .contact address ul li a {
    justify-self: center;
  }
}
.contact address ul li a:hover {
  color: rgba(204, 26, 26, 0.7);
}
.contact address ul li a i {
  display: flex;
  justify-content: start;
  align-items: center;
}
.contact .sns {
  padding-left: 20px;
}
.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}
.contact .sns a:hover {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 992px) {
  .contact .sns {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.contact .map {
  display: inline-flex;
  filter: contrast(0.8);
  transition: 0.5s;
}
.contact .map:hover {
  filter: contrast(1);
}

#contact a {
  text-decoration: none;
}

.contactBtn {
  width: 100%;
  padding: 30px 0px;
  border-radius: 8px;
  background: #84c9da;
  color: white;
}
.contactBtn i {
  font-size: 80px;
}
.contactBtn p {
  font-size: 1rem;
}
.contactBtn span {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

footer {
  margin-bottom: 0px;
}
footer * {
  transform: scaleX(1);
  letter-spacing: 0.15rem;
  color: #aaa;
}
.callBtn {
  padding: 8px 16px;
  border-radius: 10px;
  border: none;
  background: #cc1a1a;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-self: center;
}
.callBtn i {
  font-size: 1.3rem;
}
.callBtn:hover {
  color: #cc1a1a;
  background: #1D1616;
}/*# sourceMappingURL=all.css.map */