.section1{
  position: relative;
  z-index: 2;
  overflow: visible;
}
.section1.page{
  overflow: visible;
}
.section1::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/section01-bg-v1.webp) no-repeat center center / cover;
  pointer-events: none;
}
@keyframes section1-ship-float{
  0%, 100%{
    transform: translate(14px, 42%) scale(1.03) rotate(0deg);
  }
  25%{
    transform: translate(18px, calc(42% - 8px)) scale(1.03) rotate(0.8deg);
  }
  50%{
    transform: translate(14px, calc(42% - 14px)) scale(1.03) rotate(0deg);
  }
  75%{
    transform: translate(10px, calc(42% - 6px)) scale(1.03) rotate(-0.8deg);
  }
}
.section1::after{
  content: "";
  position: absolute;
  right: 24%;
  bottom: 0;
  width: min(442px, 23vw);
  aspect-ratio: 442 / 150;
  background: url(../img/section01-bg-out.webp) no-repeat center / contain;
  pointer-events: none;
  z-index: 5;
  transform-origin: 50% 85%;
  transform: translate(14px, 42%) scale(1.03);
  filter: drop-shadow(0 14px 28px rgba(7, 92, 167, 0.35));
  animation: section1-ship-float 9s ease-in-out infinite;
}
.section1 > .container14{
  position: relative;
  z-index: 2;
}
.section1-tab-wrap ul{
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}
.section1-tab-wrap ul li{
  position: relative;
  display: flex;
  width: 220px;
  padding: 30px 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 20px;
  background: #D5D5D5;
  overflow: visible;
  transform: translateY(0);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.section1-tab-wrap ul li svg path{
  fill: #D5D5D5;
  transition: fill 0.25s ease;
}
/* 선택된 탭 active */
.section1-tab-wrap ul li.is-active,
.section1-tab-wrap ul li:hover{
  background: #1BACE4;
  box-shadow: 0 10px 20px 0 rgba(7, 92, 167, 0.40);
  transform: translateY(-10px);
}
.section1-tab-wrap ul li.is-active svg path,
.section1-tab-wrap ul li:hover svg path{
  fill: #1BACE4;
}
/* 호버 시 선택 탭은 비활성(호버 중인 항목만 강조) */
.section1-tab-wrap ul:hover li.is-active:not(:hover){
  background: #D5D5D5;
  box-shadow: none;
  transform: translateY(0);
}
.section1-tab-wrap ul:hover li.is-active:not(:hover) svg path{
  fill: #D5D5D5;
}
.section1-active-dot{
  display: none;
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #FF3D3D;
  pointer-events: none;
}
/* 진행 중 프로그램 — HTML에 is-ongoing 직접 지정 (클릭과 무관) */
.section1-tab-wrap ul li.is-ongoing .section1-tab__icon{
  position: static;
}
.section1-tab-wrap ul li.is-ongoing .section1-active-dot--tab{
  display: block;
  top: clamp(6px, 0.86vw, 12px);
  right: clamp(6px, 0.86vw, 12px);
  left: auto;
  bottom: auto;
  transform: none;
}
.section1-content-wrap .button-wrap > a.section1-btn-apply,
.section1-content-panel .button-wrap > a.section1-btn-apply{
  position: relative;
  overflow: visible;
}
.section1-content-wrap .button-wrap > a.section1-btn-apply.is-ongoing > .section1-active-dot--btn,
.section1-content-panel .button-wrap > a.section1-btn-apply.is-ongoing > .section1-active-dot--btn{
  display: block;
  top: 8%;
  right: 10%;
}
.section1-tab{
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.section1-tab__chevron {
  display: none;
}
.section1-tab-wrap ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.section1-tab__icon{
  position: relative;
  background: #fff;
  border-radius: 50%;
  display: flex;
  width: 80px;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section1-content-wrap{
  position: relative;
  width: 100%;
}
.section1-content-panel{
  display: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.section1-content-panel.is-active{
  display: flex;
}
.section1-content-panel[hidden]{
  display: none !important;
}
.section1-content-wrap .left,
.section1-content-panel .left{
  position: relative;
  width: 711px;
  height: 400px;
  aspect-ratio: 711 / 400;
  background: #242424;
  border-radius: 20px;
  isolation: isolate;
}
.section1-content-wrap .left::before,
.section1-content-panel .left::before{
  content: "";
  position: absolute;
  left: -6px;
  bottom: -2.077px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #8CC21E;
  transform: rotate(-3.451deg);
  z-index: 0;
}
.section1-content-wrap .section01-video-container,
.section1-content-panel .section01-video-container{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #242424;
}
.section1-content-wrap .regen-poster,
.section1-content-panel .regen-poster{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: opacity 0.35s ease;
}
.section1-content-wrap .section01-video-container.video-loaded .regen-poster,
.section1-content-panel .section01-video-container.video-loaded .regen-poster{
  opacity: 0;
  pointer-events: none;
}
.section1-content-wrap .video-layer,
.section1-content-panel .video-layer{
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.35s ease;
}
.section1-content-wrap .section01-video-container.video-loaded .video-layer,
.section1-content-panel .section01-video-container.video-loaded .video-layer{
  opacity: 1;
}
.section1-content-wrap .video-layer video,
.section1-content-panel .video-layer video{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  background: #242424;
}
.section1-content-wrap .video-layer iframe,
.section1-content-panel .video-layer iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  pointer-events: none;
  background: #242424;
}
.section1-content-wrap .section01-video-container.video-loaded .video-layer iframe,
.section1-content-panel .section01-video-container.video-loaded .video-layer iframe{
  pointer-events: auto;
}

/* 한강사진공모전: 영상 대체 사진 슬라이드 (유튜브와 동일 박스 비율 유지) */
.section1-content-wrap .section1-photo-slider-wrap,
.section1-content-panel .section1-photo-slider-wrap{
  background: #1a1a1a;
}
.section1-photo-swiper{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  border-radius: 20px;
  overflow: hidden;
}
.section1-photo-swiper .swiper-wrapper{
  height: 100% !important;
}
.section1-photo-swiper.swiper-fade .swiper-slide{
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  background: #1a1a1a;
  pointer-events: none;
  transition-property: opacity;
}
.section1-photo-swiper.swiper-fade .swiper-slide-active{
  pointer-events: auto;
}
.section1-photo-swiper .swiper-slide img{
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}
.section1-photo-swiper .swiper-slide-active img.is-kenburns{
  animation: section1PhotoKenBurns 3.4s ease-out forwards;
}
.section1-photo-swiper .swiper-slide:nth-child(even) img{
  transform-origin: 30% 40%;
}
.section1-photo-swiper .swiper-slide:nth-child(3n) img{
  transform-origin: 70% 55%;
}
.section1-photo-swiper .swiper-slide:nth-child(5n) img{
  transform-origin: 45% 70%;
}
@keyframes section1PhotoKenBurns{
  from{
    transform: scale(1);
  }
  to{
    transform: scale(1.12);
  }
}
@media (prefers-reduced-motion: reduce){
  .section1-photo-swiper .swiper-slide-active img.is-kenburns{
    animation: none;
  }
}
.section1-content-wrap .right.txt-wrap,
.section1-content-panel .right.txt-wrap{
  max-width: 500px;
  width: 100%;
}
.section1-content-wrap .right .section1-line,
.section1-content-panel .right .section1-line{
  width: 100%;
  height: 2px;
  background: var(--Light-blue, #1BACE4);
}
.section1-content-wrap .button-wrap,
.section1-content-panel .button-wrap{
  display: flex;
  gap: 20px;
  align-items: center;
}
.section1-content-wrap .button-wrap > a,
.section1-content-panel .button-wrap > a{
  display: flex;
  width: auto;
  height: 40px;
  padding: 0 30px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid transparent;
  background: var(--Light-green, #8CC21E);
  text-decoration: none;
  box-sizing: border-box;
  transition:
  border-color 0.25s ease,
  background 0.25s ease,
  color 0.25s ease,
  box-shadow 0.25s ease;
}
.section1-content-wrap .button-wrap > a:nth-of-type(2),
.section1-content-panel .button-wrap > a:nth-of-type(2){
  background: var(--Light-blue, #1BACE4);
}
.section1-content-wrap .button-wrap > a span,
.section1-content-panel .button-wrap > a span{
  color: #fff;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
}
.section1-content-wrap .button-wrap > a > span:last-child,
.section1-content-panel .button-wrap > a > span:last-child,
.section1-content-wrap .button-wrap > a > span:has(svg),
.section1-content-panel .button-wrap > a > span:has(svg){
  flex-shrink: 0;
  line-height: 0;
}
.section1-content-wrap .button-wrap > a > span:last-child svg,
.section1-content-panel .button-wrap > a > span:last-child svg,
.section1-content-wrap .button-wrap > a > span:has(svg) svg,
.section1-content-panel .button-wrap > a > span:has(svg) svg{
  display: block;
  width: 8px;
  height: 14px;
  flex-shrink: 0;
  transform-origin: 50% 50%;
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.section1-content-wrap .button-wrap > a > span:last-child svg path,
.section1-content-panel .button-wrap > a > span:last-child svg path,
.section1-content-wrap .button-wrap > a > span:has(svg) svg path,
.section1-content-panel .button-wrap > a > span:has(svg) svg path{
  transition: fill 0.25s ease;
}
.section1-content-wrap .button-wrap > a:first-child:hover,
.section1-content-wrap .button-wrap > a:first-child:focus-visible,
.section1-content-panel .button-wrap > a:first-child:hover,
.section1-content-panel .button-wrap > a:first-child:focus-visible{
  border-color: var(--Light-green, #8CC21E);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
}
.section1-content-wrap .button-wrap > a:first-child:hover span,
.section1-content-wrap .button-wrap > a:first-child:focus-visible span,
.section1-content-panel .button-wrap > a:first-child:hover span,
.section1-content-panel .button-wrap > a:first-child:focus-visible span{
  color: var(--Light-green, #8CC21E);
}
.section1-content-wrap .button-wrap > a:first-child:hover > span:last-child svg path,
.section1-content-wrap .button-wrap > a:first-child:focus-visible > span:last-child svg path,
.section1-content-panel .button-wrap > a:first-child:hover > span:last-child svg path,
.section1-content-panel .button-wrap > a:first-child:focus-visible > span:last-child svg path{
  fill: var(--Light-green, #8CC21E);
}
.section1-content-wrap .button-wrap > a:nth-of-type(2):hover,
.section1-content-wrap .button-wrap > a:nth-of-type(2):focus-visible,
.section1-content-panel .button-wrap > a:nth-of-type(2):hover,
.section1-content-panel .button-wrap > a:nth-of-type(2):focus-visible{
  border-color: var(--Light-blue, #1BACE4);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
}
.section1-content-wrap .button-wrap > a:nth-of-type(2):hover span,
.section1-content-wrap .button-wrap > a:nth-of-type(2):focus-visible span,
.section1-content-panel .button-wrap > a:nth-of-type(2):hover span,
.section1-content-panel .button-wrap > a:nth-of-type(2):focus-visible span{
  color: var(--Light-blue, #1BACE4);
}
.section1-content-wrap .button-wrap > a:nth-of-type(2):hover > span:last-child svg path,
.section1-content-wrap .button-wrap > a:nth-of-type(2):focus-visible > span:last-child svg path,
.section1-content-panel .button-wrap > a:nth-of-type(2):hover > span:last-child svg path,
.section1-content-panel .button-wrap > a:nth-of-type(2):focus-visible > span:last-child svg path{
  fill: var(--Light-blue, #1BACE4);
}
.section1-content-wrap .button-wrap > a:hover > span:last-child svg,
.section1-content-wrap .button-wrap > a:focus-visible > span:last-child svg,
.section1-content-panel .button-wrap > a:hover > span:last-child svg,
.section1-content-panel .button-wrap > a:focus-visible > span:last-child svg{
  transform: translateX(4px);
}
.section1-content-wrap .button-wrap > a:focus-visible,
.section1-content-panel .button-wrap > a:focus-visible{
  outline: 3px solid #fff;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .section1::after{
    animation: none;
    transform: translate(14px, 42%) scale(1.03);
  }
  .section2-top-wrap .button-wrap .section2-more,
  .section2-top-wrap .button-wrap .section2-more:hover svg,
  .section2-top-wrap .button-wrap .section2-more:focus-visible svg,
  .section3-top-wrap .section2-more,
  .section3-top-wrap .section2-more:hover svg,
  .section3-top-wrap .section2-more:focus-visible svg{
    animation: none;
  }
  .section1-content-wrap .button-wrap > a,
  .section1-content-panel .button-wrap > a,
  .section1-content-wrap .button-wrap > a span,
  .section1-content-panel .button-wrap > a span,
  .section1-content-wrap .button-wrap > a > span:last-child svg,
  .section1-content-panel .button-wrap > a > span:last-child svg,
  .section1-content-wrap .button-wrap > a > span:last-child svg path,
  .section1-content-panel .button-wrap > a > span:last-child svg path{
    transition-duration: 0.01ms;
  }
  .section1-content-wrap .button-wrap > a:hover > span:last-child svg,
  .section1-content-wrap .button-wrap > a:focus-visible > span:last-child svg,
  .section1-content-panel .button-wrap > a:hover > span:last-child svg,
  .section1-content-panel .button-wrap > a:focus-visible > span:last-child svg{
    transform: none;
  }
  .section4-content-wrap .left ul li a,
  .section4-content-wrap .left ul li a::before,
  .section4-content-wrap .left ul li a svg,
  .section4-card > a,
  .section4-card__media,
  .section4-card__media::after,
  .section4-card__media img,
  .section4-card__sns,
  .section4-card__title h4{
    transition-duration: 0.01ms;
  }
  .section4-card > a:hover,
  .section4-card > a:focus-visible{
    transform: none;
  }
  .section4-card > a:hover .section4-card__media,
  .section4-card > a:focus-visible .section4-card__media{
    transform: translate(-50%, -50%);
  }
  .section4-card > a:hover .section4-card__media img,
  .section4-card > a:focus-visible .section4-card__media img,
  .section4-card > a:hover .section4-card__sns,
  .section4-card > a:focus-visible .section4-card__sns{
    transform: none;
  }
}
.section2{
  position: relative;
  z-index: 1;
  overflow-x: clip;
  overflow-y: visible;
  background: url(../img/section02-bg.webp) no-repeat center center / cover;
}
.section2-head.page{
  overflow-x: clip;
  overflow-y: visible;
}
.section2-top-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section2 h3{
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.section2-top-wrap .button-wrap{
  display: flex;
  gap: 10px;
  align-items: center;
}
.section2-top-wrap .button-wrap a{
  width: auto;
  height: auto;
}
.section2-top-wrap .button-wrap .section2-more{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  transition:
  border-color 0.25s ease,
  background 0.25s ease,
  box-shadow 0.25s ease;
}
.section2-top-wrap .button-wrap .section2-more svg{
  display: block;
  flex-shrink: 0;
  transform-origin: 50% 50%;
}
.section2-top-wrap .button-wrap .section2-more svg path{
  fill: var(--color-logo-darkBlue, #005BAB);
  transition: fill 0.25s ease;
}
.section2-top-wrap .button-wrap .section2-more:hover,
.section2-top-wrap .button-wrap .section2-more:focus-visible{
  border-color: var(--Light-blue, #1BACE4);
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
}
.section2-top-wrap .button-wrap .section2-more:focus-visible{
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.section2-top-wrap .button-wrap .section2-more:hover svg,
.section2-top-wrap .button-wrap .section2-more:focus-visible svg{
  animation: main_slider_detail_plus_spin 0.48s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section2-top-wrap .button-wrap .section2-more:not(:hover):not(:focus-visible) svg{
  animation: none;
}
.section2-top-wrap .button-wrap .section2-more:hover svg path,
.section2-top-wrap .button-wrap .section2-more:focus-visible svg path{
  fill: var(--color-logo-darkBlue, #005BAB);
}
.section2-top-wrap .button-wrap .section2-prev,
.section2-top-wrap .button-wrap .section2-next{
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.section2-top-wrap .button-wrap .section2-prev svg,
.section2-top-wrap .button-wrap .section2-next svg{
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.section2-top-wrap .button-wrap .section2-prev:hover,
.section2-top-wrap .button-wrap .section2-next:hover{
  opacity: 0.85;
  background: rgba(255, 255, 255, 0.12);
}
.section2-top-wrap .button-wrap .section2-prev:focus-visible,
.section2-top-wrap .button-wrap .section2-next:focus-visible{
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.section2-content-wrap{
  --section2-gap: 40px;
  --section2-bottom-inset: 50px; /* 아래 카드 오른쪽 이동만 */
  --section2-thumb-w: 320px;
  --section2-thumb-h: 180px;
  padding-left: max(var(--site-gutter, 16px), calc((100vw - 1720px) / 2));
  padding-right: 0;
  overflow-x: clip;
  overflow-y: visible;
}
.section2-swiper{
  width: 100%;
  overflow: visible;
}
.section2-swiper .swiper-wrapper{
  align-items: flex-end;
}
.section2-swiper .swiper-slide.section2-pair{
  width: auto;
  height: auto;
}
.section2-pair-col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--section2-gap);
  max-width: 660px;
  width: 100%;
}
/* 2·4·6… 번째 슬라이드 묶음만 살짝 위로 */
.section2-swiper .swiper-slide:nth-child(even) .section2-pair-col{
  transform: translateY(clamp(-20px, -2.5vw, -36px));
}
.section2-pair-col .section2-card--bottom{
  align-self: stretch;
  transform: translateX(var(--section2-bottom-inset));
}
.section2-card{
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  align-items: stretch;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0 0 30px 0 rgba(18, 70, 115, 0.50);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.section2-card.active{
  border-color: transparent;
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.section2-card .right{
  flex-shrink: 0;
  width: var(--section2-thumb-w);
  height: var(--section2-thumb-h);
  overflow: hidden;
  border-radius: 10px;
}
.section2-card .left{
  display: flex;
  flex: 1;
  min-width: 0;
}
.section2-card .txt{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}
.section2-card .right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section2-content-wrap .swiper{
  overflow: visible;
}
.section3{
  background: #fff;
}
.section3-top-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3-top-wrap h3{
  font-size: 4rem;
  color: var(--color-logo-black);
  font-weight: 700;
  line-height: 1.5;
}
.section3-top-wrap a{
  width: auto;
  height: auto;
}
.section3-top-wrap .section2-more{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: var(--Light-blue, #1BACE4);
  box-sizing: border-box;
  text-decoration: none;
  transition:
  border-color 0.25s ease,
  background 0.25s ease,
  box-shadow 0.25s ease;
}
.section3-top-wrap .section2-more svg{
  display: block;
  flex-shrink: 0;
  transform-origin: 50% 50%;
}
.section3-top-wrap .section2-more svg path{
  fill: #fff;
  transition: fill 0.25s ease;
}
.section3-top-wrap .section2-more:hover,
.section3-top-wrap .section2-more:focus-visible{
  border-color: var(--Light-blue, #1BACE4);
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
}
.section3-top-wrap .section2-more:focus-visible{
  outline: 3px solid var(--Light-blue, #1BACE4);
  outline-offset: 4px;
}
.section3-top-wrap .section2-more:hover svg,
.section3-top-wrap .section2-more:focus-visible svg{
  animation: main_slider_detail_plus_spin 0.48s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section3-top-wrap .section2-more:not(:hover):not(:focus-visible) svg{
  animation: none;
}
.section3-top-wrap .section2-more:hover svg path,
.section3-top-wrap .section2-more:focus-visible svg path{
  fill: var(--Light-blue, #1BACE4);
}
.section3-content-wrap{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.section3-content-wrap .left{
  flex: 1 1 auto;
  min-width: 0;
}
.section3-content-wrap .right{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .page{
  overflow: visible;
}

.section3-card-slider{
  position: relative;
  width: 340px;
  height: 340px;
  isolation: isolate;
}
.section3-card-slider::before{
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2.077px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: var(--Light-blue, #1BACE4);
  transform: rotate(4.549deg);
  z-index: 0;
}
.section3 .mySwiper{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/* Swiper 초기화 전 슬라이드↔카드 레이아웃 깜빡임 방지 */
.section3 .mySwiper:not(.swiper-initialized){
  visibility: hidden;
}
.section3 .mySwiper.swiper-initialized{
  visibility: visible;
}
.section3 .mySwiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
}
.section3 .mySwiper .swiper-slide > a{
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.section3 .mySwiper .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section3-card-controls{
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  width: 100%;
  max-width: none;
  padding: 10px 14px 12px;
  box-sizing: border-box;
  border-radius: 0 0 18px 18px;
  opacity: 0.3;
  background: var(--black, #242424);
  gap: 0;
  justify-content: center;
}
.section3-card-controls .main_slider_nav{
  width: 90%;
  justify-content: space-between;
  gap: 0;
  min-height: 32px;
}
.section3-card-controls .main_slider_fraction{
  flex: 1;
  justify-content: center;
}
.section3-card-controls .main_slider_prev,
.section3-card-controls .main_slider_next{
  width: 32px;
  height: 32px;
}
.section3-card-controls .main_slider_prev svg,
.section3-card-controls .main_slider_next svg{
  width: 40px;
  height: 40px;
}
.section3-card-controls .main_slider_fraction{
  font-size: 22px;
  text-align: center;
}
.section3-card-controls .main_slider_detail{
  margin-left: auto;
  width: fit-content;
  max-width: calc(100% - 140px);
  font-size: 1.2rem;
  height: 32px;
  padding: 0 12px;
  gap: 6px;
}
.section3-card-controls .main_slider_detail_plus svg{
  width: 12px;
  height: 12px;
}
.section3-notice-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3-notice-wrap .notice{
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section3-notice-wrap .notice > a{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  color: inherit;
  text-decoration: none;
}
.section3-notice-wrap .section3-line{
  position: relative;
  width: 100%;
  height: 1px;
  background: #050505;
  overflow: hidden;
}
.section3-notice-wrap .section3-line::after{
  content: "";
  position: absolute;
  inset: 0;
  background: #1BACE4;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.section3-notice-wrap .notice > a:hover .section3-line::after,
.section3-notice-wrap .notice > a:focus-visible .section3-line::after{
  transform: scaleX(1);
}
.section3-notice-wrap .notice-label--notice{
  color: var(--Light-green, #8CC21E);
}
.section3-notice-wrap .notice-label--announce{
  color: var(--Light-blue, #1BACE4);
}
.section3-notice-wrap .notice p{
  color: #9F9F9F;
}
.section4{
  --footer-wave-overlap: 20rem;
  position: relative;
  z-index: 1;
  overflow: visible;
  background: url(../img/section04-bg.webp) no-repeat center center / cover;
}
.section4.page{
  overflow: visible;
}
.section4::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1 * var(--footer-wave-overlap));
  height: var(--footer-wave-overlap);
  background: url(../img/section04-bg.webp) no-repeat center bottom / cover;
  pointer-events: none;
}
.section4 > *{
  position: relative;
  z-index: 1;
}
.section4-content-wrap{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.section4-content-wrap h3{
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.section4-content-wrap .left ul{
  display: flex;
  gap: 5px;
  align-items: center;
}
.section4-content-wrap .left ul li a{
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(12, 44, 72, 0.1);
  box-sizing: border-box;
  text-decoration: none;
  transition:
  background 0.35s cubic-bezier(0.22, 1, 0.36, 1),
  box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.section4-content-wrap .left ul li a::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.section4-content-wrap .left ul li a span{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  line-height: 0;
}
.section4-content-wrap .left ul li a svg{
  display: block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  opacity: 0.82;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.section4-content-wrap .left ul li a:hover,
.section4-content-wrap .left ul li a:focus-visible{
  background: #fff;
  box-shadow: 0 4px 14px rgba(12, 44, 72, 0.16);
}
.section4-content-wrap .left ul li a:hover::before,
.section4-content-wrap .left ul li a:focus-visible::before{
  opacity: 1;
}
.section4-content-wrap .left ul li a:hover svg,
.section4-content-wrap .left ul li a:focus-visible svg{
  opacity: 1;
}
.section4-content-wrap .left ul li:nth-child(1) a::before{
  box-shadow: inset 0 0 0 1px rgba(8, 102, 255, 0.35);
}
.section4-content-wrap .left ul li:nth-child(2) a::before{
  box-shadow: inset 0 0 0 1px rgba(3, 199, 90, 0.35);
}
.section4-content-wrap .left ul li:nth-child(3) a::before{
  box-shadow: inset 0 0 0 1px rgba(222, 2, 214, 0.3);
}
.section4-content-wrap .left ul li:nth-child(4) a::before{
  box-shadow: inset 0 0 0 1px rgba(255, 1, 51, 0.35);
}
.section4-content-wrap .left ul li a:focus-visible{
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}
.section4-content-wrap .left{
  flex-shrink: 0;
}
.section4-content-wrap .right{
  --section4-card-gap: 30px;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  gap: var(--section4-card-gap);
  overflow: visible;
}
.section4-card{
  --section4-media-w: 320px;
  --section4-media-h: 180px;
  --section4-card-bg-w: 360px;
  --section4-card-bg-h: 220px;
  width: var(--section4-card-bg-w);
  min-height: 260px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}
.section4-card > a{
  position: relative;
  display: flex;
  flex-direction: column;
  width: var(--section4-card-bg-w);
  height: var(--section4-card-bg-h);
  border-radius: 10px;
  background: var(--white, #fff);
  box-shadow: 0 4px 20px 0 rgba(30, 37, 11, 0.3);
  overflow: visible;
  text-decoration: none;
  color: inherit;
  transition:
  transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
  box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.section4-card > a:hover,
.section4-card > a:focus-visible{
  transform: translateY(-8px);
  box-shadow: 0 14px 36px 0 rgba(30, 37, 11, 0.22);
}
.section4-card > a:focus-visible{
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}
.section4-card__media{
  position: absolute;
  left: 50%;
  top: 50px;
  width: var(--section4-media-w);
  height: var(--section4-media-h);
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.section4-card > a:hover .section4-card__media,
.section4-card > a:focus-visible .section4-card__media{
  transform: translate(-50%, calc(-50% - 6px));
}
.section4-card__media::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(
  180deg,
  rgba(12, 44, 72, 0) 40%,
  rgba(12, 44, 72, 0.12) 100%
  );
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.section4-card > a:hover .section4-card__media::after,
.section4-card > a:focus-visible .section4-card__media::after{
  opacity: 1;
}
.section4-card__media img{
  border-radius: 10px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.section4-card > a:hover .section4-card__media img,
.section4-card > a:focus-visible .section4-card__media img{
  transform: scale(1.06);
}
.section4-card__sns{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(30, 37, 11, 0.18);
  line-height: 0;
  transition:
  transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
  box-shadow 0.35s ease;
}
.section4-card > a:hover .section4-card__sns,
.section4-card > a:focus-visible .section4-card__sns{
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(30, 37, 11, 0.22);
}
.section4-card__sns svg{
  display: block;
  width: auto;
  height: auto;
}
.section4-card__title{
  position: relative;
  flex: 1 1 auto;
  display: flex;
  padding: 20px; 
}
.section4-card__title h4{
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  bottom: 18%;
  color: #1e250b;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.section4-card > a:hover .section4-card__title h4,
.section4-card > a:focus-visible .section4-card__title h4{
  color: #1bace4;
}
.mobile-block{
  display: none;
}
