|
@@ -181,6 +181,7 @@ body.eee {height: 700px; background: #eee;}
|
181
|
181
|
#ITP_LOGIN {
|
182
|
182
|
transform: translateX(-50%);
|
183
|
183
|
max-width: 500px;
|
|
184
|
+ height:100%;
|
184
|
185
|
left: 50%;
|
185
|
186
|
position: fixed;}
|
186
|
187
|
#ITP_LOGIN .login_popup {position: relative; width: 350px; text-align: center;}
|
|
@@ -419,7 +420,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
419
|
420
|
.button_bar button.col_12 {font-weight:100; width: 100%; height: 40px; font-size: 16px;}
|
420
|
421
|
|
421
|
422
|
/* scroll_area 조정 */
|
422
|
|
-.scroll_area {position: relative; top:0; width: 100%; height: 456px;border-bottom:2px solid #000; bottom: 30px; overflow: auto; background: #fff;}
|
|
423
|
+.scroll_area {position: relative; top:0; width: 100%; height: 456px;border-bottom:2px solid #000; margin-bottom:47px; overflow: auto; background: #fff;}
|
423
|
424
|
.scroll_area ul {display:grid;}
|
424
|
425
|
|
425
|
426
|
|
|
@@ -570,7 +571,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
570
|
571
|
@media screen and (max-height: 720px) {
|
571
|
572
|
#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
|
572
|
573
|
.bg_gray {position:relative; top:-90px;}
|
573
|
|
- .scroll_area {height: 400px;}
|
|
574
|
+ .scroll_area {height: 58vh;}
|
574
|
575
|
section .popup2 .pop .popup_scroll {height: 65%;}
|
575
|
576
|
}
|
576
|
577
|
@media screen and (max-height: 550px) {
|