Browse Source

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 years ago
parent
commit
e6b1bd2415

+ 1 - 1
src/main/webapp/app/collmng/COLLMNG02010.html

@@ -110,7 +110,7 @@
110 110
 											<label class="col-xs-2 itp_lb">수거담당자연락처</label>
111 111
 											<div class="col-xs-4 itp_ip">
112 112
 												<div class="col-xs-7 itp_in">
113
-													<input type="text" id="ITP_FORM_COLLMNG02010_DETAIL_PICK_MGR_TEL_NO"  data-check-required="empty" class="form-control itp_input" name="pickMgrTelNo" />
113
+													<input type="text" id="ITP_FORM_COLLMNG02010_DETAIL_PICK_MGR_TEL_NO" data-key-up="tel" data-check-required="empty" class="form-control itp_input" name="pickMgrTelNo" />
114 114
 												</div>
115 115
 											</div>
116 116
 										</div>

+ 1 - 1
src/main/webapp/app/inoutmng/INOUTMNG01010.html

@@ -105,7 +105,7 @@
105 105
 											<label class="col-xs-2 itp_lb">납품담당자 전화번호*</label>
106 106
 											<div class="col-xs-4 itp_ip">
107 107
 												<div class="col-xs-7 itp_in">
108
-													<input type="text" id="ITP_FORM_INOUTMNG01010_DETAIL_DLV_MGR_TEL_NO" data-check-required="empty" class="form-control itp_input" name="dlvMgrTelNo" value="">
108
+													<input type="text" id="ITP_FORM_INOUTMNG01010_DETAIL_DLV_MGR_TEL_NO" data-check-required="empty" data-key-up="tel" class="form-control itp_input" name="dlvMgrTelNo" value="">
109 109
 												</div>
110 110
 											</div>
111 111
 										</div>

+ 1 - 1
src/main/webapp/app/inoutmng/INOUTMNG03010.html

@@ -102,7 +102,7 @@
102 102
 											<label class="col-xs-2 itp_lb">수거담당자 전화번호*</label>
103 103
 											<div class="col-xs-4 itp_ip">
104 104
 												<div class="col-xs-7 itp_in">
105
-													<input type="text" id="ITP_FORM_INOUTMNG03010_DETAIL_PICK_MGR_TEL_NO" data-check-required="empty" class="form-control itp_input" name="pickMgrTelNo" value="">
105
+													<input type="text" id="ITP_FORM_INOUTMNG03010_DETAIL_PICK_MGR_TEL_NO" data-check-required="empty" data-key-up="tel" class="form-control itp_input" name="pickMgrTelNo" value="">
106 106
 												</div>
107 107
 											</div>
108 108
 										</div>

+ 2 - 2
src/main/webapp/app/loanmng/LOANMNG02010.html

@@ -90,7 +90,7 @@
90 90
 											<label class="col-xs-2 itp_lb">입금금액</label>
91 91
 											<div class="col-xs-4 itp_ip">
92 92
 												<div class="col-xs-8 itp_in">
93
-													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_DPST_AMT" class="form-control itp_input" name="dpstAmt">
93
+													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_DPST_AMT" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');" class="form-control itp_input" name="dpstAmt">
94 94
 												</div>
95 95
 											</div>
96 96
 											<label class="col-xs-2 itp_lb">입금일자</label>
@@ -127,7 +127,7 @@
127 127
 											<label class="col-xs-2 itp_lb">입금계좌번호</label>
128 128
 											<div class="col-xs-4 itp_ip">
129 129
 												<div class="col-xs-8 itp_in">
130
-													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_RCV_ACCT_NO" class="form-control itp_input" name="rcvAcctNo">
130
+													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_RCV_ACCT_NO" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="rcvAcctNo">
131 131
 												</div>
132 132
 											</div>	
133 133
 											<label class="col-xs-2 itp_lb"></label>

+ 1 - 1
src/main/webapp/app/oper/OPER01010.html

@@ -306,7 +306,7 @@
306 306
 											<label class="col-xs-2 itp_lb">핸드폰번호 *</label>
307 307
 											<div class="col-xs-4 itp_ip">
308 308
 												<div class="col-xs-7 itp_in">
309
-													<input type="text" id="ITP_FORM_OPER01010_NEW_TEL_NO" data-check-required="empty" class="form-control itp_input" name="telNo" value="">
309
+													<input type="text" id="ITP_FORM_OPER01010_NEW_TEL_NO" data-check-required="empty" data-key-up="tel" class="form-control itp_input" name="telNo" value="">
310 310
 												</div>
311 311
 											</div>
312 312
 										</div>

+ 1 - 1
src/main/webapp/app/rtnmng/RTNMNG01010.html

@@ -45,7 +45,7 @@
45 45
 													<input type="text" id="ITP_FORM_RTNMNG01010_DETAIL_RTN_LOCATION_NM" data-check-required="empty" class="form-control itp_input" name="rtnLocationNm" value="" readonly="readonly" />
46 46
 													<input type="hidden" id="ITP_FORM_RTNMNG01010_DETAIL_RTN_LOCATION" class="form-control itp_input" name="rtnLocation" value="" />
47 47
 														<span class="input-group-btn">
48
-															<button id="ITP_FORM_RTNMNG01010_DELETE_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
48
+															<button type="button" id="ITP_FORM_RTNMNG01010_DELETE_WHS_NM" class="btn btn-default btn-sm UPB" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
49 49
 														</span>
50 50
 													</div>
51 51
 												</div>

+ 5 - 5
src/main/webapp/app/stinfo/STINFO01010.html

@@ -91,13 +91,13 @@
91 91
 											<label class="col-xs-2 itp_lb">사업자번호 *</label>
92 92
 											<div class="col-xs-4 itp_ip">
93 93
 												<div class="col-xs-10 itp_in">
94
-													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_BSNS_REG_NO" class="form-control itp_input" name="bsnsRegNo" value="" maxlength="20">
94
+													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_BSNS_REG_NO" data-key-up="regNo" class="form-control itp_input" name="bsnsRegNo" value="" maxlength="20">
95 95
 												</div>
96 96
 											</div>
97 97
 											<label class="col-xs-2 itp_lb">법인번호</label>
98 98
 											<div class="col-xs-4 itp_ip">
99 99
 												<div class="col-xs-8 itp_in">
100
-													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" name="corpRegNo" value="" maxlength="20">
100
+													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_CORP_REG_NO" data-key-up="corpNo" class="form-control itp_input" name="corpRegNo" value="" maxlength="20">
101 101
 												</div>
102 102
 											</div>
103 103
 										</div>
@@ -105,7 +105,7 @@
105 105
 											<label class="col-xs-2 itp_lb">전화번호</label>
106 106
 											<div class="col-xs-4 itp_ip">
107 107
 												<div class="col-xs-7 itp_in">
108
-													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_TEL_NO" class="form-control itp_input" name="telNo" value="">																								
108
+													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_TEL_NO" data-key-up="tel" class="form-control itp_input" name="telNo" value="">																								
109 109
 												</div>
110 110
 												<!-- <button type="button" id="ITP_BTN_STINFO01010_RESET_PW" class="btn btn-danger btn-xs PWC" style="margin: 3px 0px 0px 3px;">비밀번호 초기화</button> -->
111 111
 											</div>
@@ -118,7 +118,7 @@
118 118
 											<label class="col-xs-2 itp_lb">FAX</label>
119 119
 											<div class="col-xs-4 itp_ip">
120 120
 												<div class="col-xs-7 itp_in">
121
-													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_FAX_NO" class="form-control itp_input" name="faxNo" value="">
121
+													<input type="text" id="ITP_FORM_STINFO01010_DETAIL_FAX_NO" data-key-up="tel" class="form-control itp_input" name="faxNo" value="">
122 122
 												</div>
123 123
 											</div>
124 124
 											<label class="col-xs-2 itp_lb" style="border-top:none;">로고</label>
@@ -158,7 +158,7 @@
158 158
 														</select>
159 159
 													</div>
160 160
 													<div class="col-xs-4 itp_in">
161
-														<input type="text" id="ITP_FORM_STINFO01010_DETAIL_RCV_ACCT_NO" class="form-control itp_input" name="rcvAcctNo" value="" placeholder="계좌번호">													
161
+														<input type="text" id="ITP_FORM_STINFO01010_DETAIL_RCV_ACCT_NO" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="rcvAcctNo" value="" placeholder="계좌번호">													
162 162
 													</div>
163 163
 													<div class="col-xs-2 itp_in">
164 164
 														<input type="text" id="ITP_FORM_STNFO01010_DETAIL_OWAC_NM" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">													

+ 1 - 1
src/main/webapp/app/stinfo/STINFO01011.html

@@ -193,7 +193,7 @@
193 193
 													</select>
194 194
 												</div>
195 195
 												<div class="col-xs-5 itp_in" style="width:37%;">
196
-													<input type="text" id="ITP_FORM_STINFO01011_DETAIL_RCV_ACCT_NO" data-check-required="empty" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
196
+													<input type="text" id="ITP_FORM_STINFO01011_DETAIL_RCV_ACCT_NO" data-check-required="empty" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
197 197
 												</div>
198 198
 												<div class="col-xs-2 itp_in" style="width:22%; margin-right:0;">
199 199
 													<input type="text" id="ITP_FORM_STINFO01011_DETAIL_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">

+ 1 - 1
src/main/webapp/app/stinfo/STINFO02010.html

@@ -244,7 +244,7 @@
244 244
 														</select>
245 245
 													</div>
246 246
 													<div class="col-xs-4 itp_in">
247
-														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_ACCT_NO" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
247
+														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_ACCT_NO" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
248 248
 													</div>
249 249
 													<div class="col-xs-3 itp_in">
250 250
 														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_OWAC_NM" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">

+ 2 - 2
src/main/webapp/app/stinfo/STINFO02011.html

@@ -123,7 +123,7 @@
123 123
 											<label class="col-xs-2 itp_lb">사업자번호 *</label>
124 124
 											<div class="col-xs-4 itp_ip">
125 125
 												<div class="col-xs-6 itp_in">
126
-													<input type="text" id="ITP_FORM_STINFO02011_DETAIL_BSNS_REG_NO"  data-check-required="empty" data-key-up="regNo" class="form-control itp_input" name="bsnsRegNo" value="">
126
+													<input type="text" id="ITP_FORM_STINFO02011_DETAIL_BSNS_REG_NO" data-check-required="empty" data-key-up="regNo" class="form-control itp_input" name="bsnsRegNo" value="">
127 127
 												</div>
128 128
 											</div>
129 129
 											<label class="col-xs-2 itp_lb">업종</label>
@@ -244,7 +244,7 @@
244 244
 														</select>
245 245
 													</div>
246 246
 													<div class="col-xs-4 itp_in">
247
-														<input type="text" id="ITP_FORM_STINFO02011_DETAIL_CREATE_ACCT_NO" data-check-required="empty" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
247
+														<input type="text" id="ITP_FORM_STINFO02011_DETAIL_CREATE_ACCT_NO" data-check-required="empty" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
248 248
 													</div>
249 249
 													<div class="col-xs-2 itp_in">
250 250
 														<input type="text" id="ITP_FORM_STINFO02011_DETAIL_CREATE_OWAC_NM" data-check-required="empty" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">

+ 1 - 1
src/main/webapp/app/stinfo/STINFO03010.html

@@ -157,7 +157,7 @@
157 157
 											<label class="col-xs-2 itp_lb">FAX</label>
158 158
 											<div class="col-xs-4 itp_ip">
159 159
 												<div class="col-xs-8 itp_in">
160
-								                	<input type="text" id="ITP_FORM_STINFO03010_DETAIL_FAX_NO" class="form-control itp_input" name="faxNo" value="">
160
+								                	<input type="text" id="ITP_FORM_STINFO03010_DETAIL_FAX_NO" class="form-control itp_input" data-key-up="tel" name="faxNo" value="">
161 161
 												</div>
162 162
 											</div>
163 163
 										</div>

+ 1 - 1
src/main/webapp/app/stinfo/STINFO05010.html

@@ -116,7 +116,7 @@
116 116
 												<label class="col-xs-2 itp_lb">품목번호 *</label>
117 117
 												<div class="col-xs-10 itp_ip">
118 118
 													<div class="col-xs-3 itp_in">
119
-														<input type="text" id="ITP_FORM_STINFO05010_DETAIL_SCH_ITEM_ID" class="form-control itp_input" value="" maxlength="100" readonly>
119
+														<input type="text" id="ITP_FORM_STINFO05010_DETAIL_SCH_ITEM_ID" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" value="" maxlength="100" readonly>
120 120
 									                </div>
121 121
 									                <div class="col-xs-3 itp_in">
122 122
 														<div class="input-group">

+ 1 - 1
src/main/webapp/app/vendinfo/VENDINFO01010.html

@@ -161,7 +161,7 @@
161 161
 											<label class="col-xs-2 itp_lb">계좌번호</label>
162 162
 											<div class="col-xs-4 itp_ip">
163 163
 												<div class="col-xs-6 itp_in">
164
-													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_ACCT_NO" class="form-control itp_input" name="acctNo" value="">
164
+													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_ACCT_NO" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="">
165 165
 												</div>
166 166
 											</div>
167 167
 											<label class="col-xs-2 itp_lb">예금주</label>

+ 1 - 0
src/main/webapp/js/app/oper/ITP_OPER01010.js

@@ -229,6 +229,7 @@ let pageObj = {
229 229
 		},
230 230
 		form: function() {
231 231
 			itp_fn_form_event.onKeyup('#ITP_FORM_OPER01010_DETAIL');
232
+			itp_fn_form_event.onKeyup('#ITP_FORM_OPER01010_NEW');
232 233
 		},
233 234
 		afflInfo: {
234 235
 			init: function() {

+ 48 - 50
src/main/webapp/js/app/ordmng/ITP_ORDMNG03010.js

@@ -164,34 +164,8 @@ let pageObj = {
164 164
 			$('#ITP_FORM_ORDMNG03010_SEARCH_DLV_REQ_DT').datepicker('setDate', new Date(now.setMonth(now.getMonth() - 1)));
165 165
 			$('#ITP_FORM_ORDMNG03010_SEARCH_DLV_CMPLT_DT').datepicker('setDate', new Date());
166 166
 		}
167
-	},
168
-	
169
-	action: function () {
170
-		var _this = this;  //_this 는 this 와 같다
171
-		// 검색 납품장소 클릭
172
-		$('#ITP_FORM_ORDMNG03010_SSEARCH_SWHS_NM').on('click', function() {
173
-			_this.popup(); //'whs 팝업생성'
174
-		});
175
-		// 검색 납품장소 텍스트 삭제 버튼 클릭
176
-		$('#ITP_FORM_ORDMNG03010_SDELETE_SWHS_NM').on('click', function() {
177
-			$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_NM').val(''); //납품장소 이름 값 제거
178
-			$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_ID').val(''); //납품장소 아이디 값 제거
179
-		});
167
+	},	
180 168
 	
181
-	},
182
-	popup: function () {
183
-		var	popFn = this.callback.searWhs; //popFn 선언
184
-	  const key = {brandId:fn_make_user_info.get('brandId'),storeId:fn_make_user_info.get('storeId'), whsDvsn:""};//key 값 선언
185
-			fn_call_popup('biz', 'BIZPOP_WHS_LOCATION', '#ITP_ASIDE', popFn, key, 'S'); //popup 부르기 팝업 이름,popFn,key
186
-	},
187
-	callback: {
188
-		searWhs: function(rowDataPop) {
189
-			if(rowDataPop) {
190
-				$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_NM').val(rowDataPop.whsNm); // popup 에서 고른 값 넣기
191
-				$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_ID').val(rowDataPop.whsId); //	popup 에서 고른 값 넣기
192
-			}
193
-		}
194
-	},
195 169
 	event: {
196 170
 		init: function () {
197 171
 				this.button(); //button 부르기
@@ -203,7 +177,6 @@ let pageObj = {
203 177
 				$(this).on('click', function() {
204 178
 					switch (id) {
205 179
 						case 'ITP_BTN_ORDMNG03010_SRH'		: listObj.button.search();	break;	// 조회 버튼 클릭
206
-						case 'ITP_BTN_ORDMNG03010_POPUP'	: listObj.button.print(); 			// 납품서출력 팝업
207 180
 						case 'ITP_BTN_ORDMNG03010_EXCEL'	: listObj.excelDown();		break;	// 엑셀 다운로드
208 181
 					}
209 182
 				});
@@ -215,6 +188,26 @@ let pageObj = {
215 188
 		$('#ITP_FORM_ORDMNG03010_SEARCH_BRAND_ID').val(fn_make_user_info.get('brandId'));//input hidden 값 넣기				
216 189
 		$('#ITP_FORM_ORDMNG03010_SDELETE_SWHS_NM').show(); //버튼 보이게 하기
217 190
 		$('#ITP_BTN_ORDMNG03010_EXCEL').show(); //버튼 보이게 하기
191
+	},
192
+	action: function() {
193
+		var _this = this;
194
+		$('#ITP_BTN_ORDMNG03010_POPUP').on('click', function() {
195
+			_this.popup();
196
+		});
197
+	},
198
+	popup: function() {
199
+		var selectedIds = $(ORDMNG03010_GRID_ID).getGridParam('selarrrow');
200
+		if(selectedIds.length > 1) { // 1이상 선택시
201
+		   alert("납품서 하나만 선택해주세요 (대표 납품서번호)") ;//출력
202
+			return; //리턴
203
+		}
204
+		var selRowData ; //변수선언
205
+		
206
+		for (var i=selectedIds.length-1; i>=0; i--) {//1개만 선택시
207
+			selRowData = $(ORDMNG03010_GRID_ID).jqGrid('getRowData', selectedIds[i]);//cell 선택
208
+		}
209
+		const key = {brandId :fn_make_user_info.get('brandId'), dlvSttmtUnqNo : selRowData.dlvSttmtUnqNo}; //popup key 값 설정
210
+		fn_call_popup('biz', 'BIZPOP_DLV_STTMT_PRN', '#ITP_ASIDE',null, key, 'S'); //config 참고 421줄  팝업 이름,키
218 211
 	}
219 212
 };
220 213
 
@@ -222,6 +215,7 @@ let pageObj = {
222 215
 let listObj = {
223 216
 	init: function () {
224 217
 		this.grid.init(); //grid 에 init 불러오기
218
+		this.action();
225 219
 	},
226 220
 	itp_ORDMNG03010_search: false, //조회 안함
227 221
 	button: {
@@ -232,28 +226,6 @@ let listObj = {
232 226
 			param.gridPage = $.jgrid.defaults.page; // 페이지 1
233 227
 			/*물어봐야할것들*/
234 228
 			$(ORDMNG03010_GRID_ID).setGridParam({'postData': JSON.stringify(param)}).trigger('reloadGrid');
235
-		},
236
-		print: function() {
237
-			if(!fn_make_user_info.isEmpty()) { //fn_make_user_info 가 있다면
238
-				const rowKey = $(ORDMNG03010_GRID_ID).getGridParam('selrow'); // 그리드 셀 선택
239
-				if (!rowKey) {//선택 안했을시
240
-					alert("납품서를 선택해주세요 (대표 납품서번호)") ; //출력
241
-					return; //리턴
242
-				}
243
-				var selectedIds = $(ORDMNG03010_GRID_ID).getGridParam('selarrrow');
244
-				if(selectedIds.length > 1) { // 1이상 선택시
245
-				   alert("납품서 하나만 선택해주세요 (대표 납품서번호)") ;//출력
246
-					return; //리턴
247
-				} 
248
-				var selRowData ; //변수선언
249
-				
250
-				for (var i=selectedIds.length-1; i>=0; i--) {//1개만 선택시
251
-					selRowData = $(ORDMNG03010_GRID_ID).jqGrid('getRowData', selectedIds[i]);//cell 선택
252
-				}
253
-				const key = {brandId :fn_make_user_info.get('brandId'), dlvSttmtUnqNo : selRowData.dlvSttmtUnqNo}; //popup key 값 설정
254
-				fn_call_popup('biz', 'BIZPOP_DLV_STTMT_PRN', '#ITP_ASIDE',null, key, 'S'); //config 참고 421줄  팝업 이름,키
255
-				
256
-			}
257 229
 		}
258 230
 	},
259 231
 	empty: {
@@ -298,6 +270,32 @@ let listObj = {
298 270
 			itp_fn_grid_make_remote(option);
299 271
 		},
300 272
 	},
273
+	action: function () {
274
+		var _this = this;  //_this 는 this 와 같다
275
+		// 검색 납품장소 클릭
276
+		$('#ITP_FORM_ORDMNG03010_SSEARCH_SWHS_NM').on('click', function() {
277
+			_this.popup(); //'whs 팝업생성'
278
+		});
279
+		// 검색 납품장소 텍스트 삭제 버튼 클릭
280
+		$('#ITP_FORM_ORDMNG03010_SDELETE_SWHS_NM').on('click', function() {
281
+			$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_NM').val(''); //납품장소 이름 값 제거
282
+			$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_ID').val(''); //납품장소 아이디 값 제거
283
+		});
284
+	
285
+	},
286
+	popup: function () {
287
+		var	popFn = this.callback.searWhs; //popFn 선언
288
+	  const key = {brandId:fn_make_user_info.get('brandId'),storeId:fn_make_user_info.get('storeId'), whsDvsn:""};//key 값 선언
289
+			fn_call_popup('biz', 'BIZPOP_WHS_LOCATION', '#ITP_ASIDE', popFn, key, 'S'); //popup 부르기 팝업 이름,popFn,key
290
+	},
291
+	callback: {
292
+		searWhs: function(rowDataPop) {
293
+			if(rowDataPop) {
294
+				$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_NM').val(rowDataPop.whsNm); // popup 에서 고른 값 넣기
295
+				$('#ITP_FORM_ORDMNG03010_SEARCH_SWHS_ID').val(rowDataPop.whsId); //	popup 에서 고른 값 넣기
296
+			}
297
+		}
298
+	},
301 299
 	excelDown: function() {
302 300
 		var param = {
303 301
 			'url': API_DELI_GRID_LIST,

+ 9 - 7
src/main/webapp/js/app/rtnmng/ITP_RTNMNG01010.js

@@ -217,12 +217,7 @@ let pageObj = {
217 217
 			//납품장소 필드 readonly
218 218
 			$('#ITP_FORM_RTNMNG01010_DETAIL_WHS_NM').attr('readonly', true);
219 219
 			$('#ITP_FORM_RTNMNG01010_DETAIL_LOCATION_NM').attr('readonly', true);
220
-			
221
-			// 매장에서 로그인하는 경우
222
-			if(fn_make_user_info.get('storeId') != '') {
223
-				$('#ITP_FORM_RTNMNG01010_SEARCH_WHS_NM').hide();
224
-				$('#ITP_FORM_RTNMNG01010_DELETE_WHS_NM').hide();
225
-			}			
220
+					
226 221
 		},
227 222
 		grid: function() {
228 223
 			itp_fn_jqgrid_resize(RTNMNG01010_DETAIL_GRID_ID, RTNMNG01010_DETAIL_GRID_LIST, 'lg');
@@ -358,7 +353,14 @@ let createObj = {
358 353
 	init: function() {
359 354
 		$('#ITP_FORM_RTNMNG01010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));
360 355
 		$('#ITP_FORM_RTNMNG01010_DETAIL_STORE_ID').val(fn_make_user_info.get('storeId'));
361
-		$('#ITP_FORM_RTNMNG01010_DELETE_WHS_NM').show();
356
+		// 매장에서 로그인하는 경우
357
+		if(fn_make_user_info.get('storeId') != '') {
358
+			$('#ITP_FORM_RTNMNG01010_SEARCH_WHS_NM').hide();
359
+			$('#ITP_FORM_RTNMNG01010_DELETE_WHS_NM').hide();
360
+		} else {
361
+			$('#ITP_FORM_RTNMNG01010_SEARCH_WHS_NM').show();
362
+			$('#ITP_FORM_RTNMNG01010_DELETE_WHS_NM').show();
363
+		}
362 364
 		//let param = 'brandId=' + LOGIN_USER_INFO.brandId + "&spplyId=" + LOGIN_USER_INFO.spplyId;
363 365
 		this.load();
364 366
 	},

+ 17 - 24
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -44,21 +44,21 @@
44 44
               <button id="ITP_BTN_MPOMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
45 45
             </div>
46 46
         </div>
47
-        <div class="header line">
48
-          <div class="table_header">
47
+        <div class="table_header line">
48
+          <div >
49 49
             <h1><구매품목></h1>
50 50
             <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
51 51
             <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MPOMNG01010_ITEM_AREA">품목추가</button>
52 52
           </div>
53 53
         </div>
54 54
       </div>
55
-      <div id="ITP_LIST_MPOMNG01010_ITEM_AREA" class="scroll_area row-1-1">
55
+      <div id="ITP_LIST_MPOMNG01010_ITEM_AREA" class="scroll_area row-1">
56 56
         <ul id="ITP_LIST_MPOMNG01010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
57 57
          <!--   검색된 데이터가 없습니다  -->
58 58
          <div class="itp_non_data" style="display:none;">
59 59
             <div>검색된 데이터가 없습니다.</div>
60 60
          </div>
61
-        <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display: none;">
61
+        <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display: grid;">
62 62
           <li class="list-row">
63 63
             <div class="left_info">
64 64
               <div class="check_box">
@@ -68,10 +68,9 @@
68 68
                 <div class="itp_item fnItemNm">품목명</div>
69 69
               </div>
70 70
               <div class="thick">
71
-                <div class="itp_gram fnUnitAmt"></div>
72
-              </div>
73
-              <div class="thick">
74
-                <div class="itp_amt fnUnitAmt"></div>
71
+                <div class="itp_gram fnUnitAmt">12,120,000</div>
72
+                <div>/</div>
73
+                <div class="itp_amt fnUnitAmt">12,012,000</div>
75 74
               </div>
76 75
             </div>
77 76
             <div class="right">
@@ -79,16 +78,7 @@
79 78
               <div class="num fnPchReqQty">1</div>
80 79
               <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
81 80
             </div>
82
-            <div class="md_info">
83
-            	<div class="thick">
84
-            		<div></div>
85
-            	</div>
86
-            	<div class="thick">
87
-            		<div></div>
88
-            	</div>
89
-            </div>
90 81
           </li>
91
-          
92 82
         </div>
93 83
       </div>
94 84
       <div class="button_bar">
@@ -169,11 +159,11 @@
169 159
                 </form>
170 160
             </div>
171 161
             <div class="select_btn">
172
-                <button id="ITP_BTN_MPOMNG01010_POP_WHS_NM" class="btn_blue">납품장소 </button>
162
+                <button id="ITP_BTN_MPOMNG01010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
173 163
             </div>    
174 164
             <div id="ITP_LIST_MPOMNG01010_POP_WHS_AREA" class="popup_scroll">
175 165
                 <ul id="ITP_LIST_MPOMNG01010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
176
-                <div id="ITP_LIST_MPOMNG01010_POP_WHS_ROWCOPY" style="display: none;">
166
+                <div id="ITP_LIST_MPOMNG01010_POP_WHS_ROWCOPY" style="display: block;">
177 167
                     <li class="row_2">
178 168
                         <div class="scroll_left">
179 169
                             <div class="con_2 fnWhsNm"></div>
@@ -205,17 +195,20 @@
205 195
                     <button id="ITP_BTN_MPOMNG01010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
206 196
                 </div>
207 197
                 <div class="select_btn">
208
-                    <button id="ITP_BTN_MPOMNG01010_POP_ITEM_NM" class="btn_blue">품목명 </button>
198
+                    <button id="ITP_BTN_MPOMNG01010_POP_ITEM_NM" class="btn_blue">품목명  <img src="../img/arrow_down.png"></button>
209 199
                 </div>
210 200
             </form>
211 201
             <div id="ITP_LIST_MPOMNG01010_POP_ITEM_AREA" class="popup_scroll">
212 202
                 <ul id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
213
-                <div id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWCOPY" style="display: none;">
203
+                <div id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWCOPY" style="display: block;">
214 204
                      <li class="row_2">
215 205
                         <div class="scroll_left">
216
-                            <div class="fnItemNm"></div>
217
-                            <div class="sub fnKg"></div>
218
-                            <div class="amt fnUnitAmt"></div>
206
+                            <div class="con_2 fnItemNm">아이템명</div>
207
+                            <div class="mg_0">
208
+	                            <div class="sub fnKg">12,000,000</div>
209
+	                            <div class="type_hide">/</div>
210
+	                            <div class="amt fnUnitAmt">12,000,000</div>
211
+                            </div>
219 212
                         </div>
220 213
                         <div class="scroll_right">
221 214
                             <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>

+ 51 - 26
src/main/webapp/mobile/app/mpomng/MPOMNG02010.html

@@ -46,7 +46,7 @@
46 46
       </div>
47 47
       </form>
48 48
     </div>
49
-    <div id="ITP_LIST_MPOMNG02010_ITEM_AREA" class="scroll_area row-1">
49
+    <div id="ITP_LIST_MPOMNG02010_ITEM_AREA" class="scroll_area row-2">
50 50
       <ul id="ITP_LIST_MPOMNG02010_ITEM_ROWS" class="mb_0 panel-group"></ul>
51 51
       <div id="ITP_LIST_MPOMNG02010_ITEM_ROWCOPY" style="display: block;">
52 52
         <li class="history_list">
@@ -135,7 +135,7 @@
135 135
         <h1><구매 품목></h1>
136 136
       </div>
137 137
     </div>
138
-    <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-3-1">
138
+    <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-3">
139 139
       <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="mb_0 panel-group"></ul>
140 140
       <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display: block;">
141 141
         <li class="list-row">
@@ -206,21 +206,43 @@
206 206
               <button id="ITP_BTN_MPOMNG02010_MODIFY_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
207 207
             </div>
208 208
         </div>
209
-        <div class="header line">
210
-          <div class="table_header">
209
+        <div class="table_header line">
210
+          <div>
211 211
             <h1><구매 품목></h1>
212 212
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_DEL_ROW" class="btn-primary btn-sm ADB">품목삭제</button>
213 213
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_ADD_ROW" class="btn-primary btn-sm ADB">품목추가</button>
214 214
           </div>
215 215
         </div>
216 216
       </div>
217
-      <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1-1">
217
+      <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1">
218 218
         <ul id="ITP_LIST_MPOMNG02010_MODIFY_ROWS" class="mb_0 panel-group"></ul>
219
-        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: block;">
219
+        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: grid;"><!-- display:grid -->
220 220
           <li class="list-row">
221 221
             <div class="left_info">
222 222
               <div class="check_box">
223
-                <input style="width:20px;" type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
223
+                <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
224
+              </div>
225
+              <div class="thick">
226
+              	<label>품목명</label>
227
+                <span>:</span>
228
+                <div class="itp_item fnItemNm">품목명</div>
229
+              </div>
230
+              <div class="thick">
231
+              	<label>구매가</label>
232
+                <span>:</span>
233
+                <div class="itp_amt fnUnitAmt">asdfasdf</div>
234
+              </div>
235
+            </div>
236
+            <div class="right">
237
+              <button id="ITP_BTN_MPOMNG02010_MODIFY_MINUS">-</button>
238
+              <div class="num fnPchReqQty">1</div>
239
+              <button id="ITP_BTN_MPOMNG02010_MODIFY_PLUS">+</button>
240
+            </div>
241
+          </li>
242
+           <li class="list-row">
243
+            <div class="left_info">
244
+              <div class="check_box">
245
+                <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
224 246
               </div>
225 247
               <div class="thick">
226 248
               	<label>품목명</label>
@@ -301,17 +323,16 @@
301 323
         </form>
302 324
       </div>
303 325
       <div class="select_btn">
304
-        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소 </button>
326
+        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
305 327
       </div>
306 328
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
307 329
         <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
308 330
         <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: block;">
309 331
           <li class="row_2">
310
-            <div class="scroll_left">
311
-              <div class="fnWhsNm">브랜드 창고 명A</div>
312
-              <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
313
-              <div class="sub fnLocationNm">누리자 B/D</div>
314
-            </div>
332
+             <div class="scroll_left">
333
+                 <div class="con_2 fnWhsNm"></div>
334
+                 <div class="con_2 sub fnLocationNm"></div>
335
+             </div>
315 336
             <div class="scroll_right">
316 337
               <button id="ITP_BTN_MPOMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
317 338
             </div>
@@ -320,11 +341,11 @@
320 341
       </div>
321 342
     </div>
322 343
   </div>
323
-  <div id="ITP_POP_MPOMNG02010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: none;">
344
+  <div id="ITP_POP_MPOMNG02010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: n;">
324 345
     <div class="pop">
325 346
       <div class="header">
326 347
         <div class="header_left">
327
-          <label><품목 검색></label>
348
+          <label>품목 검색</label>
328 349
         </div>
329 350
         <div class="header_right">
330 351
           <button type="button" id="ITP_BTN_MPOMNG02010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -338,7 +359,7 @@
338 359
           <button id="ITP_BTN_MPOMNG02010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
339 360
         </div>
340 361
         <div class="select_btn">
341
-          <button id="ITP_BTN_MPOMNG02010_POP_ITEM_NM" class="btn_blue">품목명</button>
362
+          <button id="ITP_BTN_MPOMNG02010_POP_ITEM_NM" class="btn_blue">품목명 <img src="../img/arrow_down.png"></button>
342 363
         </div>
343 364
       </form>
344 365
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
@@ -346,21 +367,25 @@
346 367
         <div id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWCOPY" style="display: block;">
347 368
            <li class="row_2">
348 369
              <div class="scroll_left">
349
-                 <div class="fnItemNm">품목명 001</div>
350
-                 <div class="sub fnKg">700g</div>
351
-                 <div class="amt fnItemAmt">30,500원</div>
370
+                 <div class="con_2 fnItemNm">아이템명</div>
371
+                 <div class="mg_0">
372
+	                 <div class="sub fnKg">12,000,000</div>
373
+	                 <div class="type_hide">/</div>
374
+	                 <div class="amt fnUnitAmt">12,000,000</div>
375
+                 </div>
352 376
              </div>
353 377
              <div class="scroll_right">
354 378
                  <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
355 379
              </div>
356
-           	<div class="itp_num_set">
357
-             <div class="right">
358
-			    <button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS">-</button>
359
-			    <div class="num fnPchReqQty">1</div>
360
-			    <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
361
-			  </div>
362
-		   </div>
380
+           	 <div class="itp_num_set">
381
+                <div class="right">
382
+				    <button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS">-</button>
383
+				    <div class="num fnPchReqQty">1</div>
384
+				    <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
385
+			    </div>
386
+		    </div>
363 387
          </li>
388
+         
364 389
         </div>
365 390
       </div>
366 391
     </div>

+ 16 - 18
src/main/webapp/mobile/app/mpomng/MPOMNG04010.html

@@ -37,9 +37,8 @@
37 37
 				<button id="ITP_BTN_MPOMNG04010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
38 38
 			  </div>
39 39
 			</div>
40
-			<div class="line">
40
+			<div class="line top3">
41 41
 				<label>납품장소</label>
42
-				<div class="search_nm">
43 42
 				  <div class="float_left">
44 43
 					<input type="text" id="ITP_FORM_MPOMNG04010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" />
45 44
 					<input type="hidden" id="ITP_FORM_MPOMNG04010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
@@ -51,8 +50,7 @@
51 50
 					<button id="ITP_BTN_MPOMNG04010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
52 51
 				  </div>
53 52
 				</div>
54
-				</div>
55
-			<div class="line" style="height:50px;">
53
+			<div class="line">
56 54
 			  <div class="search">
57 55
 				<button id="ITP_BTN_MPOMNG04010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
58 56
 			  </div>
@@ -61,9 +59,9 @@
61 59
 			  <h1><발주 내역></h1>
62 60
 			</div>
63 61
 		  </div>
64
-		<div id="ITP_LIST_MPOMNG04010_LIST_ITEM_AREA" class="scroll_area row-3">
62
+		<div id="ITP_LIST_MPOMNG04010_LIST_ITEM_AREA" class="scroll_area row-4">
65 63
 		  <ul id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
66
-			  <div id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWCOPY" style="display: none;">
64
+			  <div id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWCOPY" style="display: block;">
67 65
 				<li class="list-row2">
68 66
 				  <div class="left">
69 67
 					<div class="nomal">
@@ -105,11 +103,12 @@
105 103
 					</div>
106 104
 				  </div>
107 105
 				</li>
106
+				
108 107
 			</div>
109 108
 		  </div>
110 109
 	  </form>
111 110
 	</div>
112
-	<div id="ITP_AJAX_MPOMNG04010_VIEW_CONTAINER" style="display: block;">
111
+	<div id="ITP_AJAX_MPOMNG04010_VIEW_CONTAINER" style="display: none;">
113 112
 	   <form id="ITP_FORM_MPOMNG04010_VIEW" class="form-horizontal" onsubmit="return false;">
114 113
 		<input type="hidden" id="ITP_FORM_MPOMNG04010_VIEW_VIEW_CD" name="viewCd" value="C">
115 114
 		  <div class="content">
@@ -156,14 +155,14 @@
156 155
 				<li class="list-row2">
157 156
 				  <div class="left">
158 157
 					<div class="nomal">
159
-					  <label>품목명</label>
158
+					  <label class="col_1">품목명</label>
160 159
 					  <span>:</span>
161 160
 					  <div class="fnItemNm"></div>
162 161
 					</div>
163 162
 				  </div>
164 163
 				  <div class="left">
165 164
 					<div class="nomal">
166
-					  <label>수량</label>
165
+					  <label class="col_1">수량</label>
167 166
 					  <span>:</span>
168 167
 					  <div class="history">
169 168
 						<div class="fnPodrQty"></div>
@@ -176,7 +175,7 @@
176 175
 				  </div>
177 176
 				  <div class="left">
178 177
 					<div class="nomal">
179
-					  <label>구매가 </label>
178
+					  <label class="col_1">구매가 </label>
180 179
 					  <div class="history">
181 180
 					  <span>:</span>
182 181
 					  <div class="fnPodrAmt"></div>
@@ -220,11 +219,11 @@
220 219
 				</form>
221 220
 			</div>
222 221
 			<div class="select_btn">
223
-				<button id="ITP_BTN_MPOMNG04010_POP_SPPLY_NM" class="btn_blue">공급업체 </button>
222
+				<button id="ITP_BTN_MPOMNG04010_POP_SPPLY_NM" class="btn_blue">공급업체 <img src="../img/arrow_down.png"></button>
224 223
 			</div>
225 224
 			<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_AREA" class="popup_scroll">
226 225
 				<ul id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWS" class="mb_0 panel-group itp_nav"></ul>
227
-				<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: none;">
226
+				<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: block;">
228 227
 					<li class="row_2">
229 228
 						<div class="scroll_left">
230 229
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
@@ -238,7 +237,7 @@
238 237
 			</div>
239 238
 		</div>
240 239
 	</div>
241
-	<div id="ITP_POP_MPOMNG04010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
240
+	<div id="ITP_POP_MPOMNG04010_WHS_AREA" class="popup2 mobile-pop-close" style="display: block;">
242 241
 		<div class="pop">
243 242
 			<div class="header">
244 243
 				<div class="header_left">
@@ -257,16 +256,15 @@
257 256
 				</form>
258 257
 			</div>
259 258
 			<div class="select_btn">
260
-				<button id="ITP_BTN_MPOMNG04010_POP_WHS_NM" class="btn_blue">납품장소</button>
259
+				<button id="ITP_BTN_MPOMNG04010_POP_WHS_NM" class="btn_blue">납품장소<img src="../img/arrow_down.png"></button>
261 260
 			</div>
262 261
 			<div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
263 262
 				<ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
264
-				<div id="ITP_LIST_MPOMNG04010_POP_WHS_ROWCOPY" style="display: none;">
263
+				<div id="ITP_LIST_MPOMNG04010_POP_WHS_ROWCOPY" style="display: block;">
265 264
 					<li class="row_2">
266 265
 						<div class="scroll_left">
267
-							<div class="fnWhsNm"></div>
268
-							<div class="sub fnLocationNm"></div>
269
-							<div class="sub fnLocationNm"></div>
266
+							<div class="con_2 fnWhsNm">asdfasfsad</div>
267
+							<div class="con_2 sub fnLocationNm">fasdfasd</div>
270 268
 						</div>
271 269
 						<div class="scroll_right">
272 270
 							<button id="ITP_BTN_MPOMNG04010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

+ 14 - 15
src/main/webapp/mobile/app/mpomng/MPOMNG05010.html

@@ -43,7 +43,7 @@
43 43
 						<button id="ITP_BTN_MPOMNG05010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
44 44
 					</div>
45 45
 				</div>
46
-				<div class="line">
46
+				<div class="line top3">
47 47
 					<label>납품장소</label>
48 48
 					<div class="float_left">
49 49
 						<input type="text" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
@@ -56,7 +56,7 @@
56 56
 						<button id="ITP_BTN_MPOMNG05010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
57 57
 					</div>
58 58
 				</div>
59
-				<div class="line">
59
+				<div class="line top6">
60 60
 					<label>품목명</label>
61 61
 					<div class="float_left name">
62 62
 						<input id="ITP_FORM_MPOMNG05010_LIST_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
@@ -71,20 +71,20 @@
71 71
 					<h1><납품서 내역></h1>
72 72
 				</div>
73 73
 			</div>
74
-			<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_AREA" class="scroll_area row-4">
74
+			<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_AREA" class="scroll_area row-5">
75 75
 				<ul id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
76 76
 				<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWCOPY" style="display: block;">
77 77
 					<li class="history_list2">
78 78
 						<div class="left">
79 79
 							<div class="nomal">
80
-								<label class="">납품번호 </label>
80
+								<label class="col_3">납품번호 </label>
81 81
 								<span>:</span>
82 82
 								<div class="fnDlvSttmtUnqNo"></div>
83 83
 							</div>
84 84
 						</div>
85 85
 						<div class="left">
86 86
 							<div class="nomal">
87
-								<label>납품예정일</label>
87
+								<label class="col_3">납품예정일</label>
88 88
 								<span>:</span>
89 89
 								<div class="fnDlvReqDt history_info"></div>
90 90
 								<label class="fn sub_info">납품일자</label>
@@ -94,7 +94,7 @@
94 94
 						</div>
95 95
 						<div class="left">
96 96
 							<div class="nomal">
97
-								<label>공급업체</label>
97
+								<label class="col_3">공급업체</label>
98 98
 								<span>:</span>
99 99
 								<div class="fnSpplyNm history_info"></div>
100 100
 								<label class="sub_info">납품장소</label>
@@ -104,14 +104,14 @@
104 104
 						</div>
105 105
 						<div class="left">
106 106
 							<div class="nomal">
107
-								<label>품목 </label>
107
+								<label class="col_3">품목 </label>
108 108
 								<span>:</span>
109 109
 								<div class="fnItemNm"></div>
110 110
 							</div>
111 111
 						</div>
112 112
 						<div class="left">
113 113
 							<div class="nomal">
114
-								<label>발주수량</label>
114
+								<label class="col_3">발주수량</label>
115 115
 								<span>:</span>
116 116
 								<div class="fnPodrQty history_info"></div>
117 117
 								<label class="sub_info">납품수량</label>
@@ -144,7 +144,7 @@
144 144
 				</form>
145 145
 			</div>
146 146
 			<div class="select_btn">
147
-				<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_NM" class="btn_blue">공급업체 </button>
147
+				<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_NM" class="btn_blue">공급업체 <img src="../img/arrow_down.png"></button>
148 148
 			</div>
149 149
 			<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
150 150
 				<ul id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
@@ -162,7 +162,7 @@
162 162
 			</div>
163 163
 		</div>
164 164
 	</div>
165
-	<div id="ITP_POP_MPOMNG05010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
165
+	<div id="ITP_POP_MPOMNG05010_WHS_AREA" class="popup2 mobile-pop-close" style="display: block;">
166 166
 		<div class="pop">
167 167
 			<div class="header">
168 168
 				<div class="header_left">
@@ -181,16 +181,15 @@
181 181
 				</form>
182 182
 			</div>
183 183
 			<div class="select_btn">
184
-				<button id="ITP_BTN_MPOMNG05010_POP_WHS_NM" class="btn_blue">납품장소 </button>
184
+				<button id="ITP_BTN_MPOMNG05010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
185 185
 			</div>
186 186
 			<div id="ITP_LIST_MPOMNG05010_POP_WHS_AREA" class="popup_scroll">
187 187
 				<ul id="ITP_LIST_MPOMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
188
-				<div id="ITP_LIST_MPOMNG05010_POP_WHS_ROWCOPY" style="display: none;">
188
+				<div id="ITP_LIST_MPOMNG05010_POP_WHS_ROWCOPY" style="display: block;">
189 189
 					<li class="row_2">
190 190
 						<div class="scroll_left">
191
-							<div class="fnWhsNm"></div>
192
-							<div class="sub fnLocationNm"></div>
193
-							<div class="sub fnLocationNm"></div>
191
+							<div class="con_2 fnWhsNm"></div>
192
+							<div class="con_2 sub fnLocationNm"></div>
194 193
 						</div>
195 194
 						<div class="scroll_right">
196 195
 							<button id="ITP_BTN_MPOMNG05010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

+ 17 - 18
src/main/webapp/mobile/app/mpomng/MPOMNG06010.html

@@ -22,7 +22,7 @@
22 22
 						<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_DLV_STTMT_UNQ_NO" name="sdlvSttmtUnqNo" type="text" placeholder="">
23 23
 					</div>
24 24
 				</div>
25
-				<div class="line">
25
+				<div class="line top3">
26 26
 					<label>공급업체</label>
27 27
 					<div class="float_left">
28 28
 						<input type="text" id="ITP_FORM_MPOMNG06010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명" readonly>
@@ -35,7 +35,7 @@
35 35
 						<button id="ITP_BTN_MPOMNG06010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
36 36
 					</div>
37 37
 				</div>
38
-				<div class="line">
38
+				<div class="line top6">
39 39
 					<label>납품장소</label>
40 40
 					<div class="float_left">
41 41
 						<input type="text" id="ITP_FORM_MPOMNG06010_LIST_SEARCH_WHS_NM" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="납품장소" class="" name="swhsNm" placeholder="매장명" readonly />
@@ -48,13 +48,13 @@
48 48
 						<button id="ITP_BTN_MPOMNG06010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
49 49
 					</div>
50 50
 				</div>
51
-				<div class="line">
51
+				<div class="line top9">
52 52
 					<label>품목명</label>
53 53
 					<div class="float_left name">
54 54
 						<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
55 55
 					</div>
56 56
 				</div>
57
-				<div class="line">
57
+				<div class="line top9">
58 58
 					<div class="search">
59 59
 						<button id="ITP_BTN_MPOMNG06010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
60 60
 					</div>
@@ -65,13 +65,13 @@
65 65
 			</div>
66 66
 		</form>
67 67
 		<form id="ITP_FORM_MPOMNG06010_LIST_MODIFY" class="form-horizontal" onsubmit="return false;">
68
-			<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_AREA" class="scroll_area row-4">
68
+			<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_AREA" class="scroll_area row-6">
69 69
 				<ul id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
70
-				<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWCOPY" style="display: none;">
70
+				<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWCOPY" style="display: block;">
71 71
 					<li class="history_list2">
72 72
 						<div class="left">
73 73
 							<div class="nomal">
74
-								<label>납품번호 </label>
74
+								<label class="col_3">납품번호 </label>
75 75
 								<div class="history">
76 76
 									<span>:</span>
77 77
 									<div class="fnDlvSttmtUnqNo"></div>
@@ -80,7 +80,7 @@
80 80
 						</div>
81 81
 						<div class="left">
82 82
 							<div class="nomal">
83
-								<label class="history_label">납품예정일</label>
83
+								<label class="col_3">납품예정일</label>
84 84
 								<div class="history">
85 85
 									<span>:</span>
86 86
 									<div class="fnDlvSchDt history_info"></div>
@@ -89,7 +89,7 @@
89 89
 						</div>
90 90
 						<div class="left">
91 91
 							<div class="nomal">
92
-								<label>공급업체</label>
92
+								<label class="col_3">공급업체</label>
93 93
 								<div class="history">
94 94
 									<span>:</span>
95 95
 									<div class="fnSpplyNm history_info"></div>
@@ -103,7 +103,7 @@
103 103
 						</div>
104 104
 						<div class="left">
105 105
 							<div class="nomal">
106
-								<label>품목 </label>
106
+								<label class="col_3">품목 </label>
107 107
 								<div class="history">
108 108
 									<span>:</span>
109 109
 									<div class="fnItemNm">(EA)</div>
@@ -112,7 +112,7 @@
112 112
 						</div>
113 113
 						<div class="left">
114 114
 							<div class="nomal">
115
-								<label>납품수량</label>
115
+								<label class="col_3">납품수량</label>
116 116
 								<div class="history">
117 117
 									<span>:</span>
118 118
 									<div class="fnDlvQty history_info">10</div>
@@ -153,11 +153,11 @@
153 153
 				</form>
154 154
 			</div>
155 155
 			<div class="select_btn">
156
-				<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_NM" class="btn_blue">공급업체 </button>
156
+				<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_NM" class="btn_blue">공급업체 <img src="../img/arrow_down.png"></button>
157 157
 			</div>
158 158
 			<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
159 159
 				<ul id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
160
-				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;">
160
+				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: block;">
161 161
 					<li class="row_2">
162 162
 						<div class="scroll_left">
163 163
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
@@ -190,16 +190,15 @@
190 190
 				</form>
191 191
 			</div>
192 192
 			<div class="select_btn">
193
-				<button id="ITP_BTN_MPOMNG06010_POP_WHS_NM" class="btn_blue">납품장소 </button>
193
+				<button id="ITP_BTN_MPOMNG06010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
194 194
 			</div>
195 195
 			<div id="ITP_LIST_MPOMNG06010_POP_WHS_AREA" class="popup_scroll">
196 196
 				<ul id="ITP_LIST_MPOMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
197
-				<div id="ITP_LIST_MPOMNG06010_POP_WHS_ROWCOPY" style="display: none;">
197
+				<div id="ITP_LIST_MPOMNG06010_POP_WHS_ROWCOPY" style="display: block;">
198 198
 					<li class="row_2">
199 199
 						<div class="scroll_left">
200
-						  <div class="fnWhsNm"></div>
201
-						  <div class="sub fnLocationNm"></div>
202
-						  <div class="sub fnLocationNm"></div>
200
+						  <div class="con_2 fnWhsNm"></div>
201
+						  <div class="con_2 sub fnLocationNm"></div>
203 202
 						</div>
204 203
 						<div class="scroll_right">
205 204
 							<button id="ITP_BTN_MPOMNG06010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

+ 17 - 18
src/main/webapp/mobile/app/mpomng/MPOMNG07010.html

@@ -22,7 +22,7 @@
22 22
 	          <input id="ITP_FORM_MPOMNG07010_LIST_PCH_PODR_UNQ_NO" name="spchPodrUnqNo" type="text">
23 23
 	        </div>
24 24
 	      </div>
25
-			<div class="line">
25
+			<div class="line top3">
26 26
 				<label>공급업체</label>
27 27
 				<div class="float_left">
28 28
 					<input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명" readonly>
@@ -35,7 +35,7 @@
35 35
 					<button id="ITP_BTN_MPOMNG07010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
36 36
 				</div>
37 37
 			</div>
38
-			<div class="line">
38
+			<div class="line top6">
39 39
 				<label>납품장소</label>
40 40
 				<div class="float_left">
41 41
 					<input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
@@ -48,13 +48,13 @@
48 48
 					<button id="ITP_BTN_MPOMNG07010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
49 49
 				</div>
50 50
 			</div>
51
-	      <div class="line">
51
+	      <div class="line top9">
52 52
 	        <label>품목명</label>
53 53
 	        <div class="float_left">
54 54
 	          <input id="ITP_FORM_MPOMNG07010_LIST_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
55 55
 	        </div>
56 56
 	      </div>
57
-	      <div class="line" style="height:50px;">
57
+	      <div class="line top9">
58 58
 	        <div class="search">
59 59
 	          <button id="ITP_BTN_MPOMNG07010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
60 60
 	        </div>
@@ -63,13 +63,13 @@
63 63
 	        <h1><입고 내역></h1>
64 64
 	      </div>
65 65
 	    </div>
66
-      <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_AREA" class="scroll_area row-4">
66
+      <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_AREA" class="scroll_area row-6">
67 67
         <ul id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
68 68
         	<div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: block;">
69 69
 		      <li class="history_list2">
70 70
 		        <div class="left">
71 71
 		          <div class="nomal">
72
-		            <label>발주번호 </label>
72
+		            <label class="col_3">발주번호 </label>
73 73
 		            <div class="history">
74 74
 		           		<span>:</span>
75 75
 		              	<div class="fnPchPodrUnqNo"></div>
@@ -78,7 +78,7 @@
78 78
 		        </div>
79 79
 		        <div class="left">
80 80
 		          <div class="nomal">
81
-		            <label class="history_label">입고일자</label>
81
+		            <label class="col_3">입고일자</label>
82 82
 		            <div class="history">
83 83
 		              <span>:</span>
84 84
 		              <div class="fnDlvCmpltDt history_info"></div>
@@ -87,7 +87,7 @@
87 87
 		        </div>
88 88
 		        <div class="left">
89 89
 		          <div class="nomal">
90
-		            <label>공급업체</label>
90
+		            <label class="col_3">공급업체</label>
91 91
 		            <div class="history">
92 92
 		              <span>:</span>
93 93
 		              <div class="fnSpplyNm history_info"></div>
@@ -101,7 +101,7 @@
101 101
 		        </div>
102 102
 		        <div class="left">
103 103
 		          <div class="nomal">
104
-		            <label>품목 </label>
104
+		            <label class="col_3">품목 </label>
105 105
 		            <div class="history">
106 106
 		              <span>:</span>
107 107
 		              <div class="fnItemNm">품목명(EA)</div> 
@@ -110,7 +110,7 @@
110 110
 		        </div>
111 111
 		        <div class="left">
112 112
 		          <div class="nomal">
113
-		            <label>발주수량</label>
113
+		            <label class="col_3">발주수량</label>
114 114
 		            <div class="history">
115 115
 		              <span>:</span>
116 116
 		              <div class="fnPodrQty history_info"></div>
@@ -147,11 +147,11 @@
147 147
 				</form>
148 148
 			</div>
149 149
 			<div class="select_btn">
150
-				<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_NM" class="btn_blue">공급업체 </button>
150
+				<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_NM" class="btn_blue">공급업체 <img src="../img/arrow_down.png"></button>
151 151
 			</div>
152 152
 			<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
153 153
 				<ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
154
-				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: none;">
154
+				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: block;">
155 155
 					<li class="row_2">
156 156
 						<div class="scroll_left">
157 157
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
@@ -165,7 +165,7 @@
165 165
 			</div>
166 166
 		</div>
167 167
 	</div>
168
-	<div id="ITP_POP_MPOMNG07010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
168
+	<div id="ITP_POP_MPOMNG07010_WHS_AREA" class="popup2 mobile-pop-close" style="display: block;">
169 169
 		<div class="pop">
170 170
 			<div class="header">
171 171
 				<div class="header_left">
@@ -184,16 +184,15 @@
184 184
 				</form>
185 185
 			</div>
186 186
 			<div class="select_btn">
187
-				<button id="ITP_BTN_MPOMNG07010_POP_WHS_NM" class="btn_blue">납품장소 </button>
187
+				<button id="ITP_BTN_MPOMNG07010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
188 188
 			</div>
189 189
 			<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
190 190
 				<ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
191
-				<div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display: none;">
191
+				<div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display: block;">
192 192
 					<li class="row_2">
193 193
 						<div class="scroll_left">
194
-							<div class="fnWhsNm">브랜드 창고 명A</div>
195
-							<div class="sub fnLocationNm">(상세위치내용)</div>
196
-							<div class="sub fnLocationNm">누리자 B/D</div>
194
+							<div class="con_2 fnWhsNm">브랜드 창고 명A</div>
195
+							<div class="con_2 sub fnLocationNm">(상세위치내용)</div>
197 196
 						</div>
198 197
 						<div class="scroll_right">
199 198
 							<button id="ITP_BTN_MPOMNG07010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

+ 95 - 75
src/main/webapp/mobile/css/style.css

@@ -6,7 +6,9 @@
6 6
 }
7 7
 * {margin: 0; padding: 0; box-sizing: border-box; text-align: center; font-family: 'GmarketSansMedium', 'serif'; list-style: none;}
8 8
 section {}
9
-body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'GmarketSansMedium';}
9
+body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'GmarketSansMedium';
10
+	overflow:scroll-y; 
11
+	-webkit-overflow-scrolling:touch;}
10 12
 body .login {position:fixed;}
11 13
 .color-gray {color:#aaa;}
12 14
 /* 팝업 */
@@ -21,8 +23,8 @@ section .popup .pop .pop_line .itp_label_area {height:35px; padding:8px; width:1
21 23
 section .popup .pop .pop_line .itp_label_area label {margin:0;font-size: 14px; text-align:left; float: left; min-width: 100px;}
22 24
 section .popup .pop .pop_line .itp_info_area {width:calc(100% - 100px); margin:0; padding:6px;}
23 25
 section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 10px; width: auto;}
24
-section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 51px; border-top: 2px solid #000;}
25
-section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 50px; margin:0; font-size: 18px; font-weight: 100; border-radius: 0px; border: none;}
26
+section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 40px; border-top: 2px solid #000;}
27
+section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 38px; margin:0; font-size: 18px; font-weight: 100; border-radius: 0px; border: none;}
26 28
 section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
27 29
 section .popup .pop .popup_btn button.cancel {width: 36%;}
28 30
 
@@ -34,19 +36,20 @@ section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; backgr
34 36
 section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 20px; margin:auto; margin-top: 20%;}
35 37
 section .popup2 .btn_barcode {margin-top: 20%;}
36 38
 section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 15px; font-weight:100;}
37
-section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 85%; background: #fff; border: 1px solid #000; border-radius:10px;}
38
-section .popup2 .pop .header {position: relative; height: 50px; background: #f0831e; color:#eee; border-bottom: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
39
+section .popup2 .pop { position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 70%; background: #fff; border: 1px solid #000; border-radius:10px;}
40
+section .popup2 .pop .header {position: relative; height: 40px; background: #f0831e; color:#eee; border-bottom: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
39 41
 section .popup2 .pop .header .header_left {padding-top: 12px;}
40
-section .popup2 .pop .header .header_left label {font-size: 18px; font-weight:100;} 
42
+section .popup2 .pop .header .header_left label {font-size: 16px; font-weight:100;} 
41 43
 section .popup2 .pop .header .header_right {float: right; padding-right: 10px; position:relative; top:-44px;}
42
-section .popup2 .pop .header .header_right button {border: none; background: transparent;}
44
+section .popup2 .pop .header .header_right button {border: none; background: transparent; margin:3px -5px;}
43 45
 section .popup2 .pop .header .header_right button img {width:22px;}
44
-section .popup2 .pop .select_btn button.btn_blue {float: right; width: 100px; height: 30px; background:#d9baaf; color: #fff; font-size: 13px; padding-top:6px; border: 1px solid #cca597;}
45 46
 section .popup2 .pop .select_btn {position:relative; top:-25px; left:55px; width:100%; height: 20px;}
47
+section .popup2 .pop .select_btn button.btn_blue {float: right; width: 90px; height: 25px; background:#d9baaf; color: #fff; font-size: 12px; padding-top:4px; border: 1px solid #cca597;}
48
+section .popup2 .pop .select_btn img {width:12px;}
46 49
 section .popup2 .pop .search_bar {width: 100%; height: 60px; padding:10px;}
47
-section .popup2 .pop .search_bar input {width: 90%; margin:0 5%; height: 40px; position:relative; top:-37px; font-size:14px;}
48
-section .popup2 .pop .search_bar button {position:relative; top:-74px; background:transparent; margin-right:5%; float: right; border: none; padding-top:3px;}
49
-section .popup2 .pop .search_bar button img {width: 22px;}
50
+section .popup2 .pop .search_bar input {width: 90%; margin:0 5%; height: 27px; position:relative; top:-37px; font-size:14px;}
51
+section .popup2 .pop .search_bar button {position:relative; top:-64px; background:transparent; margin-right:5%; float: right; border: none; padding-top:3px;}
52
+section .popup2 .pop .search_bar button img {width: 18px;}
50 53
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
51 54
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; display:flex;}
52 55
 section .popup2 .pop .search_item_bar input {width:40%; border-radius:5px; margin:0;}
@@ -69,9 +72,9 @@ section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-w
69 72
 section .popup2 .pop .table_body .table_tr .table_td .chkItem {margin:-7px;}
70 73
 
71 74
 section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
72
-section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 540px; overflow: auto; border-top:1px solid #E0B8AB;}
75
+section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 75%; overflow: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
73 76
 section .popup2 .pop .popup_scroll li {list-style: none; width: 100%; height: 50px; border-bottom: 1px solid #E0B8AB;}
74
-section .popup2 .pop .popup_scroll li.row_2 {height: 90px;}
77
+section .popup2 .pop .popup_scroll li.row_2 {height: 70px;}
75 78
 
76 79
 section .popup2 .pop .popup_scroll li .left {position: relative; float: left;}
77 80
 section .popup2 .pop .popup_scroll li .left .check_box {width:30px; float:left; height:80px; padding-left:5px; padding-top:20px;}
@@ -83,13 +86,16 @@ section .popup2 .pop .popup_scroll li .left .history {font-weight: 700; font-siz
83 86
 section .popup2 .pop .popup_scroll li .left .history input{width: 150px;}
84 87
 section .popup2 .pop .popup_scroll li .scroll_left {float: left; display:grid;}
85 88
 section .popup2 .pop .popup_scroll li .scroll_left div {text-align:left; float: left; font-size: 18px; font-weight: 100; width: auto; margin:8px 6px -6px 10px;}
86
-section .popup2 .pop .popup_scroll li .scroll_left .con_2 {padding-top:8px;}
89
+section .popup2 .pop .popup_scroll li .scroll_left .con_2 {padding-top:3px;}
90
+section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0;}
91
+section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {margin:0; padding: 8px 8px 0px 2px;}
92
+.type_hide {display:block;}
87 93
 section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gray;}
88
-section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:16px; color:#b88278;}
94
+section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14px; color:#b88278;}
89 95
 section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
90
-section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:25px 10px;}
91
-section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:24px; height:38px;}
92
-section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:30px;}
96
+section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:16px 10px;}
97
+section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:16px; height:38px;}
98
+section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:24px;}
93 99
 section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
94 100
 section .popup2 .pop .content .line button {width: 40%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
95 101
 section .popup2	.list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
@@ -100,7 +106,7 @@ section .popup2 .list_line .list_info input{width:90%;}
100 106
 section .popup2 .list_line .mail input {width:30%;}
101 107
 section .popup2 .list_line .mail select {width:30%;}
102 108
 section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
103
-section .popup_scroll li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
109
+section .popup_scroll li .right .num {padding:8px 12px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
104 110
 section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
105 111
 section .popup2 .list_line .line_right {float:right; width:70%;}
106 112
 section .popup2 .list_line .line_right select {width:200px; float:right;}
@@ -211,7 +217,7 @@ body.eee {height: 700px; background: #eee;}
211 217
 .main .wicon .icon_left {float: left;}
212 218
 
213 219
 
214
-input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 36px;text-align: left; padding:0 10px;}
220
+input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 27px;text-align: left; padding:0 10px;}
215 221
 input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
216 222
 
217 223
 select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 15px;}
@@ -219,18 +225,18 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
219 225
 
220 226
 /* 공통화면 */
221 227
 
222
-#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 55px;background-color:#F7B014;align-items: center;border-bottom: 1px solid #000;z-index: 11;}
228
+#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 45px;background-color:#F7B014;align-items: center;border-bottom: 1px solid #000;z-index: 11;}
223 229
 #ITP_WRAPPER header .header_wrap {width: 100%; height: 55px; margin: 0 auto; display: inline-flex;}
224
-#ITP_WRAPPER header .header_wrap .menu_logo {width:100px;}
225
-#ITP_WRAPPER header .header_wrap .menu_logo button {width: 40px; height: 40px; float: left; padding: 0; background: transparent; border: none; margin-top: 7px; margin-left: 7px;}
230
+#ITP_WRAPPER header .header_wrap .menu_logo {width:100px; height:45px;}
231
+#ITP_WRAPPER header .header_wrap .menu_logo button {width: 40px; height: 40px; float: left; padding: 0; background: transparent; border: none; margin-top: 2px; margin-left: 3px;}
226 232
 #ITP_WRAPPER header .header_wrap .menu_logo button img {width: 25px; height: 20px; margin: 0; border-radius: 0; border: none;}
227 233
 #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
228 234
 #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
229
-#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 160px); height:55px; display:inline-flex;}
230
-#ITP_WRAPPER header .header_wrap .name_info div {width: 100%; font-size: 20px; color:#eee; margin-top:17px;}
235
+#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 160px); height:45px; display:inline-flex;}
236
+#ITP_WRAPPER header .header_wrap .name_info div {width: 100%; font-size: 20px; color:#eee; margin-top:12px;}
231 237
 
232 238
 #ITP_WRAPPER header .header_wrap .logout {float: right; width: 60px;}
233
-#ITP_WRAPPER header .header_wrap .logout button { margin: 3px 0px; width: 50px; height: 50px; border:none; font-size: 0.8rem;background: transparent;}
239
+#ITP_WRAPPER header .header_wrap .logout button {margin: -2px 10px; width: 50px; height: 50px; border:none; font-size: 0.8rem;background: transparent;}
234 240
 #ITP_WRAPPER header .header_wrap .logout button img {width:22px;}
235 241
 
236 242
 /* 메뉴바 */
@@ -286,51 +292,54 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
286 292
 
287 293
 .fix {
288 294
   width: 100%;
289
-  padding-top: 50px;
290
-  font-size: 2rem;
295
+  padding-top: 45px;
296
+  font-size: 16px;
291 297
 }
292
-.content {position:fixed; z-index: 10; padding-top: 10px; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
293
-.content .header {width:100% !important; height:55px !important; margin:0 !important;}
294
-.content .line {position: relative; display: inline-block; width: 99%; height: 45px; margin:auto 1%; margin-bottom: -10px;}
298
+.content {position:fixed; z-index: 10; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
299
+.content .header {width:100% !important; margin:0 !important;}
300
+.content .line {position: relative; display: inline-block; width: 100%; height: 28px; margin-bottom: -10px;}
301
+.content .line.top3 {top:3px;}
302
+.content .line.top6 {top:6px;}
303
+.content .line.top9 {top:9px;}
295 304
 .content .line .pop_right {width:50%; height:46px; float:right;}
296 305
 .content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
297 306
 .content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
298 307
 .content .line .search_wrap select {float:right; width:50%; margin-right:10px;}
299
-.content .line div.itp_search_header {font-weight:100;padding:9px 10px 4px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;}
300
-.content .line div.itp_search_header img{width:22px; top:-2px; position:relative;}
301
-.content .line label {min-width:92px; color:#666; font-size: 16px; margin-left: 10px; float: left; text-align: left; margin-top: 10px; font-weight:100;}
308
+.content .line div.itp_search_header {font-weight:100;padding:5px 10px 0px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14px;}
309
+.content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
310
+.content .line label {min-width:92px; color:#666; font-size: 14px; margin-left: 10px; float: left; text-align: left; margin-top: 7px; font-weight:100;}
302 311
 .content .line label.pay_label {margin:20px 1%; width:98%;}
303 312
 .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
304
-.content .line .itp_label_select {padding:0;width:116px; color:#666; font-size: 18px; float: left; margin-top: 5px; margin-right:4px; font-weight:100; border:1px solid #aaa; border-radius:5px;}
305
-.content .line .float_left {float: left; margin-top:2px; width:50%;}
313
+.content .line .itp_label_select {padding:0;width:98px; height:27px; color:#666; font-size: 14px; float: left;  margin:0 2.5px; font-weight:100; border:1px solid #aaa; border-radius:5px;}
314
+.content .line .float_left {float: left; margin-top:2px; width:55%;}
306 315
 .content .line .float_left.name {width:60%;}
307
-.content .line .float_left button {float:right; left:-5px; position:relative; background:transparent; border:none; width:36px; height:36px; padding:0;} 
308
-.content .line .float_left button img {width:22px;}
316
+.content .line .float_left button {float:right; left:-5px; position:relative; background:transparent; border:none; width:27px; height:27px; padding:0;} 
317
+.content .line .float_left button img {width:18px;}
309 318
 .content .line .float_left input {width:100%; font-size:14px;}
310 319
 .content .line .float_left.note {width: 100%; padding: 10px;}
311 320
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
312 321
 .content .line .float_left div {font-size: 1rem; margin-top: 8px;}
313
-.content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:50%;}
322
+.content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:55%;}
314 323
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
315
-.content .line .float_right_btn button {padding:0; width:36px; height:36px; border-radius:5px; border:1px solid #aaa;}
316
-.content .line .float_right_btn button img {width:20px; height:20px;}
317
-.content .line .float_left select {float: left; width: 100%; height: 36px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
318
-.content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:65%}
319
-.content .line .line_right div {float: right; font-size: 18px;; margin-top: 12px; color:#555;}
324
+.content .line .float_right_btn button {padding:0; width:27px; height:27px; border-radius:5px; border:1px solid #aaa;}
325
+.content .line .float_right_btn button img {width:18px; height:18px;}
326
+.content .line .float_left select {float: left; width: 100%; height: 27px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
327
+.content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:57%}
328
+.content .line .line_right div {float: right; font-size: 16px; margin-top: 12px; margin-right:3%; color:#555;}
320 329
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
321 330
 .content .line .line_right input.m9 {margin-right:93px;}
322 331
 .content .line .line_right input.left {text-align: left;}
323 332
 .content .line .line_right input.mg0 {margin-right:10px;}
324 333
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
325 334
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
326
-.content .line input.date {width: 50%; margin: 5px 0; height: 35px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
335
+.content .line input.date {width: 55%; margin: 5px 0; height: 27px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
327 336
 .content .line input.full {width: 100%;}
328
-.content .line div.date_to {display:flex; width:60%; float: left; margin-right:0px;}
329
-.content .line div.date_to input {font-weight:100; width:47%; font-size:14px;}
337
+.content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
338
+.content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
330 339
 
331 340
 .content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
332
-.content .line .search {width: 100%; height: 50px; padding-top:8px;}
333
-.content .line .search button {width: 50%; height: 35px; font-size: 14px; font-weight:100; padding: 0;}
341
+.content .line .search {width: 100%; height: 50px; padding-top:12px;}
342
+.content .line .search button {width: 40%; height: 27px; font-size: 12px; font-weight:100; padding: 0;}
334 343
 .content .line .search button.col_3 {width: 25%; margin:0 10px;}
335 344
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
336 345
 .content .border {border-bottom: 1px solid #000 !important;}
@@ -342,9 +351,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
342 351
 .content .list_line .mail input {width:30%;}
343 352
 .content .list_line .mail select {width:30%; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
344 353
 .content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:15px;}
345
-.content .table_header {margin-top: 10px; width: 100%; height: 45px;}
346
-.content .table_header h1 {margin-left: 12px; font-size: 16px; float: left; color: #000; font-weight: 700;}
347
-.content .table_header button {float: right; width: 80px; height:30px; font-size: 12px; font-weight: 100; padding:0px; margin: 8px; border-radius:15px;}
354
+.content .table_header {margin-top: 10px; width: 100%; height: 36px;}
355
+.content .table_header h1 {margin: 10px; font-size: 14px; float: left; color: #000; font-weight: 700;}
356
+.content .table_header button {float: right; width: 68px; height:24px; font-size: 12px; font-weight: 100; padding:0px; margin: 5px 12px 5px 0; border-radius:15px;}
348 357
 
349 358
 .detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
350 359
 .detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
@@ -376,8 +385,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
376 385
   font-size: 1.8rem;
377 386
 } */
378 387
 
379
-.button_bar {width: 100%; height: 60px; background: #ccc; position: fixed; bottom: 0px; border-top: 1px solid #000; border-bottom: 1px solid #000; z-index: 10;}
380
-.button_bar button.col_3{float: left; height: 60px; font-size: 1.4rem; margin: 0; width: 33.3%; font-weight: 700; border: 1px solid #000; border-radius: 0;}
388
+.button_bar {width: 100%; height: 40px; background: #ccc; position: fixed; bottom: 0px; border-top: 1px solid #000; border-bottom: 1px solid #000; z-index: 10;}
389
+.button_bar button.col_3{float: left; height: 40px; font-size: 14px; margin: 0; width: 33.3%; font-weight: 100; border: 1px solid #000; border-radius: 0;}
381 390
 .button_bar button.btn-gray {border-radius: 0px; background-color: #666; color: #eee;}
382 391
 .button_bar button.btn {height: 120px;}
383 392
 .button_bar button.btn_col_3 {width: 35%;}
@@ -387,20 +396,20 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
387 396
 .button_bar button.col_12 {font-weight:100; width: 100%; height: 60px; font-size: 18px;}
388 397
 
389 398
 /* scroll_area 조정 */
390
-.scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
391
-.row-0{top: 302px;}
392
-.row-1{top: 347px;}
393
-.row-1-1{top:363px;}
394
-.row-2{top: 345px;}
395
-.row-2-1{top:317px;}
396
-.row-3{top: 395px;}
399
+.scroll_area {position: absolute; width: 100%; height: 456px;border-bottom:2px solid #000; bottom: 30px; overflow: auto; background: #fff;}
400
+
401
+.row-1{top: 225px;}
402
+.row-2{top: 233px;}
403
+.row-3{top: 226px;}
404
+.row-4{top:264px;}
405
+.row-4-1{top:253px;}
406
+.row-5{top: 293px;}
407
+.row-6{top: 291px;}
397 408
 .row-3-2{top:393px;}
398 409
 .row-3-1{top: 355px;}
399
-.row-4{top: 435px;}
400
-.row-4-1 {top: 400px;}
401
-.row-5{top: 418px;}
410
+
402 411
 .row-5-1{top: 391px;}
403
-.row-6{top: 621px;}
412
+
404 413
 .row-7{top: 533px;}
405 414
 .row-9{top: 383px;}
406 415
 .row-10{top: 349px;}
@@ -415,17 +424,17 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
415 424
 .scroll_area .itp_non_data {margin:35% auto;}
416 425
 .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
417 426
 
418
-.scroll_area li.list-row {display: inline-flex; height:80px;}
427
+.scroll_area li.list-row {display: inline-flex; height:60px;}
419 428
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
420 429
 
421
-.scroll_area li .left_info {width: calc(100% - 100px); float:left; margin-top:6px;}
430
+.scroll_area li .left_info {width: calc(100% - 100px); float:left; margin-top:4px;}
422 431
 .scroll_area li .left_info div {display: inline-block; font-size:14px;}
423 432
 .scroll_area li .left_info span {font-size: 14px;}
424 433
 .scroll_area li .left_info label{font-size: 16px; font-weight:100; margin-left:10px;}
425 434
 .scroll_area li .left_info .check_box {padding:10px; height:72px; float:left; width:30px;}
426
-.scroll_area li .left_info .thick {float:left;  margin-top: 2px; font-size: 18px; text-align: left; width: 200px;; font-weight: 100;}
435
+.scroll_area li .left_info .thick {float:left; margin-top: 2px; font-size: 18px; text-align: left; width: 200px; height:20px; font-weight: 100;}
427 436
 .scroll_area li .left_info .thick .itp_item {color:gray;}
428
-.scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:16px;}
437
+.scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:14px;}
429 438
 .scroll_area li .left_info .thick .itp_amt {color:#b88278; margin-top: 4px;}
430 439
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
431 440
 .scroll_area li .left_info .history input{width: 150px;}
@@ -469,28 +478,29 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
469 478
 .scroll_area li .left .nomal .half {float:left;}
470 479
 .scroll_area li .left .nomal .half label {min-width:auto;}
471 480
 .scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px; margin-top:0;}
472
-.scroll_area li .left .nomal  input{width: 85px; height:30px; margin-top:-3px;}
481
+.scroll_area li .left .nomal  input{width: 60px; height:27px; margin-top:-3px;}
473 482
 
474 483
 .scroll_area li .scroll_btn {width:10%; height:158px; margin-top:-5px; display:inline-flex;}
475 484
 
476 485
 .scroll_area li .scroll_btn input {width:15px; margin:auto 10px;}
477 486
 .scroll_area li .scroll_btn input:checked ~ .scroll_btn {background:#eee;}
478
-.scroll_area li .left .nomal span {margin:0 5px; font-size:16px; font-weight:700;}
487
+.scroll_area li .left .nomal span {margin:0 5px; font-size:15px; font-weight:700;}
479 488
 
480 489
 .scroll_area li .left .nomal .btn_bar{position: relative; width: auto; font-size: 2.2rem;}
481 490
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
482 491
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
483 492
 
484
-.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:15px; font-weight:700; min-width:90px; text-align:left;}
493
+.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:14px; font-weight:700; min-width:90px; text-align:left;}
485 494
 .scroll_area li .left .nomal label.sub_info{min-width: auto; display: inline-flex;}
486
-
495
+.scroll_area li .left .nomal label.col_1{min-width: 45px;}
496
+.scroll_area li .left .nomal label.col_3{min-width: 70px;}
487 497
 .scroll_area li .left .nomal label.col_2{width: 95px;}
488 498
 
489 499
 .scroll_area li .left .nomal i{width: 50px; text-align: center;}
490 500
 .scroll_area li .left .nomal div{ display: inline-flex; font-weight: 100; font-size: 15px;}
491 501
 .scroll_area li .left .nomal .col_5{min-width:50px;}
492 502
 
493
-.scroll_area li .right {margin: 20px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
503
+.scroll_area li .right {margin: 12px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
494 504
 .scroll_area li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
495 505
 .scroll_area li .right .fnnum {margin:10px 30px;}
496 506
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
@@ -541,11 +551,21 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
541 551
 	.content .line .search_wrap input {width:78%;}
542 552
 	.content .line .search_wrap select {width:78%;}	
543 553
 }
554
+@media screen and (max-width: 380px) {
555
+	section .popup2 .pop .popup_scroll li.row_2 {height: 85px;}
556
+	section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100px;}
557
+	.type_hide {display:none;}
558
+	section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {margin:0; padding: 4px 8px 0px 2px;}
559
+}
544 560
 @media screen and (max-height: 720px) {
545 561
 	#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
546 562
 	.bg_gray {position:relative; top:-90px;}
547
-	
563
+	.scroll_area {height: 400px;}
564
+	section .popup2 .pop .popup_scroll {height: 65%;}
548 565
 	}
566
+@media screen and (max-height: 550px) {
567
+	section .popup2 .pop .popup_scroll {height: 50%;}
568
+}
549 569
 /* 알림 팝업 추가 */
550 570
 .modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0;}
551 571
 .itp_modal {z-index: 10000;}

BIN
src/main/webapp/mobile/img/arrow_down.png