@charset "utf-8";
.pcbr {
	display: none;
}
.tbbr {
	display: block;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}
.innerWrap {
	max-width: 100%;
	padding: 0 40px;
}
header.scroll .head .area h1 a {
	background: url(../images/common/logo2.png) no-repeat center center / contain;
}
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 / contain;
}




/* main visual */
.mainVisual {
	overflow: hidden;
	position: relative;
	width: 100vw;
	padding-bottom: 15vh;
}
.mainVisual .txt {
	box-sizing: border-box;
	padding: 280px 5% 80px;
}
.mainVisual .txt > div {
	overflow: hidden;
}
.mainVisual .txt > div > span.span {
	display:inline-block;
	font-size: clamp(46px, 6vw, 78px);
	line-height: 1.35em;
	font-weight: 500;
	color: #000;
}
.mainVisual .label {
	overflow: hidden;
	position: relative;
	width: 110%;
	margin-top: 50px;
	transform: translateX(-5%) rotate(-10deg);
	transform-origin: center;
	background: #ff4236;
	padding: 16px 0;
}
.mainVisual .label-slider {
	display: flex;
	white-space: nowrap;
	animation: slideLeft 30s linear infinite;
	will-change: transform;
	font-size: clamp(22px, 2.8vw, 36px);
	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));
	}
}

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

.section1 {
	padding: 160px 0;
	text-align: right;
}
.section1 > div {
	position: relative;
}
.section1 .bgImg {
	position: absolute;
	left: -5%;
	bottom: -40%;
	width: 300px;
	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: clamp(42px, 5.5vw, 68px);
	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;
	display:none;
}
.section1 .textArea p {
	margin-top: 24px;
	font-size: clamp(16px, 1.8vw, 22px);
	color: rgba(0, 0, 0, 0.8);
	line-height: 150%;
}
.section1 .textArea a {
	position: relative;
	z-index: 100;
	margin-top: 20px;
}

@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: 170px;
	height: 48px;
}
.btnMore span {
	font-size: clamp(16px, 1.8vw, 22px);
	color: rgba(0, 0, 0, 0.8);
	font-weight: 300;
	.btnMore:hover i {
		transform: rotate(-45deg);
	}
}
.btnMore i {
	display: block;
	width: 48px;
	height: 48px;
	background: rgba(255, 66, 54, 1) url(/images/common/more_arr.png) no-repeat center;
	background-size: 22px;
	border-radius: 50%;
	transition: all 0.3s;
}
.btnMore:hover i {
	transform: rotate(-45deg);
}

.section2 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 100vh;
	padding-top: 8vh;
	padding-bottom: 60px;
}
.section2 > div {
	width: 100%;
}
.section2 .titleArea {
}
.section2 .titleArea h3 {
	font-size: clamp(42px, 5.5vw, 68px);
	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: 46px 0 0 8px;
	background: #ff4236;
	border-radius: 50%;
}
.section2 .titleArea h3 + div {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	margin-top: 8px;
}
.section2 .titleArea h3 + div .padc {
	font-size: var(--font-size-120);
	color: #ff4236;
	font-weight: 600;
	line-height: 130%;
}
.section2 .titleArea h3 + div .exp {
	margin-bottom: 28px;
	font-size: clamp(16px, 1.8vw, 22px);
	color: rgba(0, 0, 0, 0.8);
	font-weight: 300;
	line-height: 140%;
}
.section2 .conWrap {
	position: relative;
	margin-top: 16px;
}
.section2 .conWrap .bgArea {
}
.section2 .conWrap ul {
	position: relative;
	z-index: 1;
}
.section2 .conWrap ul li {
	position: relative;
	display: flex;
	align-items: center;
	height: 15vh;
	padding: 20px 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 {
	clip-path: circle(var(--circle-r, 0%) at var(--touch-x, 90%) 50%);
}
.section2 .conWrap ul li .num {
	width: 120px;
	font-size: clamp(42px, 5.5vw, 68px);
	-webkit-text-stroke: 1px #ff4539;
	color: transparent;
	font-weight: 700;
}
.section2 .conWrap ul li .txts {
	display: grid;
	position: relative;
	width: calc(100% - 120px);
}
.section2 .conWrap ul li .txts .tit {
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 500;
	color: #222;
}
.section2 .conWrap ul li .txts .hiddenTxt {
	margin-top: 8px;
	font-size: clamp(15px, 1.7vw, 22px);
	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;
	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 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: 140px 0 0;
}
.section3 h3 {
	font-size: clamp(42px, 5.5vw, 68px);
	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: 46px 0 0 8px;
	background: #ff4236;
	border-radius: 50%;
}
.section3 .conWrap {
	position: relative;
	margin-top: 60px;
	height: auto;
}
.section3 .conWrap ul {
	display: flex;
	position: relative;
	left: auto;
	top: auto;
}
.section3 .conWrap ul li {
	position: relative;
	width: 380px;
	flex-shrink: 0;
	padding: 0 30px;
	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: 70px;
	height: 70px;
}
.section3 .conWrap ul li .num {
	position: absolute;
	right: 30px;
	top: 0;
	font-size: clamp(16px, 1.8vw, 22px);
	color: #222;
}
.section3 .conWrap ul li .tit {
	margin: 24px 0 50px;
	font-family: Pretendard;
	font-size: clamp(22px, 2.8vw, 32px);
	color: #111;
	font-weight: 600;
}
.section3 .conWrap ul li .txt {
	font-family: Pretendard;
	font-size: clamp(15px, 1.7vw, 22px);
	color: rgba(0, 0, 0, 0.8);
	line-height: 150%;
}

.section4 {
	padding: 140px 0;
}
.section4 h3 {
	font-size: clamp(42px, 5.5vw, 68px);
	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: 46px 0 0 8px;
	background: #ff4236;
	border-radius: 50%;
}
.section4 ul {
	margin: 70px 0 0;
}
.section4 ul li {
}
.section4 ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 30px;
	border-bottom: 1px solid #ccc;
	transition: all 0.4s;
}
.section4 ul li a .date {
	width: 130px;
	font-size: clamp(16px, 1.8vw, 22px);
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	transition: all 0.4s;
}
.section4 ul li a .title {
	width: calc(100% - 130px - 26px);
	font-family: Pretendard;
	font-size: clamp(16px, 1.8vw, 22px);
	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: 40px 22px;
	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: 100px 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: clamp(42px, 5.5vw, 68px);
	color: #fff;
	font-weight: 600;
	line-height: 110%;
}
.section5 a .txt {
	margin-top: 36px;
	font-family: Pretendard;
	font-size: clamp(16px, 1.8vw, 22px);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}
.section5 a .arr {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	transition: all 0.3s;
}
.section5 a:hover .arr {
	transform: translateY(-50%) rotate(-45deg);
}

/* animation */
.mainVisual .txt > div > span {
	transform: translateY(100%);
	transition: all 1.6s;
}
.mainVisual.in-view .txt > div > span {
	transform: translateY(0);
}
.mainVisual.in-view .txt > div:nth-child(2) > span {
	transition-delay: 0.4s;
}
.mainVisual .txt > div > span.bold{font-weight:600;}
.mainVisual .txt > div > span.rm{margin-right:15px;}

.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);
}
