@charset "utf-8";
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}
.innerWrap {
	max-width: 1056px;
	margin: 0 auto;
}
header.scroll .head .area h1 a {
	background: url(../images/common/logo2.png) no-repeat center center / cover;
}
header.scroll .head .btnMenu .txt {
	color: #fff;
}
header.scroll .head .btnMenu .icon > div {
	background-color: #fff;
}
header.scroll .head .btnLanguage>a {
	background: url(/images/common/btn_language2.png) no-repeat center / cover;
}

/* main visual */
.mainVisual {
	overflow: hidden;
	position: relative;
	width: 100vw;
	padding-bottom: 20vh;
}
.mainVisual .txt {
	box-sizing: border-box;
	padding: 380px 5% 100px;
}
.mainVisual .txt > div {}
.mainVisual .txt > div > span {
	display:inline-block;
	font-size: var(--font-size-80);
	line-height: 1.35em;
	font-weight: 500;
	color: #000;
}
.mainVisual .txt > div > span.bold{font-weight:600;}
.mainVisual .txt > div > span.rm{margin-right:15px;}
.mainVisual .label {
	overflow: hidden;
	position: relative;
	width: 110%;
	margin-top: 60px;
	transform: translateX(-5%) rotate(-10deg);
	transform-origin: center;
	background: #ff4236;
	padding: 20px 0;
}

.mainVisual .label-slider {
	display: flex;
	white-space: nowrap;
	animation: slideLeft 30s linear infinite;
	will-change: transform; /* 성능 최적화 */
	font-size: var(--font-size-42);
	color: #fff;
}

.mainVisual .label-text {
	flex-shrink: 0;
	padding-right: 20px;
}
.mainVisual .label-text b {
	display: inline-block;
	transform: skewX(-10deg);
}

@keyframes slideLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-100% / 3)); /* 3개 중 1개만큼 이동 */
	}
}

.bgArea {
	position: relative;
}
.bgArea #bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

.section1 {
	padding: 230px 0;
	text-align: right;
}
.section1 > div {
	position: relative;
}
.section1 .bgImg {
	position: absolute;
	left: -10%;
	bottom: -50%;
	width: 324px;
	aspect-ratio: 848/845;
	background: url(/images/main/sec1_bg.png) no-repeat center / cover;
	transform: translateY(0) rotate(-5deg);
	animation: ani1 15s infinite alternate;
}
.section1 .textArea {
	position: relative;
}
.section1 .textArea h3 {
	overflow: visible !important;
	position: relative;
	font-size: var(--font-size-62);
	color: #000;
	line-height: 110%;
}
.section1 .textArea h3 span {
	position: relative;
	display: inline-block;
	font-variant: normal;
	text-decoration: none;
	font-feature-settings: "case" 1;
}
.section1 .textArea h3 span:after {
}
.section1 .textArea canvas {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}
.section1 .textArea p {
	margin-top: 32px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.8);
	line-height: 150%;
}
.section1 .textArea a {
	position: relative;
	z-index: 100;
	margin-top: 24px;
}

@keyframes ani1 {
	0% {
		transform: translateY(0) rotate(-5deg);
	}
	100% {
		transform: translateY(0px) rotate(30deg);
	}
}

.btnMore {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 164px;
	height: 54px;
}
.btnMore span {
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.8);
	font-weight: 300;
}
.btnMore i {
	display: block;
	width: 54px;
	height: 54px;
	background: rgba(255, 66, 54, 1) url(/images/common/more_arr.png) no-repeat center;
	background-size: 26px;
	border-radius: 50%;
	transition: all 0.3s;
}
.btnMore:hover i {
	transform: rotate(-45deg);
}

.section2 {
	box-sizing: border-box;
	height: 100vh;
	padding-top: 10vh;
}
.section2 .titleArea {
}
.section2 .titleArea h3 {
	font-size: var(--font-size-62);
	color: #222;
	line-height: 130%;
	font-weight: 600;
}
.section2 .titleArea h3 span.dot {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	aspect-ratio: 1/1;
	margin: 60px 0 0 10px;
	background: #ff4236;
	border-radius: 50%;
}
.section2 .titleArea h3 + div {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	margin-top: 10px;
}
.section2 .titleArea h3 + div .padc {
	font-size: var(--font-size-116);
	color: #ff4236;
	font-weight: 600;
	line-height: 130%;
}
.section2 .titleArea h3 + div .exp {
	margin-bottom: 35px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.8);
	font-weight: 300;
	line-height: 140%;
}
.section2 .conWrap {
	position: relative;
	margin-top: 20px;
}
.section2 .conWrap .bgArea {
}
.section2 .conWrap ul {
}
.section2 .conWrap ul li {
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
	height: 13vh;
	padding: 24px 0;
	transition: background 0.3s ease;
}
.section2 .conWrap ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background: #ff4236;
	z-index: -1;
	clip-path: circle(0% at var(--touch-x, 90%) 50%);
}

.section2 .conWrap ul li.on::before {
	z-index: -1;
	clip-path: circle(var(--circle-r, 0%) at var(--touch-x, 90%) 50%);
}
.section2 .conWrap ul li .num {
	width: 160px;
	font-size: var(--font-size-64);
	-webkit-text-stroke: 1px #ff4539;
	color: transparent;
	font-weight: 700;
}
.section2 .conWrap ul li .txts {
	display: grid;
	position: relative;
	width: calc(100% - 160px);
}
.section2 .conWrap ul li .txts .tit {
	font-size: var(--font-size-31);
	font-weight: 500;
	color: #222;
}
.section2 .conWrap ul li .txts .hiddenTxt {
	margin-top: 8px;
	font-size: var(--font-size-19);
	font-weight: 300;
	color: #222;
	line-height: 140%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
		max-height 0.8s ease,
		opacity 0.8s ease;
}
.section2 .conWrap ul li.on .txts .hiddenTxt {
	max-height: 200px;
	opacity: 1;
	transition:
		max-height 1.2s ease,
		opacity 0.8s ease;
}

#sec2BallCanvas {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100vw;
}
.section2 .conWrap .liBg {
	position: absolute;
	left: calc(50% - 50vw);
	width: 100vw;
	background: #ff4236;
	z-index: 0;
	opacity: 0;
	transition:
		opacity 0.8s 0.8s,
		top 0.8s;
	pointer-events: none;
}
.section2 .conWrap .liBg.on {
	opacity: 1;
}
.section2 .conWrap ul {
	position: relative;
	z-index: 1;
}
.section2 .conWrap ul li.on {
}
.section2 .conWrap ul li.on .num {
	-webkit-text-stroke: 1px #fff;
	color: #fff;
}
.section2 .conWrap ul li.on .txts .tit {
	color: #fff;
}
.section2 .conWrap ul li.on .txts .hiddenTxt {
	color: #fff;
}
.section2 .conWrap ul li.filling {
	background: linear-gradient(to left, #ff4236 0%, transparent 0%);
	animation: fillFromRight 0.5s ease forwards;
}

@keyframes fillFromRight {
	from {
		background: #ff4236;
		clip-path: inset(0 100% 0 0);
	}
	to {
		background: #ff4236;
		clip-path: inset(0 0% 0 0);
	}
}

.section2 .conWrap ul li.filled {
	background: #ff4236;
}
.section2 .more {
	margin-top: 20px;
	text-align: right;
}

.section3 {
	padding: 200px 0 0;
}
.section3 h3 {
	font-size: var(--font-size-62);
	color: #222;
	line-height: 130%;
	font-weight: 600;
}
.section3 h3 span.dot {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	aspect-ratio: 1/1;
	margin: 50px 0 0 10px;
	background: #ff4236;
	border-radius: 50%;
}
.section3 .conWrap {
	position: relative;
	margin-top: 80px;
	height: 390px;
}
.section3 .conWrap ul {
	display: flex;
}
.section3 .conWrap ul li {
	flex-shrink: 0;
	position: relative;
	width: 500px;
	padding: 0 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.section3 .conWrap ul li:first-child {
	padding-left: 0;
}
.section3 .conWrap ul li .icon {
	width: 66px;
	height: 66px;
}
.section3 .conWrap ul li .num {
	position: absolute;
	right: 40px;
	top: 0;
	font-size: var(--font-size-20);
	color: #222;
}
.section3 .conWrap ul li .tit {
	margin:40px 0 50px;
	font-family: Pretendard;
	font-size: var(--font-size-28);
	color: #111;
	font-weight: 600;
}
.section3 .conWrap ul li .txt {
	font-family: Pretendard;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.8);
	line-height: 150%;
}

.section4 {
	padding: 200px 0;
}
.section4 h3 {
	font-size: var(--font-size-62);
	color: #222;
	line-height: 130%;
	font-weight: 600;
}
.section4 h3 span.dot {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	aspect-ratio: 1/1;
	margin: 50px 0 0 10px;
	background: #ff4236;
	border-radius: 50%;
}
.section4 ul {
	margin: 90px 0 0;
}
.section4 ul li {
}
.section4 ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 43px;
	border-bottom: 1px solid #ccc;
	transition: all 0.4s;
}
.section4 ul li a .date {
	width: 160px;
	font-size: var(--font-size-20);
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	transition: all 0.4s;
}
.section4 ul li a .title {
	width: calc(100% - 160px - 26px);
	font-family: Pretendard;
	font-size: var(--font-size-20);
	color: #000;
	font-weight: 500;
	transition: all 0.4s;
}
.section4 ul li a .icon {
	width: 26px;
	height: 26px;
	background: url(/images/main/sec4_icon1.png) no-repeat center / cover;
	transition: all 0.4s;
}

.section4 ul li:hover a {
	padding: 50px 32px;
	background: #ff4236;
}
.section4 ul li:hover a .date {
	color: rgba(255, 255, 255, 0.8);
}
.section4 ul li:hover a .title {
	color: #fff;
}
.section4 ul li:hover a .icon {
	background: url(/images/main/sec4_icon2.png) no-repeat center / cover;
}

.section5 {
	position: relative;
	padding: 130px 0;
}
.section5 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff4236;
}
.section5 a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}
.section5 a .tit {
	font-size: var(--font-size-78);
	color: #fff;
	font-weight: 600;
	line-height: 110%;
}
.section5 a .txt {
	margin-top: 45px;
	font-family: Pretendard;
	font-size: var(--font-size-26);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}
.section5 a .arr {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	transition: all 0.3s;
}
.section5 a:hover .arr {
	transform: translateY(-50%) rotate(-45deg);
}

/* animation */
.mainVisual .txt > div > span {
	transform: translateY(100%);
	transition: all 1s;
}
.mainVisual.in-view .txt > div > span {
	transform: translateY(0);
}
.mainVisual.in-view .txt > div:nth-child(2) > span {
	/*transition-delay: 0.4s;*/
}
.mainVisual.in-view .txt > div > span:nth-child(1){animation-delay:0s;}
.mainVisual.in-view .txt > div > span:nth-child(2){animation-delay:0.05s;}
.mainVisual.in-view .txt > div > span:nth-child(3){animation-delay:0.1s;}
.mainVisual.in-view .txt > div > span:nth-child(4){animation-delay:0.15s;}
.mainVisual.in-view .txt > div > span:nth-child(5){animation-delay:0.2s;}
.mainVisual.in-view .txt > div > span:nth-child(6){animation-delay:0.25s;}
.mainVisual.in-view .txt > div > span:nth-child(7){animation-delay:0.3s;}
.mainVisual.in-view .txt > div > span:nth-child(8){animation-delay:0.35s;}
.mainVisual.in-view .txt > div > span:nth-child(9){animation-delay:0.4s;}
.mainVisual.in-view .txt > div > span:nth-child(10){animation-delay:0.45s;}
.mainVisual.in-view .txt > div > span:nth-child(11){animation-delay:0.5s;}
.mainVisual.in-view .txt > div > span:nth-child(12){animation-delay:0.55s;}
.mainVisual.in-view .txt > div > span:nth-child(13){animation-delay:0.6s;}
.mainVisual.in-view .txt > div > span:nth-child(14){animation-delay:0.65s;}
.mainVisual.in-view .txt > div > span:nth-child(15){animation-delay:0.7s;}
.mainVisual.in-view .txt > div > span:nth-child(16){animation-delay:0.75s;}
.mainVisual.in-view .txt > div > span:nth-child(17){animation-delay:0.8s;}
.mainVisual.in-view .txt > div > span:nth-child(18){animation-delay:0.85s;}
.mainVisual.in-view .txt > div > span:nth-child(19){animation-delay:0.9s;}
.mainVisual.in-view .txt > div > span:nth-child(20){animation-delay:0.95s;}
.mainVisual.in-view .txt > div > span:nth-child(21){animation-delay:1s;}
.mainVisual.in-view .txt > div > span:nth-child(22){animation-delay:1.05s;}
.mainVisual.in-view .txt > div > span:nth-child(23){animation-delay:1.1s;}
.mainVisual.in-view .txt > div > span:nth-child(24){animation-delay:1.15s;}
.mainVisual.in-view .txt > div > span:nth-child(25){animation-delay:1.2s;}
.mainVisual.in-view .txt > div > span:nth-child(26){animation-delay:1.25s;}
.mainVisual.in-view .txt > div > span:nth-child(27){animation-delay:1.3s;}
.mainVisual.in-view .txt > div > span:nth-child(28){animation-delay:2.7s;}
.mainVisual.in-view .txt > div > span:nth-child(29){animation-delay:2.8s;}


@keyframes blurWordIn {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}

.mainVisual .txt > div > span{transform:translateY(0);opacity: 0; animation: blurWordIn 1s forwards;}
.mainVisual.in-view .txt > div > span{}
.mainVisual.in-view .txt > div:nth-child(1) > span:nth-child(1){animation-delay:0.00s;}
.mainVisual.in-view .txt > div:nth-child(1) > span:nth-child(2){animation-delay:0.1s;}
.mainVisual.in-view .txt > div:nth-child(1) > span:nth-child(3){animation-delay:0.15s;}
.mainVisual.in-view .txt > div:nth-child(1) > span:nth-child(4){animation-delay:0.2s;}
.mainVisual.in-view .txt > div:nth-child(2) > span:nth-child(1){animation-delay:0.25s;}
.mainVisual.in-view .txt > div:nth-child(2) > span:nth-child(2){animation-delay:0.3s;}
.mainVisual.in-view .txt > div:nth-child(2) > span:nth-child(3){animation-delay:0.35s;}
.mainVisual.in-view .txt > div:nth-child(2) > span:nth-child(4){animation-delay:0.4s;}





.mainVisual .label {
	clip-path: inset(0% 50% 0% 50%);
	transition: all 1.4s 0.7s;
}
.mainVisual.in-view .label {
	clip-path: inset(0% 0% 0% 0%);
}

.section5 .bg {
	clip-path: circle(26px at 79.46% center);
	transition: all 3s 0.6s;
}
.section5.in-view .bg {
	clip-path: circle(100vw at 79.46% center);
}
.section5 a .tit {
	opacity: 0;
	transform: translateY(40px);
	transition: all 1.4s 1s;
}
.section5 a .txt {
	opacity: 0;
	transform: translateY(40px);
	transition: all 1.4s 1.2s;
}
.section5.in-view a .tit {
	opacity: 1;
	transform: translateY(0px);
}
.section5.in-view a .txt {
	opacity: 1;
	transform: translateY(0px);
}


h3.ani span{display:inline-block;opacity:0;}
h3.in-view span{display:inline-block;animation:blurWordIn 1s forwards;}
h3.in-view span:nth-child(1){animation-delay:0s;}
h3.in-view span:nth-child(2){animation-delay:0.1s;}
h3.in-view span:nth-child(3){animation-delay:0.15s;}
h3.in-view span:nth-child(4){animation-delay:0.2s;}
h3.in-view span:nth-child(5){animation-delay:0.25s;}
h3.in-view span:nth-child(6){animation-delay:0.3s;}
h3.in-view span:nth-child(7){animation-delay:0.35s;}
h3.in-view span:nth-child(8){animation-delay:0.4s;}
h3.in-view span:nth-child(9){animation-delay:0.45s;}
h3.in-view span:nth-child(10){animation-delay:0.5s;}
h3.in-view span:nth-child(11){animation-delay:0.55s;}
h3.in-view span:nth-child(12){animation-delay:0.6s;}
h3.in-view span:nth-child(13){animation-delay:0.65s;}
h3.in-view span:nth-child(14){animation-delay:0.7s;}
