.banner .colA .content {
  max-width: 60%;
}
.banner .colA .content p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}
.banner .colA .content h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 4rem;
  padding-top: 1rem;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .banner .colA .content h2 {
    font-size: 24px;
    line-height: normal;
  }
}

main {
  background: rgb(255, 249, 233);
}

.blog-detailsPage {
  padding: 80px 0;
  padding-bottom: 0px;
}
@media only screen and (max-width: 540px) {
  .blog-detailsPage {
    padding: 50px 0;
  }
}
.blog-detailsPage .container {
  padding: 0 11rem;
}
@media only screen and (max-width: 991px) {
  .blog-detailsPage .container {
    padding: 0 2rem;
  }
}
.blog-detailsPage .container p {
  color: var(--text);
  font-size: 16px;
  margin: auto;
  margin-bottom: 20px;
}
.blog-detailsPage .container h2 {
  font-size: 30px;
  margin-bottom: 8px;
}
.blog-detailsPage .container h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
.blog-detailsPage .container ul {
  margin-bottom: 20px;
}
.blog-detailsPage .container ul li {
  font-size: 16px;
  color: var(--text);
  position: relative;
  padding-left: 28px;
  margin-left: 10px;
}
.blog-detailsPage .container ul li::before {
  background: #cc9b50;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.MoreBlos-Section {
  padding: 60px 0 100px 0;
}
@media only screen and (max-width: 540px) {
  .MoreBlos-Section {
    padding: 0;
  }
}
.MoreBlos-Section h1 {
  font-size: 60px;
  font-family: "Acma";
  color: rgb(131, 115, 91);
  background: none;
  -webkit-text-fill-color: currentColor;
}
@media only screen and (max-width: 540px) {
  .MoreBlos-Section h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .MoreBlos-Section .home-location-progress-wrap {
    display: none;
  }
}

.Moreblogs-cards {
  padding: 60px 0;
}
@media only screen and (max-width: 540px) {
  .Moreblogs-cards {
    padding-top: 20px;
  }
}
.Moreblogs-cards .swiper-slide a {
  position: relative;
}
.Moreblogs-cards .swiper-slide a figure {
  position: relative;
  line-height: 0;
}
.Moreblogs-cards .swiper-slide a figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.Moreblogs-cards .swiper-slide figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.Moreblogs-cards .swiper-slide figcaption p {
  font-size: 14px;
  color: var(--white);
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
}
.Moreblogs-cards .swiper-slide figcaption h6 {
  color: var(--white);
  line-height: 1.2;
  margin-top: 10px;
}

.share_btn {
  flex: 0 1 auto;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
.share_btn .side_ico-m {
  position: absolute;
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  translate: -20% 0;
  display: flex;
  gap: 15px;
  flex-direction: row;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.share_btn .side_ico-m.open li {
  list-style: none;
}
.share_btn .side_ico-m.open li svg {
  fill: #fff;
  width: 25px;
}
.share_btn .side_ico-m.open li svg:hover {
  fill: #775623;
}

.blog-detail-secA, .privacy-secA {
  padding: 35px 0 45px;
}

.website-content h1 {
  font-size: 56px;
  margin-bottom: 45px;
  text-align: center;
}
.website-content h2 {
  font-size: 34px;
  line-height: 1.2;
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.2;
}
.website-content h4 {
  font-size: 22px;
}
.website-content h5 {
  font-size: 20px;
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 45px 0 30px;
}
.website-content h5, .website-content h6 {
  margin: 30px 0 25px;
}
.website-content p, .website-content li {
  color: gray;
  text-align: justify;
}
.website-content a {
  color: red;
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 25px;
}
.website-content ul {
  padding-left: 18px;
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: red;
}

.share_btn {
  flex: 0 1 auto;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
.share_btn .side_ico-m {
  position: absolute;
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  translate: -20% 0;
  display: flex;
  gap: 15px;
  flex-direction: row;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.share_btn .side_ico-m.open li {
  list-style: none;
}
.share_btn .side_ico-m.open li svg {
  fill: #fff;
  width: 25px;
}
.share_btn .side_ico-m.open li svg:hover {
  fill: #775623;
}

.blog-detail-secA, .privacy-secA {
  padding: 35px 0 45px;
}

.website-content h1 {
  font-size: 56px;
  margin-bottom: 45px;
  text-align: center;
}
.website-content h2 {
  font-size: 34px;
  line-height: 1.2;
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.2;
}
.website-content h4 {
  font-size: 22px;
}
.website-content h5 {
  font-size: 20px;
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 45px 0 30px;
}
.website-content h5, .website-content h6 {
  margin: 30px 0 25px;
}
.website-content p, .website-content li {
  color: gray;
  text-align: justify;
}
.website-content a {
  color: red;
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 25px;
}
.website-content ul {
  padding-left: 18px;
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: red;
}

.MoreProjectSection {
  padding: 6rem 0;
  background: rgb(255, 249, 233);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .MoreProjectSection {
    padding: 3rem 0;
  }
}
.MoreProjectSection .slider-nav {
  position: absolute;
  top: 18%;
  right: 4%;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .MoreProjectSection .slider-nav {
    display: none;
  }
}
.MoreProjectSection .more-slider .swiper-wrapper {
  align-items: center;
  justify-items: center;
}
.MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card {
  position: relative;
}
.MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figure {
  line-height: 0px;
}
.MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, rgba(0, 0, 0, 0.85) 100%);
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption {
    padding: 0.6rem;
  }
}
.MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption h2 {
  font-size: 40px;
  color: var(--white);
  font-family: "Acma";
}
@media only screen and (max-width: 991px) {
  .MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption h2 {
    font-size: 32px;
  }
}
.MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption p {
  font-size: 16px;
  font-family: "Circular";
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 551px) {
  .MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card figcaption p {
    white-space: nowrap;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.MoreProjectSection .more-slider .swiper-wrapper .swiper-slide .more-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=index.css.map */