|
@@ -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
|
|
|
@@ -31,33 +33,44 @@ section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(20
|
31
|
33
|
section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
|
32
|
34
|
section .popup2 .barcode {width: 100%;}
|
33
|
35
|
section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
|
34
|
|
-section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 1.1rem; margin:auto; margin-top: 20%;}
|
|
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
|
|
-section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 1rem;}
|
|
38
|
+section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 15px; font-weight:100;}
|
37
|
39
|
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;}
|
|
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
|
42
|
section .popup2 .pop .header .header_left label {font-size: 18px; font-weight:100;}
|
41
|
43
|
section .popup2 .pop .header .header_right {float: right; padding-right: 10px; position:relative; top:-44px;}
|
42
|
44
|
section .popup2 .pop .header .header_right button {border: none; background: transparent;}
|
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
|
|
-section .popup2 .pop .search_item_bar {width:100%; margin-top:10px;}
|
52
|
|
-section .popup2 .pop .search_item_bar input {width:22%; border-radius:2px;}
|
53
|
|
-section .popup2 .pop .search_item_bar select {width:22%;border-radius:2px;}
|
|
54
|
+section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; display:flex;}
|
|
55
|
+section .popup2 .pop .search_item_bar input {width:40%; border-radius:5px; margin:0;}
|
|
56
|
+section .popup2 .pop .search_item_bar select {width:22%;border-radius:5px; margin-right:5px;}
|
54
|
57
|
section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:10px; margin-right:10px;}
|
55
|
58
|
section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
|
56
|
59
|
section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
|
57
|
|
-section .popup2 .pop .search_btn_bar .btn_right button {height:35px; padding:5px 8px; font-size:12px; border-radius:3px; border:1px solid #333;}
|
58
|
|
-section .popup2 .pop table{width:98%; margin:0 1%;}
|
59
|
|
-section .popup2 .pop table tbody th {height:50px; font-size:16px;}
|
60
|
|
-section .popup2 .pop table tbody input{width:15px;}
|
|
60
|
+section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px 12px; font-size:12px; font-weight:100; border-radius:3px; border:1px solid #333;}
|
|
61
|
+
|
|
62
|
+section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none;}
|
|
63
|
+section .popup2 .pop .table .table_tr {display:flex;}
|
|
64
|
+section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
|
|
65
|
+section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; font-weight:100;}
|
|
66
|
+section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-2px;}
|
|
67
|
+
|
|
68
|
+section .popup2 .pop .table_body{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: none;}
|
|
69
|
+section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
|
|
70
|
+section .popup2 .pop .table_body .table_tr .table_td{width:23%;; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
|
|
71
|
+section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-weight:100;}
|
|
72
|
+section .popup2 .pop .table_body .table_tr .table_td .chkItem {margin:-7px;}
|
|
73
|
+
|
61
|
74
|
section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
|
62
|
75
|
section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 540px; overflow: auto; border-top:1px solid #E0B8AB;}
|
63
|
76
|
section .popup2 .pop .popup_scroll li {list-style: none; width: 100%; height: 50px; border-bottom: 1px solid #E0B8AB;}
|
|
@@ -201,7 +214,7 @@ body.eee {height: 700px; background: #eee;}
|
201
|
214
|
.main .wicon .icon_left {float: left;}
|
202
|
215
|
|
203
|
216
|
|
204
|
|
-input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 36px;text-align: left; padding:0 10px;}
|
|
217
|
+input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 27px;text-align: left; padding:0 10px;}
|
205
|
218
|
input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
|
206
|
219
|
|
207
|
220
|
select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 15px;}
|
|
@@ -209,18 +222,18 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
209
|
222
|
|
210
|
223
|
/* 공통화면 */
|
211
|
224
|
|
212
|
|
-#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;}
|
|
225
|
+#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;}
|
213
|
226
|
#ITP_WRAPPER header .header_wrap {width: 100%; height: 55px; margin: 0 auto; display: inline-flex;}
|
214
|
|
-#ITP_WRAPPER header .header_wrap .menu_logo {width:100px;}
|
215
|
|
-#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;}
|
|
227
|
+#ITP_WRAPPER header .header_wrap .menu_logo {width:100px; height:45px;}
|
|
228
|
+#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;}
|
216
|
229
|
#ITP_WRAPPER header .header_wrap .menu_logo button img {width: 25px; height: 20px; margin: 0; border-radius: 0; border: none;}
|
217
|
230
|
#ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
|
218
|
231
|
#ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
|
219
|
|
-#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 160px); height:55px; display:inline-flex;}
|
220
|
|
-#ITP_WRAPPER header .header_wrap .name_info div {width: 100%; font-size: 20px; color:#eee; margin-top:17px;}
|
|
232
|
+#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 160px); height:45px; display:inline-flex;}
|
|
233
|
+#ITP_WRAPPER header .header_wrap .name_info div {width: 100%; font-size: 20px; color:#eee; margin-top:12px;}
|
221
|
234
|
|
222
|
235
|
#ITP_WRAPPER header .header_wrap .logout {float: right; width: 60px;}
|
223
|
|
-#ITP_WRAPPER header .header_wrap .logout button { margin: 3px 0px; width: 50px; height: 50px; border:none; font-size: 0.8rem;background: transparent;}
|
|
236
|
+#ITP_WRAPPER header .header_wrap .logout button {margin: -2px 10px; width: 50px; height: 50px; border:none; font-size: 0.8rem;background: transparent;}
|
224
|
237
|
#ITP_WRAPPER header .header_wrap .logout button img {width:22px;}
|
225
|
238
|
|
226
|
239
|
/* 메뉴바 */
|
|
@@ -276,45 +289,45 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
276
|
289
|
|
277
|
290
|
.fix {
|
278
|
291
|
width: 100%;
|
279
|
|
- padding-top: 50px;
|
280
|
|
- font-size: 2rem;
|
|
292
|
+ padding-top: 45px;
|
|
293
|
+ font-size: 16px;
|
281
|
294
|
}
|
282
|
|
-.content {position:fixed; z-index: 10; padding-top: 10px; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
|
283
|
|
-.content .header {width:100% !important; height:55px !important; margin:0 !important;}
|
284
|
|
-.content .line {position: relative; display: inline-block; width: 99%; height: 45px; margin:auto 1%; margin-bottom: -10px;}
|
|
295
|
+.content {position:fixed; z-index: 10; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
|
|
296
|
+.content .header {width:100% !important; margin:0 !important;}
|
|
297
|
+.content .line {position: relative; display: inline-block; width: 99%; height: 28px; margin:auto 1%; margin-bottom: -10px;}
|
285
|
298
|
.content .line .pop_right {width:50%; height:46px; float:right;}
|
286
|
299
|
.content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
|
287
|
300
|
.content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
|
288
|
301
|
.content .line .search_wrap select {float:right; width:50%; margin-right:10px;}
|
289
|
|
-.content .line div.itp_search_header {font-weight:100;padding:9px 10px 4px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;}
|
290
|
|
-.content .line div.itp_search_header img{width:22px; top:-2px; position:relative;}
|
291
|
|
-.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;}
|
|
302
|
+.content .line div.itp_search_header {font-weight:100;padding:5px 10px 4px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14px;}
|
|
303
|
+.content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
|
|
304
|
+.content .line label {min-width:92px; color:#666; font-size: 14px; margin-left: 10px; float: left; text-align: left; margin-top: 10px; font-weight:100;}
|
292
|
305
|
.content .line label.pay_label {margin:20px 1%; width:98%;}
|
293
|
306
|
.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;}
|
294
|
307
|
.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;}
|
295
|
308
|
.content .line .float_left {float: left; margin-top:2px; width:50%;}
|
296
|
309
|
.content .line .float_left.name {width:60%;}
|
297
|
|
-.content .line .float_left button {float:right; left:-5px; position:relative; background:transparent; border:none; width:36px; height:36px; padding:0;}
|
298
|
|
-.content .line .float_left button img {width:22px;}
|
|
310
|
+.content .line .float_left button {float:right; left:-5px; position:relative; background:transparent; border:none; width:27px; height:27px; padding:0;}
|
|
311
|
+.content .line .float_left button img {width:18px;}
|
299
|
312
|
.content .line .float_left input {width:100%; font-size:14px;}
|
300
|
313
|
.content .line .float_left.note {width: 100%; padding: 10px;}
|
301
|
314
|
.content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
|
302
|
315
|
.content .line .float_left div {font-size: 1rem; margin-top: 8px;}
|
303
|
316
|
.content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:50%;}
|
304
|
317
|
.content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
|
305
|
|
-.content .line .float_right_btn button {padding:0; width:36px; height:36px; border-radius:5px; border:1px solid #aaa;}
|
306
|
|
-.content .line .float_right_btn button img {width:20px; height:20px;}
|
|
318
|
+.content .line .float_right_btn button {padding:0; width:27px; height:27px; border-radius:5px; border:1px solid #aaa;}
|
|
319
|
+.content .line .float_right_btn button img {width:18px; height:18px;}
|
307
|
320
|
.content .line .float_left select {float: left; width: 100%; height: 36px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
|
308
|
|
-.content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:65%}
|
309
|
|
-.content .line .line_right div {float: right; font-size: 18px;; margin-top: 12px; color:#555;}
|
|
321
|
+.content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:50%}
|
|
322
|
+.content .line .line_right div {float: right; font-size: 16px; margin-top: 12px; margin-right:3%; color:#555;}
|
310
|
323
|
.content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
|
311
|
324
|
.content .line .line_right input.m9 {margin-right:93px;}
|
312
|
325
|
.content .line .line_right input.left {text-align: left;}
|
313
|
326
|
.content .line .line_right input.mg0 {margin-right:10px;}
|
314
|
327
|
.content .line .line_right input.date{width:140px; margin-right:132px; height:35px;}
|
315
|
328
|
.content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
|
316
|
|
-.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;}
|
317
|
|
-.content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
|
|
329
|
+.content .line input.date {width: 50%; 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;}
|
|
330
|
+.content .line input.full {width: 100%;}
|
318
|
331
|
.content .line div.date_to {display:flex; width:60%; float: left; margin-right:0px;}
|
319
|
332
|
.content .line div.date_to input {font-weight:100; width:47%; font-size:14px;}
|
320
|
333
|
|
|
@@ -332,9 +345,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
332
|
345
|
.content .list_line .mail input {width:30%;}
|
333
|
346
|
.content .list_line .mail select {width:30%; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
|
334
|
347
|
.content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:15px;}
|
335
|
|
-.content .table_header {margin-top: 10px; width: 100%; height: 45px;}
|
336
|
|
-.content .table_header h1 {margin-left: 12px; font-size: 16px; float: left; color: #000; font-weight: 700;}
|
337
|
|
-.content .table_header button {float: right; width: 80px; height:30px; font-size: 12px; font-weight: 100; padding:0px; margin: 8px; border-radius:15px;}
|
|
348
|
+.content .table_header {margin-top: 10px; width: 100%; height: 36px;}
|
|
349
|
+.content .table_header h1 {margin: 10px; font-size: 14px; float: left; color: #000; font-weight: 700;}
|
|
350
|
+.content .table_header button {float: right; width: 68px; height:24px; font-size: 12px; font-weight: 100; padding:0px; margin: 5px; border-radius:15px;}
|
338
|
351
|
|
339
|
352
|
.detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
|
340
|
353
|
.detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
|
|
@@ -366,8 +379,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
366
|
379
|
font-size: 1.8rem;
|
367
|
380
|
} */
|
368
|
381
|
|
369
|
|
-.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;}
|
370
|
|
-.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;}
|
|
382
|
+.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;}
|
|
383
|
+.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;}
|
371
|
384
|
.button_bar button.btn-gray {border-radius: 0px; background-color: #666; color: #eee;}
|
372
|
385
|
.button_bar button.btn {height: 120px;}
|
373
|
386
|
.button_bar button.btn_col_3 {width: 35%;}
|
|
@@ -377,13 +390,14 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
377
|
390
|
.button_bar button.col_12 {font-weight:100; width: 100%; height: 60px; font-size: 18px;}
|
378
|
391
|
|
379
|
392
|
/* scroll_area 조정 */
|
380
|
|
-.scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
|
381
|
|
-.row-0{top: 302px;}
|
382
|
|
-.row-1{top: 347px;}
|
|
393
|
+.scroll_area {position: absolute; width: 100%; height: 456px;border-bottom:2px solid #000; bottom: 30px; overflow: auto; background: #fff;}
|
|
394
|
+
|
|
395
|
+.row-1{top: 225px;}
|
383
|
396
|
.row-1-1{top:363px;}
|
384
|
397
|
.row-2{top: 345px;}
|
385
|
398
|
.row-2-1{top:317px;}
|
386
|
399
|
.row-3{top: 395px;}
|
|
400
|
+.row-3-2{top:393px;}
|
387
|
401
|
.row-3-1{top: 355px;}
|
388
|
402
|
.row-4{top: 435px;}
|
389
|
403
|
.row-4-1 {top: 400px;}
|
|
@@ -404,17 +418,17 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
404
|
418
|
.scroll_area .itp_non_data {margin:35% auto;}
|
405
|
419
|
.scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
|
406
|
420
|
|
407
|
|
-.scroll_area li.list-row {display: inline-flex; height:80px;}
|
|
421
|
+.scroll_area li.list-row {display: inline-flex; height:60px;}
|
408
|
422
|
.scroll_area li.list-row2 {height:130px; padding-top:8px;}
|
409
|
423
|
|
410
|
|
-.scroll_area li .left_info {width: calc(100% - 100px); float:left; margin-top:6px;}
|
|
424
|
+.scroll_area li .left_info {width: calc(100% - 100px); float:left; margin-top:4px;}
|
411
|
425
|
.scroll_area li .left_info div {display: inline-block; font-size:14px;}
|
412
|
426
|
.scroll_area li .left_info span {font-size: 14px;}
|
413
|
427
|
.scroll_area li .left_info label{font-size: 16px; font-weight:100; margin-left:10px;}
|
414
|
428
|
.scroll_area li .left_info .check_box {padding:10px; height:72px; float:left; width:30px;}
|
415
|
|
-.scroll_area li .left_info .thick {float:left; margin-top: 2px; font-size: 18px; text-align: left; width: 200px;; font-weight: 100;}
|
|
429
|
+.scroll_area li .left_info .thick {float:left; margin-top: 2px; font-size: 18px; text-align: left; width: 200px; height:20px; font-weight: 100;}
|
416
|
430
|
.scroll_area li .left_info .thick .itp_item {color:gray;}
|
417
|
|
-.scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:16px;}
|
|
431
|
+.scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:14px;}
|
418
|
432
|
.scroll_area li .left_info .thick .itp_amt {color:#b88278; margin-top: 4px;}
|
419
|
433
|
.scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
|
420
|
434
|
.scroll_area li .left_info .history input{width: 150px;}
|
|
@@ -479,7 +493,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
479
|
493
|
.scroll_area li .left .nomal div{ display: inline-flex; font-weight: 100; font-size: 15px;}
|
480
|
494
|
.scroll_area li .left .nomal .col_5{min-width:50px;}
|
481
|
495
|
|
482
|
|
-.scroll_area li .right {margin: 20px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
|
|
496
|
+.scroll_area li .right {margin: 12px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
|
483
|
497
|
.scroll_area li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|
484
|
498
|
.scroll_area li .right .fnnum {margin:10px 30px;}
|
485
|
499
|
.scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
|
|
@@ -517,6 +531,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
517
|
531
|
|
518
|
532
|
@media screen and (min-width: 550px) {
|
519
|
533
|
.content .line input.date {width: 70%;}
|
|
534
|
+ .content .line input.full {width: 100%;}
|
|
535
|
+
|
520
|
536
|
.content .line .line_right {width:80%}
|
521
|
537
|
.content .line .float_left .itp_input_btn {width:70%;}
|
522
|
538
|
.content .line .float_left {width:70%;}
|
|
@@ -531,6 +547,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
531
|
547
|
@media screen and (max-height: 720px) {
|
532
|
548
|
#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
|
533
|
549
|
.bg_gray {position:relative; top:-90px;}
|
|
550
|
+ .scroll_area {height: 400px;}
|
534
|
551
|
|
535
|
552
|
}
|
536
|
553
|
/* 알림 팝업 추가 */
|