body {
    background-color: #fbfbfc;
}

.find-wrapper {
    width: 350px;
    border: 0;
    margin: 70px auto auto auto;
    display: flex;
    flex-direction: row;
}

.find-inner {
    width: 350px;
    background-color: white;
}

.find-inner__contents {
    width: 350px;
    border: 1px solid #dbdbdb;
}

.find-inner__logo {
    width: 100%;
    height: 80px;
    margin: 25px 30px auto;
}
.find-inner__logo__img {
    width: 300px;
    height: 50px;
    background-image: url("../../images/login_logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.find-text__contents {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}
.find-text__contents div:nth-child(1) {
    color: #252525;
    line-height: 40px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    width: 270px;
    margin: auto;
}
.find-text__contents div:nth-child(2) {
    color: #8e8e8e;
    line-height: 24px;
    font-size: 0.9rem;
    text-align: center;
    width: 270px;
    margin: auto;
    letter-spacing: -1px;
}

.findInput {
    width: 270px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    font-size: 0.75rem;
    background-color: #fbfbfc;
    color: #262727;
    letter-spacing: 1px;
    margin: 3px 40px;
    padding: 0 8px;
}
.findInput::placeholder {
    color: #a9a8a8;
    letter-spacing: 0;
}
.findInput:focus {
    outline: 0 solid #dbdbdb;
    border-radius: 2px;
    border: 1px solid #a9a8a8;
}

.find-btn {
    width: 270px;
    height: 30px;
    border-radius: 4px;
    border: 0;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #3296ff;
    line-height: 30px;
    background-color: #3296ff;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 5px 40px;
    opacity: 0.5;
}
.find-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.find-inner__grid {
    width: 260px;
    height: 45px;
    color: #262727;
    display: flex;
    margin: auto;
}
.find-inner__grid__line {
    border-bottom: 1px solid #aaaaaa;
    height: 23px;
    width: 37%;
}

.find-text__or {
    margin: 0 20px;
    font-size: 12px;
    line-height: 45px;
    font-weight: 700;
    color: #aaaaaa;
}

.find-text__tos {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.find-text__tos div {
    color: #252525;
    line-height: 24px;
    font-size: 0.75rem;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: white;
    width: 270px;
    margin: auto;
    font-weight: 600;
}

.find-inner__div {
    width: 350px;
    height: 15px;
    background-color: #fbfbfc;
}

.find-inner__ask {
    width: 350px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
}

.find-text__login {
    right: 0;
    color: #252525;
    text-decoration: underline;
    text-decoration-color: white;
    width: 200px;
    height: 100%;
    line-height: 58px;
    font-weight: 600;
}
.find-text__login:hover {
    cursor: pointer;
}

.find-fnd {
    background-color: #fbfbfc;
    width: 370px;
    height: 24px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: auto auto 10px auto;
    justify-content: space-around;
}
.find-fnd__btn {
    color: #8e8e8e;
    font-size: 0.8rem;
    text-decoration: underline;
    text-decoration-color: #fbfbfc;
    text-align: center;
}
.find-fnd__btn:hover {
    cursor: pointer;
}

.find-fnd02 {
    background-color: #fbfbfc;
    width: 300px;
    height: 74px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.find-fnd02__div {
    background-color: #fbfbfc;
    color: #8e8e8e;
    width: 65px;
    height: 24px;
}
.find-fnd02__div__sb {
    background-color: #fbfbfc;
    color: #8e8e8e;
    width: 65px;
    height: 24px;
    border: 0;
    font-size: 0.8rem;
}
.find-ip {
    background-color: #fbfbfc;
    color: #8e8e8e;
    font-size: 0.8rem;
    line-height: 24px;
    width: 180px;
    height: 24px;
}

@media screen and (max-width: 768px) {
    .find-wrapper {
        width: 350px;
        border: 0;
        margin: 50px auto auto auto;
        display: flex;
        flex-direction: row;
    }

    .find-inner {
        margin: 0;
    }
}
