@media (max-width: 450px) {
  .banner-section .banner-wrap .title-box h2 {
    padding: 0 0 5px 0;
  }
}
@media (max-width: 650px) {
  .banner-section .banner-wrap .title-box p {
    text-wrap: balance;
    font-size: 15px;
  }
  .banner-section .banner-wrap .title-box p br {
    display: none;
  }
}
.banner-section .banner-wrap .img-box {
  margin: 0 0 -10px 0;
  display: flex;
  justify-content: center;
}
.banner-section .banner-wrap .img-box img {
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.9s 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 767px) {
  .banner-section .banner-wrap .img-box {
    margin: 0 0 -5px 0;
  }
}
.banner-section .banner-wrap .img-box.animate img {
  opacity: 1;
}

.emergency-section {
  position: relative;
  padding: 8.5rem 0;
}
@media (max-width: 991px) {
  .emergency-section {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .emergency-section {
    padding: 6rem 0 6rem;
  }
}
@media (max-width: 450px) {
  .emergency-section {
    padding: 5rem 0 5rem;
  }
}
.emergency-section .emergency-wrap .title-box h2 .show-mo {
  display: none;
}
@media (max-width: 450px) {
  .emergency-section .emergency-wrap .title-box h2 .ani-text .ani-inner {
    line-height: 1.2;
    text-wrap: balance;
  }
  .emergency-section .emergency-wrap .title-box h2 .show-mo {
    display: block;
  }
}
@media (max-width: 991px) {
  .emergency-section .emergency-wrap .title-box p {
    text-wrap: balance;
    font-size: 15px;
  }
  .emergency-section .emergency-wrap .title-box p br {
    display: none;
  }
}
.emergency-section .emergency-wrap .department-wrap ul {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4.9rem;
  opacity: 0;
  transition: opacity 0.9s;
}
.emergency-section .emergency-wrap .department-wrap ul.animate {
  opacity: 1;
}
.emergency-section .emergency-wrap .department-wrap ul::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #389311;
  height: 1px;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1160px;
}
.emergency-section .emergency-wrap .department-wrap ul li {
  position: relative;
  flex-shrink: 0;
  width: 241px;
  height: 241px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
}
.emergency-section .emergency-wrap .department-wrap ul li .icon-box {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 0 2.4rem 0;
}
.emergency-section .emergency-wrap .department-wrap ul li .icon-box img.h42 {
  height: 42px;
}
.emergency-section .emergency-wrap .department-wrap ul li .icon-box img.h50 {
  height: 50px;
}
.emergency-section .emergency-wrap .department-wrap ul li:not(:last-child)::before {
  content: "+";
  display: block;
  position: absolute;
  font-size: 26px;
  color: #389311;
  top: 50%;
  transform: translateY(-50%);
  right: -3.1rem;
}
.emergency-section .emergency-wrap .department-wrap ul li:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #389311;
  width: 1px;
  height: 5rem;
  left: 50%;
  bottom: -5rem;
}
.emergency-section .emergency-wrap .department-wrap ul li:nth-child(5)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #389311;
  width: 1px;
  height: 5rem;
  left: 50%;
  bottom: -5rem;
}
@media (max-width: 1500px) {
  .emergency-section .emergency-wrap .department-wrap ul {
    display: grid;
    row-gap: 3rem;
    grid-template-columns: repeat(3, minmax(0, 241px));
    justify-content: center;
  }
  .emergency-section .emergency-wrap .department-wrap ul::before {
    width: 290px;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(1)::after {
    content: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(3)::before {
    content: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #389311;
    width: 1px;
    height: 5rem;
    left: 50%;
    bottom: -5rem;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(4) {
    transform: translateX(calc(50% + 2.45rem));
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(5) {
    transform: translateX(calc(50% + 2.45rem));
  }
}
@media (max-width: 991px) {
  .emergency-section .emergency-wrap .department-wrap ul {
    grid-template-columns: repeat(2, minmax(0, 241px));
    gap: 2rem;
  }
  .emergency-section .emergency-wrap .department-wrap ul::before {
    content: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(1)::before {
    content: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(4) {
    transform: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(2)::before {
    content: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(4)::before {
    content: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(4)::after {
    content: none;
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(5) {
    transform: translate(calc(50% + 1rem), -1rem);
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(5)::after {
    content: none;
  }
}
@media (max-width: 650px) {
  .emergency-section .emergency-wrap .department-wrap ul {
    gap: 1rem;
  }
  .emergency-section .emergency-wrap .department-wrap ul li {
    font-size: 16px;
    width: 39.5vw;
    height: 39.5vw;
  }
  .emergency-section .emergency-wrap .department-wrap ul li .icon-box {
    height: 40px;
  }
  .emergency-section .emergency-wrap .department-wrap ul li .icon-box img {
    transform: scale(0.8);
  }
  .emergency-section .emergency-wrap .department-wrap ul li:nth-child(5) {
    transform: translate(calc(50% + 0.5rem), -1rem);
  }
}
.emergency-section .emergency-wrap .department-wrap .down-arrow {
  display: flex;
  justify-content: center;
  margin: 5rem 0 4rem;
}
.emergency-section .emergency-wrap .department-wrap .down-arrow svg {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.5s 0.2s;
}
@media (max-width: 767px) {
  .emergency-section .emergency-wrap .department-wrap .down-arrow {
    margin: 2rem 0 2rem;
  }
  .emergency-section .emergency-wrap .department-wrap .down-arrow svg {
    width: 85px;
  }
}
.emergency-section .emergency-wrap .department-wrap .down-arrow.animate svg {
  clip-path: inset(0 0 0 0);
}
.emergency-section .emergency-wrap .conclusion {
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition: opacity 0.9s 0.5s, transform 0.9s 0.5s;
}
@media (max-width: 767px) {
  .emergency-section .emergency-wrap .conclusion {
    font-size: 15px;
    text-wrap: balance;
  }
  .emergency-section .emergency-wrap .conclusion br {
    display: none;
  }
}
.emergency-section .emergency-wrap .conclusion.animate {
  opacity: 1;
  transform: translateY(0rem);
}

.merit-section .merit-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
}
.merit-section .merit-wrap ul li {
  width: 100%;
  border-radius: 2rem;
  border: 1px solid #389311;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.5rem;
  gap: 4rem;
  transition: opacity 0.9s, transform 0.9s;
  opacity: 0;
  transform: translateY(-3rem);
}
.merit-section .merit-wrap ul li.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.merit-section .merit-wrap ul li .title {
  width: 322.5px;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 0 0 0 3%;
}
.merit-section .merit-wrap ul li .title h3 {
  line-height: 1.3;
}
.merit-section .merit-wrap ul li .desc {
  width: 464px;
  line-height: 1.3;
}
.merit-section .merit-wrap ul li:nth-child(1) {
  transition-delay: 0.075s;
}
.merit-section .merit-wrap ul li:nth-child(2) {
  transition-delay: 0.15s;
}
.merit-section .merit-wrap ul li:nth-child(3) {
  transition-delay: 0.225s;
}

@media (max-width: 991px) {
  .merit-section .merit-wrap ul li {
    height: auto;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 0;
  }
  .merit-section .merit-wrap ul li .title {
    gap: 1.5rem;
    width: 409px;
    padding: 0;
  }
  .merit-section .merit-wrap ul li .title svg {
    width: 45px;
  }
  .merit-section .merit-wrap ul li .title h3 br {
    display: none;
  }
  .merit-section .merit-wrap ul li .desc {
    width: 409px;
    line-height: 1.35;
  }
}
@media (max-width: 600px) {
  .merit-section .merit-wrap ul li {
    gap: 2rem;
  }
  .merit-section .merit-wrap ul li .title {
    gap: 1.2rem;
    width: 292px;
  }
  .merit-section .merit-wrap ul li .title svg {
    width: 32px;
  }
  .merit-section .merit-wrap ul li .desc {
    text-align: center;
    width: auto;
    font-size: 15px;
    text-wrap: balance;
    padding: 0 30px;
  }
  .merit-section .merit-wrap ul li .desc br {
    display: none;
  }
}/*# sourceMappingURL=24hours.css.map */