.titleCtn {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: start;
}
.titleCtnMocenter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: start;
}

/* sec 01 */

section.sec01 {
  background-image: url(/public/images/main-sec-01-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: start;
  align-items: center;
}

section.sec01 > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 767px) {
  section.sec01 {
    aspect-ratio: 375/450;
    align-items: start;
    background-image: url(/public/images/main-sec-01-bg-mo.png);
    background-position: bottom center;
  }

  section.sec01 > div {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  section.sec01 {
    aspect-ratio: 375/630;
  }
}

/* sec 02 */

section.sec02 {
  background-color: var(--c-bg-1);
}

section.sec02 > div {
  display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: center;
  align-items: center;
}

section.sec02 .titleCtn {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

section.sec02 .cardCtn {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

section.sec02 .cardCtn li {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 50px;
  gap: 35px;
  border-radius: var(--br-30);
  box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
section.sec02 .cardCtn li:first-child {
  background-color: var(--c-blue-2);
}
section.sec02 .cardCtn li:nth-child(2) {
  background-color: var(--c-blue-3);
}
section.sec02 .cardCtn li:last-child {
  background-color: var(--c-black-2);
}
section.sec02 .cardCtn li img {
  max-width: 120px;
  max-height: 110px;
  flex-shrink: 0;
  aspect-ratio: 12/11;
}
section.sec02 .cardCtn li .infoCtn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* sec 03 */

section.sec03 {
  background: var(--l-1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

section.sec03 .titleCtn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

section.sec03 .cardCtn {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

section.sec03 .cardCtn .cardItem {
  max-width: 243.3px;
  aspect-ratio: 243.3/80;
  border-radius: var(--br-10);
}

/* sec 04 */

section.sec04 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  overflow: hidden;

  background-image: url(/public/images/main-sec-04-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

section.sec04 .swiper04 {
  width: 100%;
  position: relative;
}

section.sec04 .titleCtn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: start;
}

section.sec04 .cardCtn {
  display: flex;
}

section.sec04 .cardCtn .cardItem {
  display: flex;
  flex-direction: column;
  aspect-ratio: 515/649;
  padding: 30px 30px 40px 30px;
  justify-content: start;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;

  border-radius: var(--br-30);
  border: 1px solid var(--c-border);
  background: var(--c-white);
}

section.sec04 .cardCtn .cardItem:hover,
section.sec04 .cardCtn .cardItem.swiper-slide-active {
  box-shadow: var(--shadow-1);
}
section.sec04 .cardCtn .cardItem img {
  aspect-ratio: 455/449;
}
section.sec04 .cardCtn .cardItem .infoCtn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.sec04 .cardCtn .cardItem .cardTitle {
  font-size: var(--fs-24);
  font-weight: 600;
  line-height: 140%;
  transition: all 0.3s ease-in-out;
}

section.sec04 .cardCtn .cardItem:hover .cardTitle,
section.sec04 .cardCtn .cardItem.swiper-slide-active .cardTitle {
  color: var(--c-blue-1);
}

section.sec04 .cardCtn .cardItem .cardDesc {
  color: var(--c-black-3);
  font-size: var(--fs-20-3);
  font-weight: 400;
  line-height: 140%;
}

section.sec04 .swiper-scrollbar {
  height: 3px;
  background: rgba(77, 166, 255, 0.2);
  border-radius: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(
    (
      100% - 2 * var(--swiper-scrollbar-sides-offset, 1%) -
        (var(--pd-180-1) * 2)
    )
  );
}

section.sec04 .swiper-scrollbar-drag {
  background-color: var(--c-blue-2);
  border-radius: 2px;
}

/* sec 05 */

section.sec05 {
  background: var(--c-bg-1);
}

section.sec05 > div {
  display: flex;
  gap: 30px;
}

section.sec05 .card.big {
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  gap: 40px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--br-30);
  background-image: url(/public/images/main-sec-05-card-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.sec05 .card.big::before {
  content: "";
  position: absolute;
  inset: -15%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-120%) skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}

section.sec05 .card.big:hover::before {
  opacity: 1;
  animation: card-shine 1s ease forwards;
}

@keyframes card-shine {
  0% {
    transform: translateX(-120%) skewX(-20deg);
  }
  100% {
    transform: translateX(120%) skewX(-20deg);
  }
}

section.sec05 .card.big .infoCtn {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
section.sec05 .inquiryButton {
  gap: 14px;
}

section.sec05 .cardCtn {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
section.sec05 .cardCtn .cardItem {
  max-width: 360px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 360/375;

  border-radius: var(--br-30);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

section.sec05 .cardCtn .cardItem:first-child {
  background-image: url(/public/images/main-sec-05-card-02.png);
}
section.sec05 .cardCtn .cardItem:nth-child(2) {
  background-image: url(/public/images/main-sec-05-card-03.png);
}
section.sec05 .cardCtn .cardItem:nth-child(3) {
  background-image: url(/public/images/main-sec-05-card-04.png);
}
section.sec05 .cardCtn .cardItem:last-child {
  background-image: url(/public/images/main-sec-05-card-05.png);
}
section.sec05 .cardCtn .cardItem .infoCtn {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  transition: all 0.3s ease-in-out;
}
section.sec05 .cardCtn .cardItem:hover .infoCtn {
  opacity: 1;
}
section.sec05 .cardCtn .cardItem .infoCtn .info {
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: 100%;
}

/* sec 06 */

section.sec06 {
  position: relative;
  background-image: url(/public/images/main-sec-06-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
section.sec06::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--l-4);
}

section.sec06 .titleWrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: start;
}

@media all and (max-width: 1919px) {
  section.sec04 .cardCtn .cardItem {
    aspect-ratio: 515/620;
  }
}
@media all and (max-width: 1400px) {
  section.sec02 .cardCtn {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  section.sec02 .cardCtn li {
    gap: 20px;
  }

  section.sec04 .cardCtn .cardItem {
    padding: 24px 24px 30px 24px;
    gap: 16px;
  }

  section.sec04 .cardCtn .cardItem .infoCtn {
    gap: 8px;
  }

  section.sec05 .ctn {
    gap: 20px;
  }
  section.sec05 .ctn .cardCtn {
    gap: 20px;
  }
}
@media all and (max-width: 1199px) {
  section.sec06 .titleWrapper {
    gap: 20px;
  }
  section.sec02 .cardCtn li {
    padding: 40px;
    gap: 10px;
  }
  section.sec03 {
    gap: 30px;
  }
  section.sec03 .cardCtn {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  section.sec04 .swiper04 {
    padding-bottom: 20px;
  }
  section.sec04 .cardCtn .cardItem {
    aspect-ratio: 335/430;
  }
  section.sec04 .cardCtn .cardItem .cardDesc {
    font-size: 15px;
  }
  section.sec05 .ctn {
    gap: 16px;
  }
  section.sec05 .ctn .cardCtn {
    gap: 16px;
  }

  .titleCtnMocenter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 1023px) {
  section.sec02 .cardCtn {
    grid-template-columns: repeat(1, 1fr);
  }

  section.sec04 {
    gap: 40px;
    background-image: url(/public/images/main-sec-04-bg-mo.png);
  }
}
@media all and (max-width: 767px) {
  section.sec02 .cardCtn li {
    padding: 30px;
    gap: 0;
  }
  section.sec02 .cardCtn li img {
    max-width: 100px;
  }
  section.sec02 .cardCtn li .infoCtn {
    gap: 12px;
  }
  section.sec03 .cardCtn {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  section.sec04 {
    gap: 30px;
  }
  section.sec04 .cardCtn .cardItem .cardTitle {
    font-size: 18px;
  }
  section.sec05 .ctn .cardCtn {
    gap: 12px;
  }

  section.sec05 .ctn {
    flex-direction: column;
    gap: 12px;
  }
  section.sec05 .card.big {
    padding: 24px 30px;
    gap: 20px;
  }
  section.sec05 .cardCtn .cardItem .infoCtn {
    gap: 12px;
  }

  section.sec06 {
    width: 100%;
    aspect-ratio: 375/500;
    background-image: url(/public/images/main-sec-06-bg-mo.png);
    background-position: bottom center;
    background-size: cover;
  }
  section.sec06::after {
    display: none;
  }
  section.sec06 .titleWrapper {
    gap: 40px;
  }
}
@media all and (max-width: 481px) {
  section.sec02 .cardCtn li img {
    max-width: 60px;
  }
  section.sec06 {
    aspect-ratio: 375/515;
  }
}
