@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
.bg-color {
  background: rgb(245.064, 243.04, 241.936) !important;
  isolation: isolate;
}
.bg-color .nav-link {
  color: #222222 !important;
  text-shadow: unset !important;
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 #222222;
  margin: 50px 0;
}

.no-show {
  opacity: 0 !important;
  pointer-events: none;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px;
  }
}
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(201, 190, 184, 0.8);
}
section:nth-of-type(odd):not(:first-of-type) .sectionTitle span {
  color: white;
}
section:nth-of-type(odd):not(:first-of-type) .sectionTitle hr {
  border-top: 1px solid white;
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 24px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  font-size: calc(1.8rem + 0.3vw);
  color: rgb(23.8978723404, 53.770212766, 81.4021276596);
  text-align: center;
  letter-spacing: 4px;
  margin: auto;
  font-weight: 600;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: -16px;
  position: relative;
  z-index: -1;
}
.sectionTitle .h2_dec span {
  color: #c9beb8;
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 400;
  text-align: start;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  padding: 4px;
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec hr {
  width: 100%;
  border-top: 1px solid #c9beb8;
  margin: 1rem 0 !important;
  opacity: 0.5;
}

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

.fillBtn {
  color: white;
  background: #5ca8d6;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #5ca8d6;
  background: white !important;
  border: 1px solid #5ca8d6;
}
.fillBtn:hover i,
.fillBtn:hover span {
  color: #5ca8d6;
}
.fillBtn.LINE {
  background: #2eb900;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.fillBtn.LINE:hover i,
.fillBtn.LINE:hover span {
  color: #2eb900;
}
.fillBtn.FB {
  background: #0765ff;
}
.fillBtn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.fillBtn.FB:hover i,
.fillBtn.FB:hover span {
  color: #0765ff;
}
.fillBtn.IG {
  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 i,
.fillBtn.IG:hover span {
  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(92, 168, 214, 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%;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.interval .intervalBg img {
  transform: rotateY(180deg);
}
.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: #20486d;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #5ca8d6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    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(34, 34, 34, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #222222;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 6px;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #20486d;
  text-shadow: 0px 1px 2px rgba(34, 34, 34, 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: #222222;
  background: rgb(245.064, 243.04, 241.936);
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  position: fixed;
  top: 0;
  z-index: -1;
}

header .navbar {
  background: #c9beb8;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.7rem + 0.4vw);
  font-weight: 600;
  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: 60px;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  width: auto;
  border-radius: 4px;
  object-fit: contain;
}
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.15vw);
  font-weight: 400;
  letter-spacing: 4px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.5), 0px 0px 3px rgba(34, 34, 34, 0.3);
}
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);
  color: white;
  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: 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: #5ca8d6;
  opacity: 0.8;
  position: absolute;
  bottom: -5%;
  left: 10%;
  transition: 0.3s ease;
  z-index: -1;
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  margin-top: 86px;
  position: relative;
  isolation: isolate;
}
@media (max-width: 576px) {
  .banner {
    height: 60vh;
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
  background: white;
}
.banner .f-carousel .f-carousel__slide:nth-of-type(2) .bannerImg {
  padding: 70px;
}
@media (max-width: 576px) {
  .banner .f-carousel .f-carousel__slide:nth-of-type(2) .bannerImg {
    padding: 30px;
  }
}
.banner .f-carousel .f-carousel__slide:nth-of-type(2) .bannerImg img {
  object-fit: contain;
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: 75%;
  min-width: 280px;
  max-width: 600px;
  height: auto;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  isolation: isolate;
  z-index: 10;
}
.banner .txt-content::before {
  content: "";
  width: 97%;
  height: 93%;
  border: 1px solid white;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .banner .txt-content {
    width: auto;
  }
  .banner .txt-content::before {
    content: "";
    width: 95%;
    height: 95%;
  }
}
.banner .txt-content .bannerLogo {
  width: 100%;
}
@media (max-width: 767.98px) {
  .banner .txt-content .bannerLogo {
    margin-bottom: 1rem;
  }
}
.banner .txt-content h1 {
  font-size: calc(3.2rem + 0.5vw);
  font-weight: 600;
  color: white;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 4px 3px 0px black, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
.banner .txt-content .smallMark {
  color: white;
  background: rgba(92, 168, 214, 0.8);
  writing-mode: vertical-lr;
  padding: 12px 4px;
  border-radius: 50px;
  margin: 15% 5%;
}
.banner .txt-content .smallMark h5 {
  margin-right: 4px;
  margin-left: -4px;
}
.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;
}
.banner .txt-content .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 .fillBtn {
    aspect-ratio: 1;
  }
  .banner .txt-content .fillBtn i {
    font-size: calc(1.5rem + 0.2vw);
    letter-spacing: normal;
    padding: 0;
  }
  .banner .txt-content .fillBtn span {
    display: none;
  }
}
.banner .txt-content .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: rgb(131.776, 111.36, 100.224);
}
.about .aboutContext {
  padding: 0 1rem;
  position: relative;
}
.about .aboutContext .slogn h4 {
  color: #20486d;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #5ca8d6;
  text-align: end;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutContext b {
  color: rgb(8.8510638298, 19.914893617, 30.1489361702);
}
.about .aboutImg {
  height: 100%;
  position: relative;
}
.about .aboutImg img {
  aspect-ratio: 1;
  padding: 0;
}
.about .aboutImg i {
  font-size: calc(1.2rem + 0.2vw);
  color: #5ca8d6;
  background: rgba(201, 190, 184, 0.9);
  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) / 3);
}
@media (max-width: 991.98px) {
  .about #aboutCarousel.f-carousel {
    --f-carousel-slide-width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 576px) {
  .about #aboutCarousel.f-carousel {
    --f-carousel-slide-width: calc(100%);
  }
}
.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: #20486d;
  padding: 2px;
}
.about video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.post .postList .postCard .postCardImg {
  background: #c9beb8;
  padding: 20px;
}
.post .postList .postCard .postCardImg img {
  height: 35vh;
  object-fit: contain;
  border-radius: 8px;
}
.post .postList .postCardTxt button {
  width: 100%;
  background: transparent;
  border: unset;
  margin-top: 1rem;
}
.post .postList .postCardTxt button i {
  font-size: calc(1.5rem + 0.2vw);
  margin-left: 8px;
}
.post .postList .postCardTxt .card-body {
  background: transparent;
  border: unset;
}
.post .postList .postCardTxt .card-body p {
  text-align: start;
}
.post .postList .postCardTxt .card-body .btnBox .fillBtn {
  background: #20486d;
}

.services .bntBox {
  width: 100%;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services .serviceItem {
  position: relative;
}
.services .serviceItem:last-of-type h6 {
  font-size: calc(0.8rem + 0.2vw);
}
.services .serviceCard {
  width: 96px;
  height: 100%;
  aspect-ratio: 1;
  background: linear-gradient(0deg, white, rgba(194.3904, 182.044, 175.3096, 0.3));
  backdrop-filter: blur(3px);
  border-radius: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(178.968, 163.48, 155.032, 0.6) 0px 2px 4px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .services .serviceCard {
    width: 112px;
  }
}
.services .serviceCard .serviceCardTxt {
  width: auto;
  padding: 5%;
  position: relative;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt h6 {
  width: auto;
  font-weight: 400;
  color: rgb(8.8510638298, 19.914893617, 30.1489361702);
  text-wrap-style: pretty;
  letter-spacing: 2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.services .serviceCard .serviceCardTxt p {
  margin-top: 1rem;
}
.services .serviceCard .serviceCardTxt ul {
  margin: 0;
}
.services .serviceCard .serviceCardTxt ul li {
  color: white;
  list-style: disc;
}
.services .serviceCard .serviceCardImg {
  width: 37%;
  overflow: hidden;
}
.services .serviceCard .serviceCardImg img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center bottom;
  margin: auto;
  transition: all 0.3s ease-in;
}

.process .processItem {
  margin-bottom: 20px;
}
.process .processCard {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  position: relative;
}
.process .processCard .leftMark {
  display: flex;
  justify-content: center;
  align-items: start;
  align-self: stretch;
  background: #e4d2cd;
  padding: 1rem;
}
.process .processCard .leftMark p {
  writing-mode: vertical-lr;
}
.process .processCard .processCardTxt {
  padding-left: 1rem;
  position: relative;
  z-index: 1;
}
.process .processCard .processCardTxt .cardTitle {
  font-family: "Italianno", "Noto Sans TC", sans-serif;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.process .processCard .processCardTxt .cardTitle .num {
  width: fit-content;
  margin-top: -24px;
  margin-bottom: -20px;
  margin-right: 16px;
}
.process .processCard .processCardTxt .cardTitle .num span {
  font-size: calc(2.5rem + 0.4vw);
  text-transform: capitalize;
}
.process .processCard .processCardTxt .cardTitle .num span:nth-of-type(2) {
  font-size: calc(3.5rem + 0.4vw);
}
.process .processCard .processCardTxt .cardTitle h4 {
  font-size: calc(1.2rem + 0.2vw);
  margin-bottom: -1rem;
}
.process .processCard .processCardTxt .cardTitle h4 span {
  font-size: calc(2.7rem + 0.4vw);
  font-weight: 500;
}
.process .processCard .processCardTxt .content p {
  margin: 0.7rem 0;
}
.process .processCard .processCardTxt .content ul {
  margin: 0;
}
.process .processCard .processCardTxt .content ul span {
  display: inline-block;
  margin-left: -2rem;
  border-bottom: 4px solid #5ca8d6;
  margin-bottom: 1rem;
}
.process .processCard .processCardTxt .content ul li {
  list-style: disc;
}
.process .contentImgBox .contentImg {
  align-self: stretch;
}

.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: #5ca8d6;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.FAQ .accordion-item {
  border: 0px;
}
.FAQ .accordion-item .accordion-header {
  width: 100%;
}
.FAQ .accordion-item .accordion-button {
  color: white;
  background: #20486d;
  border-radius: 8px !important;
}
.FAQ .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.FAQ .accordion-item .accordion-button::after {
  content: "▼";
  font-size: 1rem;
  background: none;
  color: white;
  opacity: 0.8;
}
.FAQ .accordion-item .accordion-button:not(.collapsed)::after {
  background: none;
}
.FAQ .accordion-body {
  text-align: center;
}
.FAQ .accordion-body i {
  font-size: 1.2rem;
  color: #5ca8d6;
  opacity: 0.8;
}
.FAQ .accordion-body ul li {
  list-style: disc;
}
.FAQ .accordion-body ul li b {
  font-weight: 600;
}
.FAQ .accordion-body .contentCardItem .contentCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.FAQ .accordion-body .contentCardItem .contentCard img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.FAQ .accordion-body .contentCardItem .contentCard h6 {
  margin-top: 8px;
}

.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: #222222;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #5ca8d6;
}
.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: white;
  background: #20486d;
  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(0, 0, 0, 0.4), 0px 6px 10px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.contact .sns a:hover {
  color: white;
  background: #5ca8d6;
}
.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;
}
.contact .contactLogo {
  padding: 50px 0;
}
.contact .contactLogo .logoImg {
  width: 50vw;
  height: 50vw;
  max-width: 300px;
  max-height: 300px;
  background: white;
  border-radius: 50%;
  border: 1px solid #c9beb8;
  padding: calc(24px + 1.2vw);
  margin: auto;
}
@media (min-width: 576px) {
  .contact .contactLogo .logoImg {
    width: 32vw;
    height: 32vw;
  }
}
.contact .contactLogo .logoImg img {
  object-fit: contain;
}
.contact .contactList .contactItem {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.contact .contactList .contactCard {
  width: fit-content;
  height: 100%;
  border: 1px solid rgb(189.984, 176.74, 169.516);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 20px;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .contact .contactList .contactCard {
    width: 55%;
  }
}
@media (max-width: 425px) {
  .contact .contactList .contactCard {
    width: 90%;
  }
}
.contact .contactList .contactCard a {
  color: #222222;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.contact .contactList .contactCard a:hover {
  color: white;
}
.contact .contactList .contactCard a i {
  margin-right: 4px;
}
.contact .contactList .contactCard .btn {
  width: fit-content;
  color: white;
  margin-top: auto;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
  opacity: 1;
  transition: 0.3s ease-in;
}
.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: #20486d;
  background: white;
  border: 1px solid #20486d;
  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: white;
  background: #20486d;
  border: 1px solid #20486d;
}
.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: #20486d;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}
footer .sns {
  width: auto;
  padding: 0;
}
footer .sns li {
  width: auto;
}
footer .sns a {
  letter-spacing: normal;
  width: 44px;
  height: 44px;
  color: #20486d;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #20486d;
  opacity: 1;
  transition: 0.3s;
}
footer .sns a:hover {
  color: white;
  background: #20486d;
  border: 1px solid white;
}
footer .sns a i {
  font-size: calc(1.2rem + 0.1vw);
}
footer .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}/*# sourceMappingURL=all.css.map */