.login-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);
}
.login-wrap .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	gap: 60px;
	padding: 20px;
    width: 100%;
    height: 100%;
    min-width: calc(var(--m-width) - var(--scrollbar-width));
    min-height: 580px;
}
.login-wrap .container .login-img {
    position: relative;
    width: 860px;
    height: 580px;
    min-width: 860px;
    min-height: 580px;
}
.login-wrap .container .login-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;
}
/*그림자*/
.login-wrap .container .login-img div:nth-child(1) {
    top: 193px;
    left: 354px;
	width: 326px;
	height: 193px;
    background-image: url("/images/login/shadow1.png");
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.login-wrap .container .login-img div:nth-child(2) {
    top: 344px;
    left: 5px;
	width: 155px;
	height: 92px;
    background-image: url("/images/login/shadow2.png");
	animation-name: fadeInUp;
	animation-delay: 0.7s;
}
.login-wrap .container .login-img div:nth-child(3) {
    top: 75px;
    left: 162px;
	width: 584px;
	height: 505px;
    background-image: url("/images/login/shadow3.png");
	animation-name: fadeInUp;
	animation-delay: 1s;
}
.login-wrap .container .login-img div:nth-child(4) {
    top: 143px;
    left: 663px;
	width: 197px;
	height: 366px;
    background-image: url("/images/login/shadow4.png");
	animation-name: fadeInUp;
	animation-delay: 1.3s;
}
.login-wrap .container .login-img div:nth-child(5) {
    top: 98px;
    left: 166px;
	width: 626px;
	height: 441px;
    background-image: url("/images/login/shadow5.png");
	animation-name: fadeInUp;
	animation-delay: 1.6s;
}
.login-wrap .container .login-img div:nth-child(6) {
    top: 158px;
    left: 45px;
	width: 788px;
	height: 394px;
    background-image: url("/images/login/shadow6.png");
	animation-name: fadeInUp;
	animation-delay: 1.9s;
}
.login-wrap .container .login-img div:nth-child(7) {
    top: 99px;
    left: 77px;
	width: 533px;
	height: 417px;
    background-image: url("/images/login/shadow7.png");
	animation-name: fadeInUp;
	animation-delay: 2.2s;
} 
/*item */
.login-wrap .container .login-img div:nth-child(8) {
    top: 158px;
    left: 327px;
	width: 334px;
	height: 227px;
    background-image: url("/images/login/item1.png");
	animation-name: fadeInDown;
	animation-delay: 0.4s;
}
.login-wrap .container .login-img div:nth-child(9) {
    top: 318px;
    left: 0;
	width: 650px;
	height: 116px;
    background-image: url("/images/login/item2.png");
	animation-name: fadeInDown;
	animation-delay: 0.7s;
}
.login-wrap .container .login-img div:nth-child(10) {
    top: 42px;
    left: 82px;
	width: 663px;
	height: 537px;
    background-image: url("/images/login/item3.png");
	animation-name: fadeInDown;
	animation-delay: 1s;
}
.login-wrap .container .login-img div:nth-child(11) {
    top: 2px;
    left: 16px;
	width: 831px;
	height: 507px;
    background-image: url("/images/login/item4.png");
	animation-name: fadeInDown;
	animation-delay: 1.3s;
}
.login-wrap .container .login-img div:nth-child(12) {
    top: 63px;
    left: 116px;
	width: 675px;
	height: 476px;
    background-image: url("/images/login/item5.png");
	animation-name: fadeInDown;
	animation-delay: 1.6s;
}
.login-wrap .container .login-img div:nth-child(13) {
    top: 106px;
    left: 43px;
	width: 782px;
	height: 445px;
    background-image: url("/images/login/item6.png");
	animation-name: fadeInDown;
	animation-delay: 1.9s;
}
.login-wrap .container .login-img div:nth-child(14) {
    top: 0px;
    left: 73px;
	width: 741px;
	height: 555px;
    background-image: url("/images/login/item7.png");
	animation-name: fadeInDown;
	animation-delay: 2.2s;
}
.login-wrap .container .login-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 320px;
    max-width: 360px;
    min-height: 423px;
}
.login-wrap .container .logo-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
	gap: 8px;
    width: 100%;
	margin-bottom: 32px;
	animation: fadeInUp 1s ease 0.2s both;
}
.login-wrap .container .logo-wrap .logo {
    width: 100%;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/images/logo_default.png");
}
.login-wrap .container .logo-wrap span {
    color: var(--slate-700);
    font-weight: 600;
    font-size: 18px;
	line-height: 22px;
}
.login-wrap .container .login-form .form-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.login-wrap .container .login-form .form-wrap input {
    width: 100%;
    height: 48px;
    padding: 0 4px 0 48px;
    font-size: 16px;
}
/* 웹접근성(WCAG 2.1 AA 1.4.3): placeholder 명도대비 4.5:1 확보 */
.login-wrap .container .login-form .form-wrap input::placeholder {
    color: #595959;
    opacity: 1;
}
.login-wrap .container .login-form .form-wrap::before {
    position: absolute;
    top: calc(50% - 12px);
    left: 8px;
    line-height: 24px;
    font-family: "Material Icons Round";
    color: var(--slate-400);
    font-size: 24px;
    text-rendering: auto;
}
.login-wrap .container .login-form .form-wrap::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 40px;
    width: 1px;
    height: 12px;
    background-color: var(--slate-300);
}
.login-wrap .container .login-form .form-wrap.i-id::before {
    content: "\e7fd";
}
.login-wrap .container .login-form .form-wrap.i-pass::before {
    content: "\e0da";
}
.login-wrap .container .login-form .form-wrap.i-otp::before {
    content: "\f042";
}
.login-wrap .container .login-form .btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.login-wrap .container .login-form .btn-wrap .btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}
.login-wrap .container .login-form .otp-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 32px;
}

.form-wrap.i-id {
	animation: fadeInUp 1s ease 0.4s both;
}
.form-wrap.i-pass {
	animation: fadeInUp 1s ease 0.6s both;
}
.login-wrap .container .login-form .btn-wrap .login {
	animation: fadeInUp 1s ease 0.8s both;
}