:ICclassification/styles.css

/*   PC   */
@media screen and (min-width: 768px) {
	/*   분류   */
	.ICclassification-main-box {
    	margin-bottom: 1rem;
    	border: 1px solid #ccc;
    	border-radius: 4px;
    	padding: 3px 3px 3px 5px;
    	font-size:10pt;
	}
	/*   미분류   */
	.ICclassification-no-box {
		margin-bottom: 1rem;
		border: 1px solid #bcdff1;
		padding: 10px;
		background: #d9edf7;
		border-radius: 5px;
		color: #31708f;
	}
}

.ICclassification-box {
  background-color: #050F1C;
  color: #C4D2E1;
  border-radius: 0;
  font-size: 10pt;
}

.ICclassification-item a {
  color: #C4D2E1;
  text-decoration: none;
  border-bottom: 1px dotted #99A6B6;
}

.ICclassification-box-empty {
  font-size: 10pt;
  color: #999;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 10px 20px;
  margin: 10px 0;
}


/*   색상 변경   */
a 
{
	color: #80b4ed!important;
}
a:hover 
{
	color: #d0e3f7!important;
	text-shadow:0px 0px 25px #78baff!important;
}
a:active 
{
	color: #80b4ed!important;
}
a.new 
{
	color: #ed2d2d!important;
}
a.new:hover 
{
	color: #fc7c7c!important;
	text-shadow:0px 0px 25px #ed2d2d!important;
}
a.new:active 
{
	color: #ed2d2d!important;
}
a.external 
{
	color: #33b733!important;
}
a.external:hover 
{
	color: #95ed95!important;
	text-shadow:0px 0px 25px #78baff!important;
}
a.external:active 
{
	color: #33b733!important;
}
.plainlinks a.external 
{
	color: #80b4ed!important;
}
.plainlinks:hover a.external 
{
	color: #d0e3f7!important;
	text-shadow:0px 0px 25px #78baff!important;
}
.plainlinks:active a.external 
{
	color: #80b4ed!important;
}


/*   분류 간 구분선   */
.ICclassification-stick:after {
	content: '|';
	padding: 0 5px;
	user-select: none;
}


/*   분류 칸 제거   */
.catlinks {
	display:none;
}