@charset "utf-8";
.pcbr {
	display: none;
}
.tbbr {
	display: none;
}
.mbbr {
	display: block;
}
.dn {
	display: none;
}
.innerWrap {
	width: 100%;
	padding: 0 20px;
}
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: 10vh;
}
.mainVisual .txt {
	box-sizing: border-box;
	padding: 160px 5% 50px;
}
.mainVisual .txt > div {
	overflow: hidden;
}
.mainVisual .txt > div > span.span {
	display:inline-block;
	font-size: clamp(30px, 8.5vw, 50px);
	line-height: 1.3em;
	font-weight: 500;
	color: #000;
}
.mainVisual .label {
	overflow: hidden;
	position: relative;
	width: 120%;
	margin-top: 30px;
	transform: translateX(-5%) rotate(-8deg);
	transform-origin: center;
	background: #ff4236;
	padding: 12px 0;
}
.mainVisual .label-slider {
	display: flex;
	white-space: nowrap;
	animation: slideLeft 30s linear infinite;
	will-change: transform;
	font-size: clamp(13px, 3.5vw, 20px);
	color: #fff;
}
.mainVisual .label-text {
	flex-shrink: 0;
	padding-right: 16px;
}
.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: 80px 0;
	text-align: left;
}
.section1 > div {
	position: relative;
}
.section1 .bgImg {
	position: absolute;
	right: -5%;
	top: -20px;
	left: auto;
	bottom: auto;
	width: 160px;
	aspect-ratio: 848/845;
	background: url(/images/main/sec1_bg.png) no-repeat center / cover;
	transform: rotate(-5deg);
	animation: ani1 15s infinite alternate;
	opacity: 0.5;
}
.section1 .textArea {
	position: relative;
}
.section1 .textArea h3 {
	overflow: visible !important;
	position: relative;
	font-size: var(--font-size-28);
	color: #000;
	line-height: 120%;
}
.section1 .textArea h3 span {
	position: relative;
	display: inline-block;
	font-variant: normal;
	text-decoration: none;
	font-feature-settings: "case" 1;
}
.section1 .textArea h3 span.mbbr{display:block;}
.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: 18px;
	font-size: clamp(13px, 3.5vw, 16px);
	color: rgba(0, 0, 0, 0.8);
	line-height: 170%;
	word-break: keep-all;
}
.section1 .textArea a {
	position: relative;
	z-index: 100;
	margin-top: 18px;
}

@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: 150px;
	height: 44px;
}
.btnMore span {
	font-size: clamp(13px, 3.5vw, 16px);
	color: rgba(0, 0, 0, 0.8);
	font-weight: 300;
}
.btnMore i {
	display: block;
	width: 44px;
	height: 44px;
	background: rgba(255, 66, 54, 1) url(/images/common/more_arr.png) no-repeat center;
	background-size: 18px;
	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: 60px 0;
}
.section2 .titleArea {
	width: 100%;
}
.section2 .titleArea h3 {
	font-size: var(--font-size-26);
	color: #222;
	line-height: 130%;
	font-weight: 600;
}
.section2 .titleArea h3 span.dot {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	aspect-ratio: 1/1;
	margin: 18px 0 0 5px;
	background: #ff4236;
	border-radius: 50%;
}
.section2 .titleArea h3 + div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin-top: 6px;
}
.section2 .titleArea h3 + div .padc {
	font-size: var(--font-size-80);
	color: #ff4236;
	font-weight: 600;
	line-height: 110%;
}
.section2 .titleArea h3 + div .exp {
	margin-bottom: 0;
	font-size: clamp(13px, 3.5vw, 16px);
	color: rgba(0, 0, 0, 0.8);
	font-weight: 300;
	line-height: 150%;
}
.section2 .conWrap {
	position: relative;
	margin-top: 14px;
	width: 100%;
}
.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: 14px 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: 70px;
	font-size: clamp(26px, 7vw, 42px);
	-webkit-text-stroke: 1px #ff4539;
	color: transparent;
	font-weight: 700;
}
.section2 .conWrap ul li .txts {
	display: grid;
	position: relative;
	width: calc(100% - 70px);
}
.section2 .conWrap ul li .txts .tit {
	font-size: var(--font-size-18);
	font-weight: 500;
	color: #222;
}
.section2 .conWrap ul li .txts .hiddenTxt {
	margin-top: 6px;
	font-size: var(--font-size-12);
	font-weight: 300;
	color: #222;
	line-height: 150%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
		max-height 0.8s ease,
		opacity 0.8s ease;
	word-break: keep-all;
}
.section2 .conWrap ul li.on .txts .hiddenTxt {
	max-height: 300px;
	opacity: 1;
	transition:
		max-height 1.2s ease,
		opacity 0.8s ease;
}

#sec2BallCanvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw !important;
}
.section2 .conWrap .liBg {
	position: absolute;
	left: calc(50% - 50vw);
	width: 100vw;
	height: auto;
	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: 14px;
	text-align: right;
}

.section3 {
	padding: 70px 0 0;
}
.section3 h3 {
	font-size: var(--font-size-26);
	color: #222;
	line-height: 130%;
	font-weight: 600;
}
.section3 h3 span.dot {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	aspect-ratio: 1/1;
	margin: 18px 0 0 5px;
	background: #ff4236;
	border-radius: 50%;
}
.section3 .conWrap {
	position: relative;
	margin-top: 40px;
	height: auto;
}
.section3 .conWrap ul {
	position: relative;
}
.section3 .conWrap ul li {
	position: relative;
	width: 100%;
	flex-shrink: 0;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.section3 .conWrap ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.section3 .conWrap ul li .icon {
	width: 60px;
	height: 60px;
}
.section3 .conWrap ul li .num {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: clamp(13px, 3.5vw, 16px);
	color: #222;
}
.section3 .conWrap ul li .tit {
	margin: 20px 0 16px;
	font-family: Pretendard;
	font-size: clamp(16px, 4.5vw, 22px);
	color: #111;
	font-weight: 600;
}
.section3 .conWrap ul li .txt {
	font-family: Pretendard;
	font-size: clamp(13px, 3.5vw, 16px);
	color: rgba(0, 0, 0, 0.8);
	line-height: 160%;
}

.section4 {
	padding: 70px 0;
}
.section4 h3 {
	font-size: clamp(26px, 7vw, 42px);
	color: #222;
	line-height: 130%;
	font-weight: 600;
}
.section4 h3 span.dot {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	aspect-ratio: 1/1;
	margin: 18px 0 0 5px;
	background: #ff4236;
	border-radius: 50%;
}
.section4 ul {
	margin: 40px 0 0;
}
.section4 ul li {
}
.section4 ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.4s;
}
.section4 ul li a .date {
	width: 100px;
	font-size: clamp(12px, 3vw, 14px);
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	transition: all 0.4s;
}
.section4 ul li a .title {
	width: calc(100% - 100px - 20px);
	font-family: Pretendard;
	font-size: clamp(13px, 3.5vw, 16px);
	color: #000;
	font-weight: 500;
	transition: all 0.4s;
}
.section4 ul li a .icon {
	width: 20px;
	height: 20px;
	background: url(/images/main/sec4_icon1.png) no-repeat center / cover;
	transition: all 0.4s;
}
.section4 ul li:hover a {
	padding: 20px 8px;
	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: 70px 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(26px, 7vw, 42px);
	color: #fff;
	font-weight: 600;
	line-height: 110%;
}
.section5 a .txt {
	margin-top: 24px;
	font-family: Pretendard;
	font-size: clamp(13px, 3.5vw, 16px);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}
.section5 a .arr {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	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);
}
