

.login_wrap {
    color: #111111;
    /*padding: 150px 0;*/
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-align: center;
}

    .login_wrap .required {
        color: red;
        font-size: 14px;
        text-align: right;
        width: 100%;
        max-width: 1140px;
        font-weight: 300;
    }

    .login_wrap .notice-title {
        margin-bottom:20px;
    }

    .login_wrap .notice-title-wrap {
        width: 100%;
        max-width: 1140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 30px 0;
    }

        .login_wrap .notice-title-wrap .notice-txt {
            letter-spacing: 10px;
        }

        .login_wrap .notice-title-wrap .notice {
            font-size: 16px;
            margin-top: 10px;
            color: #af7d7d;
        }


        .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;
            text-align: left;
        }

    .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;
                gap: 30px;
            }

        .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;
                    }

}



.auto-login-wrap {
  margin: 10px 0 20px 0;
  text-align: left;
  font-size: 14px;
  color: #555;
}

.auto-login-wrap input[type="checkbox"] {
  display: none;
}

.auto-login-wrap label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.auto-login-wrap .custom-check {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  transition: all 0.2s;
}

.auto-login-wrap input[type="checkbox"]:checked + .custom-check {
  background-color: #3bbdb3; /* 로그인 버튼 컬러와 통일 */
  border-color: #3bbdb3;
}

.auto-login-wrap input[type="checkbox"]:checked + .custom-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.login_wrap .login_title {
    width: 100%;
    max-width: 400px; /* ✅ 너가 원하는 400px 안에서 정렬 */
    margin: 0 auto; /* ✅ 중앙 정렬 */
    display: flex;
    flex-direction: row; /* ✅ 수평 정렬로 강제 */
    justify-content: space-between; /* ✅ 좌우로 벌어지게 */
    align-items: center; /* ✅ 수직 가운데 정렬 */
    padding: 25px 0;
}


    .login_wrap .login_title.center {
        justify-content: center;
    }

    .login_wrap .login_title .login_txt {
        font-size: 30px;
        font-weight: bold;
    }

.login_wrap .login_title .join a {
    font-size: 14px;	
	width: 100%;
	max-width: 70px;
	border: 0;
	background: #65b6bc;
	color: #fff;
	padding: 10px 15px;
	border-radius: 95px;
	cursor: pointer;
	font-weight: 600;
	transition: .2s;
}
