*{
  user-select: none;
}

*:focus{
  outline: none;
}
*::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

header {
    width: 1200px;
    padding: 0 40px;
    height: 116px;
    display: flex;
    gap: 100px;
    align-items: center;
    margin: 0 auto;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.header__menu__mob {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(136, 51, 255, 0.1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
}

.header__menu__mob span {
    display: block;
    width: 24px;
    height: 4px;
    background: #0075FF;
    border-radius: 4px;
}

.depth1 {
    display: flex;
    gap: 40px;
    align-items: center;
}

.depth1>li {
    font-size: 13px;
    position: relative;
    height: 100%;
}

.depth1>li>a {
    color: #6B7A99;
    font-weight: 700;
}

.depth1>li>a:hover {
    color: #0075FF;
}

.depth1>li:first-child {
    position: relative;
}

.depth1>li:first-child::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    visibility: hidden;
}

.depth1>li:first-child:hover::after {
    visibility: visible;
}

.depth1>li:first-child:hover .depth2,
.depth1>li:first-child .depth2:hover~.depth2 {
    display: flex;
}

.depth2 {
    display: flex;
    gap: 40px;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: max-content;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    gap: 30px;
    height: 40px;
    border-radius: 30px;
    filter: drop-shadow(0px 2px 5px rgba(38, 51, 77, 0.03));
    display: none;
}

.depth2>li {
    font-size: 12px;
    width: auto;
}

.depth2>li>a {
    color: #6B7A99;
    font-weight: 700;
}

.depth2>li>a:hover {
    color: #0075FF;
}

.depth1>li>a.active,
.depth2>li>a.active {
    color: #0075FF;
}

.sign {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sign>li {
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 50px;
    background: rgba(0, 117, 255, 0.1);
}

.sign>li>a {
    color: #0075FF;
    font-weight: 700;
    display: block;
    height: 100%;
    width: 100%;
}

.login_wrap{
  max-width: 100%;
  background: #fafafa;
  border-radius: 3px;
}


.login_back{
    cursor: pointer;
    margin-right: 10px;
}


.local_manager_ent{
    color: #0075ff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 50px;
    background: rgba(0, 117, 255, 0.10);
    padding: 4px 14px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 12px;
    box-sizing: border-box;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form{
    width: 340px;
    position:relative;
    margin: 100px auto;
}

.loginBorder {
    margin: 22px 0;
    width: 100%;
    height: 2px;
    background: #e6e6e6;
}


.login-form-head {
    
}


.login-form-body {
    padding-top: 40px;
    padding-left: 20px;
}


.login-form-head h4 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
    color: #000;
    font-size:1.5em;
    margin-top: 0px;
}

.login-form-head p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom:0px;
}


.form-gp {
    margin-bottom: 27px;
    position: relative;
}


.form-gp input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.form-gp label {
    color: #0D0C22;
    font-size: 14px;
}

label {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 7px;
}




.form-gp i {
    position: absolute;
    right: 5px;
    bottom: 15px;
    color: #7e74ff;
    font-size: 16px;
}



.form-gp.focused label{
  top:-21px;
  color:#7e74ff;
}








/* 지역관리자 회원가입 폼 */

*:focus {
    outline: 0;
}

.searcher_add{
  position:relative;
  width:100%;
  height:400px;
  text-align:center;
}


.searcher_ent_form{
  width: 340px;
  display: inline-block;
  background: transparent;
  margin: 100px auto;
}

.localFormBox {
    padding-top: 10px;
    padding-left: 20px;
}

.form-gp {
    margin-bottom: 25px;
    position: relative;
}


.form-gp input {
    width: 100%;
    height: 56px;
    border: none;
    box-shadow: 0px 10px 75px 0px rgba(147, 147, 147, 0.10);
    border-radius: 10px;
    padding: 15px;
}

.form-gp input::placeholder {
    color: #cacaca;
    font-size: 14px;
    font-weight: 700;
}


.submit-btn-area div {
    width: 100%;
    height: 57px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 12px;
    background: rgba(0, 117, 255, 0.10);
    box-shadow: 0px 6px 75px 0px rgba(100, 87, 87, 0.05);
    font-weight: 700;
    font-size: 14px;
    position:relative;
    cursor:pointer;
    line-height: 57px;
    text-align: center;
}

.submit-btn-area div.enabled {
    background: #0075FF;
}

.form-gp i {
    position: absolute;
    right: 5px;
    bottom: 15px;
    color: #7e74ff;
    font-size: 16px;
}



.form-gp.focused label{
  top:-20px;
  color:#7e74ff;
}

footer {
    background: #fff;
    padding: 60px 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 100px;
}

.footer__infoBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.custom_center {
    align-self: flex-end;
}

.footer_info ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    padding-left: 0;
}

.footer_info ul li a {
    display: block;
    font-size: 11px;
    font-weight: 400;
    background: #f2f2f2;
    border-radius: 30px;
    color: #000;
    padding: 6px 14px 5px 14px;
}

.FooterLogo {
    margin-bottom: 20px;
}

.footer_info__address {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
    color: #8e8e8e;
}

.footer_info__address p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    margin: 0;
}

.footer_info__address p span {
    font-weight: 700;
}

.custom_center__title {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom_center__title h3 {
    color: #999;
    font-size: 11px;
    font-weight: 400;
}

.custom_center_time {
    width: 216px;
    background: #F7F8FA;
    border-radius: 8px;
    padding: 16px 22px;
}

.custom_center_time p {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.custom_center__info {
    display: flex;
    gap: 50px;
}

.custom_center__info p {
    display: flex;
    align-items: center;
    gap: 7px;
}

.custom_center__info p span {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.missingIdPw {
    margin-top: 34px;
    margin-bottom: 74px;
}

.missingIdPw span {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 700;
}

.missingIdPw ul {
    padding-left: 0;
    border-left: 4px solid #0075FF;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.missingIdPw ul li {
    margin-left: 15px;
    color: #0d0c22;
    font-weight: 700;
    font-size: 15px;
}

/* 반응형 */
@media screen and (max-width: 1300px) {
    header {
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (max-width: 950px) {
    header {
        justify-content: space-between;
    }

    .depth1 {
        display: none;
    }

    .sign {
        display: none;
    }

    .header__menu {
        display: none;
    }

    .header__menu__mob {
        display: flex;
    }
}

@media screen and (max-width: 1300px) {
    .footer__infoBox {
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (max-width: 950px) {
    footer {
        margin-top: 40px;
    }

    .custom_center {
        align-self: unset;
    }

    .footer__infoBox {
        flex-direction: column;
        gap: 90px;
    }
}

@media screen and (max-width: 350px) {
    .custom_center__info {
        gap: 15px;
    }
}

@media screen and (max-width: 350px) {
    .login_form {
        width: 100%;
        margin: 40px auto;
    }
}