.rotate-0, .accordion .qa-list .card-header [aria-expanded=false] ~ .fa-chevron-right {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.-rotate-0 {
  -webkit-transform: rotate(-0deg);
          transform: rotate(-0deg);
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.-rotate-45 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rotate-90, .accordion .qa-list .card-header [aria-expanded=true] ~ .fa-chevron-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.-rotate-90, .accordion .store-list a[aria-expanded=true] > div > .fa-chevron-right, .accordion .store-list a[aria-expanded=true] ~ a > div > .fa-chevron-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.-rotate-135 {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.-rotate-180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.-rotate-225 {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.-rotate-270 {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.-rotate-315 {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

html {
  scroll-behavior: smooth;
}

.gap-5 {
  gap: 3rem;
}

.services-box {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.services-header, .store-header {
  margin-top: 10px;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-header .services-title, .services-header .store-title, .store-header .services-title, .store-header .store-title {
  color: var(--primary-color);
  text-align: center;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-header .services-title h2, .services-header .store-title h2, .store-header .services-title h2, .store-header .store-title h2 {
  font-weight: 400;
}
.services-header .services-title .divider, .services-header .store-title .divider, .store-header .services-title .divider, .store-header .store-title .divider {
  background: var(--primary-color);
  height: 1px;
}
.services-header .services-subtitle, .services-header .store-subtitle, .store-header .services-subtitle, .store-header .store-subtitle {
  color: black;
}

.service-box {
  background-image: url(../_img/about-bg-1.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.service-box .h1 {
  font-size: 4rem !important;
  font-weight: 400 !important;
}
@media all and (max-width: 991px) {
  .service-box .services-box-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-box-detail {
  color: rgb(46, 46, 46);
}
.services-box-detail .detail-list figure img {
  max-height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1199px) {
  .services-box-detail .detail-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-box-detail .detail-list figure {
    width: auto !important;
  }
  .services-box-detail .detail-list div {
    width: 100% !important;
  }
}
.services-box-detail .text {
  max-width: 80%;
  padding: 30px 0;
  margin: 0 auto !important;
}
@media all and (max-width: 1199px) {
  .services-box-detail .text {
    max-width: 100%;
  }
}
@media all and (max-width: 991px) {
  .services-box-detail .button {
    gap: 2rem;
  }
}

.services-block, .store-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem;
}
@media all and (max-width: 1199px) {
  .services-block, .store-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .services-block, .store-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-block .services-item, .services-block .store-item, .store-block .services-item, .store-block .store-item {
  overflow: hidden;
  border-radius: 40px 0px;
  width: 100%;
  position: relative;
}
.services-block .mask, .store-block .mask {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 40px 0px;
  left: 0;
  top: 0;
}
.services-block .mask h3, .store-block .mask h3 {
  font-weight: 400;
}
.services-block .mask:hover, .store-block .mask:hover {
  background-color: rgba(151, 28, 10, 0.7);
}
.services-block .mask:hover + img, .store-block .mask:hover + img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services-block .mask:hover h3, .store-block .mask:hover h3 {
  top: -50px;
  font-weight: 400;
}
.services-block .mask:hover hr, .store-block .mask:hover hr {
  top: 50px;
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.services-block .mask:hover span:nth-child(1), .store-block .mask:hover span:nth-child(1) {
  opacity: 0;
  top: 50px;
}
.services-block .mask:hover span:nth-child(2), .store-block .mask:hover span:nth-child(2) {
  opacity: 1;
  top: -50px;
}
.services-block .mask:hover span:nth-child(3), .store-block .mask:hover span:nth-child(3) {
  opacity: 1;
  top: 60px;
}
.services-block .item-text, .store-block .item-text {
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.services-block .item-text h3, .store-block .item-text h3 {
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media all and (max-width: 767px) {
  .services-block .item-text h3, .store-block .item-text h3 {
    top: -50px;
  }
}
.services-block .item-text hr, .store-block .item-text hr {
  width: 150px;
  height: 1px;
  margin: 5px auto 0 auto;
  border-top: 1px solid rgb(180, 180, 180);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  top: 0;
}
@media all and (max-width: 767px) {
  .services-block .item-text hr, .store-block .item-text hr {
    opacity: 0;
  }
}
.services-block .item-detail, .store-block .item-detail {
  top: 0;
  margin-top: 0.5rem;
}
.services-block .item-detail span, .store-block .item-detail span {
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.services-block .item-detail span:nth-child(1), .store-block .item-detail span:nth-child(1) {
  opacity: 1;
  top: 0px;
}
@media all and (max-width: 767px) {
  .services-block .item-detail span:nth-child(1), .store-block .item-detail span:nth-child(1) {
    opacity: 0;
  }
}
.services-block .item-detail span:nth-child(2), .store-block .item-detail span:nth-child(2) {
  opacity: 0;
  top: 50px;
}
@media all and (max-width: 767px) {
  .services-block .item-detail span:nth-child(2), .store-block .item-detail span:nth-child(2) {
    opacity: 1;
    top: -50px;
  }
}
.services-block .item-detail span:nth-child(3), .store-block .item-detail span:nth-child(3) {
  opacity: 0;
  top: 100px;
}
@media all and (max-width: 767px) {
  .services-block .item-detail span:nth-child(3), .store-block .item-detail span:nth-child(3) {
    opacity: 1;
    top: 60px;
  }
}
.services-block .item-detail span:nth-child(3)::after, .store-block .item-detail span:nth-child(3)::after {
  content: "";
  width: 1px;
  height: 180px;
  position: absolute;
  background: white;
  top: 30px;
  left: 50%;
}

.secretary-pic-nav,
.rescue-pic-nav,
.store-pic-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.secretary-pic-nav a,
.rescue-pic-nav a,
.store-pic-nav a {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  position: relative;
}
@media all and (max-width: 991px) {
  .secretary-pic-nav a,
  .rescue-pic-nav a,
  .store-pic-nav a {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
.secretary-pic-nav a::before,
.rescue-pic-nav a::before,
.store-pic-nav a::before {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.secretary-pic-nav a:hover::before,
.rescue-pic-nav a:hover::before,
.store-pic-nav a:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.secretary-pic-nav span,
.rescue-pic-nav span,
.store-pic-nav span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  padding: 0 0.5rem;
  position: absolute;
  width: 100%;
  color: white;
}
@media all and (max-width: 767px) {
  .secretary-pic-nav span,
  .rescue-pic-nav span,
  .store-pic-nav span {
    font-size: 16px;
  }
}

[data-aos=fade-scale] {
  opacity: 0;
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease 0.5s !important;
  transition: all 0.3s ease 0.5s !important;
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

[data-aos=fade-scale].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

[data-aos=fade-left] {
  opacity: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  -webkit-transition: all 0.8s ease 0.8s !important;
  transition: all 0.8s ease 0.8s !important;
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

[data-aos=fade-left].aos-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-aos=fade-traY] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}

[data-aos=fade-traY].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-aos=fade-zoom-in] {
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

[data-aos=fade-matrix] {
  opacity: 0;
  -webkit-transform: translateY(50%) matrix(0.99254, 0.12186, 0, 1, 0, 159.833);
          transform: translateY(50%) matrix(0.99254, 0.12186, 0, 1, 0, 159.833);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s !important;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s !important;
}

[data-aos=fade-matrix].aos-animate {
  opacity: 1;
}

[data-aos=fade-divider] {
  opacity: 0;
  width: 1px;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
}

[data-aos=fade-divider].aos-animate {
  opacity: 1;
  width: 60px;
}

.text-gray-65 {
  color: rgb(84, 84, 84);
}

.accordion .qa-list {
  border-bottom: 1px solid gray;
}
.accordion .qa-list .card-header a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.accordion .qa-list .card-header [aria-expanded=true] ~ .fa-chevron-right {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .qa-list .card-header [aria-expanded=false] ~ .fa-chevron-right {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .qa-list .card-body span {
  font-weight: 600;
  color: var(--primary-color);
}
.accordion .item-list .card-header {
  background: none;
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  position: relative;
}
.accordion .item-list .card-header [aria-expanded=true] {
  border-top: 1px solid var(--primary-color);
  display: block;
}
.accordion .item-list .card-header [aria-expanded=true] .tit {
  border-top: 2px solid var(--primary-color);
}
.accordion .item-list .card-header [aria-expanded=true]:hover {
  color: var(--primary-color);
}
.accordion .item-list .card-header [aria-expanded=true]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary-color);
}
.accordion .item-list .card-header [aria-expanded=false]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .item-list .card-body {
  padding: 0;
  padding-left: 25%;
  position: relative;
}
.accordion .item-list .card-body .card-body-tit {
  position: sticky;
  left: 0;
  top: 100px;
  height: 0;
  width: 25%;
  opacity: 0;
  -webkit-transform: translateX(-125%);
          transform: translateX(-125%);
}
.accordion .item-list .card-body .card-body-tit.active {
  top: 100px;
  height: auto;
  opacity: 1;
  padding: 0.7rem 0.5rem;
  border-top: 3px solid var(--primary-color);
  color: #000;
}
.accordion .item-list .tit {
  border-top: 2px solid rgba(0, 0, 0, 0.125);
  width: 25%;
  color: #000 !important;
}
.accordion .item-list .content {
  position: relative;
  left: 30px;
  width: calc(70% - 10px);
}
.accordion .item-list .content:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  width: 5px;
  height: 5px;
  background: #c4c4c4;
}
.accordion .item-list .item > div {
  padding: 0.7rem 0.5rem;
  color: #c4c4c4;
}
.accordion .store-list .card-dot {
  margin: 1rem 1rem 0 4.125rem;
}
@media all and (max-width: 1199px) {
  .accordion .store-list .card-dot {
    margin: 1rem 1rem 0 2.125rem;
  }
}
@media all and (max-width: 1199px) {
  .accordion .store-list .card-dot {
    margin: 1rem 1rem 0 0.125rem;
  }
}
.accordion .store-list a {
  line-height: 34px;
}
.accordion .store-list a[aria-expanded=true] > div > .fa-chevron-right, .accordion .store-list a[aria-expanded=true] ~ a > div > .fa-chevron-right {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .store-list a[aria-expanded=false] > div > .fa-chevron-right, .accordion .store-list a[aria-expanded=false] ~ a > div > .fa-chevron-right {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .store-list .card-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media all and (max-width: 991px) {
  .accordion .store-list .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accordion .store-list .card-content span {
  line-height: 34px;
}
.accordion .store-list .card-content span:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.accordion .store-list .card-content span:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.accordion .store-list .card-content span:nth-child(2) {
  margin-left: 2rem;
}
@media all and (max-width: 991px) {
  .accordion .store-list .card-content span:nth-child(2) {
    margin-left: 0;
  }
}
.accordion .store-list a > .d-flex > .card-content > span:nth-child(2) {
  margin-left: 1.5rem;
}
@media all and (max-width: 991px) {
  .accordion .store-list a > .d-flex > .card-content > span:nth-child(2) {
    margin-left: 0;
  }
}
.accordion .store-list .icon {
  height: 34px;
  font-size: 15px;
}

.accordion-item {
  border: none;
  background: transparent;
}
.accordion-item button {
  letter-spacing: 1px;
}
.accordion-item .marker {
  position: relative;
}
.accordion-item .marker::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #c4c4c4;
  top: 10.5px;
  left: 0;
}
.accordion-item .frame {
  position: relative;
}
.accordion-item .frame::before {
  content: "";
  width: 70%;
  height: 3px;
  position: absolute;
  background: #c4c4c4;
  top: -11px;
  left: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 575px) {
  .accordion-item .frame::before {
    width: 80%;
  }
}

.accordion-button {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c4c4c4;
}
.accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 15px;
  margin: auto 0 auto auto;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid var(--primary-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:not(.collapsed) .frame::before {
  background: var(--primary-color);
}

.accordion-button.hide::after {
  visibility: hidden;
}

.accordion-body {
  padding: 0;
  font-size: 0.925rem;
}

.accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.625rem;
}