|
@@ -614,7 +614,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
614
|
614
|
/* 알림 팝업 추가 */
|
615
|
615
|
.modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0;}
|
616
|
616
|
.itp_modal {z-index: 10000;}
|
617
|
|
-.modal-dialog {position: relative; width: auto; margin: 10px;}
|
|
617
|
+.modal-dialog {position: relative; width: auto; margin: 10px; top: 50%; transform: translateY(-50%);}
|
618
|
618
|
.modal-dialog .line {display:flex;border:1px solid #aaa; border-bottom:none; height:40px;}
|
619
|
619
|
.modal-dialog .border{border-bottom:1px solid #aaa;}
|
620
|
620
|
.modal-dialog .border .label_box {height:38px !important;}
|
|
@@ -622,16 +622,17 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
622
|
622
|
.modal-dialog .line .label_box label {font-size:14px; font-weight:100;}
|
623
|
623
|
.modal-dialog .line .info_box {width: calc(100% - 100px); padding:10px; display:flex;}
|
624
|
624
|
.modal-dialog .line .info_box .email {width:30%;}
|
625
|
|
-.modal-dialog .line .info_box input{position:relative; top:-4px; width:100%; margin:0;}
|
|
625
|
+.modal-dialog .line .info_box input{position:relative; top:-4px; width:100%; height:27px; margin:0;}
|
626
|
626
|
.modal-dialog .line .info_box select{position:relative; top:-4px; width:100%; height:27px;}
|
627
|
|
-.modal-dialog .line .info_box div{font-size:14px; font-weight:100;}
|
|
627
|
+.modal-dialog .line .info_box div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; text-align:left; font-size:14px; font-weight:100;}
|
628
|
628
|
.modal-content {position: relative; background-color: #fff; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; outline: 0; box-shadow: 0 3px 9px rgb(0 0 0 / 50%);}
|
629
|
629
|
.modal-header {min-height: 16.43px; padding: 15px; border-bottom: 1px solid #e5e5e5; color:#fff; padding: 12px 15px 12px 15px; background: #337ab7; cursor: move;}
|
630
|
630
|
.modal-header .close { margin-top: -2px; color: #fff; opacity: 1;}
|
631
|
631
|
button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0;}
|
632
|
632
|
.close {float: right; font-size: 21px; font-weight: 700; line-height: 1; text-shadow: 0 1px 0 #fff;}
|
633
|
|
-.modal-body {position: relative; padding: 15px;}
|
634
|
|
-.modal-footer {padding: 15px; text-align: right; border-top: 1px solid #e5e5e5;}
|
|
633
|
+.modal-body {position: relative; padding: 15px; }
|
|
634
|
+.modal-body .text_area{padding-bottom:20px; }
|
|
635
|
+.modal-footer {padding: 15px; text-align: right; border-top: none;}
|
635
|
636
|
.modal-footer .pop_btn_bar {float:right; margin-top:12px;}
|
636
|
637
|
.modal-footer .btn {border-radius:6px; padding: 6px 12px;}
|
637
|
638
|
|