|
@@ -19,7 +19,7 @@ body .login {position:fixed;}
|
19
|
.color-gray {color:#aaa;}
|
19
|
.color-gray {color:#aaa;}
|
20
|
/* 팝업 */
|
20
|
/* 팝업 */
|
21
|
section .popup {position: absolute; top:0; width: 100%; height: 100vh; background: transparent; z-index: 11;}
|
21
|
section .popup {position: absolute; top:0; width: 100%; height: 100vh; background: transparent; z-index: 11;}
|
22
|
-section .popup .pop {position: absolute; top: 50%; 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;}
|
|
|
|
|
22
|
+section .popup .pop {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 360px; padding-top: 20px; background: #fff; border: 1px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
|
23
|
section .popup .pop.short {height:260px;}
|
23
|
section .popup .pop.short {height:260px;}
|
24
|
section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
|
24
|
section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
|
25
|
section .popup .pop div.pop_msg {padding:0 5%; text-align:left; position:relative; top:10px; font-size: 16px;}
|
25
|
section .popup .pop div.pop_msg {padding:0 5%; text-align:left; position:relative; top:10px; font-size: 16px;}
|
|
@@ -29,9 +29,9 @@ section .popup .pop .pop_line .itp_label_area {height:35px; padding:8px; width:1
|
29
|
section .popup .pop .pop_line .itp_label_area label {margin:0;font-size: 14px; text-align:left; float: left; min-width: 100px;}
|
29
|
section .popup .pop .pop_line .itp_label_area label {margin:0;font-size: 14px; text-align:left; float: left; min-width: 100px;}
|
30
|
section .popup .pop .pop_line .itp_info_area {width:calc(100% - 100px); margin:0; padding:6px;}
|
30
|
section .popup .pop .pop_line .itp_info_area {width:calc(100% - 100px); margin:0; padding:6px;}
|
31
|
section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 10px; width: auto;}
|
31
|
section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 10px; width: auto;}
|
32
|
-section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 40px; border-top: 2px solid #000;}
|
|
|
|
|
32
|
+section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 40px; border-top: 1px solid #000;}
|
33
|
section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 38px; margin:0; font-size: 14px; font-weight: 100; border-radius: 0px; border: none;}
|
33
|
section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 38px; margin:0; font-size: 14px; font-weight: 100; border-radius: 0px; border: none;}
|
34
|
-section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
|
|
|
|
|
34
|
+section .popup .pop .popup_btn button.ok { width: 64%; border-left: 1px solid #000;}
|
35
|
section .popup .pop .popup_btn button.cancel {width: 36%;}
|
35
|
section .popup .pop .popup_btn button.cancel {width: 36%;}
|
36
|
|
36
|
|
37
|
|
37
|
|