|
@@ -700,11 +700,11 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
700
|
700
|
.modal-footer .btn {border-radius:6px; padding: 6px 12px;}
|
701
|
701
|
|
702
|
702
|
/* 메인화면 공지사항 추가 */
|
703
|
|
-#ITP_MAIN_CONTAINER.itp_main_box{position:relative; height:calc(100vh - 49px); overflow:auto; background:#fcf0ed;}
|
|
703
|
+#ITP_MAIN_CONTAINER.itp_main_box{position:relative; height:calc(100vh - 49px); overflow:auto; background:#f87f09;}
|
704
|
704
|
#ITP_MAIN_CONTAINER .itp_note_header {width:332px; height:37spx; padding:11px 0; margin:auto;}
|
705
|
|
-#ITP_MAIN_CONTAINER .itp_note_header h1 {font-size:12pt; text-align:left; margin:0; color:#000;}
|
|
705
|
+#ITP_MAIN_CONTAINER .itp_note_header h1 {font-size:12pt; text-align:left; margin:0; color:#fff;}
|
706
|
706
|
#ITP_MAIN_CONTAINER .Work {padding:15px 0;}
|
707
|
|
-#ITP_MAIN_CONTAINER .Work h1 {color:#000;}
|
|
707
|
+#ITP_MAIN_CONTAINER .Work h1 {color:#fff;}
|
708
|
708
|
#ITP_MAIN_CONTAINER .itp_note_bar {width:332px; height: auto; margin:auto; padding:5px; background:#fff; max-height:180px;}
|
709
|
709
|
#ITP_MAIN_CONTAINER .itp_note_bar h1 {position:relative; font-weight:700; font-size:14pt; margin:0; height:60px; padding-top:20px; border-bottom:1px solid #aaa;}
|
710
|
710
|
#ITP_MAIN_CONTAINER .itp_note_bar li {padding:0 5px; height:24px;}
|