* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    margin: 0;
    /* font-family: 'Noto Sans KR', sans-serif; */
    background: #F0FDFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

p {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.join {
    display: flex;
    justify-content: center;
    min-height: 497.5px;
    /* border: 1px solid #000; */
    position: relative;
    margin-top: 100px;
}

.joinlogo {
    position: absolute;
    top: -135px;
}

.joinlogo > img {
    margin-left: 70px;
    height: 200px;
}

.joinForm {
    width: 80%;
    background-color: #dbf1fd;
    border-radius: 20px;
    padding: 28px 18px 18px 18px;
}

input {
    width: 100%;
    padding: 12px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: white;
    box-sizing: border-box;
}

.id .join-password .address > input:focus ,
.name:focus, .phone:focus, .birth:focus,
.userAddress:focus, .id:focus, .pass:focus,
.pass-check:focus {
    border: none;
    outline: 2px solid #64a5f0;
}

#id {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
}

#id > input {
    width: 70%;
    font-size: 13px;
}

.check-btn {
    width: 28%;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: black;
    cursor: pointer;
    height: 40px;
    background-color: #9DCEF4;
}

.join-password{
    margin-bottom: 17px;
}

.pass {
    margin-bottom: 7px;
}

.name, .phone, .birth {
    margin-bottom: 7px;
}

/* 유치원 정보 */
.address {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.address-road {
    margin-bottom: 7px;
}

.address-detail:focus {
    border: none;
    border-bottom: 1px solid #bebebe;
    outline: none;
    /*box-shadow: 0 -2px 0 0 #64a5f0, -2px 0 0 0 #64a5f0, 2px 0 0 0 #64a5f0;*/
    border-radius: 6px 6px 0px 0px;

}

.address > input {
    width: 55%;
    font-size: 13px;
}

.address > button {
    width: 40%;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: black;
    cursor: pointer;
    height: 40px;
    background-color: #9DCEF4;
    margin-bottom: 7px;
}

.join-btn {
    width: 100%;
    padding: 8px;
    background-color: #9DCEF4;
    color: black;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 20px;
}

.join-btn:hover {
    background-color: #B3E6FF;
    color: white;
}

.passMsg,.passCheckMsg,.idMsg {
    padding-left: 5px;
    font-size: 10px;
}

/*주소창*/
.autocomplete-list {
    max-height: 200px;   /* 필요에 따라 높이 조절 */
    overflow-y: auto;
    /*border: 1px solid #ccc;*/
    background-color: white;
    z-index: 99;
    border-radius: 0px 0px 6px 6px;
}

.kinderNameSt{
    font-size: 13px;
    font-weight: bold;
    margin: 7px 5px 1px 5px;
}

.KinderAddressSt{
    font-size: 10px;
    border-bottom: 1px solid #bebebe;
    margin: 1px 5px 0px 5px;
    padding-bottom: 7px;
}

.scrollable::-webkit-scrollbar {
    border-radius: 0px 0px 0px 6px;
}

/* 운행정보 */
.driverInfoName{
    margin-bottom: 7px;
}

.driverInfoName:focus, .driverCarName:focus {
    border: none;
    outline: 2px solid #64a5f0;
}

