 ul {list-style-type: disclosure-closed;margin-left: 1rem;}ol {padding-left: 1.5rem;}a {text-decoration: none;}a:hover {text-decoration: underline;}.div_table_1{display:grid;grid-gap:.125rem;background-color:#424242;padding:.2rem;border-radius:.3rem;}.div_item_1{padding: .3rem;background-color: var(--grey1);}.div_table_2{padding:.2rem;border: .2rem solid #424242;border-radius:.3rem;}.red_text {color: #FF0000;font-weight: bold;}.green_text {color: #008000;font-weight: bold;}.darkgreen_text {color: #006400;font-weight: bold;}.orange_text {color: #ffa500;font-weight: bold;}.darkorange_text {color: #ff8c00;font-weight: bold;}.lila_text {color: #800080;font-weight: bold;}.hotpink_text {color: #ff69b4;font-weight: bold;}.maroon_text {color: #800000;font-weight: bold;}.black_text {color: #000000;font-weight: bold;}.checkbox{background-color: #000;}pre{white-space: pre-wrap;}.login-area {width: 304px;margin-left: auto;margin-right: auto;}.login-area > h2{margin-bottom: .8rem;}.login-area > form > label {display: block;margin-bottom: .3rem;margin-top: .8rem;}.login-area > form > input {width: 100%;border: 2px solid #000;border-radius: 4px;padding: .8rem;}.login-area > button {width: 304px;height: 44px;border: 2px solid #000;border-radius: 4px;padding: .3rem;background-color: #408000;color: #FFF;font-size: 20px;}.loading-balls {display: none;position: relative;width: 2rem;height: 2rem;}.loading-balls div {position: absolute;top: .8rem;width: .7rem;height: .7rem;border-radius: 50%;background: #000;animation-timing-function: cubic-bezier(0, 1, 1, 0);}.loading-balls div:nth-child(1) {left: 8px;animation: lds-ellipsis1 0.6s infinite;}.loading-balls div:nth-child(2) {left: 8px;animation: lds-ellipsis2 0.6s infinite;}.loading-balls div:nth-child(3) {left: 32px;animation: lds-ellipsis2 0.6s infinite;}.loading-balls div:nth-child(4) {left: 56px;animation: lds-ellipsis3 0.6s infinite;}@keyframes lds-ellipsis1 {0% {transform: scale(0);}100% {transform: scale(1);}}@keyframes lds-ellipsis3 {0% {transform: scale(1);}100% {transform: scale(0);}}@keyframes lds-ellipsis2 {0% {transform: translate(0, 0);}100% {transform: translate(24px, 0);}}.msg-box{display: none;color: #F2F2F2;align-items: center;padding: 0.3rem;border-radius: .3rem;margin:auto;}.msg-box > p{padding:0;font-weight: bold;}.msg-box-error{background-color: #FF0000;}.msg-box-info{background-color: #ff8c00;}.msg-box-msg{background-color: #006400;}.msg-box-mg{margin-top: .5rem;}