@charset "UTF-8";
@import "../bootstrap.css";
@import "../fancybox.css";
@import "../swiper-bundle.min.css";
@import "../owl.carousel.min.css";
@import "../owl.theme.default.css";
@import "../reset.css";
.section-header-main {
  background-color: #f6f0f0;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.section-header-top {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #121212;
}

.nav-logo {
  margin: auto;
  width: 270px;
  margin: auto;
}
@media (max-width: 992px) {
  .nav-logo {
    width: 166px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.nav-logo img {
  width: 100%;
  vertical-align: middle;
}

.navbar {
  --bs-navbar-padding-y: 0;
}
@media (max-width: 992px) {
  .navbar {
    height: 85px;
  }
}

.navbar-nav {
  gap: 38px;
}
@media (max-width: 992px) {
  .navbar-nav {
    gap: 0;
    padding: 80px 60px 76px;
    background-image: url(./../../src/phone/icon/pic_1.png);
    background-color: #675f64;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 992px) {
  .navbar-nav li + li {
    margin-top: 40px;
  }
}
.navbar-nav li a {
  display: block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  max-width: 245px;
  width: 12.76041vw;
  padding: 20px 0;
  color: #121212;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
@media (max-width: 992px) {
  .navbar-nav li a {
    max-width: 100%;
    width: 100%;
    color: #fff;
    text-align: start;
    font-size: 20px;
    padding: 0;
    display: flex;
    align-items: flex-end;
  }
  .navbar-nav li a::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 30px;
    background-image: url(../../src/phone/icon/bubbles.svg);
    overflow: unset;
  }
}
.navbar-nav li a:hover {
  color: #ea7200;
}
.navbar-nav li a:hover .navbar-bubble.left {
  transform: translateY(-7%);
}
.navbar-nav li a:hover .navbar-bubble.right {
  transform: translateY(7%);
}
.navbar-nav li a .navbar-bubble {
  width: 51.2px;
  position: absolute;
}
@media (max-width: 1400px) {
  .navbar-nav li a .navbar-bubble {
    width: 30px;
  }
}
@media (max-width: 992px) {
  .navbar-nav li a .navbar-bubble {
    display: none;
  }
}
.navbar-nav li a .navbar-bubble img {
  width: 100%;
  vertical-align: middle;
}
.navbar-nav li a .navbar-bubble.left {
  left: 0;
  top: 0;
  transform: translateY(-101%);
  transition: 0.3s ease-in;
}
.navbar-nav li a .navbar-bubble.right {
  right: 0;
  bottom: 0;
  transform: translateY(101%);
  transition: 0.3s ease-in;
}

.navbar-collapse {
  z-index: 999;
}

.reserve-box {
  border: 2px solid #ea7200;
  background-color: #ea7200;
  color: #fff;
  padding: 16px 0;
  width: 200px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 47px;
  left: 100px;
  z-index: 999;
}
@media (max-width: 992px) {
  .reserve-box {
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    flex-direction: column;
    font-size: 15px;
    align-items: center;
  }
}
.reserve-box:hover {
  color: #ea7200;
  background-color: transparent;
  border: 2px solid #ea7200;
}
@media (max-width: 992px) {
  .reserve-box:hover {
    color: #fff;
    background-color: #ea7200;
  }
}
.reserve-box:hover svg {
  opacity: 0;
}
@media (max-width: 992px) {
  .reserve-box:hover svg {
    opacity: 1;
  }
}
.reserve-box span {
  transition: 0.2s ease-in-out;
}
.reserve-box:hover span {
  transform: translateX(-1em);
}
@media (max-width: 992px) {
  .reserve-box:hover span {
    transform: translateX(0);
  }
}
.reserve-box svg {
  width: 27.3px;
  margin-right: 20px;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .reserve-box svg {
    width: 21.66px;
    margin-right: 0px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.nav-search {
  position: absolute;
  top: 56px;
  right: 100px;
  display: flex;
  width: 219px;
  height: 41px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .nav-search {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.nav-search input {
  text-indent: 1em;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  flex-grow: 1;
  width: 0;
  height: 100%;
  background-color: #ea7200;
  border: none;
}
.nav-search input::-moz-placeholder {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.nav-search input::placeholder {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.nav-search input:focus {
  border: none;
  outline: none;
}
.nav-search button {
  width: 41px;
  border: none;
  background-color: #ea7200;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.nav-search-pic {
  width: 18px;
}
.nav-search-pic img {
  width: 100%;
  vertical-align: middle;
}

.section-footer {
  padding: 90px 0 80px;
  background-color: #675f64;
  position: relative;
}

.section-footer-main {
  width: 54.79%;
  margin: auto;
}
.section-footer-main .footer-logo {
  width: 271px;
  margin-bottom: 41px;
}
.section-footer-main .footer-logo img {
  width: 100%;
  vertical-align: middle;
}

.footer-media {
  gap: 20px;
  margin-bottom: 42px;
}
.footer-media .footer-media-item {
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
}
.footer-media .footer-media-item.fb {
  background-image: url(../../src/web/icon/fb_1.svg);
}
.footer-media .footer-media-item.fb:hover {
  background-image: url(../../src/web/icon/fb_2.svg);
}
.footer-media .footer-media-item.line {
  background-image: url(../../src/web/icon/line_1.svg);
}
.footer-media .footer-media-item.line:hover {
  background-image: url(../../src/web/icon/line_2.svg);
}

.footer-profile {
  align-items: center;
}
.footer-profile .footer-profile-bar {
  height: 34px;
  width: 1px;
  background-color: #fff;
  margin: 0 60px;
}
@media (max-width: 500px) {
  .footer-profile .footer-profile-bar {
    display: none;
  }
}
.footer-profile li {
  display: flex;
  align-items: center;
}
.footer-profile li .footer-profile-pic {
  width: 15px;
  margin-right: 20px;
}
.footer-profile li .footer-profile-pic img {
  width: 100%;
  vertical-align: middle;
}
.footer-profile li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.section-copyright {
  margin-top: 2rem;
}
.section-copyright p {
  font-size: 15px;
  color: #a4a4a4;
}
.section-copyright p a {
  text-decoration: none;
  color: #a4a4a4;
}

.footer-bear {
  width: 18.697916vw;
  max-width: 359px;
  min-width: 259px;
  right: 100px;
  top: 0;
  transform: translateY(-60%);
  z-index: 99;
}
.footer-bear img {
  width: 100%;
  vertical-align: middle;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 8px;
  background-color: #ffca97;
  border-radius: 7px;
  margin: 0 5px;
  opacity: 1;
  transition: 0.2s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #ea7200;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

@media (max-width: 992px) {
  .section-footer {
    padding: 50px 0;
  }
  .section-footer-main {
    width: 71.25603%;
  }
  .section-footer-main .footer-logo {
    width: 166px;
    margin-bottom: 30px;
  }
  .footer-media {
    gap: 15px;
    margin-bottom: 30px;
  }
  .footer-media .footer-media-item {
    width: 35px;
    height: 35px;
  }
  .footer-profile {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-profile .footer-profile-item {
    margin-top: 20px;
  }
  .footer-profile li .footer-profile-pic {
    width: 13px;
    margin-right: 10px;
  }
  .footer-profile li a {
    font-size: 18px;
  }
  .section-copyright {
    margin-top: 61px;
  }
  .section-copyright p {
    line-height: 1.6;
  }
}
.siteword:hover {
  color: #fff;
}

.section-about {
  padding: 72px 0 158px;
  background-image: url(../../src/web/icon/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .section-about {
    background-image: url(../../src/phone/icon/bg.png);
    padding: 60px 0 90px;
  }
}
.section-about .section-about-main {
  width: 71.25603%;
  margin: auto;
}
@media (max-width: 992px) {
  .section-about .section-about-main {
    width: 82.608695%;
  }
}

.section-about-artical p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .section-about-artical {
    order: 2;
  }
}

.section-about-title {
  align-items: flex-end;
  margin-bottom: 51px;
}
.section-about-title h1 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 992px) {
  .section-about-title h1 {
    font-size: 20px;
  }
}
.section-about-title .about-title-pic {
  width: 15.72916vw;
  max-width: 302px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .section-about-title .about-title-pic {
    width: 136px;
    margin-right: 15px;
  }
}
.section-about-title .about-title-pic img {
  width: 100%;
  vertical-align: bottom;
}

.section-about-pic {
  width: 100%;
}
.section-about-pic img {
  width: 100%;
  vertical-align: middle;
}

.index-more-btn {
  position: relative;
  overflow: hidden;
  width: 369px;
  padding: 29px 52px;
  border: 1px solid #675f64;
  margin-top: 103px;
  background: transparent;
  transition: color 0.3s ease-in-out;
}
.index-more-btn:hover {
  border-color: #675f64;
}
.index-more-btn span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.index-more-btn span::after {
  margin-left: 20px;
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #121212;
}
.index-more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: #675f64;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease-in-out;
}
.index-more-btn:hover {
  color: #fff;
}
.index-more-btn:hover span {
  color: #fff;
}
.index-more-btn:hover span::after {
  background-color: #fff;
}
.index-more-btn:hover::before {
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%) scale(2);
}

.section-serivce {
  padding: 85px 0;
  background-image: url(../../src/web/index/pic_2.png);
  background-size: cover;
}
@media (max-width: 992px) {
  .section-serivce {
    padding: 60px 0 100px;
    background-image: url(../../src/phone/index/pic_2.png);
  }
}
.section-serivce .section-serivce-main {
  width: 72.08333%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 82px;
}
@media (max-width: 992px) {
  .section-serivce .section-serivce-main {
    width: 82.608695%;
  }
}
@media (max-width: 1400px) {
  .section-serivce .section-serivce-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .section-serivce .section-serivce-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 55px;
  }
}
.section-serivce .section-serivce-main .section-serivce-item.title {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .section-serivce .section-serivce-main .section-serivce-item.title {
    flex-direction: row;
    align-items: center;
  }
}
.section-serivce .section-serivce-main .section-serivce-item .serivce-item-title-pic {
  width: 20.10416666vw;
  min-width: 174px;
}
@media (max-width: 992px) {
  .section-serivce .section-serivce-main .section-serivce-item .serivce-item-title-pic {
    width: 174px;
    margin-right: 15px;
  }
}
.section-serivce .section-serivce-main .section-serivce-item .serivce-item-title-pic img {
  width: 100%;
  vertical-align: super;
}
.section-serivce .section-serivce-main .section-serivce-item .serivce-item-pic {
  width: 100%;
  border-radius: 33px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.section-serivce .section-serivce-main .section-serivce-item .serivce-item-pic img {
  width: 100%;
  vertical-align: middle;
}
.section-serivce .section-serivce-main .section-serivce-item h2 {
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 400;
  margin-top: 1em;
}
@media (max-width: 992px) {
  .section-serivce .section-serivce-main .section-serivce-item h2 {
    font-size: 25px;
    margin-top: 0;
  }
}
.section-serivce .section-serivce-main .section-serivce-item h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 20px 0 0;
}
.section-serivce .section-serivce-main .section-serivce-item h3 > span {
  font-size: 20px;
}
@media (max-width: 992px) {
  .section-serivce .section-serivce-main .section-serivce-item h3 > span {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .section-serivce .section-serivce-main .section-serivce-item h3 {
    font-size: 18px;
  }
}
.section-serivce .section-serivce-main .section-serivce-item p {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 27px;
}
@media (max-width: 992px) {
  .section-serivce .section-serivce-main .section-serivce-item p {
    font-size: 25px;
    gap: 13.7px;
  }
}
.section-serivce .section-serivce-main .section-serivce-item p::before {
  content: "";
  display: block;
  width: 0;
  flex-grow: 1;
  height: 2px;
  background-color: #fff;
}

.section-news {
  padding: 120px 0 131px;
}
.section-news .section-news-main {
  width: 59.375%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.section-news .section-news-main .index-more-btn {
  margin-top: 59px;
}
.section-news .section-news-title {
  margin-bottom: 94px;
}
.section-news .section-news-title .news-title-pic {
  width: 267px;
  margin: auto;
  margin-bottom: 20px;
}
.section-news .section-news-title .news-title-pic img {
  width: 100%;
}
.section-news .section-news-title h2 {
  text-align: center;
  font-size: 35px;
  color: #121212;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.section-news .news-list-item {
  display: flex;
  align-items: center;
  padding: 0 30px 33px;
  border-bottom: 1px solid #000000;
}
.section-news .news-list-item:hover p {
  transform: translateX(1em);
}
.section-news .news-list-item + .news-list-item {
  margin-top: 34px;
}
.section-news .news-list-item p {
  font-size: 25px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.3;
  transition: 0.2s;
}
.section-news .news-list-item:hover .news-list-btn {
  scale: 1;
}
.section-news .news-list-item:hover .news-list-btn::after {
  opacity: 0;
}
.section-news .news-list-item:hover .news-list-btn > svg {
  width: 13px;
}
.section-news .news-list-item:hover .news-list-btn {
  scale: 1;
}
.section-news .news-list-item .news-list-btn {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: block;
  border: none;
  margin-left: auto;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  scale: 0.84;
  position: relative;
  transition: 0.2s;
}
.section-news .news-list-item .news-list-btn::after {
  content: "";
  display: block;
  width: 2.3px;
  height: 2.3px;
  border-radius: 50%;
  background-color: #121212;
  position: absolute;
  inset: 0;
  margin: auto;
}
.section-news .news-list-item .news-list-btn > svg {
  width: 3px;
  fill: currentColor;
  transition: 0.2s;
}

.news-item-date {
  padding: 22px 13px;
  border: 1px solid #000000;
  margin-right: 6.3157%;
}
.news-item-date .news-year-month {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.news-item-date .news-day {
  font-size: 43px;
  font-weight: 700;
  color: #121212;
}

@media (max-width: 992px) {
  .section-about-artical p {
    font-size: 18px;
  }
  .section-about-title {
    margin-bottom: 20px;
  }
  .section-about-title h1 {
    font-size: 21px;
  }
  .index-more-btn {
    width: 90%;
    padding: 17px 36px;
    margin: auto;
    margin-top: 70px;
  }
  .index-more-btn span {
    font-size: 18px;
  }
  .about-pic-section {
    margin-bottom: 38px;
  }
  .section-news {
    padding: 60px 0 100px;
  }
  .section-news .section-news-main {
    width: 82.60869%;
  }
  .section-news .section-news-title {
    margin-bottom: 40px;
  }
  .section-news .section-news-title .news-title-pic {
    width: 120px;
    margin-bottom: 10px;
  }
  .section-news .section-news-title h2 {
    font-size: 20px;
  }
  .section-news .news-list-item {
    padding: 26.52px 0 27.52px;
  }
  .section-news .news-list-item:first-child {
    border-top: 1px solid #000000;
  }
  .section-news .news-list-item + .news-list-item {
    margin-top: 0px;
  }
  .section-news .news-list-item p {
    font-size: 20px;
  }
  .section-news .news-list-item .news-list-btn {
    width: 30px;
    height: 30px;
  }
  .news-item-date {
    padding: 18px 10px;
    margin-right: 10.233%;
  }
  .news-item-date .news-year-month {
    font-size: 12px;
  }
  .news-item-date .news-day {
    font-size: 37px;
  }
}
.scrollBtn {
  width: 86.76px;
  height: 88.52px;
  background-image: url(../../src/web/icon/top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 9999;
  top: 85vh;
  right: 46px;
  transition: 0.2s ease-in-out;
}
.scrollBtn:hover {
  background-image: url(../../src/web/icon/top2.svg);
}
@media (max-width: 762px) {
  .scrollBtn {
    display: none;
  }
}
.scrollBtn img {
  width: 100%;
  vertical-align: middle;
}

.section-index-banner .index-swiper.swiper .swiper-button-prev {
  width: 10%;
  left: 0;
  height: 100%;
  top: 0;
}
.section-index-banner .index-swiper.swiper .swiper-button-next {
  width: 10%;
  right: 0;
  height: 100%;
  top: 0;
}

.section-pages-banner img {
  width: 100%;
  vertical-align: middle;
}

.pages-wrap {
  background-image: url(../../src/web/icon/bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .pages-wrap {
    background-image: url(../../src/phone/icon/bg.png);
  }
}

.pages-title-bread .pages-title-bread-main {
  width: 74.4791666%;
  margin: auto;
  padding-top: 50px;
  display: flex;
  align-items: center;
}

.pages-bread-line {
  width: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #5d3c3f;
  margin: 0 40px;
}
@media (max-width: 992px) {
  .pages-bread-line {
    display: none;
  }
}

.pages-title {
  display: flex;
  align-items: end;
  width: 30%;
}
.pages-title h1 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-right: 20px;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .pages-title h1 {
    font-size: 36px;
  }
}
.pages-title .pages-title-pic {
  width: 121px;
}
.pages-title .pages-title-pic.service {
  width: 176px;
}
.pages-title .pages-title-pic.qa {
  width: 94px;
}
.pages-title .pages-title-pic.contact {
  width: 159px;
}
@media (max-width: 1400px) {
  .pages-title .pages-title-pic {
    width: 60px;
  }
}
.pages-title .pages-title-pic img {
  width: 100%;
}

.pages-bread {
  width: 70%;
  display: flex;
  align-items: center;
}
.pages-bread .pages-bread-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.pages-bread .pages-bread-nav li + li {
  border-left: 1px solid #5d3c3f;
}
.pages-bread .pages-bread-nav li a {
  text-decoration: none;
  font-size: 15px;
  color: #bda492;
  display: block;
  padding: 0 10px;
}

@media (max-width: 992px) {
  .pages-title-bread .pages-title-bread-main {
    width: 82.60869%;
    padding-top: 15px;
  }
  .pages-title {
    width: 100%;
    order: 2;
  }
  .pages-title h1 {
    font-size: 35px;
    margin-right: 10px;
  }
  .pages-title .pages-title-pic {
    width: 91px;
  }
  .pages-title .pages-title-pic.service {
    width: 132px;
  }
  .pages-title .pages-title-pic.qa {
    width: 71px;
  }
  .pages-title .pages-title-pic.contact {
    width: 119px;
  }
  .pages-bread {
    width: 100%;
    margin-bottom: 64px;
  }
}
.page-about-article {
  padding: 133px 0 120px;
}
.page-about-article .about-article-main {
  width: 72.0833%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.page-about-article .about-article-main .about-article-pic {
  width: 47%;
}
.page-about-article .about-article-main .about-article-pic img {
  width: 100%;
  vertical-align: middle;
}
.page-about-article .about-article-main .about-article-content {
  width: 53%;
  padding-top: 15%;
  padding-left: 86px;
}
.page-about-article .about-article-main .about-article-content h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.page-about-article .about-article-main .about-article-content h2::before {
  content: "";
  display: block;
  width: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #5d3c3f;
  margin-right: 30px;
}
.page-about-article .about-article-main .about-article-content p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #000000;
}

.section-about-environment {
  padding: 0 0 351px;
}
@media (max-width: 992px) {
  .section-about-environment {
    padding: 0 0 184px;
  }
}

.about-environment-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-environment-title h2 {
  font-size: 35px;
  color: #000000;
  margin: 0 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .about-environment-title h2 {
    font-size: 30px;
  }
}

.page-environment-line {
  width: 182.21px;
}
.page-environment-line img {
  width: 100%;
  vertical-align: middle;
}

.about-environment-swiper {
  padding-top: 92px;
  position: relative;
}
@media (max-width: 992px) {
  .about-environment-swiper {
    padding-top: 0px;
  }
}
.about-environment-swiper .swiper {
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
.about-environment-swiper .swiper-slide {
  scale: 1;
  transition: 0.2s;
}
.about-environment-swiper .swiper-slide.swiper-slide-active {
  scale: 1.2;
  z-index: 9;
  margin: 0 70px 0 50px !important;
}
@media (max-width: 992px) {
  .about-environment-swiper .swiper-slide.swiper-slide-active {
    margin: 0 28px 0 28px !important;
  }
}
.about-environment-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-environment-swiper .about-swiper-items {
  width: 280px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(100% + 130px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .about-environment-swiper .about-swiper-items {
    width: 166px;
    top: calc(100% + 80px);
  }
}
.about-environment-swiper .swiper-button-next,
.about-environment-swiper .swiper-button-prev {
  width: 130px;
  position: static;
  display: block;
}
@media (max-width: 992px) {
  .about-environment-swiper .swiper-button-next,
  .about-environment-swiper .swiper-button-prev {
    width: 77px;
  }
}
.about-environment-swiper .swiper-button-next img,
.about-environment-swiper .swiper-button-prev img {
  width: 100%;
}
.about-environment-swiper .swiper-button-next {
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .about-environment-swiper .swiper-button-next {
    right: 0;
  }
}
.about-environment-swiper .swiper-button-prev {
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .about-environment-swiper .swiper-button-prev {
    right: 0;
  }
}

@media (max-width: 992px) {
  .page-about-article {
    padding: 30px 0 80px;
  }
  .page-about-article .about-article-main {
    width: 81.88405%;
  }
  .page-about-article .about-article-main .about-article-pic {
    width: 100%;
    margin-bottom: 45px;
  }
  .page-about-article .about-article-main .about-article-content {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }
  .page-about-article .about-article-main .about-article-content h2 {
    font-size: 30px;
  }
  .page-about-article .about-article-main .about-article-content h2::before {
    content: "";
    display: block;
    width: 102px;
    flex-grow: 0;
    height: 1px;
    background-color: #5d3c3f;
    margin-right: 30px;
    margin-left: auto;
  }
  .page-about-article .about-article-main .about-article-content p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.page-about-article-middle {
  padding: 60px 0 60px;
  width: 60%;
  margin: auto;
}
.page-about-article-middle p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 992px) {
  .page-about-article-middle p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .page-about-article-middle {
    padding: 0 0 60px;
    width: 81.88405%;
  }
}

.section-pages-news {
  width: 100%;
}

.news-side-menu {
  width: 27.8645833%;
}
@media (max-width: 992px) {
  .news-side-menu {
    width: 100%;
  }
}

.news-main-content {
  width: 0;
  flex-grow: 1;
  padding-top: 50px;
  padding-right: 145px;
}
@media (max-width: 992px) {
  .news-main-content {
    width: 82.60869%;
    margin: auto;
    padding-top: 15px;
    padding-right: 0px;
    flex-grow: 0;
  }
}

.news-web-menu {
  width: 59.81308%;
  height: 100%;
  padding-top: 94px;
  margin-left: auto;
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
}

.web-menu-item {
  border: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  padding-left: 25px;
  text-align: start;
}
.web-menu-item:hover {
  color: #ea7200;
}
.web-menu-item + .web-menu-item {
  margin-top: 28px;
}
.web-menu-item.title {
  color: #ea7200;
  border-radius: 3px;
  position: relative;
}
.web-menu-item.title::after {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  border-radius: 5px;
  background-color: #ea7200;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-2.5px);
}

.news-phone-menu {
  margin-top: 46px;
  margin-bottom: 80px;
}
.news-phone-menu .accordion-button::after {
  display: none;
}
.news-phone-menu .accordion-body {
  padding-top: 15px;
}
.news-phone-menu .phone-menu-title,
.news-phone-menu .phone-menu-item {
  width: 100%;
  display: block;
  border: 1px solid #ea7200;
  padding: 12px 40px;
  font-size: 25px;
  font-weight: 500;
  text-align: start;
  border-radius: 32px;
}
.news-phone-menu .phone-menu-title {
  background-color: #ea7200;
  color: #fff;
  display: flex;
  align-items: center;
}
.news-phone-menu .phone-menu-title > svg {
  margin-left: auto;
}
.news-phone-menu .phone-menu-item {
  background-color: transparent;
}
.news-phone-menu .phone-menu-item + .phone-menu-item {
  margin-top: 15px;
}

.news-page-lists {
  padding-top: 72px;
  padding-bottom: 249px;
}
@media (max-width: 992px) {
  .news-page-lists {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
.news-page-lists .news-item {
  height: 167px;
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.news-page-lists .news-item:hover::after {
  width: 100%;
}
.news-page-lists .news-item::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ea7200;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.6s ease-in 0.2s;
}
.news-page-lists .news-item:hover p {
  color: #ea7200;
}
.news-page-lists .news-item:hover h2 {
  color: #ea7200;
}
@media (max-width: 992px) {
  .news-page-lists .news-item {
    height: 200px;
  }
}
.news-page-lists .news-item + .news-item {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .news-page-lists .news-item + .news-item {
    margin-top: 30px;
  }
}
.news-page-lists .news-item .news-item-date {
  margin-right: 66px;
  float: left;
}
@media (max-width: 992px) {
  .news-page-lists .news-item .news-item-date {
    margin-right: 20px;
  }
}
.news-page-lists .news-item h2 {
  margin: 8px 0 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 10px;
}
.news-page-lists .news-item p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .news-page-lists .news-item p {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-indent: 0.7em;
  }
}

.page-pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .page-pagination {
    margin-top: 120px;
  }
}
.page-pagination ul li {
  width: 54px;
  height: 54px;
  display: flex;
  border-radius: 50px;
  border: 2px solid #ffb772;
}
@media (max-width: 992px) {
  .page-pagination ul li {
    width: 38px;
    height: 38px;
  }
}
.page-pagination ul li:hover {
  background-color: #ffb772;
}
.page-pagination ul li:hover a {
  color: #fff;
}
.page-pagination ul li + li {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .page-pagination ul li + li {
    margin-left: 13px;
  }
}
.page-pagination ul li a {
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  color: #ffb772;
  text-decoration: none;
}

.page-pagination-arrow {
  width: 54px;
}
@media (max-width: 992px) {
  .page-pagination-arrow {
    width: 38px;
  }
}
.page-pagination-arrow.prev {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .page-pagination-arrow.prev {
    margin-right: 20px;
  }
}
.page-pagination-arrow.next {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .page-pagination-arrow.next {
    margin-left: 20px;
  }
}
.page-pagination-arrow img {
  width: 100%;
}

.news-innerMain-content {
  padding: 82px 0 262px;
}
@media (max-width: 992px) {
  .news-innerMain-content {
    padding: 0 0 70px;
  }
}

.news-innerMain-title {
  padding-bottom: 55px;
  border-bottom: 1px solid #121212;
}
.news-innerMain-title h1 {
  font-size: 55px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .news-innerMain-title h1 {
    font-size: 25px;
  }
}

.news-innerMain-main {
  width: 85.789473%;
  margin: auto;
  padding-top: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.news-innerMain-main p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .news-innerMain-main {
    width: 100%;
    padding-top: 40px;
  }
}
.news-innerMain-main > img {
  width: 100%;
  height: auto;
}
.news-innerMain-main .news-innerMain-pic {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .news-innerMain-main .news-innerMain-pic {
    margin-bottom: 25px;
  }
}
.news-innerMain-main .news-innerMain-pic img {
  width: 100%;
  vertical-align: middle;
}

.news-inner-btn {
  margin: auto;
  margin-top: 100px;
  width: 270px;
  padding: 17px 0;
  border-radius: 50px;
  border: 1px solid #675f64;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.news-inner-btn:hover {
  color: #675f64;
}
.news-inner-btn:hover:after {
  scale: 1;
}
.news-inner-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 47px;
  height: 47px;
  transition: 0.2s ease-in-out;
  background-color: #383336;
  border-radius: 40px;
  scale: 15;
  z-index: -1;
}

.news-inner-btn-arrow {
  width: 47px;
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 5;
}
.news-inner-btn-arrow img {
  width: 100%;
  vertical-align: middle;
}

.page-service {
  padding: 150px 0 329px;
}
@media (max-width: 992px) {
  .page-service {
    padding: 78px 0 200px;
  }
}

.page-service-main {
  width: 56.9791666%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-service-main {
    width: 74.87922%;
  }
}

.page-service-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 82px;
}
@media (max-width: 1400px) {
  .page-service-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-service-lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.page-service-item .page-service-pic {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .page-service-item .page-service-pic {
    width: 90%;
    margin: auto;
  }
}
.page-service-item .service-pirce {
  display: flex;
  padding: 5px 0;
  align-items: center;
  border: 2px solid #bda492;
  background-color: #f9f8f8;
}
.page-service-item .service-pirce .service-pirce-item {
  width: 50%;
  padding: 7px 0;
}
.page-service-item .service-pirce .service-pirce-item + .service-pirce-item {
  border-left: 2px solid #bda492;
}
.page-service-item .service-pirce .service-pirce-item.member p {
  color: #ee3636;
}
.page-service-item .service-pirce .service-pirce-item.guest p {
  color: #a7a7a7;
}
.page-service-item .service-pirce .service-pirce-item p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page-service-item:hover h3 {
  color: #ea7200;
}
.page-service-item h3 {
  text-align: center;
  font-weight: 700;
  margin: 20px 0 25px;
  font-size: 25px;
  color: #121212;
}
.page-service-item:first-child:hover .page-service-pic {
  background-image: url(../../src/web/services/pic_1_2.svg);
}
.page-service-item:first-child .page-service-pic {
  background-image: url(../../src/web/services/pic_1_1.svg);
}
.page-service-item:nth-child(2):hover .page-service-pic {
  background-image: url(../../src/web/services/pic_2_2.svg);
}
.page-service-item:nth-child(2) .page-service-pic {
  background-image: url(../../src/web/services/pic_2_1.svg);
}
.page-service-item:nth-child(3):hover .page-service-pic {
  background-image: url(../../src/web/services/pic_3_2.svg);
}
.page-service-item:nth-child(3) .page-service-pic {
  background-image: url(../../src/web/services/pic_3_1.svg);
}
.page-service-item:nth-child(4):hover .page-service-pic {
  background-image: url(../../src/web/services/pic_4_2.svg);
}
.page-service-item:nth-child(4) .page-service-pic {
  background-image: url(../../src/web/services/pic_4_1.svg);
}
.page-service-item:nth-child(5):hover .page-service-pic {
  background-image: url(../../src/web/services/pic_5_2.svg);
}
.page-service-item:nth-child(5) .page-service-pic {
  background-image: url(../../src/web/services/pic_5_1.svg);
}
.page-service-item:nth-child(6):hover .page-service-pic {
  background-image: url(../../src/web/services/pic_6_2.svg);
}
.page-service-item:nth-child(6) .page-service-pic {
  background-image: url(../../src/web/services/pic_6_1.svg);
}

.section-serivce-item {
  cursor: pointer;
}

.page-serviceInner {
  padding: 140px 0 130px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .page-serviceInner {
    padding: 50px 0 110px;
  }
}
.page-serviceInner .serviceInner-main {
  width: 76.354166%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-serviceInner .serviceInner-main {
    width: 82.608695%;
  }
}

@media (max-width: 992px) {
  .serviceInner-swiper {
    margin-bottom: 50px;
  }
}

.serviceInner-profile {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .serviceInner-profile {
    padding-left: 0;
  }
}
.serviceInner-profile h2 {
  font-size: 45px;
  font-weight: 700;
  color: #ea7200;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .serviceInner-profile h2 {
    font-size: 35px;
  }
}
.serviceInner-profile p {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .serviceInner-profile p {
    font-size: 20px;
  }
}

.serviceInner-price {
  width: 90%;
  padding: 28.5px;
  background-color: #f2e8e2;
  gap: 23px;
  margin-top: auto;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .serviceInner-price {
    width: 100%;
    text-align: center;
    font-size: 20px;
    gap: 0;
    border: 1px solid #bda492;
    margin-top: 100px;
  }
}
.serviceInner-price .serviceInner-item {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .serviceInner-price .serviceInner-item {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}
.serviceInner-price .serviceInner-item.member {
  color: #ee3636;
}
@media (max-width: 992px) {
  .serviceInner-price .serviceInner-item.member::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bda492;
    margin: 15px 0;
  }
}
.serviceInner-price .serviceInner-item.guest {
  color: #a7a7a7;
}

.serviceInner-content {
  width: 59.375%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 141px;
}
.serviceInner-content img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .serviceInner-content {
    width: 82.60869%;
    padding-top: 42px;
  }
}
.serviceInner-content h2 {
  width: 100%;
  font-size: 25px;
  color: #5d3c3f;
  font-weight: 400;
  padding: 15px 0;
  border: 1px solid #5d3c3f;
  margin-bottom: 50px;
  text-align: center;
}
.serviceInner-content h2:hover {
  color: #ea7200;
}
.serviceInner-content p {
  font-size: 20px;
  color: #121212;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.swiper-button-next,
.swiper-button-prev {
  width: 13.48px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
}

.swiper-button-next {
  right: -10px;
}

.swiper-button-prev {
  left: -10px;
}

@media (max-width: 992px) {
  .innerSw2 {
    width: 80%;
  }
  .innerSw2.swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 258/376;
  }
}
.page-qa-container {
  padding: 90px 0 249px;
}
@media (max-width: 992px) {
  .page-qa-container {
    padding: 40px 0 70px;
  }
}
.page-qa-container .page-qa-main {
  width: 63.75%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-qa-container .page-qa-main {
    width: 82.60869%;
  }
}

.page-qa-item > button {
  border-radius: 48px;
  padding: 31px 60px;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 992px) {
  .page-qa-item > button {
    padding: 19px 35px;
    font-size: 22px;
  }
}
.page-qa-item + .page-qa-item {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .page-qa-item + .page-qa-item {
    margin-top: 25px;
  }
}

.page-qa-main .accordion {
  --bs-accordion-btn-focus-box-shadow: none;
}
.page-qa-main .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
}
.page-qa-main .accordion-flush > .accordion-item {
  border-radius: 48px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.page-qa-main .accordion-body {
  padding: 0 60px 31px;
}
@media (max-width: 992px) {
  .page-qa-main .accordion-body {
    padding: 0 35px 31px;
  }
}
.page-qa-main .accordion-body .accordion-body-content {
  padding-top: 31px;
  border-top: 1px solid #707070;
}
@media (max-width: 992px) {
  .page-qa-main .accordion-body .accordion-body-content {
    padding-top: 18px;
  }
}
.page-qa-main .accordion-body .accordion-body-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #ea7200;
  letter-spacing: 0.05em;
}
.page-qa-main .accordion-border-line {
  width: 100%;
  border: 1px solid #707070;
}
.page-qa-main .accordion-button::after {
  background-color: #bda492;
  background-image: none !important;
  width: 16px;
  height: 16px;
  -webkit-clip-path: polygon(40% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0% 60%, 0% 40%, 40% 40%);
          clip-path: polygon(40% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0% 60%, 0% 40%, 40% 40%);
}
.page-qa-main .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  width: 16px;
  height: 3px;
  -webkit-clip-path: none;
          clip-path: none;
}

.page-contact-container {
  padding: 103px 0 140px;
}
@media (max-width: 992px) {
  .page-contact-container {
    padding: 40px 0 140px;
  }
}
.page-contact-container .page-contact-main {
  width: 64.583333%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-contact-container .page-contact-main {
    width: 82%;
  }
}

.page-contact-map .contact-profile {
  background-color: #fff;
  width: 0;
  flex-grow: 1;
  padding: 70px 0 65px 72px;
}
@media (max-width: 1600px) {
  .page-contact-map .contact-profile {
    padding: 40px 0 16px 24px;
  }
}
@media (max-width: 992px) {
  .page-contact-map .contact-profile {
    width: 100%;
    flex-direction: column;
    padding: 70px 31.5px;
  }
}
.page-contact-map .contact-profile ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-contact-map .contact-profile ul li {
    flex-direction: column;
  }
}
.page-contact-map .contact-profile ul li .contact-profile-pic {
  width: 62px;
  margin-right: 36px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .page-contact-map .contact-profile ul li .contact-profile-pic {
    margin-right: 18px;
    width: 40px;
  }
}
@media (max-width: 992px) {
  .page-contact-map .contact-profile ul li .contact-profile-pic {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.page-contact-map .contact-profile ul li .contact-profile-pic img {
  width: 100%;
  vertical-align: middle;
}
.page-contact-map .contact-profile ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  letter-spacing: 0.05em;
  text-decoration: none;
  word-break: break-all;
}
.page-contact-map .contact-profile ul li + li {
  margin-top: 45px;
}
.page-contact-map .contact-map {
  position: relative;
  width: 58.06451%;
}
@media (max-width: 992px) {
  .page-contact-map .contact-map {
    width: 100%;
    aspect-ratio: 342/371;
  }
}
.page-contact-map .contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-contact-middle {
  padding: 81px 0 60px;
  border-bottom: 1px solid #5d3c3f;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-contact-middle {
    padding: 50px 0 30px;
    margin-bottom: 30px;
  }
}
.page-contact-middle p {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.page-contact-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-form-dubble {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.contact-form-dubble + .contact-form-dubble {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .contact-form-dubble {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-form-item.content {
  margin-top: 13px;
}
.contact-form-item label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #121212;
  margin-bottom: 12px;
}
.contact-form-item label span {
  color: #e60000;
  margin-right: 6px;
}
.contact-form-item input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #5d3c3f;
  background-color: transparent;
}
.contact-form-item input:focus {
  outline: none;
}
.contact-form-item > textarea {
  width: 100%;
  height: 237px;
  border-radius: 8px;
  background-color: transparent;
}

.page-sitemap-container {
  padding: 110px 0 250px;
}
@media (max-width: 992px) {
  .page-sitemap-container {
    padding: 50px 0 200px;
  }
}
.page-sitemap-container .page-sitemap-main {
  width: 54.16666%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-sitemap-container .page-sitemap-main {
    width: 70.0483%;
  }
}
.page-sitemap-container .page-sitemap-main > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.page-sitemap-container .page-sitemap-main > ul > li {
  width: 30%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .page-sitemap-container .page-sitemap-main > ul > li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-sitemap-container .page-sitemap-main > ul > li > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.page-sitemap-container .page-sitemap-main > ul > li > ul li + li {
  margin-top: 30px;
}
.page-sitemap-container .page-sitemap-main > ul > li > ul li a {
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.05em;
}
.page-sitemap-container .page-sitemap-main > ul > li > button {
  border: none;
  display: block;
  width: 100%;
  padding: 25px 0;
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  border-radius: 8px;
  border: 1px solid #ea7200;
  background-color: transparent;
}
.page-sitemap-container .page-sitemap-main > ul > li > button:hover {
  color: #ea7200;
}

* body {
  font-family: "Montserrat", "Noto Sans TC", serif;
  position: relative;
}

.wrap {
  position: relative;
  max-width: 1920px;
}

.sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

/* hb.icon */
.menu-button-container {
  display: none;
  height: 100%;
  width: auto;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  transform: translateY(-10%);
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 14px;
  border-radius: 3px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-button::before {
  content: "";
  margin-left: -5px;
  margin-top: 0;
}

.menu-button::after {
  content: "";
  margin-left: 5px;
  margin-top: 0;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-left: 0;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-left: 0;
  transform: rotate(-45deg);
}

/* FOR漢堡圖示show/hide */
@media (max-width: 992px) {
  .menu-button-container {
    display: flex;
  }
}
/* bs漢堡相關設定 */
.navbar-toggler {
  border: none;
  margin-left: auto;
  height: 85px;
}

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

.nav-link:focus-visible {
  box-shadow: none;
}

.hb-btn-container {
  width: 46px;
  height: 46px;
  border-radius: 30px;
  background-color: #ea7200;
  position: relative;
}
.hb-btn-container span {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-175%);
  pointer-events: none;
}

/* bs漢堡相關設定 */
.navbar-toggler {
  border: none;
  margin-left: auto;
  height: 85px;
}

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

.nav-link:focus-visible {
  box-shadow: none;
}

.page-service-main > p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #323232;
}
@media (max-width: 768px) {
  .page-service-main > p {
    font-size: 18px;
  }
}

.serviceInner-content > iframe {
  aspect-ratio: 560/314;
  width: 100%;
  height: auto;
}

iframe {
  aspect-ratio: 560/314;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=all.css.map */