.sec01 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sec01 .title-wrap {
  height: 45vh;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 11rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sec01 .title-wrap h1 {
  font-size: clamp(3rem, 6vh, 8rem);
  font-weight: 600;
  margin-bottom: clamp(2rem, 3vh, 5rem);
  word-break: keep-all;
  line-height: 1.4;
}
.sec01 .title-wrap h1 br {
  display: none;
}
.sec01 .title-wrap p {
  font-size: 2.4rem;
  line-height: 1.6;
  word-break: keep-all;
}
.sec01 .image-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 160rem;
  height: 55%;
}
.sec01 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.sec01 .image-wrap .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
}
.sec01 .image-wrap .text-wrap p {
  font-family: "Cormorant Garamond";
  font-size: 10rem;
  line-height: 1.2;
  text-align: center;
}
.sec01 .image-wrap .text-wrap .char {
  font-size: inherit;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
}

.sec02 {
  background: url("/_img/bg-count.png") no-repeat center/cover;
  height: 100vh;
  display: flex;
}
.sec02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1600px;
}
.sec02 .title-wrap h2 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
.sec02 .title-wrap p {
  font-size: 2.4rem;
  line-height: 1.6;
}
.sec02 .list-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.sec02 .list-wrap ul li {
  display: flex;
  align-items: center;
  gap: 7rem;
}
.sec02 .list-wrap ul li:nth-child(2) {
  padding: 7rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sec02 .list-wrap ul li span {
  display: flex;
  align-items: flex-end;
  width: 35rem;
  font-size: 3rem;
  color: #c3a058;
}
.sec02 .list-wrap ul li span b {
  display: block;
  width: 35rem;
  font-family: "Merriweather";
  flex-basis: 0;
  font-size: 14rem;
}
.sec02 .list-wrap ul li span em {
  padding-bottom: 2.2rem;
}
.sec02 .list-wrap ul li p {
  font-size: 2rem;
  line-height: 1.6;
}

.sec03 {
  background: url("/_img/bg-solution.png") no-repeat center/cover;
  height: 100vh;
  position: relative;
}
.sec03 .title-wrap {
  position: absolute;
  top: 12rem;
  left: 0;
  right: 0;
  text-align: center;
}
.sec03 .title-wrap h2 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.sec03 .title-wrap p {
  font-size: 2.4rem;
  line-height: 1.6;
}
.sec03 .list-wrap {
  height: 100%;
}
.sec03 .list-wrap ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.sec03 .list-wrap ul li {
  width: 25%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: background 0.4s ease;
}
.sec03 .list-wrap ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.sec03 .list-wrap ul li:hover {
  background: rgba(0, 0, 0, 0.4);
}
.sec03 .list-wrap ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem;
}
.sec03 .list-wrap ul li a p {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 7rem;
  word-break: keep-all;
  line-height: 1.4;
}
.sec03 .list-wrap ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  border: 1px solid #fff;
}

.sec04 {
  padding: 20rem 0;
  position: relative;
}
.sec04 .bg-article {
  position: absolute;
  right: 0;
  bottom: -30rem;
  z-index: -1;
}
.sec04 .bg-article img {
  width: 100%;
}
.sec04 .title-wrap {
  text-align: center;
  margin-bottom: 5rem;
}
.sec04 .title-wrap h2 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  word-break: keep-all;
  line-height: 1.4;
}
.sec04 .title-wrap .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.sec04 .title-wrap .logo-wrap img {
  max-width: 177px;
  width: 100%;
}
.sec04 .title-wrap .logo-wrap p {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 1.4rem;
  border: 3px solid #fff;
}
.sec04 .swiper-wrap {
  position: relative;
  margin-bottom: 5rem;
}
.sec04 .sec04-swiper {
  overflow: hidden;
}
.sec04 .swiper-slide {
  width: 80rem;
  opacity: 0.2;
  transition: opacity 0.4s;
}
.sec04 .swiper-slide-active {
  opacity: 1;
}
.sec04 .swiper-slide a {
  display: block;
}
.sec04 .swiper-slide a img {
  width: 100%;
  display: block;
}
.sec04 .swiper-slide a p {
  display: none;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 3rem;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
}
.sec04 .swiper-slide.swiper-slide-active a p {
  display: block;
}
.sec04 .swiper-btn-prev,
.sec04 .swiper-btn-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 6rem;
  height: 6rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.sec04 .swiper-btn-prev:hover,
.sec04 .swiper-btn-next:hover {
  background: #c3a058;
}
.sec04 .swiper-btn-prev:hover img,
.sec04 .swiper-btn-next:hover img {
  filter: invert(1);
}
.sec04 .swiper-btn-prev {
  left: 24.5%;
}
.sec04 .swiper-btn-next {
  right: 24.5%;
}
.sec04 .swiper-btn-next img {
  transform: scaleX(-1);
}
.sec04 .btn-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3rem;
  border: 1px solid #fff;
  border-radius: 5rem;
  margin: 5rem auto 0;
}

.sec05 {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.sec05 .title-wrap {
  margin-bottom: 10rem;
  text-align: center;
}
.sec05 .title-wrap h2 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.sec05 .title-wrap p {
  font-size: 2.4rem;
  line-height: 1.6;
  word-break: keep-all;
}
.sec05 .contents-wrap ul {
  display: flex;
}
.sec05 .contents-wrap ul li {
  width: 100%;
  height: 53rem;
  display: flex;
  flex-direction: column;
  padding: 7rem 5rem;
  border: 1px solid #fff;
}
.sec05 .contents-wrap ul li:nth-child(1), .sec05 .contents-wrap ul li:nth-child(2) {
  border-right: 0;
}
.sec05 .contents-wrap ul li span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.sec05 .contents-wrap ul li p {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.sec05 .contents-wrap ul li img {
  margin-top: auto;
  margin-left: auto;
  animation: icon-spin 7.6s linear infinite;
}
.sec05 .btn-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3rem;
  border: 1px solid #fff;
  border-radius: 5rem;
  margin: 5rem auto 0;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  19.74% {
    transform: rotate(90deg);
    animation-timing-function: linear;
  }
  25% {
    transform: rotate(90deg);
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  44.74% {
    transform: rotate(180deg);
    animation-timing-function: linear;
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  69.74% {
    transform: rotate(270deg);
    animation-timing-function: linear;
  }
  75% {
    transform: rotate(270deg);
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  94.74% {
    transform: rotate(360deg);
    animation-timing-function: linear;
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec06 {
  background: url("/_img/bg-diagnose.png") no-repeat center/cover;
  height: 65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06 .title-wrap {
  text-align: center;
}
.sec06 .title-wrap h2 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  word-break: keep-all;
  line-height: 1.4;
}
.sec06 .title-wrap p {
  font-size: 2.4rem;
  line-height: 1.6;
  word-break: keep-all;
  line-height: 1.4;
}
.sec06 .btn-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3rem;
  border: 1px solid #fff;
  border-radius: 5rem;
  margin: 5rem auto 0;
}

.sec07 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec07 .title-wrap h2 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.sec07 .title-wrap p {
  font-size: 2.4rem;
  line-height: 1.6;
}
.sec07 .btn-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 5rem auto 0;
}
.sec07 .btn-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3rem;
  border: 1px solid #fff;
  border-radius: 5rem;
}
.sec07 .swiper-wrap {
  display: flex;
  gap: 2rem;
}
.sec07 .swiper-list {
  width: 40rem;
  height: 69rem;
  overflow: hidden;
  flex-shrink: 0;
  pointer-events: none;
}
.sec07 .swiper-list .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sec07 .swiper-list .swiper-slide {
  padding: 5rem 3rem;
  background: #21201f;
  height: auto !important;
  pointer-events: none;
}
.sec07 .swiper-list .swiper-slide p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec07 .swiper-list .swiper-slide span {
  display: block;
  font-size: 1.6rem;
  color: #ccc;
}

@media (max-width: 1600px) {
  .sec05 .contents-wrap ul li p br {
    display: none;
  }
}
@media (max-width: 1420px) {
  .sec01 .title-wrap h1 {
    font-size: 6rem;
    margin-bottom: 4rem;
  }
  .sec01 .title-wrap p {
    font-size: 2.2rem;
  }
  .sec02 .title-wrap h2 {
    font-size: 4rem;
  }
  .sec02 .title-wrap p {
    font-size: 2.2rem;
  }
  .sec02 .list-wrap ul li span {
    width: 25rem;
  }
  .sec02 .list-wrap ul li span b {
    font-size: 12rem;
  }
  .sec07 .swiper-list {
    width: 30rem;
  }
}
@media (max-width: 1280px) {
  .sec02 {
    padding: 12rem 0;
    height: 70vh;
  }
  .sec02 .title-wrap h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .sec02 .title-wrap p {
    font-size: 2rem;
  }
  .sec02 .list-wrap ul {
    gap: 4rem;
  }
  .sec02 .list-wrap ul li span {
    width: 15rem;
  }
  .sec02 .list-wrap ul li span b {
    font-size: 9rem;
  }
  .sec02 .list-wrap ul li p {
    font-size: 1.8rem;
  }
  .sec02 .list-wrap ul li:nth-child(2) {
    padding: 5rem 0;
  }
  .sec03 {
    height: 80vh;
  }
  .sec03 .list-wrap ul li a {
    padding: 0 3.5rem;
  }
  .sec03 .list-wrap ul li a p {
    font-size: 3.5rem;
    margin-bottom: 5rem;
  }
  .sec03 .list-wrap ul li a span {
    width: 5rem;
    height: 5rem;
  }
  .sec03 .title-wrap h2 {
    font-size: 4rem;
  }
  .sec03 .title-wrap p {
    font-size: 2.2rem;
  }
  .sec04 {
    padding: 15rem 0;
  }
  .sec05 {
    padding-top: 5rem;
  }
  .sec05 .contents-wrap ul li {
    padding: 3.5rem 2.5rem;
    height: 50rem;
  }
  .sec05 .contents-wrap ul li span {
    font-size: 2rem;
  }
  .sec05 .contents-wrap ul li p {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .sec05 .contents-wrap ul li img {
    width: 12rem;
  }
  .sec07 .title-wrap h2 {
    font-size: 3.8rem;
    margin-bottom: 2.5rem;
  }
  .sec07 .title-wrap p {
    font-size: 2rem;
  }
  .sec07 .swiper-list {
    width: 25rem;
    height: 58rem;
  }
  .sec07 .swiper-list .swiper-slide p {
    font-size: 1.7rem;
  }
  .sec07 .swiper-list .swiper-slide span {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  .sec02 {
    height: auto;
  }
  .sec07 .inner {
    padding: 14rem 0;
    flex-direction: column;
    gap: 6rem;
  }
  .sec07 .swiper-wrap {
    flex-direction: column;
    width: 100%;
  }
  .sec07 .swiper-list {
    width: 100%;
    height: auto;
  }
  .sec07 .swiper-list .swiper-slide {
    width: 30rem;
    height: auto !important;
  }
  .sec07 .swiper-list .swiper-slide p {
    font-size: 1.9rem;
  }
  .sec07 .swiper-list .swiper-slide span {
    font-size: 1.6rem;
  }
  .sec07 .title-wrap {
    text-align: center;
  }
  .sec07 .title-wrap h2 {
    font-size: 4rem;
  }
  .sec07 .btn-wrap {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sec01 .title-wrap {
    height: 38vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sec01 .title-wrap h1 {
    font-size: 5rem;
    margin-bottom: 3.5rem;
  }
  .sec01 .title-wrap h1 br {
    display: block;
  }
  .sec01 .image-wrap .text-wrap p {
    font-size: 9rem;
  }
  .sec02 .inner {
    flex-direction: column;
    gap: 5rem;
  }
  .sec02 .inner .title-wrap {
    width: 100%;
    text-align: center;
  }
  .sec02 .inner .list-wrap {
    width: 100%;
  }
  .sec02 .inner .list-wrap ul li {
    justify-content: space-between;
    padding: 0 2rem;
  }
  .sec02 .inner .list-wrap ul li:nth-child(2) {
    padding: 5rem 2rem;
  }
  .sec02 .inner .list-wrap ul li a {
    padding: 5rem 3.5rem;
  }
  .sec02 .inner .list-wrap ul li p {
    font-size: 2rem;
  }
  .sec03 {
    background: none;
    height: auto;
  }
  .sec03 .list-wrap {
    background: url("/_img/bg-solution.png") no-repeat center/cover;
  }
  .sec03 .list-wrap ul {
    flex-wrap: wrap;
  }
  .sec03 .list-wrap ul li {
    width: 50%;
  }
  .sec03 .list-wrap ul li a {
    padding: 15rem 3.5rem;
  }
  .sec03 .list-wrap ul li:nth-child(1), .sec03 .list-wrap ul li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .sec03 .title-wrap {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding: 7rem 0;
  }
  .sec04 .title-wrap h2 {
    font-size: 4rem;
  }
  .sec04 .title-wrap .logo-wrap p {
    font-size: 2.2rem;
  }
  .sec04 .title-wrap .logo-wrap img {
    max-width: 160px;
  }
  .sec04 .swiper-slide a p {
    font-size: 2.2rem;
  }
  .sec04 .swiper-btn-prev,
  .sec04 .swiper-btn-next {
    width: 5rem;
    height: 5rem;
  }
  .sec04 .swiper-btn-prev img,
  .sec04 .swiper-btn-next img {
    width: 2.4rem;
  }
  .sec04 .swiper-btn-next {
    right: 14.5%;
  }
  .sec04 .swiper-btn-prev {
    left: 14.5%;
  }
  .sec05 {
    padding-bottom: 10rem;
  }
  .sec05 .title-wrap {
    margin-bottom: 6rem;
  }
  .sec05 .contents-wrap ul {
    flex-direction: column;
  }
  .sec05 .contents-wrap ul li {
    height: 35rem;
  }
  .sec05 .contents-wrap ul li:nth-child(1), .sec05 .contents-wrap ul li:nth-child(2) {
    border-right: 1px solid #fff;
    border-bottom: 0;
  }
  .sec05 .contents-wrap ul li img {
    width: 11rem;
  }
  .sec06 .title-wrap h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .sec06 .title-wrap p {
    font-size: 2.2rem;
  }
}
@media (max-width: 580px) {
  .sec03 .list-wrap ul li {
    width: 100%;
  }
  .sec03 .list-wrap ul li a {
    padding: 11rem 4rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .sec03 .list-wrap ul li a p {
    font-size: 3.6rem;
    margin-bottom: 0;
  }
  .sec03 .list-wrap ul li:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 480px) {
  .sec01 .title-wrap h1 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .sec01 .title-wrap p {
    font-size: 2rem;
  }
  .sec01 .image-wrap .text-wrap p {
    font-size: 8rem;
  }
  .sec04 .swiper-btn-next {
    right: 4.5%;
  }
  .sec04 .swiper-btn-prev {
    left: 4.5%;
  }
  .sec04 .title-wrap .logo-wrap {
    gap: 2rem;
  }
  .sec04 .title-wrap .logo-wrap p {
    font-size: 1.9rem;
    border: 2px solid #fff;
  }
  .sec04 .title-wrap .logo-wrap img {
    max-width: 120px;
  }
}