|
@@ -687,9 +687,9 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
687
|
687
|
|
688
|
688
|
/* 메인화면 공지사항 추가 */
|
689
|
689
|
#ITP_MAIN_CONTAINER.itp_main_box{position:relative; height:calc(100vh - 49px); overflow:auto;}
|
690
|
|
-#ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:37spx; padding:9px; border-bottom:1px solid #aaa; background:#dce6f2;}
|
|
690
|
+#ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:37spx; padding:11px 4%;}
|
691
|
691
|
#ITP_MAIN_CONTAINER .itp_note_header h1 {font-size:12pt; text-align:left; margin:0;}
|
692
|
|
-#ITP_MAIN_CONTAINER .itp_note_bar {height: auto; max-height:180px;}
|
|
692
|
+#ITP_MAIN_CONTAINER .itp_note_bar {width:92%; height: auto; margin:0 4%; background:#f5f5f5; max-height:180px;}
|
693
|
693
|
#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;}
|
694
|
694
|
#ITP_MAIN_CONTAINER .itp_note_bar li {border-bottom:1px solid #aaa; padding:5px; height:60px;}
|
695
|
695
|
/* #ITP_MAIN_CONTAINER .itp_note_bar li:first-child {border-top:none;} */
|