button.menu-toggle {
  display: none;
}

.banner-area {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.title-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.button-banner {
  display: flex;
  gap: 0.5rem;
}

.body-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}

.body-1-a {
  display: flex;
  justify-content: center;
}

.body-1-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.body-1-b .sub-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.body-2 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.body-2-a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.body-2-a .sub-item,
.body-2-a .sub-item .list {
  display: flex;
  flex-direction: column;
}

.body-2-a .sub-item {
  gap: 0.75rem;
}

.body-2-a .sub-item .list {
  gap: 0.25rem;
}

.body-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5rem;
}

.body-3-a,
.body-4-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.body-3-b,
.body-4-b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.body-3-b {
  width: 100%;
  position: relative;
}

.body-3-b .sub-item,
.body-4-b .sub-item {
  display: flex;
}

.body-3-b .sub-item {
  width: 100%;
}

.body-3 .card-list {
  width: 380px;
  height: 140px;
  display: flex;
}

.body-3 .card-list-number {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-3 .card-list-detail {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 10px;
  border-top: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
}

.body-3 .stroke-circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
}

.body-3 .solid-circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
}

.body-4,
.body-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
}

.body-4-a {
  width: 400px;
}

.body-4-b .card-list {
  width: 280px;
  height: 630px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: solid 1px var(--black);
}

.body-4-b .card-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.body-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 250px;
}

.body-5-a,
.body-6-a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.body-5-a {
  width: 390px;
}

.body-5 img {
  margin-bottom: 50px;
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.264));
}

.body-5 .sub-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 250px;
  margin-right: -100px;
  overflow: hidden;
}

.body-5 .stroke-circle {
  width: 325px;
  height: 325px;
  top: 100px;
  border-radius: 50%;
}

.body-5 .solid-circle {
  width: 235px;
  height: 235px;
  top: 145px;
  border-radius: 50%;
}

@media (min-width: 1440px) {
  .banner-area {
    width: 1366px;
  }
}

@media (min-width: 1025px) {
  .title-banner {
    width: 650px;
    margin-top: 75px;
    margin-left: 120px;
  }

  .title-banner p {
    width: 560px;
  }

  .img-banner img {
    margin-right: -160px;
  }

  .body-1 {
    padding-top: 70px;
  }

  .body-1-a {
    position: relative;
    width: 450px;
  }

  .body-1-a .sub-item {
    position: absolute;
    bottom: 250px;
    right: 300px;
    width: 230px;
    height: 320px;
  }

  .body-1-a .sub-item .title {
    position: absolute;
    left: 25px;
    bottom: 25px;
  }

  .body-1-b {
    width: 560px;
  }

  .body-1-b .sub-title {
    width: 500px;
  }

  .body-2-a {
    width: 540px;
  }

  .body-3-a {
    width: 560px;
  }

  .body-3-b .sub-item-a,
  .body-3-b .sub-item-c {
    justify-content: space-around;
    gap: 200px;
  }

  .body-3-b .sub-item-b {
    justify-content: space-between;
  }

  .body-3-b,
  .body-4-b {
    gap: 2rem;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .banner-area {
    min-height: 450px;
  }

  .title-banner {
    margin: 0 16px;
    padding-top: 100px;
    padding-bottom: 16px;
  }

  .img-banner img,
  .stroke-circle,
  .solid-circle,
  .body-5-a,
  .body-5 .sub-item {
    display: none;
  }

  .body-1-a {
    flex-direction: column;
    width: 40%;
  }

  .body-1-a img {
    width: 100%;
    height: auto;
  }

  .body-1-a .sub-item .title {
    padding: 10px 15px;
  }

  .body-1-b {
    width: 60%;
  }

  .body-3 {
    gap: 2.5rem;
  }

  .body-3-b {
    width: unset;
  }

  .body-3-b .sub-item {
    width: unset;
    align-items: center;
    gap: 1rem;
  }

  .body-3 .card-list {
    width: 100%;
    height: unset;
    min-height: 170px;
  }

  .body-3 .card-list-detail {
    width: 100%;
  }

  .body-3-b,
  .body-4-b {
    gap: 1rem;
  }

  .body-4-a {
    width: 300px;
  }

  .body-4-b .sub-item {
    flex-wrap: wrap;
  }

  .body-5 {
    height: 180px;
    justify-content: center;
  }

  .body-5 img {
    width: 410px;
    height: auto;
  }
}

@media (max-width: 480px) {
  button.menu-toggle {
    display: block;
  }

  .nav-list {
    display: none;
  }

  .nav-list.active {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--white);
  }

  .nav-list.active ul {
    flex-direction: column;
    padding-top: 1rem;
  }

  .nav-list.active li,
  .nav-list.active .nav-contact {
    font-size: 21px;
  }

  .banner-area {
    min-height: 450px;
  }

  .title-banner {
    margin: 0 16px;
    padding-top: 100px;
    padding-bottom: 16px;
  }

  .img-banner img,
  .stroke-circle,
  .solid-circle,
  .body-5-a,
  .body-5 .sub-item {
    display: none;
  }

  .body-1,
  .body-1-a {
    flex-direction: column;
  }

  .body-1-a {
    width: 100%;
  }

  .body-1-a img {
    width: 60%;
    height: auto;
  }

  .body-1-a .sub-item .title {
    padding: 10px 15px;
  }

  .body-3 {
    gap: 2.5rem;
  }

  .body-3-b {
    width: unset;
  }

  .body-3-b .sub-item {
    width: unset;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .body-3 .card-list {
    width: 100%;
    height: unset;
    min-height: 140px;
  }

  .body-3 .card-list-detail {
    width: 100%;
  }

  .body-3-b,
  .body-4-b {
    gap: 1rem;
  }

  .body-4-a {
    width: 300px;
  }

  .body-4-b .sub-item {
    flex-direction: column;
  }

  .body-4-b .card-list {
    height: auto;
    padding-bottom: 100px;
  }

  .body-5 {
    height: 17.7vh;
  }

  .body-5 img {
    width: 100%;
    height: auto;
  }
}
