body {
  margin: 0;
  min-width: 360px;
}

a {
  color: inherit !important;
  text-decoration: none;
}

* {
  font-family: Pretendard !important;
  box-sizing: border-box;
}

button {
  border: none;
  cursor: pointer;
}

button:hover{
  opacity: 0.7;
}

.isPc {
  display: block;
}

.isMobile {
  display: none;
}

/* Header */
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;

  display: flex;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;

  border-bottom: 1px solid #EBEBEB;
  background: #FFF;
}

.header-Container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1200px;
  width: 100%;
  max-height: 76px;
  height: 100%;

  padding: 14px 0px;
}

nav a img {
  max-width: 68px;
  max-height: 48px;
  width: 100%;
  height: 100%;
}

.Header-Button {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.Header-Button button {
  display: flex;
  max-height: 48px;
  height: 100%;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;

  border-radius: 12px;
  background: #F2F4F5;

  color: #353535;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;

  cursor: pointer;
}

/* Hero-Section */
.Hero-Section {
  margin-top: 77px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Hero-Section video {
  display: block;
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.Hero-Section-container-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  color: #FFF;
  text-align: center;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

/* Counting-Section */
.Counting-Section {
  display: flex;
  padding: 48px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;

  background: #FF497A;
}

.Counting-Section-Container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  gap: 16px;
}

.Counting-Section-Text-Container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 1 0 0;
}

.Counting-Section-Title-Text {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.088px;
}

.Counting-Section-Subtitle-Text {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.168px;
}

.Vertical-Divider {
  width: 2px;
  align-self: stretch;

  background: rgba(255, 255, 255, 0.60);
}

/* Intro-Section */
.Intro-Section {
  display: flex;
  padding: 120px 20px 150px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.Intro-Section-Title {
  max-width: 1200px;
  width: 100%;

  color: #222;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.Intro-Section-Card-Container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  gap: 20px;
}

.Intro-Section-Card {
  display: flex;
  padding: 48px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex: 1 0 0;

  border-radius: 20px;
  background: #FFF5FB;
}

.Intro-Section-Card img {
  width: 96px;
  height: 96px;
}

.Intro-Section-Card-Text-Container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}

.Intro-Section-Card-Title-Text {
  color: #191919;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.112px;
}

.Intro-Section-Card-Description-Text {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.072px;
}

/* Marketing-Refinement-Section */
.Marketing-Refinement-Section {
  display: flex;
  padding: 120px 20px 150px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;

  background: #FFEAF7;
}

.Marketing-Refinement-Section-Title {
  max-width: 1200px;
  width: 100%;

  color: #222;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.Marketing-Refinement-Section-Image-Container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  flex-direction: column;
  gap: 24px;

  box-shadow: 0px 0px 40px 0px #F3DFEB;
}

.Marketing-Refinement-Section-Image-Container img {
  max-width: 1200px;
  width: 100%;
  max-height: 720px;
  height: 100%;
}

.Marketing-Refinement-Section-Card-Container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.Marketing-Refinement-Section-Card {
  display: flex;
  padding: 32px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;

  border-radius: 20px;
  background: #FFF;
}

.Marketing-Refinement-Section-Card img {
  width: 44px;
  height: 44px;
}

.Marketing-Refinement-Section-Card-Title {
  color: #161820;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.144px;
}

.Marketing-Refinement-Section-Card-Description {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.096px;
}

/* Exclusive-Marketing-Section */
.Exclusive-Marketing-Section {
  display: flex;
  padding: 120px 20px 150px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}

.Exclusive-Marketing-Section-Title {
  max-width: 1200px;

  color: #191919;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.Exclusive-Marketing-Section-Card-Container {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  gap: 20px;
}

.Exclusive-Marketing-Section-Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 20px;
}

.Exclusive-Marketing-Section-Card-Text-Container {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px 20px 0 0;
  background: #F7F8FB;
}

.Exclusive-Marketing-Section-Card-Text-Title {
  color: #191919;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.168px;
}

.Exclusive-Marketing-Section-Card-Text-Description {
  color: #505766;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.108px;
}

.Exclusive-Marketing-Section-Card img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 0 0 20px 20px;
}

/* Connect-Section */
.Connect-Section {
  display: flex;
  padding: 120px 20px 150px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;

  background: #FFEAF7;
}

.Connect-Section-Title {
  max-width: 1200px;
  width: 100%;

  color: #191919;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.Connect-Section-Card-Container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  gap: 20px;
}

.Connect-Section-Card {
  display: flex;
  padding: 32px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  flex: 1 0 0;

  border-radius: 20px;
  background: #FF497A;
}

.Connect-Section-Card:last-child {
  background: #2EB500;
}

.Connect-Section-Card-Text-Container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
  align-self: stretch;
}

.Connect-Section-Card-Text-Title-Container {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.Connect-Section-Card-Text-Title-Container img{
  width: 46px;
}

.Connect-Section-Card-Text-Title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.128px;
}

.Connect-Section-Card-Text-Title img {
  width: 46px;
  height: 46px;
}

.Connect-Section-Card-Text-Description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.072px;
}

.Connect-Section-Card-Bottom-Container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.Connect-Section-Card-Bottom-Text {
  flex: 1 0 0;

  color: #FFF;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.072px;
}

.Connect-Section-Card-Bottom-Container button {
  display: flex;
  padding: 14px 20px;
  align-items: flex-start;

  border-radius: 12px;
  background: #191919;

  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

/* footer */
footer {
  display: flex;
  padding: 80px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  align-self: stretch;
}

.Footer-Container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.Footer-Text-Container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Footer-Text {
  color: #505766;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.Footer-Vertical-Divider {
  width: 1px;
  height: 10px;
  background: #505766;
}

.Footer-Text-Inside-Container {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 1024px) {
  .isPc {
    display: none;
  }

  .isMobile {
    display: block;
  }

  .Marketing-Refinement-Section-Card-Container {
    overflow: hidden;
    max-width: 1200px;
    gap: 12px;
    width: 100%;
  }

  .scroll-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-x: scroll;
  }

  .Marketing-Refinement-Section-Card {

    min-width: 300px;
    padding: 24px 20px;
    flex-shrink: 0;
  }

  .Marketing-Refinement-Section-Card img {
    width: 32px;
    height: 32px;
  }

  .Marketing-Refinement-Section-Card-Title {
    font-size: 18px;
    letter-spacing: -0.108px;
  }

  .Marketing-Refinement-Section-Card-Description {
    font-size: 14px;
    letter-spacing: -0.084px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-680px);
    }
  }

  /* 호버 시 애니메이션 일시 정지 */
  .scroll-wrapper:hover {
    animation-play-state: paused;
  }

  .Exclusive-Marketing-Section-Card-Container {
    flex-direction: column;
  }

  .Exclusive-Marketing-Section-Card {
    width: 100%;
  }

  .Exclusive-Marketing-Section-Card-Text-Title {
    font-size: 20px;
    letter-spacing: -0.12px;
  }

  .Exclusive-Marketing-Section-Card-Text-Description {
    font-size: 16px;
    letter-spacing: -0.096px;
  }

  .Exclusive-Marketing-Section-Card img {
    width: 100%;
  }

  .Connect-Section-Card-Container {
    flex-direction: column;
    align-items: center;
  }

  .Connect-Section-Card {
    width: 100%;
    padding: 32px 20px;
  }

  .Connect-Section-Card-Bottom-Container {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
  }

  .Connect-Section-Card-Bottom-Container button {
    justify-content: center;
  }

  /* 확대기능 */
  .image-container {
    cursor: zoom-in;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .modal-content {
    margin: auto;
    display: block;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
  }

  .modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    max-width: 90%;
    max-height: 90%;
  }

  .close {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1001;
  }
}

@media (max-width: 768px) {

  /* Header */
  nav {
    max-height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
  }

  nav a img {
    max-width: 48px;
    max-height: 34px;
    width: 100%;
    height: 100%;
  }

  .Header-Button {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;

  }

  .Header-Button button {
    min-height: 18px;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 8px;
  }

  /* Hero-Section */
  .Hero-Section {
    margin-top: 62px;
    height: 480px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Hero-Section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .Hero-Section-container-text {
    font-size: 40px;
    padding: 0 20px;
  }

  /* Counting-Section */
  .Counting-Section {
    padding: 24px 20px;
  }

  .Counting-Section-Container {
    gap: 8px;
  }

  .Counting-Section-Title-Text {
    font-size: 14px;
    letter-spacing: -0.056px;
  }

  .Counting-Section-Subtitle-Text {
    font-size: 20px;
    letter-spacing: -0.08px;
  }

  /* Intro-Section */
  .Intro-Section {
    padding: 80px 20px;
    gap: 48px;
  }

  .Intro-Section-Title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .Intro-Section-Card-Container {
    flex-direction: column;
    align-items: center;
  }

  .Intro-Section-Card {
    padding: 32px 20px;
    gap: 24px;
    width: 100%;
  }

  .Intro-Section-Card img {
    width: 80px;
    height: 80px;
  }

  .Intro-Section-Card-Title-Text {
    font-size: 20px;
    letter-spacing: -0.08px;
  }

  .Intro-Section-Card-Description-Text {
    font-size: 16px;
    letter-spacing: -0.064px;
  }

  /* Marketing-Refinement-Section */
  .Marketing-Refinement-Section {
    padding: 80px 20px;
    gap: 48px;
  }

  .Marketing-Refinement-Section-Title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .Marketing-Refinement-Section-Image-Container {
    gap: 20px;
  }

  /* Exclusive-Marketing-Section */
  .Exclusive-Marketing-Section {
    padding: 80px 20px;
    gap: 48px;
  }


  .Exclusive-Marketing-Section-Title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  /* Connect-Section */
  .Connect-Section {
    padding: 80px 20px;
    gap: 48px;
  }

  .Connect-Section-Title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  /* footer */
  footer {
    padding: 60px 20px;
  }

  .Footer-Text-Container {
    align-content: center;
    flex-wrap: wrap;
  }

  .Connect-Section-Card-Bottom-Text{
    text-align: center;
  }
}