@charset "utf-8";
.pcbr {
	display: none;
}
.tbbr {
	display: block;
}
.mbbr {
	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: 10px;
	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;
	gap: 8px;
}
#intro .step1 span {
	display: inline-block;
	font-size: 28px;
	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: 160px;
	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: 40px;
	font-weight: 600;
	color: #000;
	line-height: 1em;
	margin-bottom: 60px;
}

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

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

/* portfolio hero */
.project {
	position: relative;
	padding: 0 0 60px;
	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: 40px;
	right: 40px;
	bottom: 80px;
	z-index: 100;
}
.project .ArchitectureSlider .swiper-slide .info .cate {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.project .ArchitectureSlider .swiper-slide .info .tit {
	margin: 12px 0 16px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
}
.project .ArchitectureSlider .swiper-slide .info a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	color: #fff;
}
.project .ArchitectureSlider .swiper-slide .info a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	background: url(/images/main/business_arr_viewmore.svg) 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 40px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.project .ArchitectureSlider .sliderNav .vprev,
.project .ArchitectureSlider .sliderNav .vnext {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 88px;
	cursor: pointer;
	pointer-events: auto;
}
.project .ArchitectureSlider .sliderNav img {
	display: block;
	width: 44px;
	height: 88px;
}

/* project list — 2열 */
.project .projectList {
	position: relative;
	padding: 120px 0 0;
}
.project .projectList .lines > div {
	height: 100%;
}
.project .projectList .lines .lineCenter {
	display: none;
}
.project .projectList .lines .lineLeft1 {
	left: 0;
}
.project .projectList .lines .lineLeft2 {
	left: 50%;
}
.project .projectList .lines .lineRight1 {
	right: 0;
}
.project .projectList .lines .lineRight2 {
	display: none;
}
.project ul {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 24px;
}
.project ul li {
	overflow: hidden;
	box-sizing: border-box;
	width: calc(50% - 12px);
	margin: 0 !important;
	padding: 0 !important;
}
.project ul li:nth-child(even) {
	margin-top: 80px !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: 4/5;
}
.project ul li:nth-child(2) .img,
.project ul li:nth-child(5) .img {
	aspect-ratio: 3/2;
}
.project ul li:nth-child(3) .img,
.project ul li:nth-child(4) .img {
	aspect-ratio: 1/1;
}
.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: 20px 0 0;
}
.project ul li .info .cate {
	font-size: 15px;
	color: #e4007f;
	font-weight: 600;
}
.project ul li .info .tit {
	margin: 10px 0 16px;
	font-size: 22px;
	color: #111;
	font-weight: 600;
	line-height: 1.35;
}
.project ul li .info .more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
}

/* business */
.business {
	position: relative;
	padding: 50px 0;
}
.business .conwrap {
	width: 100%;
}
.business .conwrap ul {
	display: flex;
	gap: 16px;
}
.business .conwrap ul li {
	overflow: hidden;
	position: relative;
	flex: 1 0 0;
	min-width: 0;
	height: 420px;
	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: 32px 36px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-family: "pretendard";
	font-size: 32px;
	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: 32px 36px;
}
.business .conwrap ul li .body .txt {
	font-family: "pretendard";
	font-size: 16px;
	color: #fcfcfc;
	font-weight: 400;
	line-height: 26px;
}
.business .conwrap ul li .body .bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}
.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: 40px;
	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: 60px 0 100px;
}
.press .mainTitle1{margin-bottom:50px;}
.press .pressSlider {
	box-sizing: border-box;
	padding-left: 32px;
}
.press .pressSlider .swiper-slide {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 360px;
	height: 360px;
	border: 1px solid #ccc;
	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: 40px 32px;
}
.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: 16px;
	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: 28px 0 0;
	font-size: 22px;
	color: #111;
	font-weight: 600;
	line-height: 1.3em;
}
.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;
}
.press .pressSlider .drag {
	display: none;
}
.press .pressSlider .swiper-slide:hover a .bg {
	opacity: 1;
}
.press .pressSlider .swiper-slide:hover a .cate {
	opacity: 0;
}
.press .pressSlider .swiper-slide:hover a .title,
.press .pressSlider .swiper-slide:hover a .more {
	color: #fff;
}

/* lastarea */
.lastarea {
	position: relative;
	margin: 0 0 80px;
	border-bottom: 1px solid #ccc;
}
.lastarea .innerwrap {
	display: block;
	padding: 0;
}
.lastarea .innerwrap > div {
	width: 100%;
}
.lastarea .innerwrap .bgWrap {
	display: none;
}
.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;
	font-size: 14px;
	color: #000;
}
.lastarea .innerwrap .titleArea a i {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 8px;
	background: url(/images/main/more_arr.png) no-repeat center / contain;
}
.lastarea .insta,
.lastarea .recruit {
	padding: 60px 0;
	border-top: 1px solid #ccc;
}
.lastarea .insta {
	border-top: 0;
	padding-top: 40px;
}
.lastarea .imgs {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 40px;
}
.lastarea .imgs .img {
	position: relative;
	flex: 1 1 calc(50% - 8px);
	width: calc(50% - 8px);
	max-width: calc(50% - 8px);
	min-width: 0;
	opacity: 1;
	transform: none;
}
.lastarea .imgs .img > div:not(.tit) {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.lastarea .imgs .img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}
.lastarea .imgs .img > div {
	position: relative;
}
.lastarea .imgs .img > div:nth-child(1):after {
	display: block;
	content: "";
	width: 40px;
	height: 28px;
	background: url(/images/main/youtube_icon1.png) no-repeat center / contain;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 10;
}
.lastarea .imgs .img .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 20px 0 0;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.lastarea .con {
	position: relative;
	margin-top: 40px;
	height: 280px;
}
.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: 32px;
	bottom: 32px;
	z-index: 10;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 1.4em;
	opacity: 1;
	transform: none;
}
.lastarea h2,
.lastarea .titleArea a,
.lastarea .imgs .img {
	opacity: 1;
	transform: none;
}

.youtubePopup .popCtrl {
	padding: 80px 32px 32px;
}
.youtubePopup .popInner {
	width: 100%;
	max-width: 900px;
}
.youtubePopup .btnClose {
	right: 0;
	top: -48px;
}
