.titleCtn {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

/* sec 01 */

section.sec01 {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

section.sec01 .contentCtn {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}

section.sec01 .subHeadline {
  color: var(--c-black-3);
}
section.sec01 a {
  align-self: end;
}

/* sec 02 */

section.sec02 {
  background-image: url(/public/images/hotdealMarketing-sec-02-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.sec02 .titleCtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
section.sec02 .cardItem {
  display: inline-flex;
  padding: 36px;
  justify-content: center;
  align-items: center;
  gap: 40px;

  border-radius: var(--br-15);
  background: var(--c-white);
  box-shadow: 0 3.6px 27px 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 944/414;

  transition: all 0.3s ease-in-out;
}
section.sec02 .cardItem .textCtn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.sec02 .cardItem .textCtn .cardTitle {
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
section.sec02 .cardItem .textCtn .cardDesc {
  color: #666;

  font-size: var(--fs-20-3);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

section.sec02 .cardItem .imgCtn {
  display: flex;
  width: 100%;
  max-width: 488px;
  height: 100%;
  max-height: 342px;
  justify-content: center;
  align-items: center;

  border-radius: var(--br-20);
  background: var(--c-bg-2);
  padding: 54px;
}

section.sec02 .cardItem .imgCtn img {
  width: 100%;
  object-fit: contain;
}

section.sec02 .swiper02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

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

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

section.sec02 .cardItem.swiper-slide-active {
  transform: scale(110%);
}

/* sec 03 */

section.sec03 {
  width: 100%;
  background-image: url(/public/images/hotdealMarketing-sec-03-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

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

section.sec03 > div {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 80px;
}

section.sec03 .imgCtn img {
  max-width: 580px;
}

section.sec03 .contentCtn {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 60px;
}

section.sec03 .infoCtn {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
section.sec03 .infoCtn .infoItem {
  display: flex;
  padding: 24px 34px;
  align-items: center;
  gap: 12px;
  align-self: stretch;

  border-radius: var(--br-15);
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px 0 rgba(96, 145, 255, 0.15);

  transition: all 0.3s ease-in-out;
}
section.sec03 .infoCtn .infoItem p {
  font-size: var(--fs-30);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

section.sec03 .infoCtn .infoItem.active {
  border: 1px solid var(--c-blue-4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px 0 rgba(96, 145, 255, 0.15);
}

section.sec03 .infoCtn .infoItem img.unActive {
  display: block;
}
section.sec03 .infoCtn .infoItem img.active {
  display: none;
}
section.sec03 .infoCtn .infoItem.active img.unActive {
  display: none;
}
section.sec03 .infoCtn .infoItem.active img.active {
  display: block;
}

/* sec 04 */

section.sec04 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: var(--l-1);
}

section.sec04 .titleControlerCtn {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

section.sec04 .swiper04 {
  overflow: hidden;
}

section.sec04 .cardCtn {
  width: 100%;
}

section.sec04 .cardItem {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
  border-radius: var(--br-20);
  background: var(--c-white);
  height: 445px;
}
section.sec04 .cardItem img {
  max-width: 50%;
  height: 100%;
  object-fit: cover;
}
section.sec04 .cardItem .infoCtn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
section.sec04 .cardItem .infoCtn .titleDescCtn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
section.sec04 .cardItem .infoCtn .titleDescCtn .cardTitle {
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
section.sec04 .cardItem .infoCtn .titleDescCtn .cardDesc {
  font-family: Pretendard;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
section.sec04 .cardCtn .cardItem .checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
section.sec04 .cardCtn .cardItem .checklist .checkItem {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.sec04 .cardCtn .cardItem .checklist .checkItem img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
section.sec04 .cardCtn .cardItem .checklist .checkItem p {
  color: var(--c-black-3);
  font-size: var(--fs-20-3);
  font-weight: 400;
  line-height: 160%;
}
section.sec04 .controler {
  display: flex !important;
  gap: 12px;
}
section.sec04 .controler div {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;

  border-radius: 50%;
  background-color: var(--c-white);

  position: relative;
  margin-top: 0;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  color: var(--c-black-1);

  transition: all 0.3s ease-in-out;
}
section.sec04 .controler div::after {
  display: none;
}
section.sec04 .controler div svg {
  width: 15px;
  height: 30px;

  transition: all 0.3s ease-in-out;
}
section.sec04 .controler div.swiper-button-prev {
}
section.sec04 .controler div.swiper-button-next svg {
  transform: rotate(180deg);
}
section.sec04 .controler div:hover {
  background-color: var(--c-blue-4);
}

section.sec04 .controler div:hover svg * {
  fill: var(--c-white);
}

/* sec 05 */

section.sec05 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.sec05 .hoverImgCtn {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
section.sec05 .hoverImgCtn .hoverImgItem {
  height: 700px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.sec05 .hoverImgCtn .hoverImgItem:nth-child(1) {
  background-image: url(/public/images/hotdealMarketing-sec-05-card-01.png);
}
section.sec05 .hoverImgCtn .hoverImgItem:nth-child(2) {
  background-image: url(/public/images/hotdealMarketing-sec-05-card-02.png);
}
section.sec05 .hoverImgCtn .hoverImgItem:nth-child(3) {
  background-image: url(/public/images/hotdealMarketing-sec-05-card-03.png);
}

section.sec05 .hoverImgCtn .hoverImgItem .innerCtn {
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  opacity: 0;
  transition: all 0.3s ease-in-out;

  background-color: transparent;
}

section.sec05 .hoverImgCtn .hoverImgItem .innerCtn a {
  align-self: end;
}

section.sec05 .hoverImgCtn .hoverImgItem:hover .innerCtn {
  background-color: var(--c-blue-4);
}

section.sec05 .hoverImgCtn .hoverImgItem:hover .innerCtn {
  opacity: 1;
}

section.sec05 .hoverImgCtn .hoverImgItem .infoCtn {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  gap: 12px;
}
.hoverImgTitle {
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.hoverImgDesc {
  font-size: var(--fs-20-3);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* sec 06 */

section.sec06 {
  background-image: url(/public/images/hotdealMarketing-sec-06-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.buttonCtn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media all and (max-width: 1641px) {
  section.sec01 .contentCtn {
    flex-direction: column;
  }
  section.sec01 a {
    align-self: auto;
  }
  section.sec03 > div {
    gap: 60px;
  }
  section.sec03 .infoCtn .infoItem {
    padding: 20px 28px;
  }
  section.sec03 img {
    max-width: 480px;
  }
  section.sec03 .contentCtn {
    gap: 40px;
  }
  section.sec04 .cardItem {
    gap: 0;
    height: 400px;
  }
  section.sec04 .cardItem .infoCtn .titleDescCtn {
    gap: 10px;
  }
  section.sec04 .cardItem .infoCtn {
    gap: 16px;
    padding: 60px;
  }
  section.sec04 .cardCtn .cardItem .checklist {
    gap: 8px;
  }
}
@media all and (max-width: 1481px) {
  section.sec03 .imgCtn img {
    max-width: 400px;
  }
  section.sec03 > div {
    gap: 40px;
  }
  section.sec03 .contentCtn {
    gap: 24px;
  }
  section.sec03 .infoCtn .infoItem img {
    width: 40px;
    aspect-ratio: 1/1;
  }
  section.sec04 .cardItem .infoCtn {
    padding: 40px;
  }
}
@media all and (max-width: 1199px) {
  section.sec01 {
    gap: 60px;
  }
  section.sec01 .contentCtn {
    gap: 30px;
  }
  section.sec01 a {
    align-self: auto;
  }
  section.sec02 .slideWrapper {
    /* width: 100%; */
  }
  section.sec02 .swiper02 {
    padding: 40px var(--pd-180-1);
  }
  section.sec02 .titleCtn {
    gap: 12px;
  }
  section.sec02 .cardItem {
    gap: 20px;
    padding: 24px;
    flex-direction: column;
    aspect-ratio: auto;
  }
  section.sec02 .cardItem .textCtn {
    width: 100%;
  }
  section.sec02 .cardItem .imgCtn {
    padding: 30px;
  }
  section.sec02 .cardItem.swiper-slide-active {
    transform: none;
  }
  section.sec03 .infoCtn {
    gap: 12px;
  }
  section.sec03 .infoCtn .infoItem {
    padding: 16px 24px;
  }
  section.sec03 .infoCtn .infoItem img {
    width: 32px;
  }
  section.sec04 {
    gap: 40px;
  }
  section.sec04 .controler {
    display: none !important;
  }

  section.sec04 .titleControlerCtn {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }

  .titleCtn {
    align-items: center;
  }

  section.sec04 .swiper04 {
    position: relative;
    padding-bottom: 24px;
  }

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

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

  section.sec05 .hoverImgCtn {
    grid-template-columns: repeat(1, 1fr);
  }
  section.sec05 .hoverImgCtn .hoverImgItem {
    height: 400px;
  }
  section.sec05 .hoverImgCtn .hoverImgItem .innerCtn a {
    width: 60px;
    aspect-ratio: 1/1;
  }
  section.sec05 .hoverImgCtn .hoverImgItem .innerCtn a img {
    width: 100%;
    height: 100%;
  }
  section.sec05 .hoverImgCtn .hoverImgItem .innerCtn {
    padding: 40px;
  }
  section.sec06 {
    gap: 60px;
  }
}
@media all and (max-width: 1023px) {
  section.sec03 > div {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  section.sec03 .contentCtn {
    width: 100%;
  }
  section.sec03 .imgCtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.sec03 .imgCtn img {
    max-width: none;
    width: 100%;
    flex: 1;
    object-fit: cover;
  }
  section.sec04 .cardItem {
    height: auto;
    flex-direction: column;
  }
  section.sec04 .cardItem img {
    width: 100%;
    max-width: 100%;
  }
  section.sec04 .cardItem .infoCtn {
    width: 100%;
  }
  section.sec05 .hoverImgCtn .hoverImgItem {
    height: 350px;
  }
  section.sec05 .hoverImgCtn .hoverImgItem .innerCtn {
    padding: 32px;
  }
  section.sec06 {
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  section.sec01 {
    gap: 40px;
  }
  section.sec01 .contentCtn {
    align-items: center;
  }
  .titleCtn {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  section.sec01 .img {
    min-height: 250px;
    object-fit: cover;
  }
  section.sec02 .swiper02 {
    padding: 20px var(--pd-180-1);
  }

  section.sec02 .cardItem .textCtn .cardTitle {
    font-size: 20px;
  }
  section.sec03 .infoCtn .infoItem img {
    width: 24px;
  }
  section.sec04 .cardItem .infoCtn {
    padding: 20px 20px 24px 20px;
  }
  section.sec04 {
    gap: 30px;
  }
  section.sec05 .wrapper {
    gap: 30px;
  }
  section.sec05 .hoverImgCtn .hoverImgItem {
    height: 300px;
  }
  section.sec05 .hoverImgCtn .hoverImgItem .innerCtn a {
    width: 40px;
  }
  section.sec05 .hoverImgCtn .hoverImgItem .infoCtn {
    gap: 10px;
  }
  section.sec05 .hoverImgCtn .hoverImgItem .innerCtn {
    padding: 24px 20px;
  }
  section.sec06 {
    gap: 30px;
  }
  .buttonCtn {
    flex-direction: column;
    align-items: center;
  }
  .inquiryButton {
    align-self: auto;
  }
}
@media all and (max-width: 481px) {
  section.sec03 .infoCtn .infoItem {
    padding: 12px 16px;
  }
  section.sec05 .hoverImgCtn .hoverImgItem {
    height: 250px;
  }
}
