.error-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-width: calc(var(--m-width) - var(--scrollbar-width));
    min-height: 580px;
    overflow: hidden;
    background-color: var(--slate-50);
}
.error-wrap .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	gap: 12px;
	padding: 20px;
    width: 100%;
    height: 100%;
    min-width: calc(var(--m-width) - var(--scrollbar-width));
    min-height: 580px;
}
.error-wrap .container .error-img {
    position: relative;
    width: 680px;
    height: 475px;
    min-width: 680px;
    min-height: 475px;
}
.error-wrap .container .error-img div {
    position: absolute;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
/*그림자*/
.error-wrap .container .error-img div:nth-child(1) {
    top: 89px;
    left: 354px;
	width: 326px;
	height: 193px;
    background-image: url("/images/error/shadow1.png");
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.error-wrap .container .error-img div:nth-child(2) {
    top: 237px;
    left: 0px;
	width: 155px;
	height: 92px;
    background-image: url("/images/error/shadow2.png");
	animation-name: fadeInUp;
	animation-delay: 0.6s;
}
.error-wrap .container .error-img div:nth-child(3) {
    top: 120px;
    left: 177px;
	width: 128px;
	height: 76px;
    background-image: url("/images/error/shadow3.png");
	animation-name: fadeInUp;
	animation-delay: 0.8s;
}
.error-wrap .container .error-img div:nth-child(4) {
    top: 367px;
    left: 440px;
	width: 114px;
	height: 68px;
    background-image: url("/images/error/shadow4.png");
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.error-wrap .container .error-img div:nth-child(5) {
    top: 350px;
    left: 161px;
	width: 211px;
	height: 125px;
    background-image: url("/images/error/shadow5.png");
	animation-name: fadeInUp;
	animation-delay: 1.2s;
} 
.error-wrap .container .error-img div:nth-child(6) {
    top: 269px;
    left: 612px;
	width: 50px;
	height: 29px;
    background-image: url("/images/error/shadow7.png");
	animation-name: fadeInUp;
	animation-delay: 1.4s;
}
.error-wrap .container .error-img div:nth-child(7) {
    top: 331px;
    left: 557px;
	width: 23px;
	height: 15px;
    background-image: url("/images/error/shadow7.png");
	animation-name: fadeInUp;
	animation-delay: 2s;
}
.error-wrap .container .error-img div:nth-child(8) {
    top: 37px;
    left: 38px;
	width: 399px;
	height: 393px;
    background-image: url("/images/error/shadow8.png");
	animation-name: fadeInUp;
	animation-delay: 2.2s;
}
.error-wrap .container .error-img div:nth-child(9) {
    top: 246px;
    left: 179px;
	width: 488px;
	height: 159px;
    background-image: url("/images/error/shadow9.png");
	animation-name: fadeInUp;
	animation-delay: 2.4s;
}
/*item */
.error-wrap .container .error-img div:nth-child(10) {
    top: 54px;
    left: 327px;
	width: 334px;
	height: 227px;
    background-image: url("/images/error/item1.png");
	animation-name: fadeInDown;
	animation-delay: 0.4s;
}
.error-wrap .container .error-img div:nth-child(11) {
    top: 211px;
    left: 0px;
	width: 412px;
	height: 115px;
    background-image: url("/images/error/item2.png");
	animation-name: fadeInDown;
	animation-delay: 0.6s;
}
.error-wrap .container .error-img div:nth-child(12) {
    top: 20px;
    left: 81px;
	width: 508px;
	height: 303px;
    background-image: url("/images/error/item3.png");
	animation-name: fadeInDown;
	animation-delay: 0.8s;
}
.error-wrap .container .error-img div:nth-child(13) {
    top: 40px;
    left: 117px;
	width: 423px;
	height: 395px;
    background-image: url("/images/error/item4.png");
	animation-name: fadeInDown;
	animation-delay: 1s;
}
.error-wrap .container .error-img div:nth-child(14) {
    top: 55px;
    left: 44px;
	width: 482px;
	height: 420px;
    background-image: url("/images/error/item5.png");
	animation-name: fadeInDown;
	animation-delay: 1.2s;
}
.error-wrap .container .error-img div:nth-child(15) {
    top: 62px;
    left: 201px;
	width: 466px;
	height: 371px;
    background-image: url("/images/error/item6.png");
	animation-name: fadeInDown;
	animation-delay: 1.4s;
}
.error-wrap .container .error-img div:nth-child(16) {
    top: 0px;
    left: 330px;
	width: 229px;
	height: 284px;
    background-image: url("/images/error/item7.png");
	animation-name: fadeInDown;
	animation-delay: 1.6s;
}
.error-wrap .container .error-img div:nth-child(17) {
    top: 167px;
    left: 183px;
	width: 462px;
	height: 254px;
    background-image: url("/images/error/item8.png");
	animation-name: fadeInDown;
	animation-delay: 1.8s;
}
.error-wrap .container .error-img div:nth-child(18) {
    top: 280px;
    left: 550px;
	width: 41px;
	height: 64px;
    background-image: url("/images/error/item9.png");
	animation-name: fadeInDown;
	animation-delay: 2s;
}
.error-wrap .container .error-img div:nth-child(19) {
    top: 31px;
    left: 37px;
	width: 391px;
	height: 388px;
    background-image: url("/images/error/item10.png");
	animation-name: fadeInDown;
	animation-delay: 2.2s;
}
.error-wrap .container .error-img div:nth-child(20) {
    top: 230px;
    left: 177px;
	width: 481px;
	height: 174px;
    background-image: url("/images/error/item11.png");
	animation-name: fadeInDown;
	animation-delay: 2.4s;
}
.error-wrap .container .error-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 548px;
    height: 580px;
    z-index: 1;
}
.error-wrap .container .error-text .logo-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
	gap: 12px;
    margin-bottom: 100px;
	animation: fadeInUp 1s ease 0.2s both;
}
.error-wrap .container .error-text .logo-wrap .logo {
    width: 172px;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/images/logo_default.png");
}
.error-wrap .container .error-text .logo-wrap span {
    color: var(--slate-700);
    font-weight: 600;
    font-size: 18px;
	line-height: 1;
}
.error-wrap .container .error-text h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--slate-800);
    font-weight: 500;
    word-break: keep-all;
	animation: fadeInUp 1s ease 0.4s both;
}
.error-wrap .container .error-text .text {
	width: 90%;
	margin-bottom: 40px;
    font-size: 16px;
    color: var(--slate-700);
    word-break: keep-all;
	animation: fadeInUp 1s ease 0.6s both;
}
.error-wrap .container .error-text .btn-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
	animation: fadeInUp 1s ease 0.8s both;
}
.error-wrap .container .error-text .btn-wrap .btn {
    font-size: var(--font-size);
}
.error-wrap .container .error-text .btn-wrap .btn::before {
    font-size: var(--i-small) !important;
	opacity: .8;
}
.error-wrap .container .error-text h1 {
    margin-top: 80px;
    font-size: 100px;
    font-weight: 700;
    color: var(--slate-200);
    word-break: keep-all;
    line-height: 0.83;
	animation: 
    fadeInUp 1s ease 1s both,
    shake 2s ease 2s infinite alternate;
}

@keyframes shake {
  0% { transform: skewX(-5deg); }
  3% { transform: skewX(5deg); }
  6% { transform: skewX(-5deg); }
  9% { transform: skewX(5deg); }
  12% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}