#wrapper > .cy-container{position:static;}


.notice-tab{  background-color:#464646;  position:absolute; left:0px; top:79px; width:100%;}
.notice-tab .cy-container{min-height:0px !important; max-width:1400px;}
.notice-tab h2{font-size:30px; text-align:center; padding-bottom:50px;}
.tab-navigation { text-align:Center; height:50px; line-height:50px;		}
.tab-item {position:relative;padding:0px; margin:0px 20px;color: #ccc;text-decoration: none;font-size: 1rem;font-weight: 500;transition: all 0.3s ease;white-space: nowrap;cursor: pointer;}
.tab-item:hover {color: #eee; }
.tab-item.active{color:#fff; padding-right:7px;}
.tab-item.active:after {position:absolute; right:0px; top:0px; content:''; display:inline-block; width:5px; height:5px; color:#eee; background-color:#fff; border-radius:50%;}


@media (max-width: 480px) {
	.tab-item {
		
	}
}

#container_title{position:relative; top:50px;}

/* 반응형 디자인 
@media (max-width: 768px) {
	.tab-navigation {
		width: 100%;
		justify-content: center;
		padding: 3px;
	}

	.tab-item {
		padding: 10px 16px;
		font-size: 13px;
		flex: 1;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.tab-item {
		padding: 8px 12px;
		font-size: 12px;
	}
}
*/