@media all and (min-width:0px) and (max-width:412px){
    #password_find_screen,
    #id_find_screen{width:100%;height:auto;min-height:100vh;padding-bottom:2rem;}
    #password_find_screen_mid,
    #id_find_screen_mid{margin:0px auto;width:100%;max-width:100%;height:auto;min-height:0;padding:0 1rem;box-sizing:border-box;}
    #password_find_screen_mid_0,
    #id_find_screen_mid_0{width:100%; height:50px;}
    #password_find_screen_mid_1,
    #id_find_screen_mid_1{width:100%;margin-top:20px;}
    #password_find_screen_mid_1 > p{color:#07345e;font-size:26px;font-weight:1000;margin-left:5%;}
    /*로그인 타입 메뉴*/
    .password_find_type {
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 2.5em;
        background-color:#07345e;
        margin-left:5px;
        margin-right:5px;
    }
    /*로그인 타입 메뉴 끝*/
    .password_find_div{width:80%;display:block;margin:0px auto;margin-top:25px;}
    .password_find_div > input[type=text], .password_find_div > input[type=password], .password_find_div >  input[type=submit] , .password_find_div > div > input[type=button]{
        position:relative;
        margin:15px auto;
        width: 100%; /* 원하는 너비 설정 */
        height: 35px; /* 높이값 초기화 */
        line-height : normal;/* line-height 초기화 */
        font-family: inherit; /* 폰트 상속 */
        border: 1px solid #07345e;
        border-radius: 0.5em;
        outline-style: none; /* 포커스시 발생하는 효과 제거를 원한다면 */
        -webkit-appearance: none; /* 브라우저별 기본 스타일링 제거 */
        -moz-appearance: none;
        appearance: none;
        float:left;
    }
    .password_find_div > input[type=submit], .password_find_div > div > input[type=button]{
        background-color:#07345e;
        border:0px;
        color:#fff;
    }
    .password_find_nonmember{width:400px;height:500px;display:none;margin:0px auto;margin-top:50px;background-color:red;}

    #password_find_screen_mid_2{position:absolute;left:550px;width:550px; height:600px;background-color:#224;}
}
@media all and (min-width:413px) and (max-width:768px){
    #password_find_screen{width:100%;height:auto;}
    #password_find_screen_mid{margin:0px auto;width:100%;max-width:100%;height:auto;padding:0 1rem;box-sizing:border-box;}
    #password_find_screen_mid_0{width:100%; height:50px;}
    #password_find_screen_mid_1{width:100%;margin-top:20px;}
    #password_find_screen_mid_1 > p{color:#07345e;font-size:28px;font-weight:1000;margin-left:5%;}
    /*로그인 타입 메뉴*/
    .password_find_type {
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 2.5em;
        background-color:#07345e;
        margin-left:5px;
        margin-right:5px;
    }
    /*로그인 타입 메뉴 끝*/
    .password_find_div{width:80%;display:block;margin:0px auto;margin-top:25px;}
    .password_find_div > input[type=text], .password_find_div > input[type=password], .password_find_div > input[type=submit] , .password_find_div > div > input[type=button]{
        position:relative;
        margin:15px auto;
        width: 100%; /* 원하는 너비 설정 */
        height: 35px; /* 높이값 초기화 */
        line-height : normal;/* line-height 초기화 */
        font-family: inherit; /* 폰트 상속 */
        border: 1px solid #07345e;
        border-radius: 0.5em;
        outline-style: none; /* 포커스시 발생하는 효과 제거를 원한다면 */
        -webkit-appearance: none; /* 브라우저별 기본 스타일링 제거 */
        -moz-appearance: none;
        appearance: none;
        float:left;
    }
    .password_find_div > input[type=submit], .password_find_div > div > input[type=button] {
        background-color:#07345e;
        border:0px;
        color:#fff;
    }
    .password_find_nonmember{width:400px;height:500px;display:none;margin:0px auto;margin-top:50px;background-color:red;}

    #password_find_screen_mid_2{position:absolute;left:550px;width:550px; height:600px;background-color:#224;}
}
@media all and (min-width:768px) and (max-width:1024px){
    #password_find_screen{width:100%;height:600px;}
    #password_find_screen_mid{margin:0px auto; width:768px; height:600px;}
    #password_find_screen_mid_0{width:100%; height:50px;}
    #password_find_screen_mid_1{width:100%;}
    #password_find_screen_mid_1 > p{color:#07345e;font-size:30px;font-weight:1000;margin-bottom:50px;margin-left:10%;}
    /*로그인 타입 메뉴*/
    .password_find_type {
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 2.5em;
        background-color:#07345e;
        margin-left:5px;
        margin-right:5px;
    }
    /*로그인 타입 메뉴 끝*/
    .password_find_div{width:400px;height:500px;display:block;margin:0px auto;margin-top:50px;}
    .password_find_div > input[type=text], .password_find_div > input[type=password], .password_find_div > input[type=submit]{
        position:relative;
        margin:15px auto;
        width: 400px; /* 원하는 너비 설정 */
        height: 40px; /* 높이값 초기화 */
        line-height : normal;/* line-height 초기화 */
        font-family: inherit; /* 폰트 상속 */
        border: 1px solid #07345e;
        border-radius: 0.5em;
        outline-style: none; /* 포커스시 발생하는 효과 제거를 원한다면 */
        -webkit-appearance: none; /* 브라우저별 기본 스타일링 제거 */
        -moz-appearance: none;
        appearance: none;
        float:left;
    }
    .password_find_div > input[type=submit]{
        background-color:#07345e;
        border:0px;
        color:#fff;
    }
    #emailkey{width:300px;}
    .password_find_div > div > input[type=button]{width:96px;border:0px;margin-top:15px;margin-left:2px;height:42px;color:#fff;background-color:#07345e;border-radius: 0.5em;}
    .password_find_nonmember{width:400px;height:500px;display:none;margin:0px auto;margin-top:50px;background-color:red;}

    #password_find_screen_mid_2{position:absolute;left:550px;width:550px; height:600px;background-color:#224;}
}
@media all and (min-width:1024px) and (max-width:1151px){
    #password_find_screen{width:100%;height:700px;}
    #password_find_screen_mid{position:relative;margin:0px auto; width:1024px; height:600px;}
    #password_find_screen_mid_0{width:1024px; height:50px;}
    #password_find_screen_mid_1{position:absolute;width:550px; height:600px;}
    #password_find_screen_mid_1 > p{color:#07345e;font-size:30px;font-weight:1000;margin-bottom:50px;}
    /*로그인 타입 메뉴*/
    .password_find_type {
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 2.5em;
        background-color:#07345e;
        margin-left:5px;
        margin-right:5px;
    }
    /*로그인 타입 메뉴 끝*/
    .password_find_div{width:400px;height:500px;display:block;margin:0px auto;margin-top:50px;}
    .password_find_div > input[type=text], .password_find_div > input[type=password], .password_find_div >  input[type=submit]{
        position:relative;
        margin:15px auto;
        width: 400px; /* 원하는 너비 설정 */
        height: 40px; /* 높이값 초기화 */
        line-height : normal;/* line-height 초기화 */
        font-family: inherit; /* 폰트 상속 */
        border: 1px solid #07345e;
        border-radius: 0.5em;
        outline-style: none; /* 포커스시 발생하는 효과 제거를 원한다면 */
        -webkit-appearance: none; /* 브라우저별 기본 스타일링 제거 */
        -moz-appearance: none;
        appearance: none;
        float:left;
    }
    #emailkey{width:300px;}
    .password_find_div > input[type=submit]{
        background-color:#07345e;
        border:0px;
        color:#fff;
    }
    .password_find_div > div > input[type=button]{width:96px;border:0px;margin-top:15px;margin-left:2px;height:42px;color:#fff;background-color:#07345e;border-radius: 0.5em;}
    .password_find_nonmember{width:400px;height:500px;display:none;margin:0px auto;margin-top:50px;background-color:red;}

    #password_find_screen_mid_2{position:absolute;left:550px;width:550px; height:600px;background-color:#224;}
}
@media all and (min-width:1152px){
    #password_find_screen{width:100%;height:700px;}
    #password_find_screen_mid{position:relative;margin:0px auto; width:1100px; height:600px;}
    #password_find_screen_mid_0{width:1100px; height:50px;}
    #password_find_screen_mid_1{position:absolute;width:550px; height:600px;}
    #password_find_screen_mid_1 > p{color:#07345e;font-size:30px;font-weight:1000;margin-bottom:50px;}
    /*로그인 타입 메뉴*/
    .password_find_type {
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 2.5em;
        background-color:#07345e;
        margin-left:5px;
        margin-right:5px;
    }
    /*로그인 타입 메뉴 끝*/
    .password_find_div{width:400px;height:500px;display:block;margin:0px auto;margin-top:50px;}
    .password_find_div > input[type=text], .password_find_div > input[type=password], .password_find_div >  input[type=submit]{
        position:relative;
        margin:15px auto;
        width: 400px; /* 원하는 너비 설정 */
        height: 40px; /* 높이값 초기화 */
        line-height : normal;/* line-height 초기화 */
        font-family: inherit; /* 폰트 상속 */
        border: 1px solid #07345e;
        border-radius: 0.5em;
        outline-style: none; /* 포커스시 발생하는 효과 제거를 원한다면 */
        -webkit-appearance: none; /* 브라우저별 기본 스타일링 제거 */
        -moz-appearance: none;
        appearance: none;
        float:left;
    }
    #emailkey{width:300px;}
    .password_find_div > input[type=submit]{
        background-color:#07345e;
        border:0px;
        color:#fff;
    }
    .password_find_div > div > input[type=button]{width:96px;border:0px;margin-top:15px;margin-left:2px;height:42px;color:#fff;background-color:#07345e;border-radius: 0.5em;}
    .password_find_nonmember{width:400px;height:500px;display:none;margin:0px auto;margin-top:50px;background-color:red;}

    #password_find_screen_mid_2{position:absolute;left:550px;width:550px; height:600px;background-color:#224;}
    /* 아이디 찾기 화면 동일 레이아웃 */
    #id_find_screen{width:100%;height:700px;}
    #id_find_screen_mid{position:relative;margin:0px auto; width:1100px; height:600px;}
    #id_find_screen_mid_0{width:1100px; height:50px;}
    #id_find_screen_mid_1{position:absolute;width:550px; height:600px;}
    #id_find_screen_mid_1 > p{color:#07345e;font-size:30px;font-weight:1000;margin-bottom:50px;}
    #id_find_screen_mid_2{position:absolute;left:550px;width:550px; height:600px;background-color:#224;}
}

/* 아이디 찾기 완료 결과 영역 */
.id_find_result {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	padding: 2.5rem 2rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e0e6ed;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(7, 52, 94, 0.08);
	box-sizing: border-box;
}
.id_find_result_icon {
	margin-bottom: 1rem;
}
.id_find_result_icon .fa {
	font-size: 3.5rem;
	color: #2ecc71;
}
.id_find_result_title {
	margin: 0 0 0.75rem;
	color: #07345e;
	font-size: 1.5rem;
	font-weight: 700;
}
.id_find_result_desc {
	margin: 0 0 1.25rem;
	color: #5a6c7d;
	font-size: 0.95rem;
	line-height: 1.5;
}
.id_find_result_id {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 1.25rem;
	padding: 1rem 1.25rem;
	background: #f4f7fb;
	border: 1px solid #e0e6ed;
	border-radius: 8px;
}
.id_find_result_id_label {
	font-size: 0.8rem;
	color: #5a6c7d;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.id_find_result_id_value {
	font-size: 1.15rem;
	font-weight: 700;
	color: #07345e;
	word-break: break-all;
}
.id_find_result_help {
	margin: 0 0 1.5rem;
	color: #5a6c7d;
	font-size: 0.9rem;
}
.id_find_result_btn,
.id_find_result_btn:link,
.id_find_result_btn:visited,
.id_find_result_btn:hover,
.id_find_result_btn:focus,
.id_find_result_btn:active {
	display: inline-block;
	min-width: 200px;
	padding: 0.85rem 1.5rem;
	background: #07345e;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	box-sizing: border-box;
	transition: background 0.2s ease;
}
.id_find_result_btn:hover {
	background: #0a4a7a;
}
.id_find_result_btn:focus {
	outline: 2px solid #07345e;
	outline-offset: 2px;
}

/* 비밀번호 변경 카드 (인증 후 새 비밀번호 설정) */
.password_change_card {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	padding: 2.5rem 2rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e0e6ed;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(7, 52, 94, 0.08);
	box-sizing: border-box;
}
.password_change_card_icon {
	margin-bottom: 1rem;
}
.password_change_card_icon .fa {
	font-size: 3rem;
	color: #07345e;
}
.password_change_card_title {
	margin: 0 0 0.75rem;
	color: #07345e;
	font-size: 1.5rem;
	font-weight: 700;
}
.password_change_card_desc {
	margin: 0 0 1.5rem;
	color: #5a6c7d;
	font-size: 0.9rem;
	line-height: 1.5;
}
.password_change_card_form {
	text-align: left;
}
.password_change_card_label {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #07345e;
}
.password_change_card_input {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	border: 1px solid #e0e6ed;
	border-radius: 8px;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}
.password_change_card_input:focus {
	outline: none;
	border-color: #07345e;
}
.password_change_card_input::placeholder {
	color: #9ca3af;
}
.password_change_card_btn {
	display: block;
	width: 100%;
	margin-top: 1.25rem;
	padding: 0.85rem 1.5rem;
	background: #07345e;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s ease;
}
.password_change_card_btn:hover {
	background: #0a4a7a;
	color: #fff !important;
}
.password_change_card_btn:focus {
	outline: 2px solid #07345e;
	outline-offset: 2px;
}

/* 비밀번호 찾기 입력 카드 */
.password_find_card {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	padding: 2.5rem 2rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e0e6ed;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(7, 52, 94, 0.08);
	box-sizing: border-box;
}
.password_find_card_icon {
	margin-bottom: 1rem;
}
.password_find_card_icon .fa {
	font-size: 3rem;
	color: #07345e;
}
.password_find_card_title {
	margin: 0 0 0.75rem;
	color: #07345e;
	font-size: 1.5rem;
	font-weight: 700;
}
.password_find_card_desc {
	margin: 0 0 1.5rem;
	color: #5a6c7d;
	font-size: 0.9rem;
	line-height: 1.5;
}
.password_find_card_form {
	text-align: left;
}
.password_find_card_label {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #07345e;
}
.password_find_card_input {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	border: 1px solid #e0e6ed;
	border-radius: 8px;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}
.password_find_card_input:focus {
	outline: none;
	border-color: #07345e;
}
.password_find_card_input::placeholder {
	color: #9ca3af;
}
.password_find_card_key_row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
	margin-bottom: 1rem;
}
.password_find_card_key_input {
	flex: 1;
	margin-bottom: 0;
	min-width: 0;
}
.password_find_card_key_btn_wrap {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-shrink: 0;
}
.password_find_card_key_btn {
	padding: 0.75rem 1rem;
	background: #07345e;
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s ease;
}
.password_find_card_key_btn:hover {
	background: #0a4a7a;
	color: #fff !important;
}
.password_find_card_key_btn:focus {
	outline: 2px solid #07345e;
	outline-offset: 2px;
}
.password_find_card_spinner {
	display: inline-flex;
	align-items: center;
}
.password_find_card_spinner .fa {
	font-size: 1.25rem;
	color: #07345e;
}
.password_find_card_submit {
	display: block;
	width: 100%;
	margin-top: 1.25rem;
	padding: 0.85rem 1.5rem;
	background: #07345e;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s ease;
}
.password_find_card_submit:hover {
	background: #0a4a7a;
	color: #fff !important;
}
.password_find_card_submit:focus {
	outline: 2px solid #07345e;
	outline-offset: 2px;
}

/* 아이디 찾기 입력 카드 */
.id_find_card {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	padding: 2.5rem 2rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e0e6ed;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(7, 52, 94, 0.08);
	box-sizing: border-box;
}
.id_find_card_icon {
	margin-bottom: 1rem;
}
.id_find_card_icon .fa {
	font-size: 3rem;
	color: #07345e;
}
.id_find_card_title {
	margin: 0 0 0.75rem;
	color: #07345e;
	font-size: 1.5rem;
	font-weight: 700;
}
.id_find_card_desc {
	margin: 0 0 1.5rem;
	color: #5a6c7d;
	font-size: 0.9rem;
	line-height: 1.5;
}
.id_find_card_form {
	text-align: left;
}
.id_find_card_label {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #07345e;
}
.id_find_card_input {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	border: 1px solid #e0e6ed;
	border-radius: 8px;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}
.id_find_card_input:focus {
	outline: none;
	border-color: #07345e;
}
.id_find_card_input::placeholder {
	color: #9ca3af;
}
.id_find_card_key_row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
	margin-bottom: 1rem;
}
.id_find_card_key_input {
	flex: 1;
	margin-bottom: 0;
	min-width: 0;
}
.id_find_card_key_btn_wrap {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-shrink: 0;
}
.id_find_card_key_btn {
	padding: 0.75rem 1rem;
	background: #07345e;
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s ease;
}
.id_find_card_key_btn:hover {
	background: #0a4a7a;
	color: #fff !important;
}
.id_find_card_key_btn:focus {
	outline: 2px solid #07345e;
	outline-offset: 2px;
}
.id_find_card_spinner {
	display: inline-flex;
	align-items: center;
}
.id_find_card_spinner .fa {
	font-size: 1.25rem;
	color: #07345e;
}
.id_find_card_submit {
	display: block;
	width: 100%;
	margin-top: 1.25rem;
	padding: 0.85rem 1.5rem;
	background: #07345e;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s ease;
}
.id_find_card_submit:hover {
	background: #0a4a7a;
	color: #fff !important;
}
.id_find_card_submit:focus {
	outline: 2px solid #07345e;
	outline-offset: 2px;
}

/* 모바일: 카드 100% 너비, 하단 짤림 방지 (아이디/비밀번호 찾기) */
@media (max-width: 768px) {
	#password_find_screen,
	#id_find_screen {
		height: auto;
		min-height: 100vh;
	}
	#password_find_screen_mid,
	#id_find_screen_mid {
		width: 100%;
		height: auto;
		padding: 0 1rem;
		box-sizing: border-box;
	}
	#password_find_screen_mid_1,
	#id_find_screen_mid_1 {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.id_find_result,
	.id_find_card,
	.password_find_card,
	.password_change_card {
		max-width: none;
		width: 100%;
		padding: 2rem 1rem;
		border-radius: 10px;
	}
	.id_find_card_input,
	.id_find_card_key_input,
	.id_find_card_submit,
	.id_find_card_key_btn,
	.password_find_card_input,
	.password_find_card_key_input,
	.password_find_card_submit,
	.password_find_card_key_btn,
	.password_change_card_input,
	.password_change_card_btn {
		max-width: 100%;
	}
	.id_find_card_key_row,
	.password_find_card_key_row {
		flex-wrap: wrap;
	}
	.id_find_result_id_value {
		word-break: break-all;
	}
}
