diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp index 3abe4a2c..6e4cb637 100644 --- a/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp @@ -949,11 +949,11 @@ function getMberGrdChk() {

계좌 이미 전용계좌

- +
- - + + @@ -977,10 +977,11 @@ function getMberGrdChk() { - diff --git a/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManage.jsp b/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManage.jsp index 0283d27c..3321b480 100644 --- a/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManage.jsp @@ -120,9 +120,13 @@ function fnRegisterPhoneNum(){
-
+

발신번호 관리

- +
+ + + +
@@ -140,6 +144,190 @@ function fnRegisterPhoneNum(){
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManageRegister.jsp b/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManageRegister.jsp index 8d6e9bca..f3569e8d 100644 --- a/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManageRegister.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/user/sendNumberManageRegister.jsp @@ -888,10 +888,13 @@ function nameChk(target){
-
+

발신번호 관리

- - +
+ + + +
@@ -1117,12 +1120,30 @@ function nameChk(target){
diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 1bb46d3c..655690bd 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -2008,6 +2008,9 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .tType1 tbody tr .ele_te{font-size: 14px; padding: 15px 0;} .tType1 tbody tr .ele_te span{font-weight: 400;} +/* 결제화면 > 전용계좌 > 가상계좌 확인서 버튼 추가 */ +.tType1.account_con tbody tr .account_te{display: flex; justify-content: space-between;} + @keyframes rotate-loading { 0% {transform:rotate(0)} 100% {transform:rotate(360deg);} diff --git a/src/main/webapp/publish/css/estimate.css b/src/main/webapp/publish/css/estimate.css index 595fd332..8ec8d9bc 100644 --- a/src/main/webapp/publish/css/estimate.css +++ b/src/main/webapp/publish/css/estimate.css @@ -140,4 +140,9 @@ .print_tType td input[type="text"]{height: 28px; display: inline-block; border: 1px solid #e5e5e5; margin-right: 5px;} .print_tType tbody .btnType14 {height: 28px;} -/* // 인쇄 미리보기 팝업(테이블) */ \ No newline at end of file +/* // 인쇄 미리보기 팝업(테이블) */ + +/* 가상계좌 확인서 */ +.cont4.account table tbody tr{border-bottom: 0;} +.cont4.account table tbody tr .acc_te{padding: 20px 0 0 0; text-align: center;} +/* // 가상계좌 확인서 */ diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css index bc2a7199..a5ad30a0 100644 --- a/src/main/webapp/publish/css/popupLayer.css +++ b/src/main/webapp/publish/css/popupLayer.css @@ -1147,6 +1147,34 @@ .tw_wrap .con .tw_con .li_02{margin: 10px 0 0 0;} .tw_wrap .con .tw_con img{width: 100%; margin: 22px 0 40px 0;} +/*발신번호 관리 수정*/ +.sub .heading.call_numbe_con{display: flex; justify-content: space-between; align-items: center; margin: -10px 0 0 0;} +.sub .heading.call_numbe_con .btn{position: static; margin: 0 0 0 4px;} +.sub .heading.call_numbe_con .button.id_card:before{content: ''; display: inline-block; width: 20px; height: 21px; margin: 13px 7px 0 0; vertical-align: top; background: url(/publish/images/content/id_card_icon.png) no-repeat left top;} +.sub .heading.call_numbe_con .button.pro_ex{border-color: #ffcc33; background-color: #ffcc33;} +.sub .heading.call_numbe_con .button.pro_ex:before{content: ''; display: inline-block; width: 20px; height: 19px; margin: 14px 5px 0 0; vertical-align: top; background: url(/publish/images/content/icon_button_attorney.png) no-repeat left top;} + +.call_number_pop{margin: 0 0 30px; padding: 11px 17px 17px; letter-spacing: -0.02em; border: 3px solid #ddd; border-radius: 5px;} +.call_number_pop .call_numbber_list li{height: auto; padding: 0 0 0 10px; margin: 0; border: none; text-indent: -8px; font-size: 15px; font-weight: 300; line-height: 26px; color: #666;} +.call_number_pop .call_numbber_list strong{font-weight: 400; color: #222;} +.call_number_pop .noted_items{background: #f5f5f5; padding: 20px; margin: 16px 0 0 0; border-radius: 5px; font-size: 14px;} +.call_number_pop .noted_items .title{display: flex; justify-content: center; width: 76px; margin: 0 0 6px 0; border-radius: 20px; border: 1px solid #002c9a; background: #fff; font-size: 15px; font-weight: 500; color: #002c9a; line-height: 24px;} +.call_number_pop .noted_items ul li{line-height: 24px;} + +.ex_con_wrap{background: #f5f5f5; padding: 20px; border-radius: 5px; text-align: center;} +.ex_con_wrap .ex_con{background: #fff; padding: 34px; border-radius: 5px;} +.ex_con_wrap .ex_con .ex_con_tit{margin: 0 0 20px 0; font-family: 'GmarketSansMedium'; font-size: 22px; font-weight: 500;} +.ex_con_wrap .ex_con .ex_con_te{margin: 15px 0 0 0; font-size: 16px; color: #666; font-weight: 300;} + +.servInfo_cont .layer_in.pro_layer_in{padding: 10px 30px 40px 30px;} +.pro_layer_in .call_number_pop{padding: 17px;} +.pro_btn_wrap{text-align: right; margin: 0 0 10px 0;} +.pro_btn_wrap .btn{padding: 0 17px; font-size: 16px; line-height: 46px; text-align: center; border: 1px solid #d5d5d5; border-radius: 5px; /* border-color: #ffcc33; background-color: #ffcc33;*/} +.pro_btn_wrap .btn:before{content: ''; display: inline-block; width: 15px; height: 19px; margin: 14px 8px 0 0; vertical-align: top; background: url(/publish/images/content/icon_button_attorney.png) no-repeat left top;} +.call_number_pop .pro_tit{background: #f5f5f5; padding: 10px; margin: 0 0 10px 0; border-radius: 5px; line-height: 24px; font-size: 17px; text-align: center;} +.call_number_pop .pro_tit span{font-weight: 700; color: #002c9a;} + +.call_layer .info_tit{font-size: 20px; font-weight: 500; margin: 0 0 15px 0;} /* ie */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { diff --git a/src/main/webapp/publish/estimate4.html b/src/main/webapp/publish/estimate4.html new file mode 100644 index 00000000..4c5f4c10 --- /dev/null +++ b/src/main/webapp/publish/estimate4.html @@ -0,0 +1,100 @@ + + + + + + + 가상계좌 확인서 + + + + + + + + + + + +
+
+
+ 문자온 CI +
+

(12248) 경기도 남양주시 다산순환로 20, A동 735호(다산동, 현대프리미어캠퍼스)

+

TEL 010-8432-9333

+
+
+
+

가상계좌 확인서

+
+
+
+
+ + + + + + + + + + +
가상계좌 사실 확인
홍길동  님의 가상계좌 발급 사실을 아래와 같이 확인합니다.
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + +
예금주명, 발급은행, 계좌번호 정보를 제공하는 표
예금주명발급은행계좌번호
홍길동신한은행56212519512583
+
+
+
+ + + + + + + + + + + +
추가설명
* 본 확인서는 결제 증빙 용도로만 활용될 수 있습니다. (법적 효력 없음)
+
+
+

2021 년  6 월  17

+
+ + 주식회사 아이티앤 + (인) +
+
+ +
+ +
+ + + diff --git a/src/main/webapp/publish/images/content/id_card_icon.png b/src/main/webapp/publish/images/content/id_card_icon.png new file mode 100644 index 00000000..5c4b7ad8 Binary files /dev/null and b/src/main/webapp/publish/images/content/id_card_icon.png differ diff --git a/src/main/webapp/publish/images/popup/id_card_ex.png b/src/main/webapp/publish/images/popup/id_card_ex.png new file mode 100644 index 00000000..a7557d4f Binary files /dev/null and b/src/main/webapp/publish/images/popup/id_card_ex.png differ diff --git a/src/main/webapp/publish/images/popup/pro_ex.png b/src/main/webapp/publish/images/popup/pro_ex.png new file mode 100644 index 00000000..0854dcfc Binary files /dev/null and b/src/main/webapp/publish/images/popup/pro_ex.png differ