html{overflow: hidden;}
.introArea{
	position: fixed; width: 100%; height: 100%;
	background-color: #222; top: 0; left: 0;
	font-size: calc(130/1920*100vw);
	display: flex; align-items: center; justify-content: center;
	font-family: 'Poppins';
	z-index: 10000001;
}

.introArea .first{
	position: absolute;
	height: 1em; display: flex; align-items: center; justify-content: center;
}

.introArea .svgBx{
	position: relative; height: 100%; margin-right: 0.18em;
	display: flex; align-items: center; justify-content: center;
	transform: translateX(437%);
}

.introArea .svgBx .blur{
	object-fit: cover; max-width: unset; max-height: unset;
	width: 115%;
	position: absolute; z-index: -1;
	opacity: 0;
}
.introArea .svgBx svg{
	width: auto; max-width: unset; height: 100%;
	opacity: 0;
}


.introArea .first .txt{
	height: 1em; width: auto; max-width: unset; opacity: 0;
	transform: translateX(-50%);
}

.introArea .txtBx{
	display: flex; align-items: center; justify-content: center;
	font-size: calc(90/130*1em); font-weight: 300;
	opacity: 0;
}
.introArea .txtBx .save{
	display: flex; align-items: center; justify-content: flex-start;
	margin-right: 0.2em; color: #bfbfbf;
}
.introArea .txtBx .save p{}
.introArea .txtBx .right{
	overflow: hidden;
}
.introArea .txtBx .right > div{
	height: 1em;
}
.introArea .txtBx .right > div > div{
	display: flex; align-items: center; justify-content: flex-start;
}
.introArea .txtBx .right em{}
.introArea .txtBx .right p{}
.introArea .txtBx .right p.margin{
	margin-right: 0.2em;
}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	.introArea{font-size: calc(98/1024*100vw);}
	.introArea .txtBx{font-size: 1.16em;}
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {}
@media screen and (max-width:320px) {}


/* 확인용 */
/* .introArea .svgBx{transform: unset;}
.introArea .svgBx svg{opacity: 1;}
.introArea .first .txt{opacity: 1; transform: unset;}
.introArea .txtBx{opacity: 1;} */