body {
    font-family: "Malgun Gothic", "Nanum Gothic";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
pre {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.swal2-html-container {
    font-size: 18px;
}

.swal2-styled.swal2-confirm {
    background: initial;
    background-color: #2778c4;
}

.tree-anchor.tree-selected {
    background: #beebff;
    color: #000;
    font-weight: bold;
}

.tree-wholerow.tree-wholerow-clicked {
    background: #0000ff;
    opacity: 0.2;
    z-index: 10;
    color: #000;
}

manual {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    color:#ffd800;
}