Browse Source

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

juney 2 years ago
parent
commit
e336eaeacf

+ 1 - 1
src/main/webapp/mobile/app/main.html

@@ -29,7 +29,7 @@
29
 	<header>
29
 	<header>
30
 		<div class="header_wrap">
30
 		<div class="header_wrap">
31
 			<div class="menu_logo">
31
 			<div class="menu_logo">
32
-				<button id="ITP_MOBILE_BTN_MENU"><img src="../img/menu.png" alt=""></button>
32
+				<button id="ITP_MOBILE_BTN_MENU" style="margin-left:20px;"><img src="../img/menu.png" alt=""></button>
33
 				<button id="ITP_MOBILE_BTN_HOME"><img src="../img/home.png" alt=""></button>
33
 				<button id="ITP_MOBILE_BTN_HOME"><img src="../img/home.png" alt=""></button>
34
 			</div>
34
 			</div>
35
 			<div class="name_info">
35
 			<div class="name_info">

+ 3 - 3
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -10,7 +10,7 @@
10
 				<div class="line header">
10
 				<div class="line header">
11
 					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청</div>
11
 					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청</div>
12
 		      	</div>
12
 		      	</div>
13
-				<div class="line">
13
+				<div class="line mt5">
14
 					<label>반품요청일</label>
14
 					<label>반품요청일</label>
15
 					<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
15
 					<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
16
 				</div>
16
 				</div>
@@ -21,7 +21,7 @@
21
 					</div>
21
 					</div>
22
 				</div>
22
 				</div>
23
 				<div class="line">
23
 				<div class="line">
24
-					<label>품장소</label>
24
+					<label>품장소</label>
25
 					<div class="float_left">
25
 					<div class="float_left">
26
 						<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="빈품장소" placeholder="" readonly />
26
 						<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="빈품장소" placeholder="" readonly />
27
 						<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
27
 						<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
@@ -35,7 +35,7 @@
35
 					</div>
35
 					</div>
36
 				</div>
36
 				</div>
37
 				<div class="table_header">
37
 				<div class="table_header">
38
-					<h1><품 품목></h1>
38
+					<h1><품 품목></h1>
39
 					<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
39
 					<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
40
 					<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
40
 					<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
41
 				</div>
41
 				</div>

+ 32 - 35
src/main/webapp/mobile/css/style.css

@@ -4,7 +4,7 @@
4
     font-weight: normal;
4
     font-weight: normal;
5
     font-style: normal;
5
     font-style: normal;
6
 }
6
 }
7
-* {margin: 0; padding: 0; box-sizing: border-box; text-align: center; font-family: 'GmarketSansMedium', 'serif'; list-style: none;}
7
+* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'GmarketSansMedium', 'serif'; list-style: none;}
8
 section {}
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; 
10
 	overflow:scroll-y; 
@@ -29,7 +29,7 @@ section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #0
29
 section .popup .pop .popup_btn button.cancel {width: 36%;}
29
 section .popup .pop .popup_btn button.cancel {width: 36%;}
30
 
30
 
31
 
31
 
32
-section .popup2 {position: absolute; top:0; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
32
+section .popup2 {position: absolute; top:0; width: 100%; height: 100vh; background: rgba(200, 200,200, 0.8); z-index: 11;}
33
 section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
33
 section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
34
 section .popup2 .barcode {width: 100%;}
34
 section .popup2 .barcode {width: 100%;}
35
 section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
35
 section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
@@ -126,7 +126,7 @@ section .popup2 .content .line.mt_5 {margin-top:5px;}
126
 section .popup2 .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
126
 section .popup2 .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
127
 
127
 
128
 
128
 
129
-section .popup3 {position: absolute; top:0;width: 100%; height: 100%; background: transparent; z-index: 11;}
129
+section .popup3 {position: absolute; top:0;width: 100%; height: 100vh; background: transparent; z-index: 11;}
130
 section .popup3 .content {position: fixed; z-index: 10; width:100%; height:596px; background: #fff;}
130
 section .popup3 .content {position: fixed; z-index: 10; width:100%; height:596px; background: #fff;}
131
 section .popup3 .content label{width:120px; margin-top:7px;}
131
 section .popup3 .content label{width:120px; margin-top:7px;}
132
 section .popup3 .content div{font-weight:100;}
132
 section .popup3 .content div{font-weight:100;}
@@ -225,7 +225,7 @@ body.eee {height: 700px; background: #eee;}
225
 .main .wicon .icon_left {float: left;}
225
 .main .wicon .icon_left {float: left;}
226
 
226
 
227
 
227
 
228
-input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 27px;text-align: left; padding:0 10px;}
228
+input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:4px; height: 34px;text-align: left; padding:0 10px;}
229
 input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
229
 input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
230
 
230
 
231
 select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 15px;}
231
 select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 15px;}
@@ -235,18 +235,18 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
235
 
235
 
236
 #ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 49px;background-color:#F7B014;align-items: center; z-index: 11;}
236
 #ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 49px;background-color:#F7B014;align-items: center; z-index: 11;}
237
 #ITP_WRAPPER header .header_wrap {width: 100%; height: 49px; margin: 0 auto; display: inline-flex;}
237
 #ITP_WRAPPER header .header_wrap {width: 100%; height: 49px; margin: 0 auto; display: inline-flex;}
238
-#ITP_WRAPPER header .header_wrap .menu_logo {width:85px; height:49px;}
239
-#ITP_WRAPPER header .header_wrap .menu_logo button {width: 40px; height: 40px; float: left; padding: 0; background: transparent; border: none; margin-top: 2px;}
240
-#ITP_WRAPPER header .header_wrap .menu_logo button img {width: 25px; height: 20px; margin: 0; border-radius: 0; border: none;}
238
+#ITP_WRAPPER header .header_wrap .menu_logo {width:80px; height:49px;}
239
+#ITP_WRAPPER header .header_wrap .menu_logo button {width: 22px; height: 18px; float: left; padding: 0; background: transparent; border: none; margin-left:10px; margin-top: 14px;}
240
+#ITP_WRAPPER header .header_wrap .menu_logo button img {width: 22px; height: 18px; margin: 0; border-radius: 0; border: none;}
241
 #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
241
 #ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
242
 #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
242
 #ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
243
-#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 125px); height:49px; display:inline-flex;}
244
-#ITP_WRAPPER header .header_wrap .name_info .bn {text-align:right; width:110%; font-size:18px;}
245
-#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; text-align:left; width: 90%; font-size: 15px; color:#fff; margin-top:14px;}
243
+#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 120px); height:49px; display:inline-flex;}
244
+#ITP_WRAPPER header .header_wrap .name_info .bn {text-align:right; width:115%; font-size:18px;}
245
+#ITP_WRAPPER header .header_wrap .name_info div {padding-left:3px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
246
 
246
 
247
-#ITP_WRAPPER header .header_wrap .logout {float: right; width: 49px;}
248
-#ITP_WRAPPER header .header_wrap .logout button {margin: -3px; width: 45px; height: 45px; border:none; font-size: 0.8rem;background: transparent;}
249
-#ITP_WRAPPER header .header_wrap .logout button img {width:22px;}
247
+#ITP_WRAPPER header .header_wrap .logout {float: right; width: 40px;}
248
+#ITP_WRAPPER header .header_wrap .logout button {margin-top: 15px; margin-right:20px; padding:0; width: 20px; height: 20px; border:none; font-size: 0.8rem;background: transparent;}
249
+#ITP_WRAPPER header .header_wrap .logout button img {width:17px; height:18px;}
250
 
250
 
251
 /* 메뉴바 */
251
 /* 메뉴바 */
252
 #ITP_MENU .menu_area {position: fixed; width: 100%; height: 100%; top: 0; left: -0%; background: #000; opacity: 0.7; z-index: 12; transition: all 0.5s;}
252
 #ITP_MENU .menu_area {position: fixed; width: 100%; height: 100%; top: 0; left: -0%; background: #000; opacity: 0.7; z-index: 12; transition: all 0.5s;}
@@ -306,8 +306,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
306
 }
306
 }
307
 .content {position:relative; z-index: 10; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
307
 .content {position:relative; z-index: 10; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
308
 .content .header {width:100% !important; margin:0 !important;}
308
 .content .header {width:100% !important; margin:0 !important;}
309
-.content .line {position: relative; display: inline-block; width: 90%; margin:0 5%; height: 28px; margin-bottom: -10px;}
310
-.content .line.top3 {top:3px;}
309
+.content .line {position: relative; display: inline-block; width: 332px; margin:0 auto; height: 40px; margin-bottom: -10px;}
310
+.content .line.mt5 {margin-top:5px;}
311
 .content .line.top6 {top:6px;}
311
 .content .line.top6 {top:6px;}
312
 .content .line.top9 {top:9px;}
312
 .content .line.top9 {top:9px;}
313
 .content .line.top12 {top:12px;}
313
 .content .line.top12 {top:12px;}
@@ -316,23 +316,23 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
316
 .content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
316
 .content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
317
 .content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
317
 .content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
318
 .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
318
 .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
319
-.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;}
319
+.content .line div.itp_search_header {height:40px; font-weight:100;padding:11px 10px 5px 10px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14pt;}
320
 .content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
320
 .content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
321
-.content .line label {min-width:92px; color:#898989; font-size: 14px; margin-left: 10px; float: left; text-align: left; margin-top: 7px; font-weight:100;}
321
+.content .line label {min-width:125px; color:#898989; font-size: 14pt; float: left; text-align: left; margin-top: 7px; font-weight:100;}
322
 .content .line label.pay_label {margin:20px 1%; width:98%;}
322
 .content .line label.pay_label {margin:20px 1%; width:98%;}
323
 .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;}
323
 .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;}
324
 .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;}
324
 .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;}
325
-.content .line .float_left {float: left; margin-top:2px; width:55%;}
325
+.content .line .float_left {float: left; margin-top:2px; width:168px;;}
326
 .content .line .float_left.name {width:60%;}
326
 .content .line .float_left.name {width:60%;}
327
-.content .line .float_left button {float:right; left:-5px; position:relative; background:transparent; border:none; width:27px; height:27px; padding:0;} 
327
+.content .line .float_left button {float:right; left:-2px; position:relative; background:transparent; border:none; width:34px; height:34px; padding:0;} 
328
 .content .line .float_left button img {width:18px;}
328
 .content .line .float_left button img {width:18px;}
329
 .content .line .float_left input {width:100%; font-size:14px;}
329
 .content .line .float_left input {width:100%; font-size:14px;}
330
 .content .line .float_left.note {width: 100%; padding: 10px;}
330
 .content .line .float_left.note {width: 100%; padding: 10px;}
331
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
331
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
332
 .content .line .float_left div {font-size: 1rem; margin-top: 8px;}
332
 .content .line .float_left div {font-size: 1rem; margin-top: 8px;}
333
-.content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:55%;}
333
+.content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:168px;}
334
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
334
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
335
-.content .line .float_right_btn button {padding:0; width:27px; height:27px; border-radius:5px; border:1px solid #aaa;}
335
+.content .line .float_right_btn button {padding:0; width:34px; height:34px; border-radius:5px; border:1px solid #aaa;}
336
 .content .line .float_right_btn button img {width:18px; height:18px;}
336
 .content .line .float_right_btn button img {width:18px; height:18px;}
337
 .content .line .float_left select {float: left; width: 100%; height: 27px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
337
 .content .line .float_left select {float: left; width: 100%; height: 27px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
338
 .content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:57%}
338
 .content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:57%}
@@ -343,7 +343,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
343
 .content .line .line_right input.mg0 {margin-right:10px;}
343
 .content .line .line_right input.mg0 {margin-right:10px;}
344
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
344
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
345
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
345
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
346
-.content .line input.date {width: 55%; height: 27px; float: left; text-align:center; font-size:14px;}
346
+.content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14px; background: url(../img/calender.png) 95%/18px no-repeat white}
347
 .content .line input.full {width: 100%;}
347
 .content .line input.full {width: 100%;}
348
 .content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
348
 .content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
349
 .content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
349
 .content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
@@ -362,9 +362,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
362
 .content .list_line .mail input {width:30%;}
362
 .content .list_line .mail input {width:30%;}
363
 .content .list_line .mail select {width:30%; height:27px; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
363
 .content .list_line .mail select {width:30%; height:27px; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
364
 .content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:15px;}
364
 .content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:15px;}
365
-.content .table_header {margin-top: 10px; width: 100%; height: 36px;}
366
-.content .table_header h1 {margin: 10px; font-size: 14px; float: left; color: #000; font-weight: 100;}
367
-.content .table_header button {float: right; width: 72px; height:30px; font-size: 12px; font-weight: 100; padding:0px; margin: 5px 12px 5px 0; border-radius:15px;}
365
+.content .table_header {margin-top: 6px; width: 100%; height: 36px;}
366
+.content .table_header h1 {margin-left: 15px; margin-top:16px; font-size: 13px; float: left; color: #000; font-weight: 100;}
367
+.content .table_header button {float: right; width: 68px; height:26px; font-size: 12px; font-weight: 100; padding:0px; margin: 4px 12px 6px 0; border-radius:15px;}
368
 
368
 
369
 .detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
369
 .detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
370
 .detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
370
 .detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
@@ -396,8 +396,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
396
   font-size: 1.8rem;
396
   font-size: 1.8rem;
397
 } */
397
 } */
398
 
398
 
399
-.button_bar {width: 100%; height: 40px; background: #ccc; position: fixed; bottom: 0px; z-index: 10;}
400
-.button_bar button.col_3{float: left; height: 40px; font-size: 14px; margin: 0; width: 33.3%; font-weight: 100; border: none;}
399
+.button_bar {width: 100%; height: 47px; background: #ccc; position: fixed; bottom: 0px; z-index: 10;}
400
+.button_bar button.col_3{float: left; height: 47px; font-size: 14px; margin: 0; width: 33.3%; font-weight: 100; border: none;}
401
 .button_bar button.btn-gray {border-radius: 0px; background-color: #858076; color: #eee;}
401
 .button_bar button.btn-gray {border-radius: 0px; background-color: #858076; color: #eee;}
402
 .button_bar button.btn-w-gray{border-radius: 0px; background-color: #b6b8b8; color: #eee;}
402
 .button_bar button.btn-w-gray{border-radius: 0px; background-color: #b6b8b8; color: #eee;}
403
 .button_bar button.btn {height: 120px;}
403
 .button_bar button.btn {height: 120px;}
@@ -421,7 +421,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
421
 .scroll_area .itp_non_data {margin:35% auto;}
421
 .scroll_area .itp_non_data {margin:35% auto;}
422
 .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
422
 .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
423
 
423
 
424
-.scroll_area li.list-row {display: inline-flex; height:60px;}
424
+.scroll_area li.list-row {display: inline-flex; height:76px;}
425
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
425
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
426
 
426
 
427
 .scroll_area li .left_info {width: calc(100% - 100px); float:left; margin-top:4px;}
427
 .scroll_area li .left_info {width: calc(100% - 100px); float:left; margin-top:4px;}
@@ -536,20 +536,17 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
536
 #ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
536
 #ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
537
 
537
 
538
 @media screen and (min-width: 550px) {
538
 @media screen and (min-width: 550px) {
539
-	
540
-	.content .line input.date {width: 70%;}
541
-	.content .line input.full {width: 100%;}
542
-	
543
 	.content .line .line_right {width:80%}
539
 	.content .line .line_right {width:80%}
544
-	.content .line .float_left .itp_input_btn {width:70%;}
545
-	.content .line .float_left {width:70%;}
546
-	.content .line div.date_to {width:70%;}
547
 	.content .line div.date_to input {width:47%}
540
 	.content .line div.date_to input {width:47%}
548
 	.content .line .float_left.name {width:76%;}
541
 	.content .line .float_left.name {width:76%;}
549
 	.modal-dialog {margin:auto 20% !important;}
542
 	.modal-dialog {margin:auto 20% !important;}
550
 	.scroll_area li .left_info .thick {width: 90%;}
543
 	.scroll_area li .left_info .thick {width: 90%;}
551
 	.content .line .search_wrap input {width:78%;}
544
 	.content .line .search_wrap input {width:78%;}
552
 	.content .line .search_wrap select {width:78%;}	
545
 	.content .line .search_wrap select {width:78%;}	
546
+	
547
+}
548
+@media screen and (min-width: 650px) {
549
+	.content .line {margin:-6px 140px; }
553
 }
550
 }
554
 @media screen and (max-width: 380px) {
551
 @media screen and (max-width: 380px) {
555
 	section .popup2 .barcode_area {width: 250px; height: 250px;}
552
 	section .popup2 .barcode_area {width: 250px; height: 250px;}