.gradient-icon {
  	position: absolute;
  	height: 100%;
  	width: 100%;
  	top: 0%;
  	right: 0%;
  	bottom: 0%;
  	left: 0%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	object-fit: cover;
  	display: none;
  	opacity: 0.2;
}
/* .video {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 1920px;
  	height: 1080px;
} */
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;   /* 브라우저 가로 크기 */
    height: 100vh;  /* 브라우저 세로 크기 */
    overflow: hidden;
}
.form1 .input {
    margin-bottom: 22px;   /* ID–PW 간격 */
}
.video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 화면 채우기, 비율 유지 */
    display: block;
}
.dimmed {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	background-color: #fff;
  	width: 1920px;
  	height: 1024px;
  	overflow: hidden;
  	opacity: 0.8;
}
.k2-korea-corp {
  	position: absolute;
  	bottom: 60px;
  	left: calc(50% - 88px);
  	line-height: 24px;
  	opacity: 0.16;
}
.test-icon {
  	width: 280px;
  	position: relative;
  	max-height: 100%;
  	object-fit: cover;
}
.left {
  	align-self: stretch;
  	width: 320px;
  	background-color: #f7f9ff;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}
.k2-smart-office {
  	margin: 0;
}
.k2-smart-office-container {
  	align-self: stretch;
  	position: relative;
  	line-height: 52px;
  	font-weight: 800;
}
.text {
  	position: relative;
  	line-height: 24px;
  	font-weight: 500;
}
.input {
  	align-self: stretch;
  	border-radius: 4px;
  	background-color: #fff;
  	border: 1px solid #d4d4d8;
  	box-sizing: border-box;
  	height: 48px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: flex-start;
  	padding: 0px 12px 0px 18px;
}
.b {
  	position: relative;
  	line-height: 26px;
}
.login1 {
  	width: 400px;
  	border-radius: 4px;
  	background-color: #615fff;
  	height: 56px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	padding: 14px 16px;
  	box-sizing: border-box;
}
.link1 {
  	position: relative;
  	line-height: 24px;
}
.link {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
}
.text-link {
  	align-self: stretch;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	gap: 28px;
  	font-size: 16px;
  	color: #9f9fa9;
}
.btns {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: flex-start;
  	gap: 40px;
  	text-align: center;
  	font-size: 18px;
  	color: #fff;
}
.form1 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	gap: 16px;
  	text-align: left;
  	font-size: 16px;
  	color: #9f9fa9;
}
.right {
  	align-self: stretch;
  	width: 560px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	padding: 0px 80px;
  	box-sizing: border-box;
  	gap: 32px;
}
/* 💻 데스크탑 전용 */
.form {
  position: absolute;
  top: calc(50% - 380px);
  left: calc(50% - 440px);
  box-shadow: 0px 40px 160px rgba(43, 127, 255, 0.32);
  border-radius: 28px;
  background-color: #fff;
  width: 880px;
  height: 560px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 36px;
}

.login {
  	width: 100%;
  	position: relative;
  	background-color: #fff;
  	height: 1024px;
  	overflow: hidden;
  	cursor: pointer;
  	text-align: center;
  	font-size: 16px;
  	color: #000;
  	font-family: Pretendard;
}



@media screen and (max-width: 768px) {
    .form {
        width: 90%;
        max-width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        padding: 20px;
    }

    .left {
        width: 100%;
        padding: 20px 0;
    }

    .right {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .login1 {
        width: 100%;
    }

    .text-link {
        flex-direction: column;
        gap: 12px;
    }

    .dimmed {
        width: 100vw;
        height: 100vh;
    }

    .login {
        height: auto;
        min-height: 100vh;
    }
    
    .form {
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 100%;
    height: auto;
    flex-direction: column;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .input {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0.2cm !important; /* ✅ 여기 */
  }

  .input input {
    width: 80% !important;
    height: 44px !important;
    font-size: 1em !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .login1 {
    margin-top: 0.1cm !important;
    width: 100% !important;
  }
}
