* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


p {
	margin-bottom: 0 !important;
}
img {
	vertical-align: top;
}
/* 모달 색상 변경 */
.swal2-confirm {
	width:150px !important;
	height:40px !important;
	padding-x:50px !important;
	background:#427FFF !important;
	color: #fff !important;
}
.swal2-icon.swal2-info {
	color: #427FFF !important;
	border-color:#427FFF !important;
}
#landing_wrap {
	max-width: 380px;
	margin: 0 auto;
	position: relative !important;
}

.logo_spin{
  margin-top: -3px;
  display: inline-block;            /* transform 적용 안정 */
  will-change: transform;
  transform-origin: 50% 50%;
}

.logo-rotate{
	position: absolute;
	z-index:5;
	left:-30px;
}

.main {
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.container {
  position: absolute;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--color-surface50);
  border-radius: 10px;
}

.initial {
  left: 60%;
  top: 10%;
}

.box {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://assets.codepen.io/16327/circle.png");
}

.second {
  left: 10%;
  top: 50%;
}

.marker {
  border-radius: 10px;
}

.second .marker {
  width: 100px;
  height: 100px;
}

.third {
  right: 10%;
  bottom: 3rem;
}

.third .marker {
  width: 100px;
  height: 100px;
}



.sec_container {
	padding: 24px;
}
.sec_tit {
	display: flex;
}
.sec_tit h2 {
	color: #323232;
	font-family: "Vonca", sans-serif !important;
	font-size: 64px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 2.56px;
}
.sec_tit span {
	color: #323232;
	leading-trim: both;
	text-edge: cap;
	font-family: "Vonca", sans-serif !important;
	font-size: 16.941px;
	font-weight: 400;
	line-height: 119%; /* 20.16px */
	letter-spacing: -0.678px;
}
.italic {
	font-style: italic;
}
.top {
	width:100%;
	/* max-width:390px; */
	z-index:9;
	position: fixed;
	background: #000;
	overflow: hidden;
	color: #fff;
	padding: 10px 0;
	left:0px;
}

.bar-bg-mc{
	background:#427FFF;
}

/* === MARQUEE === */
.marquee{ width:100%; }

.marquee__viewport{
  width:100%;
  overflow:hidden;
  contain: paint;                 /* iOS repaint 안정 */
  transform: translateZ(0);
}

.marquee__track{
  display:flex;
  width:max-content;
  align-items:center;
  gap: var(--marquee-gap, 28px);

  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;    /* iOS flicker 방지 */
  -webkit-backface-visibility: hidden;

  animation: marquee-scroll linear infinite;
  animation-duration: var(--marquee-duration, 12s);
}

.marquee__item img{
  display:block;                  /* inline 이미지로 인한 미세 점프 방지 */
}

.marquee__content{
  display:flex;
  align-items:center;
  gap: var(--marquee-gap, 28px);
}

.marquee__item{
  display:flex;
  align-items:center;
  gap: 4px;
  white-space: nowrap;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.marquee__item span{
  color:#FFF;
  text-align:center;
  font-family:"Vonca", sans-serif;
  font-size:14px;
  font-weight:600;
  line-height:100%;
  letter-spacing:-0.42px;
  text-transform:uppercase;
}

/* ✅ 핵심: "픽셀 거리" 기반으로 정확히 이동 */
@keyframes marquee-scroll{
  from{ transform: translate3d(0,0,0); }
  to  { transform: translate3d(calc(-1 * var(--marquee-distance, 300px)), 0, 0); }
}

/* 접근성: 모션 줄이기 */
@media (prefers-reduced-motion: reduce){
  .marquee__track{ animation: none !important; transform:none !important; }
}

/* sec01 */
.sec01 {
	
	position: relative;
	width: 100%;
	aspect-ratio: 340 / 504;
}
.sec01 > img {
	width: 100%;
	height: 100%;
}
/* 패럴랙스 기준 */
.sec01 .sec01_parallax {
	position: relative;
	overflow: hidden; /* ⭐ 핵심 */
}
/* 공통 등장 애니메이션 대상 */
.reveal_up {
	will-change: transform, opacity;
}
/* 배경 레이어 */
.sec01 .bg_layer {
	position: absolute;
	inset: 0;
	z-index: 0;
	will-change: transform;
}

/* 배경 이미지 */
.sec01 .bg_layer img {
	width: 100%;
	height: 100%;
	object-fit: cover;  
	transform-origin: center;
	display: block;
}

/* 텍스트 레이어 (기존 유지) */
.sec01 .text_layer {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 20px 12px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	color: #fff;
	font-family: 'Faktum', sans-serif;
}
.sec01 .text_layer .slogan_con {
	leading-trim: both;
	text-edge: cap;
	font-family: 'Faktum', sans-serif;
	font-size: 13.913px;
	font-weight: 400;
	line-height: 89%;
	letter-spacing: -0.696px;
}
.sec01 .text_layer .slogan_con p {
	display: flex;
	align-items: center;
	gap: 4px;
}
.sec01 .text_layer .slogan_con em {
	font-family: "PPEditorialNew", sans-serif;
	font-size: 13.913px;
	font-style: italic;
	line-height: 89%;
	font-weight: 200;
}
.sec01 .text_layer .title_con {
	display: flex;
	padding: 12px 0;
	gap: 6px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}
.title_con .split-line {
	overflow: visible;
	overflow-y: hidden;
}
.sec01 .text_layer .title_con .line {padding-right: 0.2em;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 3px;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Faktum', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 89%;
	letter-spacing: -2px;
}
.sec01 .text_layer .title_con span {
	color: #FFF;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-size: 50px;
	font-weight: 400;
	line-height: 89%;
	letter-spacing: -3.5px;
	font-family: 'Faktum', sans-serif;
}
.sec01 .text_layer .slide_con {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.sec01 .text_layer .slide_con img {
	width: 100%;
}

.sec01 .text_layer .slide_con {
	position: relative;
}
.sec01 .text_layer .slide_con .swiper {
	padding-bottom: 36px;
}
.sec01 .text_layer .slide_con .swiper-pagination {
	position: absolute;
	bottom: 12px;
	
}

.sec01 .text_layer .slide_con .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.5);
	opacity: 1;
	border-radius: 12px;

	/* 🔥 핵심 */
	transition:
		width 0.3s ease,
		background-color 0.3s ease,
		transform 0.3s ease;
}

.sec01 .text_layer .slide_con .swiper-pagination-bullet-active {
	width: 16px;
	background: #fff;
}
.sec01 .text_layer .slide_con p {
	margin-top: 12px;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Faktum', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.56px;
	text-transform: uppercase;
}

.sec01 .text_layer .brand_con {
	display: flex;
	padding: 10px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.sec01 .text_layer .brand_con ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
}

.sec01 .text_layer .brand_con p {
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Faktum', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.4px;
	text-transform: uppercase;
}

.sec02 {
	/* background: #EAF9F8; */
	position: relative;
	/* overflow: hidden !important; */
}
.sec02::before {
	display: none;
	position: absolute;
	content: "";
	background-image: url("/landing/4ever_hd_landing/1/img/landing-bg-logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	left: -30px;
	top: -30px;
	width: 220px;
	height: 220px;
}

.sec02 .sec_container {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding-top: 40px;
}

/* .sec02::after {
	position: absolute;
	content: "";
	background-image: url("/landing/4ever_hd_landing/1/img/landing-bg-logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	right: -20px;
	bottom: 170px;
	width: 220px;
	height: 220px;
} */
.sec02 .con01 .sec_tit {
	justify-content: flex-end;
	margin-bottom: 12px;
	gap: 3px;
}
.sec02 .con01 {
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.sec02 .sisul_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
}
.sec02 .sisul_list .title {
	margin: 0 auto 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}
.sec02 .sisul_list .kr_box .title {
	margin-bottom: 0;
}
.sec02 .sisul_list .title .badge {
	display: flex;
	gap: 0 4px;
	padding: 0;
}
.sec02 .sisul_list .title span {
	color: #FFF;
	text-align: center;
	font-family: "Pretendard", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.24px;
	text-transform: uppercase;
	padding: 4px 6px;
	gap: 10px;
	border-radius: 2px;
	background: #427FFF;
}
.sec02 .sisul_list .title h4 {
	color: #000;
	text-align: center;
	font-family: "Pretendard", sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -1.44px;
	margin-bottom: 0;
}
.sec02 .sisul_list .event_list > .title h4 em {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}
.sec02 .sisul_list .sisul_box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
	width: 100%;
}
.stickey_btn {
	display: flex;
	padding: 8px 12px;
	align-items: flex-start;
	border-bottom: 1px solid #decbd4;
	background: #FFF2F8;
	position: sticky;
	top: 34px;
	z-index:9;
	
}
.tab_swiper .swiper-slide {
	width: fit-content;
	cursor: pointer;
	color: #686868;
	text-align: right;
	font-family: "Pretendard", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}
.tab_swiper .swiper-slide:last-child {
	padding-right: 15%;
}
.tab_swiper .swiper-slide.active {
	display: flex;
	padding: 0 12px;
	align-items: center;
	gap: 10px;
	border-radius: 500px;
	background: #323232;
	color: #FFF;
}
.youtube_section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 24px 0;
}
.youtube_section .youtube_tit {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.youtube_section .youtube_tit p {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.567px;
}
.youtube_section .youtube_tit h4 {
	color: #427FFF;
	text-align: center;
	font-size: 31.481px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.944px;
}
.youtube_section .youtube_con {
	width: 88%;
	aspect-ratio: 9 / 16;
	border-radius: 6.296px;
	overflow: hidden;
}
.youtube_section .youtube_con iframe {
	width: 100%;
	height: 100%;
}

/* ✅ wrap 가운데정렬에서 fixed 전환 시 튀는 문제 해결용 */
:root { --landing-left: 0px; }

/* ✅ JS가 누적 회전을 넣는 변수 */
.sec02 { --logo-rot: 0deg; }

/* 기존 ::before에 transform만 '추가' (기존 속성은 그대로 두셔도 됨) */
.sec02::before{
  will-change: transform;
  transform-origin: 50% 50%;
  transform: rotate(var(--logo-rot));
}

/* ✅ sec02가 상단에 닿으면, 그 자리 그대로 fixed로 전환 (안 튐) */
.sec02.is_pin_logo::before{
  position: fixed;
  top: -30px;
  left: calc(var(--landing-left) - 30px);
}



.sisul_box h3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: flex-start;
}
.sisul_box h3 .icon {
	color: #E9E6E1;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Pretendard", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.52px;
	border-radius: 500px;
	background: #000;
	display: flex;
	width: 18px;
	height: 18px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	margin: 3px;
	margin-top: 5px;
}
.sisul_box h3 .line {
	flex: 1;
	background: #302F2E;
	height: 0.5px;
	margin-top: 14px;
}
.sisul_box h3 span {
	color: rgba(0, 0, 0, 0.25);
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Vonca", sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing:3.84px;
	text-transform: uppercase;
}
.sisul_box ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}
.sisul_box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	background: #FFF;
}
.sisul_box ul li .jp_box {
	display: flex;
	padding: 14px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}
.sisul_box ul li .jp_box .tit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
	flex: 1 0 0;
	font-family: "Pretendard", sans-serif !important;
}
.sisul_box ul li .jp_box .tit span {
	color: #427FFF;
	display: inline-block;
}
.sisul_box ul li .jp_box .tit > em{
	display: flex;
	padding: 3px 5px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background: #EF7878;
	color: #FFF;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 100%; 
	letter-spacing: -0.1px;
}
.sisul_box ul li .jp_box .tit h5 {
	color: #000;
	font-family: "Pretendard", sans-serif !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.45px;
	margin-bottom: 0;
}
.sisul_box ul li .jp_box .tit p {
	color: #3C3C3C;
	font-family: "Pretendard", sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.39px;
}
.sisul_box ul li .jp_box .cost {
	color: #000;
	font-family: "Vonca", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.34px;
	display: flex;
	align-items: baseline;
	gap: 4px;
}
.sisul_box ul li .cost em {
	color: #9A9284;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Vonca", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; 
}
.sisul_box ul li .kr_box {
	width: 100%;
	background: #323232;
	padding: 6px 12px;
	display: flex;
	gap: 6px;
}
.sisul_box ul li .kr_box > span {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Pretendard", sans-serif;
	font-size: 9px;
	font-weight: 500;
	line-height: 100%;
	display: flex;
	padding: 3px 6px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 3px;
	border: 1px solid #FFF;
	height: fit-content;
}
.sisul_box ul li .kr_box .title {
	position: relative;
	flex: 1;
}
.sisul_box ul li .kr_box .title h5 {
	width: 100%;
	position: relative;
	color: #fff;
	font-family: "Pretendard", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px; 
	letter-spacing: -0.48px;
	margin-bottom: 0;
}
.sisul_box ul li .kr_box p {
	display: none;
	color: #FFF;
	font-family: "Pretendard", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.48px;
}

.sisul_box ul li .kr_box.arrow .title::before {
	position: absolute;
	content: "";
	right: 0;
	top: 5px;
	transform: rotate(180deg);
	width: 8px;
	height: 8px;
	background-image: url("./img/arrow.svg?ver=1");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/* 닫힌 상태 */
.sisul_box ul li.closed .kr_box.arrow .title::before {
	transform: rotate(0deg);
}
.sec02 .con02 {
	width: 100%;
}
.sec02 .con02 .sec_tit{
	padding: 16px 0;
	gap: 3px;
}

.sec04{
	/* background: #EAF9F8; */
}
.sec04 .con04 .con04_desc {
	color: #30302F;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Faktum', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 15.6px */
	letter-spacing: -0.65px;
	text-transform: uppercase;
}
.sec04 .con04 .con04_desc.kr {
	padding: 8px 0;
	font-family: "Pretendard", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 130%; 
	letter-spacing: -0.39px;
	text-transform: uppercase;
	text-align: right;
}
.sec04 .con04 .con04_img_con {
	display: flex;
	padding: 8px 0;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}
.sec04 .con04 .con04_img_con .img {
	width: 220px;
}
.sec04 .con04 .con04_img_con .img img {
	width: 100%;
}
.sec04 .con04 .con04_img_con .txt {
	color: #333;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Faktum', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.32px;
	
}

.sec03 {
	/* background: #EAF9F8; */
	position: relative;
	overflow: hidden;
}
.sec03 .sec_container {
	padding-bottom: 40px;
}
.sec03 .sec_tit {
	padding: 16px 0;
	gap: 3px;
}
.sec03 .sec03_list {}
.sec03 .sec03_list .product_box {
	border-top: 1px solid #000;
}.product_box.is_hidden {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translateY(10px);
	transition:
		max-height 1s ease,
		opacity 1s ease,
		transform 1s ease;
}

/* 펼쳐진 상태 */
.product_box.is_hidden.is_open {
	max-height: 1000px; /* 충분히 큰 값 */
	opacity: 1;
	transform: translateY(0);
}
.sec03 .sec03_list .product_box h4 {
	padding: 12px 0;
	/* background: color(display-p3 0.855 0.826 0.774) !important; */
	color: #000;
	text-align: center;
	font-family: "Pretendard", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%; 
	letter-spacing: -0.6px;
	border-bottom: .2px solid #A7A7A7;
	margin-bottom: 0;
}
.trs {
	transition: background-color 0.45s ease, color 0.45s ease, border-color 0.45s ease;
}
.trs-bg-dark{
	background:color(display-p3 0.951 0.951 0.951);
}

.landing-bg{background:#EEF7FB;}
.landing-bg-mc{background:#EEF7FB;}
.landing-bg-dc{background:color(display-p3 0.128 0.128 0.128);}

.landing-txt-mc, .landing-txt-mc *{color:#bbb8b3 !important;}
.landing-txt-dc{color:color(display-p3 0.128 0.128 0.128);}

.product-box-cg, .product-box-cg *{border-color:#EAF9F8 !important;}


.sec03 {
	/* background: #EAF9F8; */
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}
.sec03 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slogan-txt{
	font-family: "Pretendard", sans-serif;
	font-size: 84px;
	font-weight: 800;
}

 .flow-sec{
	--bg:#e9e5dc;
	--txt:#2e2e2e;
	--stroke:#2e2e2e;

	--row-gap:0px;
	--pad-y:0px;

	/* background:var(--bg); */
	overflow:hidden;
	padding:var(--pad-y) 0;
  }

  .flow-inner{
	/* width:min(1400px, calc(100% - 80px)); */
	width:100%;
	margin:0 auto;
	display:grid;
	gap:var(--row-gap);
  }

  .flow-row{
	position:relative;
	height:45px;
	overflow:hidden;
	transform:translateZ(0);
  }

  .flow-track{
	position:absolute;
	inset:0 auto 0 0;
	display:flex;
	align-items:center;
	white-space:nowrap;
	transform:translate3d(0,0,0);
	will-change:transform;
  }

  /* ✅ “정확히 동일한 1세트” 묶음 */
.flow-cycle{ display:inline-flex; align-items:center; gap:20px; }
.flow-icon{
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: inline-block;
}
.flow-dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: currentColor;
  opacity: .6;
  flex: 0 0 auto;
}

.flow-row.is-outline .flow-dot{ background: transparent; border: .4px solid currentColor; }
.flow-row.is-outline svg.flow-icon{ fill: none; stroke: currentColor; stroke-width: 2; }

  .flow-item{
	font-family:Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
	font-weight:800;
	letter-spacing:-0.02em;
	/* font-size:clamp(46px, 9.8vw, 92px); */
	font-size: 40px;
	line-height:1;
	padding-left:20px;
  }
  
  .flow-top{
		float:left;
		font-family:'Faktum',Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
		font-weight:400;
		letter-spacing:-0.02em;
		/* font-size:clamp(46px, 9.8vw, 92px); */
		font-size: 14px;
		padding-left:70px;
		color: #323232 !important;
	}
	
  .flow-bottom{
	  float:right;
	  font-family:'Faktum',Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
	  font-weight:400;
	  letter-spacing:-0.02em;
	  /* font-size:clamp(46px, 9.8vw, 92px); */
	  font-size: 20px;
	  padding-right:20px;
	  color: #323232 !important;
  }
  .flow-row.is-fill .flow-item{ color:var(--txt); }

  .flow-row.is-outline .flow-item{
	color:transparent;
	-webkit-text-stroke:.5px var(--stroke);
	text-stroke:.5px var(--stroke);
  }


.footer {
	background: #000;
	margin-bottom: 0px;
}
.footer .sec04_container {
	padding: 24px 24px 80px;
	flex-direction: column;
	gap: 12px;
	display: flex;
}
.footer .sec04_container h4 {
	color: #F5F5F5;
	font-family: "Pretendard", sans-serif !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.48px;
	margin-bottom: 0;
}
.footer .sec04_container ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	align-self: stretch;
	padding-left: 0;
}
.footer .sec04_container ul li {
	color: #DBD5D5;
	font-family: "Pretendard", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.7px;
	padding-left: 14px;
	position: relative;
}
.footer .sec04_container ul li::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	background-color: #dbd5d5;
	border-radius: 500px;
	left: 4px;
	top: 8px;
}
.aside-enabled .footer {
	padding: 0 !important;
}
.footer .sec04_container > p {
	/* color: #fff;
	font-family: "Pretendard", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 34px; */
	text-align: center;
	color: #D0D0D0;
	text-align: center;
	font-family: "Pretendard", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 13px */
}

.cg-txt-mc{
	color: #427FFF !important;
}

.footer .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}
.footer .info ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
}
.footer .info ul span {
	color: #FFF;
	text-align: center;
	font-family: "Pretendard", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}
.footer .info p {
	color: #FFF !important;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px; 
}
.footer .info ul li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.footer .info ul li span {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}
.footer .info .copy {
	color: #FFF;
	font-family: "Pretendard", sans-serif;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
}

@media(max-width: 680px){
	
	#landing_wrap {
		max-width: 100%;
		width: 100%;
		margin: 0 auto ;
	}
	.sec01 .bg_layer {
		position: absolute;
		z-index: 0;
	}
	.sec04 .sec04_container {
		
	padding: 40px 24px 120px;
	}
	.footer .sec04_container {
		padding-bottom: 100px;
	}
}






.noise-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
pointer-events: none;
overflow: hidden;
z-index: 99999;
}

.noise-bg:before{
content: "";
position: absolute;
top: -21vw;
left: -21vw;
width: calc(100% + 42vw);
height: calc(100% + 42vw);
background-position: 50%;
background-image: url(/img/noise-c.png);
animation: noise 1s steps(4) infinite;
pointer-events: none;
opacity: .45;
}

@keyframes noise {
	0% {
		transform:translateZ(0)
	}

	10% {
		transform:translate3d(-7vw, -7vw, 0)
	}

	20% {
		transform:translate3d(-14vw, 7vw, 0)
	}

	30% {
		transform:translate3d(7vw, -14vw, 0)
	}

	40% {
		transform:translate3d(-7vw, -21vw, 0)
	}

	50% {
		transform:translate3d(-14vw, 7vw, 0)
	}

	60% {
		transform:translate3d(21vw, 21vw, 0)
	}

	70% {
		transform:translate3d(14vw, 14vw, 0)
	}

	80% {
		transform:translate3d(-21vw, -21vw, 0)
	}

	90% {
		transform:translate3d(14vw, 7vw, 0)
	}

	to {
		transform:translate3d(7vw, 7vw, 0)
	}
}