.idx-div-pos {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    z-index: 40;
}

.idx-div {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(73, 73, 73);
    border-radius: 12px;
    background: linear-gradient(rgb(229, 229, 229), rgb(209, 209, 209));
    box-shadow: 0px 3px 2px rgba(0,0,0, 0.5);
    z-index: 0;
}

.idx-title {
    font-size: 30px;
    position: absolute;
    left: 6%;
    top: 5%;
}

.idx-content {
    font-size: 18px;
    position: absolute;
    left: 6%;
    top: 40%;
}

.idx-group {
    display: flex;
    position: absolute;
    width: 100%;
    left: 6%;
    top: 72%;
    gap: 40%;
}

.idx-btn {
    width: 70px;
    height: 38px;
    border: 2px solid rgb(78, 78, 78);
    border-radius: 10px;
    background: linear-gradient(rgb(255, 255, 255), rgb(223, 223, 223));
    color: rgb(27, 27, 27);
}
.idx-btn:hover {
    background: linear-gradient(rgb(235, 235, 235), rgb(207, 207, 207));
}


.lgn-div-pos {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    z-index: 40;
}

.lgn-div {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(73, 73, 73);
    border-radius: 12px;
    background: linear-gradient(rgb(229, 229, 229), rgb(209, 209, 209));
    box-shadow: 0px 3px 2px rgba(0,0,0, 0.5);
    z-index: 0;
}

.lgn-form {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.lgn-box {
	position: relative;
    border: 2px solid rgb(63, 63, 63);
    border-radius: 6px;
    width: 80%;
    
}

.lgn-btn {
    width: 60px;
    height: 28px;
    border: 2px solid rgb(36, 36, 36);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(255, 255, 255), rgb(223, 223, 223));
}

.signup-div-pos {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 400px;
    height: 250px;
    z-index: 40;
}

.signup-div {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(73, 73, 73);
    border-radius: 12px;
    background: linear-gradient(rgb(229, 229, 229), rgb(209, 209, 209));
    box-shadow: 0px 3px 2px rgba(0,0,0, 0.5);
    z-index: 0;
}

.signup-title {
    font-size: 30px;
    position: absolute;
    left: 6%;
    top: 5%;
}

.signup-form {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.signup-input {
    position: absolute;
    border: 2px solid rgb(63, 63, 63);
    border-radius: 6px;
    width: 74%;
}

.signup-input#nick{
	left: 5%;
}

.signup-input#id{
	left: 5%;
	top: 20%;
}
.signup-input#pw{
	left: 5%;
	top: 40%;
}


.signup-dup {
    position: absolute;
    width: 15%;
    left: 81%;
    top: 20%;
    border: 2px solid rgb(63, 63, 63);
    border-radius: 6px;
    background: rgb(228, 228, 228);
}

.signup-ok {
    position: absolute;
    width: 17%;
    left : 42%;
    top: 75%;
    border: 2px solid rgb(63, 63, 63);
    border-radius: 6px;
    background: rgb(228, 228, 228);
}

.signup-back {
	position: absolute;
    width: 17%;
    top: 75%;
    left: 78%;
    border: 2px solid rgb(63, 63, 63);
    border-radius: 6px;
    background: rgb(228, 228, 228);
}

.lgn-back {
	position: absolute;
    width: 20%;
    top: 72%;
    left: 69%;
    border: 2px solid rgb(63, 63, 63);
    border-radius: 6px;
    background: rgb(228, 228, 228);
}

.lgn-btn:hover {
    background: linear-gradient(rgb(235, 235, 235), rgb(207, 207, 207));
}