﻿html, body {
    /*    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Noto Sans KR', Helvetica, Arial, sans-serif;
}

body {
/*    overflow-y: hidden;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
/*    scroll-snap-type: y mandatory;*/
}

a, .btn-link {
/*    color: #0071c1;*/
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
/*    outline: 1px solid red;*/
    outline: 1px solid #e50000;
}

.validation-message {
/*    color: red;*/
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.CursorHand {
    cursor: pointer;
}

.cenerDiv {
    width: 100%;
    max-width: 342px;
    padding: 15px;
    margin: auto;
    text-align: center !important;
}
/*
.linear-progress {
    background: silver;
    width: 50vw;
    margin: 20% auto;
    height: 1rem;
    border-radius: 10rem;
    overflow: hidden;
    position: relative;
}

    .linear-progress:after {
        content: '';
        position: absolute;
        inset: 0;
        background: blue;
        scale: var(--blazor-load-percentage, 0%) 100%;
        transform-origin: left top;
        transition: scale ease-out 0.5s;
    }
*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.LedContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    /*border: 1px solid gray;*/
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}

[data-animation] {
    animation-play-state: paused;
}
[data-animation-infinite] {
    animation-play-state: running;
}

.LoadingCenterDiv {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}

.LoadingCenterContents {
    display: table;
    margin: 0 auto;
}

.actionmenu {
    transition: all 0.3s ease-in-out;
}

.ScrollDownBounce {
    animation: ScrollDownBounce 2s ease-in-out 1s infinite normal none;
}

@keyframes ScrollDownBounce {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
        transform: translateY(-45px);
    }

    24% {
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }

    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes ScrollDownBounce {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
        transform: translateY(-45px);
    }

    24% {
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }

    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

@-moz-keyframes ScrollDownBounce {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
        transform: translateY(-45px);
    }

    24% {
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }

    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

@-o-keyframes ScrollDownBounce {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
        transform: translateY(-45px);
    }

    24% {
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }

    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}
/* 글자 효과 Start */

@keyframes Blink {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes Blink {
    50% {
        opacity: 0;
    }
}
/* Neon */
@keyframes Neon {
    from {
        text-shadow: 0 0 10px #00fff2, 0 0 20px #00fff2, 0 0 30px #00fff2, 0 0 40px #00fff2, 0 0 50px #00fff2, 0 0 60px #00fff2, 0 0 70px #00fff2, 0 0 90px #00fff2;
    }

    to {
        text-shadow: 0 0 20px #00fff2, 0 0 30px #00fff2, 0 0 40px #00fff2, 0 0 50px #00fff2, 0 0 60px #00fff2, 0 0 70px #00fff2, 0 0 80px #00fff2, 0 1 90px #00fff2;
    }
}
@-webkit-keyframes Neon {
    from {
        text-shadow: 0 0 10px #00fff2, 0 0 20px #00fff2, 0 0 30px #00fff2, 0 0 40px #00fff2, 0 0 50px #00fff2, 0 0 60px #00fff2, 0 0 70px #00fff2, 0 0 90px #00fff2;
    }

    to {
        text-shadow: 0 0 20px #00fff2, 0 0 30px #00fff2, 0 0 40px #00fff2, 0 0 50px #00fff2, 0 0 60px #00fff2, 0 0 70px #00fff2, 0 0 80px #00fff2, 0 1 90px #00fff2;
    }
}
/* Fire */
@keyframes Fire {
    0% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 0 10px orange, 0 0 0 yellow, 0 0 5px yellow, -2px -5px 5px yellow, 4px -10px 10px yellow;
    }

    25% {
        text-shadow: 0 3px 20px red, 0 0 30px red, 0 0 20px orange, 0 0 5px yellow, -2px -5px 5px yellow, 3px -10px 10px yellow, -4px -15px 20px yellow;
    }

    50% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 -5px 10px orange, -2px -5px 5px yellow, 3px -10px 10px yellow, -4px -15px 20px yellow, 2px -20px 30px rgba(255,255,0,0.5);
    }

    75% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 -5px 10px orange, 3px -5px 5px yellow, -4px -10px 10px yellow, 2px -20px 30px rgba(255,255,0,0.5), 0px -25px 40px rgba(255,255,0,0)
    }

    100% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 0 10px orange, 0 0 0 yellow, 0 0 5px yellow, -2px -5px 5px yellow, 4px -10px 10px yellow;
    }
}
@-webkit-keyframes Fire {
    0% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 0 10px orange, 0 0 0 yellow, 0 0 5px yellow, -2px -5px 5px yellow, 4px -10px 10px yellow;
    }

    25% {
        text-shadow: 0 3px 20px red, 0 0 30px red, 0 0 20px orange, 0 0 5px yellow, -2px -5px 5px yellow, 3px -10px 10px yellow, -4px -15px 20px yellow;
    }

    50% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 -5px 10px orange, -2px -5px 5px yellow, 3px -10px 10px yellow, -4px -15px 20px yellow, 2px -20px 30px rgba(255,255,0,0.5);
    }

    75% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 -5px 10px orange, 3px -5px 5px yellow, -4px -10px 10px yellow, 2px -20px 30px rgba(255,255,0,0.5), 0px -25px 40px rgba(255,255,0,0)
    }

    100% {
        text-shadow: 0 3px 20px red, 0 0 20px red, 0 0 10px orange, 0 0 0 yellow, 0 0 5px yellow, -2px -5px 5px yellow, 4px -10px 10px yellow;
    }
}
/* Bounce */
@keyframes Bounce {
    0% {
        transform: translateY(0);
        text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
    }

    20% {
        transform: translateY(-1em);
        text-shadow: 0 0.125em 0 #0c2ffb, 0 0.25em 0 #2cfcfd, 0 -0.125em 0 #fb203b, 0 -0.25em 0 #fefc4b;
    }

    40% {
        transform: translateY(0.5em);
        text-shadow: 0 -0.0625em 0 #0c2ffb, 0 -0.125em 0 #2cfcfd, 0 0.0625em 0 #fb203b, 0 0.125em 0 #fefc4b;
    }

    60% {
        transform: translateY(-0.25em);
        text-shadow: 0 0.03125em 0 #0c2ffb, 0 0.0625em 0 #2cfcfd, 0 -0.03125em 0 #fb203b, 0 -0.0625em 0 #fefc4b;
    }

    80% {
        transform: translateY(0);
        text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
    }
}
@-webkit-keyframes Bounce {
    0% {
        transform: translateY(0);
        text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
    }

    20% {
        transform: translateY(-1em);
        text-shadow: 0 0.125em 0 #0c2ffb, 0 0.25em 0 #2cfcfd, 0 -0.125em 0 #fb203b, 0 -0.25em 0 #fefc4b;
    }

    40% {
        transform: translateY(0.5em);
        text-shadow: 0 -0.0625em 0 #0c2ffb, 0 -0.125em 0 #2cfcfd, 0 0.0625em 0 #fb203b, 0 0.125em 0 #fefc4b;
    }

    60% {
        transform: translateY(-0.25em);
        text-shadow: 0 0.03125em 0 #0c2ffb, 0 0.0625em 0 #2cfcfd, 0 -0.03125em 0 #fb203b, 0 -0.0625em 0 #fefc4b;
    }

    80% {
        transform: translateY(0);
        text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
    }
}

@keyframes Scrolling-Right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes Scrolling-Right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes Scrolling-Left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes Scrolling-Left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
/* 글자 효과 End */

/* 배경 효과 Start */
/* Bokeh */
@keyframes Bokeh {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}
@-webkit-keyframes Bokeh {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}
@-moz-keyframes Bokeh {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

@-o-keyframes Bokeh {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}
/* Bubble */
@keyframes Bubble {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }

100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}
@-webkit-keyframes Bubble {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }

    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}
@-moz-keyframes Bubble {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }

    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}
@-o-keyframes Bubble {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }

    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}
/* 배경 효과 End */


/* 테두리 Start */
/*:root {

}*/
/* StripeCandy*/
.LedContainerBoxStripeCandy {
    --StripeCandyFrameSize: 15px;
    --StripeCandyFrameBorderRadius: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: var(--StripeCandyFrameSize);
    position: relative;
    overflow: hidden;
}

    .LedContainerBoxStripeCandy::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--StripeCandyFrameBorderRadius);
        background: repeating-linear-gradient(45deg, white 0%, white 7.5px, hotpink 7.5px, hotpink 15px, white 15px, white 22.5px, hotpink 22.5px, hotpink 30px);
        background-size: 300% 300%;
        animation: BorderStripeCandy 40s linear infinite;
    }

    .LedContainerBoxStripeCandy,
    .LedContainerBoxStripeCandy .LedContainer {
        box-shadow: 0 0 2px deeppink, 0 0 5px rgba(0, 0, 0, 1), inset 0 0 5px rgba(0, 0, 0, 1);
        border-radius: var(--StripeCandyFrameBorderRadius);
    }

@keyframes BorderStripeCandy {
    from {
        background-position: 0;
    }

    to {
        background-position: 0 450px;
    }
}

@-webkit-keyframes BorderStripeCandy {
    from {
        background-position: 0;
    }

    to {
        background-position: 0 450px;
    }
}

@-moz-keyframes BorderStripeCandy {
    from {
        background-position: 0;
    }

    to {
        background-position: 0 450px;
    }
}

@-o-keyframes BorderStripeCandy {
    from {
        background-position: 0;
    }

    to {
        background-position: 0 450px;
    }
}

/* Gradient3Color */

.LedContainerBoxGradient3Color {
    --Gradient3ColorFrameSize: 15px;
    --Gradient3ColorFrameBorderRadius: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: var(--Gradient3ColorFrameSize);
    position: relative;
    overflow: hidden;
}

    .LedContainerBoxGradient3Color:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--Gradient3ColorFrameBorderRadius);
        background: linear-gradient(120deg, #00ff00, #0575E6, #fb0094);
        background-size: 300% 300%;
        animation: Gradient3Color1 4s ease-in-out infinite;
    }

    .LedContainerBoxGradient3Color,
    .LedContainerBoxGradient3Color .LedContainer {
        box-shadow: 0 0 2px #0575E6, 0 0 5px rgba(0, 0, 0, 1), inset 0 0 5px rgba(0, 0, 0, 1);
        border-radius: var(--Gradient3ColorFrameBorderRadius);
    }

@keyframes Gradient3Color1 {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@-webkit-keyframes Gradient3Color1 {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@-moz-keyframes Gradient3Color1 {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@-o-keyframes Gradient3Color1 {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

/* ConicGradient */
/* safari 미지원 : https://developer.mozilla.org/en-US/docs/Web/CSS/@property */
@property --ConicGradientAngle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
}

.LedContainerBoxConicGradient {
    --ConicGradientAngle: 90deg;
    --ConicGradientC1: rgba(168, 239, 255, 1);
    --ConicGradientC2: rgba(168, 239, 255, 0.1);
    --ConicGradientFrameSize: 15px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

    .LedContainerBoxConicGradient .LedContainer {
        border: var(--ConicGradientFrameSize) solid;
        border-image: conic-gradient(from var(--ConicGradientAngle), var(--ConicGradientC2), var(--ConicGradientC1) 0.1turn, var(--ConicGradientC1) 0.15turn, var(--ConicGradientC2) 0.25turn) 30;
        animation: ConicGradient 2.5s linear infinite forwards;
    }

@keyframes ConicGradient {
    100% {
        --ConicGradientAngle: 420deg;
    }
}

@-webkit-keyframes ConicGradient {
    100% {
        --ConicGradientAngle: 420deg;
    }
}

@-moz-keyframes ConicGradient {
    100% {
        --ConicGradientAngle: 420deg;
    }
}

@-o-keyframes ConicGradient {
    100% {
        --ConicGradientAngle: 420deg;
    }
}
/* Type4 */

.LedContainerBoxType4 {
    --Type4BoxSize: 30px;
    width: 100%;
    height: 100%;
    position: relative;
}

    .LedContainerBoxType4 .Type4Box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: var(--Type4BoxSize);
        width: var(--Type4BoxSize);
        border-radius: 50%;
        animation-duration: 7s;
        animation-iteration-count: infinite;
    }

        .LedContainerBoxType4 .Type4Box.Box1 {
            background: transparent;
            animation-name: Type4Circle1;
        }

        .LedContainerBoxType4 .Type4Box.Box2 {
            background: green;
            animation-name: Type4Circle2;
        }

@keyframes Type4Circle1 {
    0% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    25% {
        background-color: red;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    50% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    75% {
        background-color: blue;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    100% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }
}

@-webkit-keyframes Type4Circle1 {
    0% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    25% {
        background-color: red;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    50% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    75% {
        background-color: blue;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    100% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }
}

@-moz-keyframes Type4Circle1 {
    0% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    25% {
        background-color: red;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    50% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    75% {
        background-color: blue;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    100% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }
}

@-o-keyframes Type4Circle1 {
    0% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    25% {
        background-color: red;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    50% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    75% {
        background-color: blue;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    100% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }
}

@keyframes Type4Circle2 {
    0% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    25% {
        background-color: red;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    50% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    75% {
        background-color: blue;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    100% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }
}

@-webkit-keyframes Type4Circle2 {
    0% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    25% {
        background-color: red;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    50% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    75% {
        background-color: blue;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    100% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }
}

@-moz-keyframes Type4Circle2 {
    0% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    25% {
        background-color: red;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    50% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    75% {
        background-color: blue;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    100% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }
}

@-o-keyframes Type4Circle2 {
    0% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }

    25% {
        background-color: red;
        left: 1%;
        top: calc(99% - var(--Type4BoxSize));
    }

    50% {
        background-color: purple;
        left: 1%;
        top: 1%;
    }

    75% {
        background-color: blue;
        left: calc(99% - var(--Type4BoxSize));
        top: 1%;
    }

    100% {
        background-color: purple;
        left: calc(99% - var(--Type4BoxSize));
        top: calc(99% - var(--Type4BoxSize));
    }
}

/* 테두리 End */
