/* 레이어(위 아래) */
.crok-lyr-1 {
z-index: -1;
}
.crok-lyr0 {
z-index: 0;
}
.crok-lyr1 {
z-index: 1;
}
/* 호이형 툴팁 */
.crok-ttp {
user-select: none;
}
.crok-ttp-text {
display: none;
user-select: none;
}
.crok-ttp:hover .crok-ttp-text {
display: inherit;
}
/* 뒷배경 */
.crok-BG1 {
position: relative;
width: 100%;
height: 100vh;
background: #1a1a1f;
display: inherit;
justify-content: center;
align-items: center;
overflow: hidden;
user-select: none;
z-index:-999;
}
/* 글자 색 */
.crok-template a {
color: #10069F;
}
.crok-template a:hover {
color: #10069F;
}
.crok-template a:active {
color: #10069F;
}
.crok-template a.new {
color: #EF3340;
}
.crok-template a.new:hover {
color: #EF3340;
}
.crok-template a.new:active {
color: #EF3340;
}