diff --git a/FO/Views/My/PayInfo.cshtml b/FO/Views/My/PayInfo.cshtml
index bf559d7..b23cf63 100644
--- a/FO/Views/My/PayInfo.cshtml
+++ b/FO/Views/My/PayInfo.cshtml
@@ -640,7 +640,7 @@
function save3() {
if ($("#chkrefund:checked").length < 1) { msg("환불규정에 동의 후 요청해주세요."); }
else if ($("#file2").val() == "") { msg("환불신청서를 등록해주세요."); }
- else if ($("#file3").val() == "") { msg("통장사본을 등록해주세요."); }
+ else if ($("#ptype").val() != 1 && $("#file3").val() == "") { msg("통장사본을 등록해주세요."); }
else {
confirmtoggle(true, "환불요청하시겠습니까?", "gogo3()");
}