|
@@ -4,7 +4,7 @@
|
4
|
4
|
font-weight: normal;
|
5
|
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
|
8
|
section {}
|
9
|
9
|
body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'GmarketSansMedium';
|
10
|
10
|
overflow:scroll-y;
|
|
@@ -29,7 +29,7 @@ section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #0
|
29
|
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
|
33
|
section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
|
34
|
34
|
section .popup2 .barcode {width: 100%;}
|
35
|
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
|
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
|
130
|
section .popup3 .content {position: fixed; z-index: 10; width:100%; height:596px; background: #fff;}
|
131
|
131
|
section .popup3 .content label{width:120px; margin-top:7px;}
|
132
|
132
|
section .popup3 .content div{font-weight:100;}
|
|
@@ -225,7 +225,7 @@ body.eee {height: 700px; background: #eee;}
|
225
|
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
|
229
|
input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
|
230
|
230
|
|
231
|
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
|
236
|
#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 49px;background-color:#F7B014;align-items: center; z-index: 11;}
|
237
|
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
|
241
|
#ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
|
242
|
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
|
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
|
307
|
.content {position:relative; z-index: 10; width:100%; background: #f4f5f4; border-bottom:1px solid #E0B8AB;}
|
308
|
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
|
311
|
.content .line.top6 {top:6px;}
|
312
|
312
|
.content .line.top9 {top:9px;}
|
313
|
313
|
.content .line.top12 {top:12px;}
|
|
@@ -316,23 +316,23 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
316
|
316
|
.content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
|
317
|
317
|
.content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
|
318
|
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
|
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
|
322
|
.content .line label.pay_label {margin:20px 1%; width:98%;}
|
323
|
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
|
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
|
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
|
328
|
.content .line .float_left button img {width:18px;}
|
329
|
329
|
.content .line .float_left input {width:100%; font-size:14px;}
|
330
|
330
|
.content .line .float_left.note {width: 100%; padding: 10px;}
|
331
|
331
|
.content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
|
332
|
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
|
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
|
336
|
.content .line .float_right_btn button img {width:18px; height:18px;}
|
337
|
337
|
.content .line .float_left select {float: left; width: 100%; height: 27px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
|
338
|
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
|
343
|
.content .line .line_right input.mg0 {margin-right:10px;}
|
344
|
344
|
.content .line .line_right input.date{width:140px; margin-right:132px; height:35px;}
|
345
|
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
|
347
|
.content .line input.full {width: 100%;}
|
348
|
348
|
.content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
|
349
|
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
|
362
|
.content .list_line .mail input {width:30%;}
|
363
|
363
|
.content .list_line .mail select {width:30%; height:27px; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
|
364
|
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
|
369
|
.detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
|
370
|
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
|
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
|
401
|
.button_bar button.btn-gray {border-radius: 0px; background-color: #858076; color: #eee;}
|
402
|
402
|
.button_bar button.btn-w-gray{border-radius: 0px; background-color: #b6b8b8; color: #eee;}
|
403
|
403
|
.button_bar button.btn {height: 120px;}
|
|
@@ -421,7 +421,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
421
|
421
|
.scroll_area .itp_non_data {margin:35% auto;}
|
422
|
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
|
425
|
.scroll_area li.list-row2 {height:130px; padding-top:8px;}
|
426
|
426
|
|
427
|
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
|
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
|
538
|
@media screen and (min-width: 550px) {
|
539
|
|
-
|
540
|
|
- .content .line input.date {width: 70%;}
|
541
|
|
- .content .line input.full {width: 100%;}
|
542
|
|
-
|
543
|
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
|
540
|
.content .line div.date_to input {width:47%}
|
548
|
541
|
.content .line .float_left.name {width:76%;}
|
549
|
542
|
.modal-dialog {margin:auto 20% !important;}
|
550
|
543
|
.scroll_area li .left_info .thick {width: 90%;}
|
551
|
544
|
.content .line .search_wrap input {width:78%;}
|
552
|
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
|
551
|
@media screen and (max-width: 380px) {
|
555
|
552
|
section .popup2 .barcode_area {width: 250px; height: 250px;}
|