@charset "utf-8";
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

/* intro */
#wrap {
	overflow: hidden;
	height: 100vh;
}
#intro {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 100%;
	height: 100vh;
	background: #fff;
	animation: introEndTime 1s 5.6s;
	animation-fill-mode: forwards;
}
#intro .step1 {
	display: flex;
	justify-content: center;
	gap: 1vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	perspective: 1000px;
}
#intro .step1 > div {
	display: inline-block;
	display: flex;
	justify-content: center;
	gap: 0.7vw;
}
#intro .step1 span {
	display: inline-block;
	font-size: 2.4vw;
	font-weight: 600;
	color: #e4007f;
}
#intro .step1 div:nth-child(1) {
	transform: translateY(40px);
	opacity: 0;
	animation:
		step1 1s,
		step1_1 1s 2s;
	animation-fill-mode: forwards;
}
#intro .step1 div:nth-child(2) {
	transform: translateY(40px);
	opacity: 0;
	animation:
		step1 1s,
		step1_1 1s 2s;
	animation-fill-mode: forwards;
}

#intro .step2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	text-align: center;
	perspective: 1000px;
	opacity: 0;
	animation: step2 1s 2.8s;
	animation-fill-mode: forwards;
}
#intro .step2 .img {
	position: relative;
	height: 203px;
	aspect-ratio: 290/203;
}
#intro .step2 .img svg {
	overflow: visible !important;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#intro .step2 .img svg .tomoon2 {
	clip-path: inset(0% 0% 100% 0%);
	animation: step2_1 0s 0s;
	animation-fill-mode: forwards;
}
#intro .step2 .img svg .point2 {
	clip-path: inset(100% 0% 100% 0%);
	animation: step2_1 1s 3.6s;
	animation-fill-mode: forwards;
}

@keyframes introEndTime {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes step1 {
	0% {
		transform: TranslateY(40px);
		opacity: 0;
	}
	100% {
		transform: TranslateY(0px);
		opacity: 1;
	}
}
@keyframes step1_1 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes step2 {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}
@keyframes step2_1 {
	0% {
		clip-path: inset(0% 0% 100% 0%);
	}
	100% {
		clip-path: inset(0% 0% 0% 0%);
	}
}

@keyframes step3_1 {
	100% {
		opacity: 1;
		transform: translate(-700px, -700px);
	}
}
@keyframes step3_2 {
	100% {
		opacity: 1;
		transform: translate(700px, 700px);
	}
}
@keyframes step3_3 {
	100% {
		opacity: 1;
		transform: translate(-1200px, 0);
	}
}
@keyframes step3_4 {
	100% {
		opacity: 1;
		transform: translate(0, 700px);
	}
}

@keyframes lastImg {
	100% {
		opacity: 1;
		transform: scale(1);
		clip-path: inset(0% 0% 0% 0%);
	}
}
@keyframes lastTxt {
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

#contents {
	position: relative;
}
.lines {
}
.lines ~ div {
	position: relative;
	z-index: 10;
}
.lines > div {
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.lines .lineCenter {
	left: 50%;
	transform: translateX(-50%);
}
.lines .lineLeft1 {
	left: 6.25%;
}
.lines .lineLeft2 {
	left: 12.5%;
}
.lines .lineLeft3 {
	left: 18.75%;
}
.lines .lineRight1 {
	right: 6.25%;
}
.lines .lineRight2 {
	right: 12.5%;
}
.lines .lineRight3 {
	right: 18.75%;
}

.mainTitle1 {
	font-family: "Inter";
	font-size: 56px;
	font-weight: 600;
	color: #000;
	line-height: 1em;
	margin-left: -2px;
	margin-bottom: 100px;
}

#header {
	transform: translateY(-100px);
	transition: all 0.4s;
}
#header.scroll {
	transform: translateY(0px);
}
/* visual */
#visual {
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100vh;
}
#visual:before {
	display: none;
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: 6.25%;
	top: 0;
}
#visual:after {
	display: none;
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	right: 6.25%;
	top: 0;
}
#visual .mainLogo {
	overflow: hidden;
	aspect-ratio: 580/360;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	width: 26.594%;
	height: 33.49%;
	background: #fff;
}
#visual .mainLogo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#visual .mainLogo .img1 {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

#visual .mainImg {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*width:calc(100% - 12.5vw);*/
	width: 100vw;
	height: 100vh;
	/*aspect-ratio:1680/760;*/
}
#visual .mainImg > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#visual .mainImg > div.bg1 {
	opacity: 0;
	transform: scale(0.5);
	background: url(/images/main/main_visual4.jpg) no-repeat center;
	background-size: cover;
	clip-path: inset(36.1% 38.05% 36.01% 38.06%);
	will-change: clip-path;
	animation: lastImg 1.4s 4.5s forwards;
}
#visual .mainImg > div.bg1 > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#visual .mainImg video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#visual .mainTexts {
	position: absolute;
	left: 5%;
	bottom: 10%;
	z-index: 10;
	width: 100%;
	font-size: 80px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3em;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
#visual .mainTexts {
}
#visual .mainTexts .txt1 {
}
#visual .mainTexts .txt2 {
}
#visual .scroll {
	position: absolute;
	left: 50%;
	bottom: 40px;
	font-family: Inter;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#visual .scroll img {
	width: 40px;
	height: 40px;
	margin-bottom: 4px;
}

/* business - 컬러카드 2열 레이아웃 (Figma section_business) */
.business {
	position: relative;
	padding: 60px 0;
}
.business .innerwrap {
	width: 75%;
}
.business .conwrap {
	width: 100%;
}
.business .conwrap ul {
	display: flex;
	gap: 20px;
}
.business .conwrap ul li {
	overflow: hidden;
	position: relative;
	/* width 전환: flex-grow는 브라우저에서 보간되지 않아 즉시 점프함 */
	flex: none;
	width: calc((100% - 20px) / 2);
	min-width: 0;
	height: 500px;
	background: #e4007f;
	transition: width 1s ease;
}
.business .conwrap ul li:nth-child(2) {
	background: #727171;
}
/* hover: 선택된 카드 ~850, 비선택 ~570 (Figma 비율 850:570) */
.business .conwrap ul:hover li {
	width: calc((100% - 20px) * 570 / 1420);
}
.business .conwrap ul li:hover {
	width: calc((100% - 20px) * 850 / 1420);
}
.business .conwrap ul li a {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: none;
}
.business .conwrap ul li .title {
	box-sizing: border-box;
	padding: 40px 60px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-family: "pretendard";
	font-size: 35px;
	color: #fcfcfc;
	font-weight: 600;
	letter-spacing: -0.48px;
	line-height: 1.2;
}
.business .conwrap ul li .body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	flex: 1;
	padding: 40px 60px;
}
.business .conwrap ul li .body .txt {
	font-family: "pretendard";
	font-size: 18px;
	color: #fcfcfc;
	font-weight: 400;
	line-height: 30px;
}
.business .conwrap ul li .body .bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}
.business .conwrap ul li .body .more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0 2px;
	font-family: "Inter";
	font-size: 14px;
	color: #fcfcfc;
	font-weight: 400;
	line-height: 1;
	gap: 4px;
}
.business .conwrap ul li .body .more i {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 0;
	background: url(/images/main/business_arr_viewmore.svg) no-repeat center / contain;
}
.business .conwrap ul li .body .eng {
	flex-shrink: 0;
	font-family: "pretendard";
	font-size: 72px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
	letter-spacing: -0.64px;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
	transition: color 0.4s ease;
}
/* 축소된 카드의 영문 타이틀 숨김 (Figma hover 상태) */
.business .conwrap ul:hover li:not(:hover) .body .eng {
	color: transparent;
}

/* project */
.project {
	position: relative;
	padding: 0px 0 100px;
	border-bottom: 1px solid #ccc;
}
.project h3 {
	opacity: 0;
	transform: translateY(60px);
	font-family: "Inter";
	font-size: 80px;
	font-weight: 600;
	color: #000;
	line-height: 1em;
	text-align: center;
}
.project .ArchitectureSlider {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	margin: 0;
}
.project .ArchitectureSlider .swiper-slide {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.project .ArchitectureSlider .swiper-slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
	transition: all 2s;
}
.project .ArchitectureSlider .swiper-slide-active .bg {
	transform: scale(1);
}
/* 인트로 로고 위치에서 포트폴리오 히어로 이미지로 확장 */
.project .ArchitectureSlider.heroReveal .swiper-slide-active .bg {
	opacity: 0;
	transform: scale(0.5);
	clip-path: inset(36.1% 38.05% 36.01% 38.06%);
	will-change: clip-path;
	animation: lastImg 1.4s 4.5s forwards;
	transition: none;
}
.project .ArchitectureSlider .swiper-slide .info,
.project .ArchitectureSlider .sliderNav {
	opacity: 0;
}
.project .ArchitectureSlider.isReady .swiper-slide .info,
.project .ArchitectureSlider.isReady .sliderNav {
	opacity: 1;
	transition: opacity 1.2s ease;
}
.project .ArchitectureSlider .swiper-slide .info {
	position: absolute;
	left: 6.25%;
	bottom: 70px;
	z-index: 100;
}
.project .ArchitectureSlider .swiper-slide .info .cate {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.project .ArchitectureSlider .swiper-slide .info .tit {
	margin: 15px 0;
	font-size: 27px;
	color: #fff;
	font-weight: 600;
}
.project .ArchitectureSlider .swiper-slide .info a {
	font-size: 14px;
	color: #fff;
}
.project .ArchitectureSlider .swiper-slide .info a i {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 10px;
	background: url(/images/main/more_arr2.png) no-repeat center;
}
.project .ArchitectureSlider .sliderNav {
	position: absolute;
	left: 50%;
	top: calc(50% + 40px);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 0 120px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.project .ArchitectureSlider .sliderNav .vprev,
.project .ArchitectureSlider .sliderNav .vnext {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 88px;
	cursor: pointer;
	pointer-events: auto;
}
.project .ArchitectureSlider .sliderNav .vprev img,
.project .ArchitectureSlider .sliderNav .vnext img {
	display: block;
	width: 44px;
	height: 88px;
}

.project .projectList {
	position: relative;
	padding: 230px 0 0;
}
.project .projectList .lines > div {
	height: calc(100% + 100px);
}
.project .projectList .lines .lineLeft1 {
	left: 0%;
}
.project .projectList .lines .lineLeft2 {
	left: 7.14%;
}
.project .projectList .lines .lineRight1 {
	right: 0%;
}
.project .projectList .lines .lineRight2 {
	right: 7.14%;
}

.project ul {
	display: flex;
	flex-wrap: wrap;
}
.project ul li {
	overflow: hidden;
	box-sizing: border-box;
	width: 50%;
}
.project ul li a {
	display: inline-block;
}
.project ul li:nth-child(1) {
	padding-left: 6.25vw;
}
.project ul li:nth-child(2) {
	margin-top: 365px;
}
.project ul li:nth-child(3) {
	margin-top: -90px;
}
.project ul li:nth-child(3) a {
	margin-left: 6.3vw;
}
.project ul li:nth-child(4) {
	margin-top: 290px;
}
.project ul li:nth-child(5) {
	margin-top: 130px;
	padding-left: 12.25vw;
}
.project ul li:nth-child(5) img {
	max-width: 100%;
}
.project ul li:nth-child(6) {
	margin-top: 240px;
	padding-right: 6.25vw;
	display: flex;
	justify-content: flex-end;
}
.project ul li:nth-child(6) img {
	width: 100%;
}

.project ul li .img {
	overflow: hidden;
	position: relative;
}
.project ul li:nth-child(1) .img {
	aspect-ratio: 440/530;
	width: 440px;
}
.project ul li:nth-child(2) .img {
	aspect-ratio: 720/470;
	width: calc(50vw - 12.55vw);
}
.project ul li:nth-child(3) .img {
	aspect-ratio: 600/600;
	width: 470px;
}
.project ul li:nth-child(4) .img {
	aspect-ratio: 540/540;
	width: 540px;
}
.project ul li:nth-child(5) .img {
	aspect-ratio: 720/470;
	width: calc(50vw - 12.8vw);
}
.project ul li:nth-child(6) .img {
	aspect-ratio: 440/530;
	width: 440px;
}
.project ul li .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	object-fit: cover;
}
.project ul li .img img {
	transform: translate(-50%, -50%) scale(1.1);
	transition: all 0.6s;
}
.project ul li .info {
	max-width: 360px;
	padding: 55px 0 0;
}
.project ul li .info .cate {
	font-size: 17px;
	color: #e4007f;
	font-weight: 600;
}
.project ul li .info .tit {
	margin: 15px 0;
	font-size: 27px;
	color: #000;
	font-weight: 600;
	line-height: 1.4em;
}
.project ul li .info .more {
}
/*
.project ul li:nth-child(1) .info{margin-left:6.25vw;}
.project ul li:nth-child(3) .info{margin-left:12.5vw;}
.project ul li:nth-child(5) .info{margin-left:6.25vw;}
*/
.project ul li a:hover .img img {
	transform: translate(-50%, -50%) scale(1.2);
}

/* cm */
.cm {
	position: relative;
	padding: 140px 0 0;
}
.cm:before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: 6.25%;
	top: 0;
}
.cm:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	right: 6.25%;
	top: 0;
}
.cm .title {
	font-family: "Inter";
	font-size: 80px;
	font-weight: 600;
	color: #000;
	line-height: 1em;
	text-align: center;
}
.cm .title .t1 {
	text-align: center;
	opacity: 0;
	transform: translateX(-60px);
}
.cm .title .t2 {
	text-align: right;
	margin-right: -3px;
	opacity: 0;
	transform: translateX(60px);
}
.cm .conwrap {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 100px auto 0;
	padding: 100px 0 170px;
	background: #000;
}
.cm .conwrap .area1 {
	box-sizing: border-box;
	width: 56.45%;
	padding-left: calc(6.25vw - 0px);
}
.cm .conwrap .area1 h2 {
	font-family: "Inter";
	font-size: 54px;
	font-weight: 500;
	color: #fff;
}
.cm .conwrap .area1 ul {
	overflow: hidden;
	margin: 70px 0 0;
}
.cm .conwrap .area1 ul li {
	margin-bottom: 20px;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 1s;
}
.cm .conwrap .area1 ul li.on {
	opacity: 1;
}
.cm .conwrap .area1 ul li span {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	color: #e4007f;
	font-weight: 500;
}
.cm .conwrap .area1 ul li:last-child {
	margin: 0;
}

.cm .conwrap .area2 {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 75px;
	width: 43.45%;
	height: 100%;
	padding-right: calc(6.25vw - 35px);
}
.cm .conwrap .area2 ul {
}
.cm .conwrap .area2 ul li {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	opacity: 0.4;
	transition: opacity 1s;
}
.cm .conwrap .area2 ul li.on {
	opacity: 1;
}
.cm .conwrap .area2 ul li img {
	width: 100%;
}
.cm .conwrap .area2 ul li:last-child {
	margin: 0;
}
.cm .conwrap .area2 ul li a {
	position: absolute;
	right: 40px;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 144px;
	height: 46px;
	border-radius: 50px;
	font-family: Inter;
	font-size: 14px;
	color: #fff;
}
.cm .conwrap .area2 ul li a i {
	margin-left: 4px;
	width: 24px;
	height: 24px;
	background: url(/images/main/more_arr3.png) no-repeat center / cover;
}

/* press */
.press {
	padding: 80px 0 140px;
}
.press .mainTitle1{margin-bottom:50px;}
.press .pressSlider {
	box-sizing: border-box;
	padding-left: 6.25vw;
}
.press .pressSlider .swiper-slide {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 540px;
	height: 460px;
	border: 1px solid #ccc;
	background: #fff;
}
.press .pressSlider .swiper-slide a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 65px 50px;
}
.press .pressSlider .swiper-slide a .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.6s;
}
.press .pressSlider .swiper-slide a .bg:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.press .pressSlider .swiper-slide a .bg ~ div {
	position: relative;
	z-index: 10;
}
.press .pressSlider .swiper-slide a .cate {
	font-family: "Inter";
	font-size: 18px;
	font-weight: 500;
	color: #e3007f;
}
.press .pressSlider .swiper-slide a .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	text-overflow: ellipsis;
	margin: 50px 0 15px;
	font-size: 27px;
	color: #111;
	font-weight: 600;
	line-height: 1.3em;
}
.press .pressSlider .swiper-slide a .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	color: #666;
	line-height: 1.7em;
	display: none;
}
.press .pressSlider .swiper-slide a .date {
	display: none;
	margin-top: 20px;
	font-size: 17px;
	color: #666;
	font-weight: 400;
}
.press .pressSlider .swiper-slide a .more {
	position: absolute !important;
	left: 50px;
	bottom: 55px;
}
.press .pressSlider .drag {
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 100;
	pointer-events: none;
}
.press .pressSlider .drag .circle {
	opacity: 0;
	margin: -40px 0 0 -40px;
	transform-origin: center;
	transform: scale(0);
	transition: all 0.4s;
}
.press .pressSlider .drag .circle.on {
	opacity: 1;
	transform: scale(1);
}
.press .pressSlider .drag .circle img {
	width: 80px;
}

.press .pressSlider .swiper-slide:hover a .bg {
	opacity: 1;
}
.press .pressSlider .swiper-slide:hover a .cate {
	opacity: 0;
	color: #fff;
}
.press .pressSlider .swiper-slide:hover a .title {
	color: #fff;
}
.press .pressSlider .swiper-slide:hover a .txt {
	opacity: 0;
	color: #fff;
}
.press .pressSlider .swiper-slide:hover a .date {
	opacity: 0;
	color: #fff;
}
.press .pressSlider .swiper-slide:hover a .more {
	color: #fff;
}
.press .pressSlider .swiper-slide:hover a .more i {
	background: url(/images/main/more_arr2.png) no-repeat center;
}

/* lastarea */
.lastarea {
	position: relative;
	margin: 0 0 160px;
	border-bottom: 1px solid #ccc;
}
.lastarea .innerwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0 40px;
}
.lastarea .innerwrap > div {
	width: 100%;
}
.lastarea .innerwrap .titleArea {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.lastarea .innerwrap .titleArea h2 {
	color: #000;
	margin: 0;
}
.lastarea .innerwrap .titleArea a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
}
.lastarea .innerwrap .titleArea a i {
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 9px;
	margin: 1px 0 0 10px;
	background: url(/images/main/more_arr.png) no-repeat center;
}
.lastarea .logoimg {
	margin: 70px 0 0;
}
.lastarea p {
	font-size: 27px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
}
.lastarea .imgs {
	display: flex;
	justify-content: flex-start;
	gap: 2%;
	margin-top: 50px;
}
.lastarea .imgs .img {
	position: relative;
	width: 25%;
}
.lastarea .imgs .img > div:not(.tit) {
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.lastarea .imgs .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lastarea .imgs .img > div {
	position: relative;
}
.lastarea .imgs .img > div:nth-child(1):after {
	display: block;
	content: "";
	width: 46px;
	height: 32px;
	background: url(/images/main/youtube_icon1.png) no-repeat;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
	transition: all 0.24s;
}
.lastarea .imgs .img:hover > div:nth-child(1):after {
	background: url(/images/main/youtube_icon2.png) no-repeat;
}
.lastarea .imgs .img .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 30px 0 45px;
	font-size: 22px;
	color: #333;
	font-weight: 600;
}
.lastarea .con {
	position: relative;
	margin-top: 50px;
	height: 80%;
}
.lastarea .con .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/lastarea_recruit_bg.jpg) no-repeat center / cover;
}
.lastarea .con .txt {
	position: absolute;
	left: 60px;
	bottom: 65px;
	z-index: 10;
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	line-height: 1.4em;
}

/* aniamtion */
#visual .mainTexts .txt1 {
	opacity: 0;
	transform: translateX(100px);
}
#visual .mainTexts .txt2 {
	opacity: 0;
	transform: translateX(100px);
}

#visual.act .mainTexts .txt1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.2s 5.5s;
}
#visual.act .mainTexts .txt2 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.2s 5.6s;
}

.lastarea h2 {
	opacity: 0;
	transform: translateX(60px);
}
.lastarea .titleArea a {
	opacity: 0;
}
.lastarea .logoimg {
	opacity: 0;
	transform: translateX(60px);
}
.lastarea .imgs {
}
.lastarea .imgs .img {
	opacity: 0;
	transform: translateX(60px);
}
.lastarea .con {
}
.lastarea .con a > div {
	opacity: 0;
	transform: translateX(60px);
}

.lastarea .in-view h2 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1.2s;
}
.lastarea .in-view .titleArea a {
	opacity: 1;
	transition: all 1.2s 0.6s;
}
.lastarea .in-view .logoimg {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1.2s 0.2s;
}
.lastarea .in-view .imgs .img {
	opacity: 1;
	transform: translateX(0);
}
.lastarea .in-view .imgs .img:nth-child(1) {
	transition: all 1.2s 0.4s;
}
.lastarea .in-view .imgs .img:nth-child(2) {
	transition: all 1.2s 0.5s;
}
.lastarea .in-view .imgs .img:nth-child(3) {
	transition: all 1.2s 0.6s;
}

.lastarea .con .bg {
	clip-path: inset(0% 100% 0% 100%);
}
.lastarea .con .txt {
	opacity: 0;
	transform: translateX(40px);
}

.lastarea .in-view .con .bg {
	clip-path: inset(0% 0% 0% 0%);
	transition: all 1.2s 0.2s;
}
.lastarea .in-view .con .txt {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1.2s 0.6s;
}

.lastarea .imgs .img[data-src] {
	cursor: pointer;
}

/* Youtube 레이어 팝업 */
.youtubePopup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.youtubePopup.on {
	display: block;
}
.youtubePopup .dim {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 42, 42, 0.7);
	cursor: pointer;
}
.youtubePopup .popCtrl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 80px 40px;
	box-sizing: border-box;
	pointer-events: none;
}
.youtubePopup .popCtrl .popInner {
	pointer-events: auto;
}
.youtubePopup .popInner {
	position: relative;
	width: 1080px;
	max-width: 100%;
}
.youtubePopup .videoWrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 55.556%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	background: #000;
	overflow: hidden;
}
.youtubePopup .videoWrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.youtubePopup .btnClose {
	position: absolute;
	right: 0px;
	top: -50px;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.youtubePopup .btnClose::before,
.youtubePopup .btnClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 2px;
	margin: -1px 0 0 -14px;
	background: #fff;
}
.youtubePopup .btnClose::before {
	transform: rotate(45deg);
}
.youtubePopup .btnClose::after {
	transform: rotate(-45deg);
}
