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

/* 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: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	perspective: 1000px;
}
#intro .step1 > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 20px;
}
#intro .step1 span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #e4007f;
}
#intro .step1 div:nth-child(1),
#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: 112px;
	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(0);
		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%);
	}
}

.mainTitle1 {
	font-family: "Inter";
	font-size: 24px;
	font-weight: 700;
	color: #0f0f0f;
	letter-spacing: -0.48px;
	line-height: 1.2;
	margin: 0;
}

#header {
	transform: translateY(-80px);
	transition: all 0.4s;
}
#header.scroll {
	transform: translateY(0);
}

.project .innerwrap,
.business .innerwrap,
.press .innerwrap,
.lastarea .innerwrap {
	width: calc(100% - 40px);
}

/* portfolio hero */
.project {
	position: relative;
	padding: 0 0 24px;
	border-bottom: 0;
}
.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%;
	background-size: cover;
}
.project .ArchitectureSlider .swiper-slide .info {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 80px;
	z-index: 100;
}
.project .ArchitectureSlider .swiper-slide .info .cate {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 1.4;
}
.project .ArchitectureSlider .swiper-slide .info .tit {
	margin: 8px 0 16px;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.24px;
	line-height: 1.3;
}
.project .ArchitectureSlider .swiper-slide .info a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: "Inter";
	font-size: 14px;
	color: #fcfcfc;
}
.project .ArchitectureSlider .swiper-slide .info a i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	background: url(/images/main/more_arr2.png) no-repeat center / contain;
}
.project .ArchitectureSlider .sliderNav {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.project .ArchitectureSlider .sliderNav .vprev,
.project .ArchitectureSlider .sliderNav .vnext {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	aspect-ratio: 44/88;
	cursor: pointer;
	pointer-events: auto;
}
.project .ArchitectureSlider .sliderNav img {
	display: block;
	width: 100%;	
}

/* project list — 1열 카드 */
.project .projectList {
	position: relative;
	padding: 160px 0 0;
}
.project .projectList .lines > div {
	height: 100%;
}
.project .projectList .lines .lineCenter,
.project .projectList .lines .lineLeft2,
.project .projectList .lines .lineRight2 {
	display: none;
}
.project .projectList .lines .lineLeft1 {
	left: 0;
}
.project .projectList .lines .lineRight1 {
	right: 0;
}
.project ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 60px;
}
.project ul li {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.project ul li a {
	display: block;
	width: 100%;
	margin: 0 !important;
}
.project ul li .img {
	overflow: hidden;
	position: relative;
	width: 100% !important;
	aspect-ratio: 335/370;
}
.project ul li:nth-child(2) .img,
.project ul li:nth-child(5) .img {
	aspect-ratio: 335/219;
}
.project ul li:nth-child(3) .img {
	aspect-ratio: 1/1;
}
.project ul li:nth-child(4) .img {
	aspect-ratio: 335/301;
}
.project ul li .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transform: translate(-50%, -50%) scale(1.05);
}
.project ul li .info {
	max-width: none;
	padding: 16px 0 0;
}
.project ul li .info .cate {
	font-size: 14px;
	color: #e4007f;
	font-weight: 600;
	line-height: 1.4;
}
.project ul li .info .tit {
	margin: 8px 0 16px;
	font-size: 22px;
	color: #111;
	font-weight: 600;
	letter-spacing: -0.24px;
	line-height: 1.3;
}
.project ul li .info .more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.project ul li .info .more i {
	width: 9px;
	height: 9px;
	background: url(/images/main/more_arr.png) no-repeat center / cover;
}

/* business */
.business {
	position: relative;
	padding: 80px 0;
}
.business .conwrap {
	width: 100%;
}
.business .conwrap ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.business .conwrap ul li {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 320px;
	background: #e4007f;
}
.business .conwrap ul li:nth-child(2) {
	background: #727171;
}
.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: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-family: "pretendard";
	font-size: 28px;
	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: 24px 20px;
}
.business .conwrap ul li .body .txt {
	font-family: "pretendard";
	font-size: 14px;
	color: #fcfcfc;
	font-weight: 400;
	line-height: 20px;
}
.business .conwrap ul li .body .bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}
.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: 20px;
	height: 20px;
	margin: 0;
	background: url(/images/main/business_arr_viewmore.svg) no-repeat center / contain;
}
.business .conwrap ul li .body .eng {
	flex-shrink: 1;
	min-width: 0;
	font-family: "pretendard";
	font-size: 24px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
	letter-spacing: -0.64px;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

/* press */
.press {
	padding: 40px 0 80px;
	border-top: 1px solid rgba(112, 115, 124, 0.5);
	border-bottom: 1px solid rgba(112, 115, 124, 0.5);
}
.press .innerwrap .mainTitle1 {
	margin-bottom: 40px;
}
.press .pressSlider {
	box-sizing: border-box;
	padding-left: 20px;
}
.press .pressSlider .swiper-slide {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 280px;
	height: 280px;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.press .pressSlider .swiper-slide a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 24px 20px;
}
.press .pressSlider .swiper-slide a .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.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: 14px;
	font-weight: 500;
	color: #e4007f;
	line-height: 1.4;
}
.press .pressSlider .swiper-slide a .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	margin: 24px 0 0;
	font-size: 22px;
	color: #0f0f0f;
	font-weight: 600;
	letter-spacing: -0.16px;
	line-height: 1.25;
}
.press .pressSlider .swiper-slide a .txt,
.press .pressSlider .swiper-slide a .date {
	display: none;
}
.press .pressSlider .swiper-slide a .more {
	position: relative !important;
	left: auto;
	bottom: auto;
	margin-top: auto;
	font-size: 14px;
	color: #333;
}
.press .pressSlider .swiper-slide a .more i {
	width: 9px;
	height: 9px;
	background: url(/images/main/more_arr.png) no-repeat center / cover;
}
.press .pressSlider .drag {
	display: none;
}

/* lastarea */
.lastarea {
	position: relative;
	margin: 0;
	border-bottom: 0;
}
.lastarea .innerwrap {
	display: block;
	padding: 0;
}
.lastarea .innerwrap > div {
	width: 100%;
}
.lastarea .innerwrap .bgWrap {
	display: none;
}
.lastarea .innerwrap .titleArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lastarea .innerwrap .titleArea h2 {
	color: #0f0f0f;
	margin: 0;
}
.lastarea .innerwrap .titleArea h2 img {
	height: 22px;
	width: auto;
}
.lastarea .innerwrap .titleArea a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.lastarea .innerwrap .titleArea a i {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 4px;
	background: url(/images/main/more_arr.png) no-repeat center / contain;
}
.lastarea .insta,
.lastarea .recruit {
	padding: 80px 0;
	border-top: 1px solid #b0b0b0;
}
.lastarea .insta {
	border-top: 0;
}
.lastarea .imgs {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 40px;
}
.lastarea .imgs .img {
	position: relative;
	width: 100%;
	opacity: 1;
	transform: none;
}
.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: 40px;
	height: 40px;
	background: url(/images/main/youtube_icon1.png) no-repeat center / contain;
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
}
.lastarea .imgs .img .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 16px 0 0;
	font-size: 18px;
	color: #111;
	font-weight: 500;
	letter-spacing: -0.24px;
}
.lastarea .con {
	position: relative;
	margin-top: 40px;
	height: 200px;
}
.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;
	clip-path: none;
}
.lastarea .con .txt {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 10;
	font-size: 22px;
	color: #fcfcfc;
	font-weight: 600;
	letter-spacing: -0.24px;
	line-height: 1.3;
	opacity: 1;
	transform: none;
}
.lastarea h2,
.lastarea .titleArea a,
.lastarea .imgs .img {
	opacity: 1;
	transform: none;
}

.youtubePopup .popCtrl {
	padding: 72px 16px 24px;
}
.youtubePopup .popInner {
	width: 100%;
}
.youtubePopup .btnClose {
	right: 0;
	top: -40px;
	width: 32px;
	height: 32px;
}
.youtubePopup .btnClose::before,
.youtubePopup .btnClose::after {
	width: 20px;
	margin: -1px 0 0 -10px;
}
