.login_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 200px 20px 150px 20px;
}

    .login_wrap .login_title {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .login_wrap .login_title .login_logo {
            width: 150px;
        }

            .login_wrap .login_title .login_logo img {
                width: 100%;
            }

        .login_wrap .login_title .login_txt {
            margin: 25px 0;
            font-size: 30px;
            font-weight: bold;
        }

    .login_wrap .login_form {
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: 1400px;
        align-items: center;
        justify-content: center;
    }

    .login_wrap .find_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: 1400px;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

        .login_wrap .find_wrap .login_form {
            max-width: 800px;
        }

            .login_wrap .find_wrap .login_form .hidden {
                display: none;
            }

    .login_wrap .login_form .tab_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .login_wrap .login_form .tab_wrap input {
            display: none;
        }

        .login_wrap .login_form .tab_wrap label {
            border: 1px solid #222;
            cursor: pointer;
            padding: 10px 20px;
            width: 100%;
            text-align: center;
            max-width: 200px;
        }

        .login_wrap .login_form .tab_wrap input:first-child + label {
            border-right: 0;
        }

        .login_wrap .login_form .tab_wrap input:checked + label {
            color: #fff;
            background: #222;
        }

    .login_wrap .login_form .radio_wrap {
        width: 100%;
        max-width: 400px;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        .login_wrap .login_form .radio_wrap > div {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 40px 0 10px 0;
            cursor: pointer;
        }

            .login_wrap .login_form .radio_wrap > div:first-child {
                border-right: 0;
            }

        .login_wrap .login_form .radio_wrap input {
            height: 20px;
            width: 20px;
            margin: 0;
            margin-right: 10px;
            cursor: pointer;
        }

        .login_wrap .login_form .radio_wrap label {
            width: calc(100% - 25px);
            cursor: pointer;
        }

    .login_wrap .find_wrap .login_form .input_wrap .mobile {
    }

    .login_wrap .find_wrap .login_form .input_wrap .email {
    }

    .login_wrap .find_wrap .login_form .btn_wrap {
        width: 100%;
        max-width: 400px;
        margin-top: 10px;
    }

    .login_wrap .login_form .btn_wrap .find {
        width: 100%;
        padding: 15px;
        border: 0;
        border-radius: 38px;
        background: #65b6bc;
        color: #fff;
        margin-top: 20px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        transition: .3s;
    }

    .login_wrap .login_form .btn_wrap button:hover {
        background: #479ea4;
    }
    .login_wrap .result_wrap
    {

    }

    .login_wrap .login_form .input_wrap {
        width: 100%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .login_wrap .login_form .input_wrap .input {
            position: relative;
            width: 100%;
            margin-top: 10px;
        }

            .login_wrap .login_form .input_wrap .input i {
                position: absolute;
                top: 16px;
                left: 18px;
                color: #4d4d4d;
            }

                .login_wrap .login_form .input_wrap .input i + input {
                    padding: 3px 10px 3px 50px;
                }

        .login_wrap .login_form .input_wrap > div input {
            width: 100%;
            height: 50px;
            padding: 0 10px;
            border: 1px solid #eeeeee;
            box-sizing: border-box;
            border-radius: 7px;
            color: #444;
            font-size: 16px;
            background: #fafafa;
        }

            .login_wrap .login_form .input_wrap > div input:focus {
                outline: none;
                box-shadow: 0px 0px 0px 1px #9fd4d8;
                background: #fff;
                transition: .3s;
            }

            .login_wrap .login_form .input_wrap > div input::placeholder {
                color: #bbbbbb;
                line-height: 1;
            }
            .login_wrap .login_form .input_wrap > div input::-webkit-input-placeholder {
                color: #bbbbbb;
                line-height: 1;
            }
            .login_wrap .login_form .input_wrap > div input:-ms-input-placeholder {
                color: #bbbbbb;
                line-height: 1;
            }

    .login_wrap .login_form .submit {
        margin-top: 25px;
        width: 100%;
        max-width: 400px;
        border: 0;
        background: #65b6bc;
        color: #fff;
        padding: 15px 20px;
        border-radius: 95px;
        font-size: 18px;
        cursor: pointer;
        font-weight: 600;
        transition: .2s;
    }

        .login_wrap .login_form .submit:hover {
            background: #479ea4;
        }

    .login_wrap .required {
        color: red;
        font-size: 14px;
        text-align: right;
        width: 100%;
        max-width: 400px;
        font-weight: 300;
    }

    .login_wrap .sns_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        max-width: 1400px;
        align-items: center;
        justify-content: center;
    }

        .login_wrap .sns_wrap .sns_list {
            width: 100%;
            max-width: 350px;
            margin: 40px 0 25px 0;
        }

            .login_wrap .sns_wrap .sns_list a {
                width: 100%;
                display: flex;
                background: #fff;
                margin-bottom: 5px;
            }
                .login_wrap .sns_wrap .sns_list a .sns_img {
                    width: 15%;
                    display: table;
                    border-radius: 30px 0 0 30px;
                    overflow: hidden;
                    padding-left: 5px;
                }

                .login_wrap .sns_wrap .sns_list a.naver .sns_img {
                    background: #1ec800;
                }
                .login_wrap .sns_wrap .sns_list a.kakao .sns_img {
                    background: #ffe812;
                }

                .login_wrap .sns_wrap .sns_list a .sns_img img {
                    width: 100%;
                    display: table-cell;
                }

                .login_wrap .sns_wrap .sns_list a .sns_title {
                    width: 85%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                .login_wrap .sns_wrap .sns_list a.naver .sns_title {
                    background: #ffffff;
                    color: #1ec800;
                    font-weight: 600;
                    border-radius: 0 30px 30px 0;
                    border: 1px solid #1ec800;
                    transition: .2s;
                }

                .login_wrap .sns_wrap .sns_list a.kakao .sns_title {
                    background: #ffffff;
                    color: #f4c80b;
                    font-weight: 600;
                    border-radius: 0 30px 30px 0;
                    border: 1px solid #ffe812;
                    transition: .2s;
                }

                .login_wrap .sns_wrap .sns_list a.naver .sns_title:hover {
                    background: #1ec800;
                    color: #ffffff;
                }

                .login_wrap .sns_wrap .sns_list a.kakao .sns_title:hover {
                    background: #ffe812;
                    color: #555;
                }



                .login_wrap .my_wrap {
                    width: 100%;
                    max-width: 400px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

        .login_wrap .my_wrap > div {
            display: inline-block;
        }

            .login_wrap .my_wrap > div a {
                display: inline-block;
                text-align: center;
                color: #666;
                font-size: 14px;
                border-radius: 20px;
                transition: .2s;
            }

            .login_wrap .my_wrap > div:first-child a::after {
                content: "|";
                margin: 0 20px;
            }

            .login_wrap .my_wrap > div a:hover {
                color:#000;
            }


            @media screen and (max-width: 767px) {
                .quick_side {
                    display: none;
                }

                .login_wrap {
                    padding: 80px 20px;
                }

                    .login_wrap .my_wrap > div a {
                        color: #9d9d9d;
                        font-size: 16px;
                    }

}
