|
@@ -2,7 +2,12 @@
|
2
|
2
|
@media print {
|
3
|
3
|
*{visibility: hidden; margin:0; paddig:0;}
|
4
|
4
|
}
|
5
|
|
-
|
|
5
|
+@font-face {
|
|
6
|
+ font-family: 'GmarketSansMedium';
|
|
7
|
+ src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
|
|
8
|
+ font-weight: normal;
|
|
9
|
+ font-style: normal;
|
|
10
|
+}
|
6
|
11
|
|
7
|
12
|
/* COMMON */
|
8
|
13
|
html, body {width:100%; height:100%; background:#eee; overflow-y:hidden;}
|
|
@@ -89,18 +94,19 @@ a, button {outline:none !important; text-decoration:none !important;}
|
89
|
94
|
#ITP_OVERLAY {position:fixed; display:none; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background:rgba(250,250,250,.8); z-index:1060;}
|
90
|
95
|
|
91
|
96
|
/* ITP_LOGIN */
|
92
|
|
-#ITP_LOGIN {width:100%; height:100%;}
|
93
|
|
-#ITP_LOGIN .itp_head {margin-bottom:8px; letter-spacing:-1px;}
|
94
|
|
-#ITP_LOGIN .itp_bar {margin:0; padding:0; float:left; margin:0 15px 0 15px; font-size:22px;}
|
95
|
|
-#ITP_LOGIN .itp_logo {margin:0; padding:0; color:#337ab7; float:left;}
|
96
|
|
-#ITP_LOGIN .itp_tit {margin:0; padding:7px 0 0 0; float:left; font-size:22px;}
|
|
97
|
+#ITP_LOGIN {width:100%; height:100%; font-family: 'GmarketSansMedium'}
|
|
98
|
+#ITP_LOGIN .itp_head {margin:0 5%; letter-spacing:-1px; width:90%; height:40px; margin-bottom:50px;}
|
|
99
|
+#ITP_LOGIN .itp_bar {width:4px; height:26px; padding:0; float:left; margin:8px 7px 0 7px; font-size:27px; font-weight:100; background:#ccc;}
|
|
100
|
+#ITP_LOGIN .itp_logo {margin:0; padding:0; color:#000; font-size:39px; float:left; font-weight:700;}
|
|
101
|
+#ITP_LOGIN .itp_tit {margin:0; padding:7px 0 0 0; float:left; font-size:27px;}
|
97
|
102
|
#ITP_LOGIN .itp_cont {width:100%; min-height:calc(100vh - 115px); padding:170px 20px 150px 20px; position:relative;}
|
98
|
|
-#ITP_LOGIN .itp_box_wrap {width:600px; height:365px; position:absolute; top:50%; left:50%; margin:-182px 0 0 -300px;}
|
99
|
|
-#ITP_LOGIN .itp_box {padding:20px 20px 0 20px; margin-bottom:0; border-bottom-left-radius:0; border-bottom-right-radius:0; border-bottom:0;}
|
|
103
|
+#ITP_LOGIN .itp_box_wrap {width:450px; height:600px; position:absolute; top:55%; left:50%; transform: translate(-50%, -50%);}
|
|
104
|
+#ITP_LOGIN .itp_bottom_gray {background:#eee; width:100%; height:65px; top:-65px; border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
|
|
105
|
+#ITP_LOGIN .itp_box {padding:20px 20px 0 20px; height:580px; margin-bottom:0; border-radius:30px; box-shadow: 0px 0px 10px #666;}
|
100
|
106
|
#ITP_LOGIN .itp_body {padding-bottom:0;}
|
101
|
107
|
#ITP_LOGIN .itp_box .control-label {text-align:left;}
|
102
|
108
|
#ITP_LOGIN .itp_box .itp_lb {padding-top:7px;}
|
103
|
|
-#ITP_LOGIN .itp_box .itp_btn {line-height:6.15; width:100%;}
|
|
109
|
+#ITP_LOGIN .itp_box .itp_btn {line-height:1.8; margin:0 5%; width:90%;}
|
104
|
110
|
#ITP_LOGIN .itp_box .form-group .checkbox input[type=checkbox] {margin-top:3px;}
|
105
|
111
|
#ITP_LOGIN .itp_error {padding-top:15px; color:#a94442;}
|
106
|
112
|
#ITP_LOGIN .itp_no_mar {margin-bottom:0 !important;}
|
|
@@ -109,16 +115,27 @@ a, button {outline:none !important; text-decoration:none !important;}
|
109
|
115
|
#ITP_LOGIN .itp_copyright {font-size:12px;}
|
110
|
116
|
#ITP_LOGIN .itp_forgotId {width:82%;}
|
111
|
117
|
#ITP_LOGIN .itp_forgotBtn {border-top-right-radius:4px; border-bottom-right-radius:4px;}
|
|
118
|
+#ITP_LOGIN .itp_login {height:50px;}
|
|
119
|
+#ITP_LOGIN .itp_find {margin-top:34px; font-weight:100; cursor:pointer;}
|
|
120
|
+#ITP_LOGIN .itp_btn_bar {margin-top:10px;}
|
|
121
|
+#ITP_LOGIN .itp_login_img {width:100%; padding:0 auto;}
|
|
122
|
+#ITP_LOGIN .itp_img{width:150px; height:150px; top:-60px; position: absolute; margin:0 33.3%;}
|
|
123
|
+#ITP_LOGIN .itp_login_input label {position:absolute; top:50%; left:27px; color:#adadad; transform:translateY(-50%); font-size: 12px; border: none; outline:none; transition: top .5s ease;}
|
|
124
|
+#ITP_LOGIN .itp_login_input {width:90%; margin:0 5%; position:relative;}
|
|
125
|
+#ITP_LOGIN .itp_login_input input {width:100%; padding:20px 10px 10px; outline:none; border-radius:7px; background:#eee;}
|
|
126
|
+#ITP_LOGIN .itp_login_input input:focus + label {top:15px; font-size:8px; color: #2691d9;}
|
|
127
|
+#ITP_LOGIN .itp_login_input input:valid + label {top:15px; font-size:8px; color: #2691d9;}
|
|
128
|
+#ITP_LOGIN .itp_login_input:not(:placeholder-shown) ~ label{top:0px; font-size:12px;}
|
112
|
129
|
|
113
|
130
|
/* ITP_HEADER */
|
114
|
|
-#ITP_HEADER .itp_head {width:100%; height:36px; position:relative; line-height:36px; z-index:100;}
|
115
|
|
-#ITP_HEADER .itp_tit {margin:0; padding:0; line-height:36px; font-size:20px;}
|
|
131
|
+#ITP_HEADER .itp_head {font-family: 'GmarketSansMedium';width:100%; height:40px; position:relative; line-height:40px; z-index:100;}
|
|
132
|
+#ITP_HEADER .itp_tit {margin:0; padding:0; line-height:40px; font-size:20px;}
|
116
|
133
|
#ITP_HEADER .itp_tit span {display: inline-block; vertical-align: middle}
|
117
|
134
|
#ITP_HEADER .itp_lt {position:absolute; top:0px; left:10px;}
|
118
|
135
|
#ITP_HEADER .itp_rt {position:absolute; top:0px; right:20px;}
|
119
|
136
|
#ITP_HEADER .itp_icon {float:left; padding-top:3px; margin-right:10px;}
|
120
|
137
|
#ITP_HEADER .itp_icon i {color:#fff; font-size:20px;}
|
121
|
|
-#ITP_HEADER .itp_icon i.glyphicon-home {font-size:18px;}
|
|
138
|
+#ITP_HEADER .itp_icon img.glyphicon-logo {width:30px; margin-top:-7px;}
|
122
|
139
|
#ITP_HEADER .itp_icon i.glyphicon-user {font-size:18px;}
|
123
|
140
|
#ITP_HEADER .itp_icon i.glyphicon-off {font-size:18px;}
|
124
|
141
|
#ITP_HEADER .itp_user {float:left; font-size:16px; margin-left:15px;}
|
|
@@ -130,13 +147,13 @@ a, button {outline:none !important; text-decoration:none !important;}
|
130
|
147
|
#ITP_HEADER .itp_sch_brand button{width:90px; border:1px solid #000;}
|
131
|
148
|
#ITP_HEADER .itp_menu {float:left; border:1px solid #ddd; line-height: 26px; background:#eee;margin:4px; border-radius: 2px; padding:0 4px;}
|
132
|
149
|
#ITP_HEADER .itp_menu a {color:#000; font-size:13px; text-decoration:none;}
|
133
|
|
-#ITP_HEADER .itp_out {float:left; border:1px solid #000; line-height: 27px; background:#666; margin:4px; border-radius: 2px; padding:0 4px;}
|
134
|
|
-#ITP_HEADER .itp_out a {color:#fff; font-size:13px; text-decoration:none;}
|
135
|
|
-#ITP_HEADER .itp_tabs {position:relative; z-index:100;}
|
|
150
|
+#ITP_HEADER .itp_out {width:70px; height:30px; float:left; border:1px solid #333; line-height: 28px; background:#fff; margin:6px; border-radius: 10px; padding:0 4px;}
|
|
151
|
+#ITP_HEADER .itp_out a {padding:4px; color:#000; font-size:13px; text-decoration:none;}
|
|
152
|
+#ITP_HEADER .itp_tabs {position:relative; z-index:100; transition:all .25s ease; float:right; width:calc(100% - 240px);}
|
136
|
153
|
#ITP_HEADER .itp_tabs .nav-tabs {padding:4px 4px 0 4px; background:#fff;}
|
137
|
|
-#ITP_HEADER .itp_tabs .nav-tabs > li a {border:1px solid #ddd; background:#f5f5f5; font-size:12px; color:#333; padding:5px 13px 5px 15px; margin-right:4px; outline:none;}
|
|
154
|
+#ITP_HEADER .itp_tabs .nav-tabs > li a {border:1px solid #ddd; background:#f5f5f5; font-size:12px; color:#666; padding:5px 13px 5px 15px; margin-right:4px; outline:none;}
|
138
|
155
|
#ITP_HEADER .itp_tabs .nav-tabs > li a i.glyphicon-remove {font-size:10px; margin-left:4px; cursor:pointer;}
|
139
|
|
-#ITP_HEADER .itp_tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {background:#D6E6F3; color:#000; border:1px solid #1A3E5E; border-bottom-color:transparent;}
|
|
156
|
+#ITP_HEADER .itp_tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {background:#fff; color:#666; border:1px solid #ccc; border-bottom-color:transparent; font-weight:700;}
|
140
|
157
|
#ITP_HEADER .itp_tabs .nav-tabs > li > a:hover {background:#D6E6F3 !important; border:1px solid #1A3E5E; border-bottom-color:transparent; color:#000;}
|
141
|
158
|
|
142
|
159
|
/* ITP_SIDEBAR */
|
|
@@ -164,7 +181,7 @@ a, button {outline:none !important; text-decoration:none !important;}
|
164
|
181
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a .itp_tt {float:left;}
|
165
|
182
|
|
166
|
183
|
/* ITP_CONTAINER */
|
167
|
|
-#ITP_CONTAINER {height:calc(100vh - 69px); padding:8px; transition:all .25s ease; float:left; width:calc(100% - 240px);}
|
|
184
|
+#ITP_CONTAINER {height:calc(100vh - 69px); padding:8px; transition:all .25s ease; float:left; width:calc(100% - 240px);background:#fff;}
|
168
|
185
|
#ITP_CONTAINER.itp_open_conts {padding-left:8px; width:100%;}
|
169
|
186
|
#ITP_CONTAINER .itp_contents {background:#fff; height:100%;}
|
170
|
187
|
#ITP_CONTAINER .itp_contents .itp_sec {height:100%;}
|
|
@@ -221,7 +238,7 @@ a, button {outline:none !important; text-decoration:none !important;}
|
221
|
238
|
#ITP_CONTAINER .itp_adv_srh .form-group .itp_adv_chk .itp_check {float:right; margin-left:10px;}
|
222
|
239
|
#ITP_CONTAINER .itp_detail {display:table-cell; vertical-align:top; height:100%;}
|
223
|
240
|
|
224
|
|
-#ITP_CONTAINER .itp_detail .itp_det_head {padding:0 4px 0 4px; height:42px; background:#eee;}
|
|
241
|
+#ITP_CONTAINER .itp_detail .itp_det_head {padding:0 4px 0 4px; height:42px; background:#fff;}
|
225
|
242
|
#ITP_CONTAINER .itp_detail .itp_det_head .itp_det_tit {font-size:15px; margin:0; padding:0; line-height:42px;}
|
226
|
243
|
#ITP_CONTAINER .itp_detail .itp_det_head .itp_det_tit .glyphicon {color:#337ab7; margin-right:4px;}
|
227
|
244
|
|