|
@@ -12,7 +12,7 @@ body{background: #fff; position: relative; width: 100%; height: auto; font-famil
|
12
|
12
|
body .login {position:fixed;}
|
13
|
13
|
.color-gray {color:#aaa;}
|
14
|
14
|
/* 팝업 */
|
15
|
|
-section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
|
15
|
+section .popup {position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
16
|
16
|
section .popup .pop {position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 360px; padding-top: 20px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
|
17
|
17
|
section .popup .pop.short {height:260px;}
|
18
|
18
|
section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
|
|
@@ -33,9 +33,9 @@ section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(20
|
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%;}
|
36
|
|
-section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 20px; margin:auto; margin-top: 20%;}
|
|
36
|
+section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 16px; margin:auto; margin-top: 10%;}
|
37
|
37
|
section .popup2 .btn_barcode {margin-top: 20%;}
|
38
|
|
-section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 15px; font-weight:100;}
|
|
38
|
+section .popup2 .btn_barcode button {width: 35%; height: 40px; font-size: 15px; font-weight:100;}
|
39
|
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
|
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;}
|
41
|
41
|
section .popup2 .pop .header .header_left {padding-top: 12px;}
|
|
@@ -51,10 +51,10 @@ section .popup2 .pop .search_bar input {width: 90%; margin:0 5%; height: 27px; p
|
51
|
51
|
section .popup2 .pop .search_bar button {position:relative; top:-64px; background:transparent; margin-right:5%; float: right; border: none; padding-top:3px;}
|
52
|
52
|
section .popup2 .pop .search_bar button img {width: 18px;}
|
53
|
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;}
|
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;}
|
|
54
|
+section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
|
|
55
|
+section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0;}
|
56
|
56
|
section .popup2 .pop .search_item_bar select {width:22%;border-radius:5px; margin-right:5px;}
|
57
|
|
-section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:10px; margin-right:10px;}
|
|
57
|
+section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
|
58
|
58
|
section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
|
59
|
59
|
section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
|
60
|
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;}
|
|
@@ -62,14 +62,14 @@ section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px
|
62
|
62
|
section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none;}
|
63
|
63
|
section .popup2 .pop .table .table_tr {display:flex;}
|
64
|
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;}
|
|
65
|
+section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
|
|
66
|
+section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-3px;}
|
67
|
67
|
|
68
|
68
|
section .popup2 .pop .table_body{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: none;}
|
69
|
69
|
section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
|
70
|
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
|
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;}
|
|
72
|
+section .popup2 .pop .table_body .table_tr .table_td .chkItem {margin:-3px;}
|
73
|
73
|
|
74
|
74
|
section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
|
75
|
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;}
|
|
@@ -98,10 +98,10 @@ section .popup2 .pop .popup_scroll li .right {position: relative; display: flex;
|
98
|
98
|
section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:24px;}
|
99
|
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);}
|
100
|
100
|
section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
|
101
|
|
-section .popup2 .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
|
|
101
|
+section .popup2 .list_line {width:98%; float:left; height:40px;display: inline-flex; margin:0 1%; font-size:12px;}
|
102
|
102
|
section .popup2 .border {border-bottom: 1px solid #000 !important;}
|
103
|
|
-section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:17px; border-bottom:none; background:#eee;}
|
104
|
|
-section .popup2 .list_line .list_info {width:70%;height:50px; border:1px solid #000; padding-top:17px; border-left:none; border-bottom:none;}
|
|
103
|
+section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:40px; padding-top:10px; border-bottom:none; background:#eee;}
|
|
104
|
+section .popup2 .list_line .list_info {width:70%;height:40px; border:1px solid #000; padding-top:10px; border-left:none; border-bottom:none;}
|
105
|
105
|
section .popup2 .list_line .list_info input{width:90%;}
|
106
|
106
|
section .popup2 .list_line .mail input {width:30%;}
|
107
|
107
|
section .popup2 .list_line .mail select {width:30%;}
|
|
@@ -109,7 +109,7 @@ section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:1
|
109
|
109
|
section .popup_scroll li .right .num {padding:8px 12px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|
110
|
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;}
|
111
|
111
|
section .popup2 .list_line .line_right {float:right; width:70%;}
|
112
|
|
-section .popup2 .list_line .line_right select {width:200px; float:right;}
|
|
112
|
+section .popup2 .list_line .line_right select {width:200px; float:right; height:27px; margin-top:6px;}
|
113
|
113
|
section .popup2 .list_line .line_right input {width:200px; float:right;}
|
114
|
114
|
section .popup2 .list_line .info{width:30%; padding-top:10px; padding-left:20px; text-align:left;}
|
115
|
115
|
|
|
@@ -338,7 +338,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
338
|
338
|
.content .line .line_right input.mg0 {margin-right:10px;}
|
339
|
339
|
.content .line .line_right input.date{width:140px; margin-right:132px; height:35px;}
|
340
|
340
|
.content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
|
341
|
|
-.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;}
|
|
341
|
+.content .line input.date {width: 55%; height: 27px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
|
342
|
342
|
.content .line input.full {width: 100%;}
|
343
|
343
|
.content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
|
344
|
344
|
.content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
|
|
@@ -461,7 +461,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
461
|
461
|
.scroll_area li.history_list6 {height: 110px; padding-top:5px;}
|
462
|
462
|
.scroll_area li.history_list7 {height: 120px; padding-top:5px;}
|
463
|
463
|
.scroll_area li .history_info {width: auto;}
|
464
|
|
-.scroll_area li .left {width:100%; height:30px; margin-top:0px;}
|
|
464
|
+.scroll_area li .left {width:100%; height:26px; margin-top:0px;}
|
465
|
465
|
.scroll_area li .btn_list {width:calc(100% - 65px); height:35px; padding-top:12px;}
|
466
|
466
|
.scroll_area li .left div {display: inline-block;}
|
467
|
467
|
.scroll_area li .left label{font-size: 1.1rem;}
|
|
@@ -496,14 +496,15 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
496
|
496
|
.scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
|
497
|
497
|
.scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
|
498
|
498
|
|
499
|
|
-.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:14px; font-weight:700; min-width:81px; text-align:left;}
|
|
499
|
+.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:14px; font-weight:100; min-width:81px; text-align:left;}
|
500
|
500
|
.scroll_area li .left .nomal label.sub_info{min-width: auto; display: inline-flex;}
|
|
501
|
+.scroll_area li .left .nomal label.col_0{min-width: auto;}
|
501
|
502
|
.scroll_area li .left .nomal label.col_1{min-width: 45px;}
|
502
|
503
|
.scroll_area li .left .nomal label.col_3{min-width: 70px;}
|
503
|
504
|
.scroll_area li .left .nomal label.col_2{width: 95px;}
|
504
|
505
|
|
505
|
506
|
.scroll_area li .left .nomal i{width: 50px; text-align: center;}
|
506
|
|
-.scroll_area li .left .nomal div{ display: inline-flex; font-weight: 100; font-size: 15px;}
|
|
507
|
+.scroll_area li .left .nomal div{display: inline-flex; font-weight: 700; font-size: 15px;}
|
507
|
508
|
.scroll_area li .left .nomal .col_5{min-width:50px;}
|
508
|
509
|
|
509
|
510
|
.scroll_area li .right {margin: 12px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
|
|
@@ -543,6 +544,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
543
|
544
|
#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;}
|
544
|
545
|
|
545
|
546
|
@media screen and (min-width: 550px) {
|
|
547
|
+
|
546
|
548
|
.content .line input.date {width: 70%;}
|
547
|
549
|
.content .line input.full {width: 100%;}
|
548
|
550
|
|
|
@@ -558,6 +560,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
558
|
560
|
.content .line .search_wrap select {width:78%;}
|
559
|
561
|
}
|
560
|
562
|
@media screen and (max-width: 380px) {
|
|
563
|
+ section .popup2 .barcode_area {width: 250px; height: 250px;}
|
561
|
564
|
section .popup2 .pop .popup_scroll li.row_2 {height: 85px;}
|
562
|
565
|
section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100px;}
|
563
|
566
|
.type_hide {display:none;}
|