/* Section 6 - Blog/Youtube/Instagram Marketing with Vertical Scroll Effect */

/* Sticky Parent - Tall container for vertical scroll */
.section6-sticky-parent {
  height: 400vh; /* Adjust this for scroll length */
  position: relative;
}

/* Sticky Section */
.home_section_6.frame-1707482948,
.home_section_6.frame-1707482948 * {
  box-sizing: border-box;
}

.home_section_6.frame-1707482948 {
  position: sticky;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* Background Container */
.section6-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section6-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section6-bg.active {
  opacity: 1;
  transform: scale(1);
}

/* Right Navigation Menu - Desktop only */
.home_section_6 .frame-1707481282 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: calc(50% + 714px);
  top: 540px;
  z-index: 10;
}

/* Hide mobile navigation on desktop */
.home_section_6 .frame-1707481282.mobile-nav-blog,
.home_section_6 .frame-1707481282.mobile-nav-youtube,
.home_section_6 .frame-1707481282.mobile-nav-instagram {
  display: none;
}

.home_section_6 .frame-1707481281 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.home_section_6 .frame-1707481281.active {
  opacity: 1;
}

.home_section_6 .blog {
  color: var(--fff, #ffffff);
  text-align: right;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.home_section_6 .ellipse-354 {
  background: var(--fff, #ffffff);
  border-radius: 50%;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  position: relative;
}

.home_section_6 .frame-17074812822 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.home_section_6 .frame-17074812822.active {
  opacity: 1;
}

.home_section_6 .youtube {
  color: var(--fff, #ffffff);
  text-align: right;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.home_section_6 .frame-1707481283 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.home_section_6 .frame-1707481283.active {
  opacity: 1;
}

.home_section_6 .instagram {
  color: var(--fff, #ffffff);
  text-align: right;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

/* Content Container */
.home_section_6 .frame-1707483026 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  z-index: 5;
}

/* Content Sections - Only show active */
.home_section_6 .section6-content {
  display: none;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: opacity 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home_section_6 .section6-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home_section_6 .frame-1707483025 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  white-space: nowrap;
}

.home_section_6 .section6-content.active .frame-1707483025 {
  opacity: 1;
  transform: translateY(0);
}

.home_section_6 .frame-1707481278 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}

.home_section_6 .section6-content.active .frame-1707481278 {
  opacity: 1;
  transform: translateY(0);
}

.home_section_6 .frame-1707483024 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.home_section_6 .frame-1707482824 {
  border-radius: 4px;
  border-style: solid;
  border-color: #58cc7b;
  border-width: 1px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.home_section_6 .frame-1707482824.youtube-badge {
  border-color: #EC4343;
}

.home_section_6 .frame-1707482824.instagram-badge {
  border-color: #C659E0;
}

.home_section_6 .blog2 {
  color: #58cc7b;
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.home_section_6 .youtube2 {
  color: #EC4343;
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.home_section_6 .instagram2 {
  color: #C659E0;
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.home_section_6 .ai {
  color: #58cc7b;
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 26px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.home_section_6 .ai.youtube-ai {
  color: #EC4343;
}

.home_section_6 .ai.instagram-ai {
  color: #C659E0;
}

.home_section_6 ._2,
.home_section_6 ._5,
.home_section_6 ._3 {
  color: var(--fff, #ffffff);
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 42px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 600;
  position: relative;
}

.home_section_6 .div {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 60px !important;
}

.home_section_6 .frame-33810 {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
  cursor: pointer;
  transition: border-width 0.3s ease, opacity 0.3s ease;
}

.home_section_6 .frame-33810:hover {
  opacity: 0.8;
}

.home_section_6 .div2 {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 700;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_section_6 .frame-1707481232 {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
  cursor: pointer;
  transition: border-width 0.3s ease, opacity 0.3s ease;
}

.home_section_6 .frame-1707481232:hover {
  opacity: 0.8;
}

.home_section_6 .div3 {
  color: var(--fff, #ffffff);
  text-align: center;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 400;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_section_6 .frame-1707481233,
.home_section_6 .frame-1707481234 {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
  cursor: pointer;
  transition: border-width 0.3s ease, opacity 0.3s ease;
}

.home_section_6 .frame-1707481233:hover,
.home_section_6 .frame-1707481234:hover {
  opacity: 0.8;
}

.home_section_6 .frame-1707481285 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}

.home_section_6 .section6-content.active .frame-1707481285 {
  opacity: 1;
  transform: translateY(0);
}

.home_section_6 .frame-1707482815 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.home_section_6 .frame-1707482817,
.home_section_6 .frame-1707482818 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.home_section_6 .frame-1707481267 {
  background: #b9b9b9;
  border-radius: 16px;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 1px;
  flex-shrink: 0;
  width: 600px;
  height: 335px;
  position: relative;
  box-shadow: 0px 0px 120px 0px rgba(37, 163, 81, 0.8);
  overflow: hidden;
  aspect-ratio: 600/335;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.8s, transform 0.6s ease 0.8s;
}

.home_section_6 .section6-content.active .frame-1707481267 {
  opacity: 1;
  transform: translateY(0);
}

/* Youtube Image Box Shadow */
.home_section_6 .frame-1707481267.youtube-img-box {
  box-shadow: 0px 0px 120px 0px rgba(163, 37, 37, 0.8);
}

/* Instagram Image Box Shadow */
.home_section_6 .frame-1707481267.instagram-img-box {
  box-shadow: 0px 0px 120px 0px rgba(163, 37, 117, 0.8);
}

/* Bottom Description Text */
.section6-bottom-description {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  max-width: 100%;
  padding: 0 20px;
}

.section6-bottom-description .description-text {
  color: #ffffff;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.025em;
  font-weight: 400;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section6-bottom-description .description-text.active {
  opacity: 1;
  transform: translateY(0);
}

.home_section_6 ._3-a-1 {
  width: 600px;
  height: 337px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: calc(50% - 167.5px);
  object-fit: cover;
  aspect-ratio: 600/337;
}

.home_section_6 .frame-1707483027,
.home_section_6 .frame-1707481284 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  white-space: nowrap;
}

.home_section_6 .seo,
.home_section_6 .div4 {
  color: var(--fff, #ffffff);
  text-align: center;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.025em;
  font-weight: 500;
  opacity: 0.8;
  position: relative;
  align-self: stretch;
}

.home_section_6 .frame-11232353 {
  width: 60.53px;
  height: 60.52px;
  position: relative;
  overflow: visible;
}

.home_section_6 .vector {
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

/* Mobile Responsive - Section 3 Style Card Stack */
@media (max-width: 768px) {
  /* Remove sticky parent behavior on mobile */
  .section6-sticky-parent {
    height: auto;
    position: relative;
    padding: 80px 0 100px 0; /* More padding for scroll effect */
  }
  
  .home_section_6.frame-1707482948 {
    position: relative; /* Change from sticky to relative */
    top: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0px; /* No gap, handled by content container */
    align-items: center;
    padding: 0 0;
  }
  
  /* Hide background container on mobile */
  .home_section_6 .section6-bg-container {
    display: none;
  }
  
  /* Hide right navigation on mobile */
  .home_section_6 .frame-1707481282 {
    display: none !important;
  }
  
  /* Content container as flex column for stacking */
  .home_section_6 .frame-1707483026 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 60px; /* Larger gap for scroll effect */
  }
  
  /* Show all content sections on mobile - sticky card stack style */
  .home_section_6 .section6-content {
    display: block !important;
    opacity: 1 !important;
    position: sticky;
    top: 100px;
    border-radius: 16px;
    border: 0;
    padding: 24px 0 100px 0;
    backdrop-filter: blur(15px);
    width: 100%;
    max-width: 100%;
    min-height: 500px;
  }
  
  /* Blog card - green radial gradient background */
  .home_section_6 .section6-blog-content {
    background: radial-gradient(
      closest-side,
      rgba(43, 75, 37, 0.3) 0%,
      rgba(0, 212, 82, 0.06) 57%,
      rgba(109, 229, 84, 0) 87%
    ),
    linear-gradient(to left, #060d07, #060d07);
    box-shadow: none;
    z-index: 1; /* Lowest z-index - first card stays at bottom */
  }
  
  /* Youtube card - red radial gradient background */
  .home_section_6 .section6-youtube-content {
    background: radial-gradient(
      closest-side,
      rgba(75, 37, 37, 0.3) 0%,
      rgba(212, 0, 0, 0.06) 57%,
      rgba(229, 84, 84, 0) 87%
    ),
    linear-gradient(to left, #060d07, #060d07);
    box-shadow: none;
    z-index: 2; /* Middle z-index - second card goes over first */
  }
  
  /* Instagram card - purple radial gradient background */
  .home_section_6 .section6-instagram-content {
    background: radial-gradient(
      closest-side,
      rgba(75, 37, 75, 0.3) 0%,
      rgba(198, 89, 224, 0.06) 57%,
      rgba(229, 84, 229, 0) 87%
    ),
    linear-gradient(to left, #060d07, #060d07);
    box-shadow: none;
    z-index: 3; /* Highest z-index - last card goes on top of all */
  }
  
  /* Add solid background for navigation area - per card color */
  .home_section_6 .section6-blog-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, #060d07 0%, #060d07 80%, transparent 100%);
    z-index: 5;
    pointer-events: none;
  }
  
  .home_section_6 .section6-youtube-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, #060d07 0%, #060d07 80%, transparent 100%);
    z-index: 5;
    pointer-events: none;
  }
  
  .home_section_6 .section6-instagram-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, #060d07 0%, #060d07 80%, transparent 100%);
    z-index: 5;
    pointer-events: none;
  }
  
  /* Apply box-shadow to image containers only - analyzed from reference images */
  /* Blog - bright green glow */
  .home_section_6 .section6-blog-content .frame-1707481267 {
    box-shadow: 
      0px 0px 40px 0px rgba(88, 204, 123, 0.4),
      0px 0px 80px 0px rgba(88, 204, 123, 0.3),
      0px 0px 120px 0px rgba(88, 204, 123, 0.2);
  }
  
  /* Youtube - red glow */
  .home_section_6 .section6-youtube-content .frame-1707481267,
  .home_section_6 .frame-1707481267.youtube-img-box {
    box-shadow: 
      0px 0px 40px 0px rgba(236, 67, 67, 0.5),
      0px 0px 80px 0px rgba(236, 67, 67, 0.4),
      0px 0px 120px 0px rgba(236, 67, 67, 0.3);
  }
  
  /* Instagram - purple-pink gradient glow */
  .home_section_6 .section6-instagram-content .frame-1707481267,
  .home_section_6 .frame-1707481267.instagram-img-box {
    box-shadow: 
      0px 0px 40px 0px rgba(198, 89, 224, 0.5),
      0px 0px 80px 0px rgba(228, 64, 95, 0.4),
      0px 0px 120px 0px rgba(198, 89, 224, 0.3);
  }
  
  .home_section_6 .frame-1707483025 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    width: 344px;
    position: relative;
    margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  }
  
  .home_section_6 .section6-content.active .frame-1707483025 {
    opacity: 1;
    transform: translateY(0);
  }
  
  .home_section_6 .frame-1707481278 {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
  }
  
  .home_section_6 .section6-content.active .frame-1707481278 {
    opacity: 1;
    transform: translateY(0);
  }
  
  .home_section_6 .frame-1707483024 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }
  
  .home_section_6 .frame-1707482824 {
    border-radius: 4px;
    border-style: solid;
    border-color: #58cc7b;
    border-width: 1px;
    padding: 4px 12px 4px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }
  
  .home_section_6 .frame-1707482824.youtube-badge {
    border-color: #EC4343;
  }
  
  .home_section_6 .frame-1707482824.instagram-badge {
    border-color: #C659E0;
  }
  
  .home_section_6 .blog2 {
    color: #58cc7b;
    text-align: center;
    font-family: "Pretendard-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.025em;
    font-weight: 600;
    position: relative;
  }
  
  .home_section_6 .youtube2 {
    color: #EC4343;
    text-align: center;
    font-family: "Pretendard-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.025em;
    font-weight: 600;
    position: relative;
  }
  
  .home_section_6 .instagram2 {
    color: #C659E0;
    text-align: center;
    font-family: "Pretendard-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.025em;
    font-weight: 600;
    position: relative;
  }
  
  .home_section_6 .ai {
    color: #58cc7b;
    text-align: center;
    font-family: "Pretendard-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.025em;
    font-weight: 600;
    position: relative;
  }
  
  .home_section_6 .ai.youtube-ai {
    color: #EC4343;
  }
  
  .home_section_6 .ai.instagram-ai {
    color: #C659E0;
  }
  
  .home_section_6 ._2,
  .home_section_6 ._5,
  .home_section_6 ._3 {
    color: var(--fff, #ffffff);
    text-align: center;
    font-family: "Pretendard-SemiBold", sans-serif;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: -0.025em;
    font-weight: 600;
    position: relative;
    width: 344px;
  }
  
  .home_section_6 .div {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 20px !important;
  }
  
  .home_section_6 .frame-33810 {
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px 0px 1px 0px;
    padding: 12px 8px 12px 8px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
  }
  
  .home_section_6 .div2 {
    color: #ffffff;
    text-align: center;
    font-family: "Pretendard-Bold", sans-serif;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.025em;
    font-weight: 700;
    position: relative;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .home_section_6 .frame-1707481232 {
    padding: 12px 8px 12px 8px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
  }
  
  .home_section_6 .div3 {
    color: var(--fff, #ffffff);
    text-align: center;
    font-family: "Pretendard-Regular", sans-serif;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.025em;
    font-weight: 400;
    position: relative;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .home_section_6 .frame-1707481233,
  .home_section_6 .frame-1707481234 {
    padding: 12px 8px 12px 8px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
  }
  
  .home_section_6 .frame-1707481285 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }
  
  .home_section_6 .frame-1707482815 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }
  
  .home_section_6 .frame-1707482817,
  .home_section_6 .frame-1707482818 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 100%;
  }
  
  .home_section_6 .frame-1707481267 {
    background: #b9b9b9;
    border-radius: 8px;
    border-style: solid;
    border-color: #476fb7;
    border-width: 1px;
    flex-shrink: 0;
    width: 100%;
    max-width: 304px;
    height: 170px;
    position: relative;
    box-shadow: 0px 4px 60px 0px rgba(37, 163, 81, 0.4);
    overflow: hidden;
  }
  
  /* Override with specific selectors for youtube */
  .home_section_6 .section6-youtube-content .frame-1707481267.youtube-img-box,
  .home_section_6 .frame-1707481267.youtube-img-box {
    box-shadow: 
      0px 0px 40px 0px rgba(236, 67, 67, 0.5),
      0px 0px 80px 0px rgba(236, 67, 67, 0.4),
      0px 0px 120px 0px rgba(236, 67, 67, 0.3) !important;
  }
  
  /* Override with specific selectors for instagram */
  .home_section_6 .section6-instagram-content .frame-1707481267.instagram-img-box,
  .home_section_6 .frame-1707481267.instagram-img-box {
    box-shadow: 
      0px 0px 40px 0px rgba(198, 89, 224, 0.5),
      0px 0px 80px 0px rgba(228, 64, 95, 0.4),
      0px 0px 120px 0px rgba(198, 89, 224, 0.3) !important;
  }
  
  .home_section_6 ._3-a-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%;
    object-fit: cover;
  }
  
  .home_section_6 .frame-1707483027,
  .home_section_6 .frame-1707481284 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }
  
  .home_section_6 .seo,
  .home_section_6 .div4 {
    color: var(--fff, #ffffff);
    text-align: center;
    font-family: "Pretendard-Medium", sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.025em;
    font-weight: 500;
    opacity: 0.8;
    position: relative;
    align-self: stretch;
  }
  
  /* Hide desktop navigation on mobile */
  .home_section_6 > .frame-1707481282 {
    display: none !important;
  }
  
  /* Bottom Navigation for mobile - inside each card */
  .home_section_6 .section6-content .frame-1707481282 {
    display: flex !important;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 344px;
    min-height: 60px;
    margin: 0 auto;
    z-index: 20;
    padding: 0 10px;
  }
  
  /* Navigation item container */
  .home_section_6 .section6-content .frame-1707481281,
  .home_section_6 .section6-content .frame-17074812822,
  .home_section_6 .section6-content .frame-1707481283 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-height: 50px;
    padding: 5px 0;
  }
  
  /* Blog navigation - Blog active */
  .home_section_6 .mobile-nav-blog .frame-1707481281 {
    opacity: 1;
  }
  
  .home_section_6 .mobile-nav-blog .frame-17074812822,
  .home_section_6 .mobile-nav-blog .frame-1707481283 {
    opacity: 0.3;
  }
  
  /* Youtube navigation - Youtube active */
  .home_section_6 .mobile-nav-youtube .frame-17074812822 {
    opacity: 1;
  }
  
  .home_section_6 .mobile-nav-youtube .frame-1707481281,
  .home_section_6 .mobile-nav-youtube .frame-1707481283 {
    opacity: 0.3;
  }
  
  /* Instagram navigation - Instagram active */
  .home_section_6 .mobile-nav-instagram .frame-1707481283 {
    opacity: 1;
  }
  
  .home_section_6 .mobile-nav-instagram .frame-1707481281,
  .home_section_6 .mobile-nav-instagram .frame-17074812822 {
    opacity: 0.3;
  }
  
  /* Navigation dot indicator */
  .home_section_6 .section6-content .ellipse-354 {
    background: var(--fff, #ffffff);
    border-radius: 50%;
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    position: relative;
  }
  
  /* Navigation text */
  .home_section_6 .section6-content .blog,
  .home_section_6 .section6-content .youtube,
  .home_section_6 .section6-content .instagram {
    color: var(--fff, #ffffff);
    text-align: center;
    font-family: "Pretendard-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-weight: 600;
    position: relative;
    width: auto;
    white-space: nowrap;
  }
}

/* Desktop-only: Hide mobile images */
@media (min-width: 769px) {
  .home_section_6 ._3-a-1.blog-img-mobile,
  .home_section_6 ._3-a-1.youtube-img-mobile,
  .home_section_6 ._3-a-1.instagram-img-mobile {
    display: none;
  }
}

/* Mobile-only: Hide desktop images, show mobile images */
@media (max-width: 768px) {
  .home_section_6 ._3-a-1.blog-img,
  .home_section_6 ._3-a-1.youtube-img,
  .home_section_6 ._3-a-1.instagram-img {
    display: none;
  }
  
  .home_section_6 ._3-a-1.blog-img-mobile,
  .home_section_6 ._3-a-1.youtube-img-mobile,
  .home_section_6 ._3-a-1.instagram-img-mobile {
    display: block;
  }
}