@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

* {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    font-family: 'Nanum Gothic',sans-serif;
    pointer-events: none;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent
}

html,body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    overscroll-behavior-y: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.button-host {
    cursor: default;
    pointer-events: none
}

.button-host.--enable {
    cursor: pointer;
    pointer-events: all
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.checkbox-host {
    cursor: pointer;
    pointer-events: all;
    position: relative
}

.checkbox-host>input {
    width: 25px;
    height: 25px;
    visibility: hidden
}

.checkbox-host>input:checked+label {
    background-color: #57a8fa;
    border-color: #57a8fa
}

.checkbox-host>input:checked+label>svg {
    opacity: 1
}

.checkbox-host>label {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 7px;
    background-color: #ccc;
    transform: translate(-50%, -50%)
}

.checkbox-host>label>svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    opacity: 0
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.input-host {
    outline: none;
    pointer-events: all
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.radio-host {
    cursor: pointer;
    pointer-events: all
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.span-host {
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: auto
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.labeled-checkbox-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    gap: 10px
}

.labeled-checkbox-host>span {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    font-family: "Nanum Gothic"
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.message-box-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #0006
}

.message-box-host>.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 40px 80px 40px 80px;
    border-radius: 20px;
    background-color: greenyellow
}

.message-box-host>.box>span {
    color: #333;
    font-size: 40px;
    font-weight: normal;
    font-family: "Nanum Gothic"
}

.message-box-host>.box>.span-host {
    text-align: center
}

.message-box-host>.box>.button-host {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: green
}

.message-box-host>.box>.button-host>span {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    font-family: "Nanum Gothic"
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.router-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.toast-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 99999
}

.toast-host>span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Nanum Gothic"
}

.toast-host.--on {
    opacity: 1
}

.toast-host>.span-host {
    padding: 15px;
    border-radius: 10px;
    background-color: #0277bd;
    pointer-events: all
}

.toast-host>.span-host.--debug {
    background-color: #2e7d32
}

.toast-host>.span-host.--warn {
    background-color: #f9a825
}

.toast-host>.span-host.--error {
    background-color: #b71c1c
}

.toast-host>.span-host.--fatal {
    background-color: #000
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.alert-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    background-color: #0006
}

.alert-host>.box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative
}

.alert-host>.box>img {
    position: relative
}

.alert-host>.box>.message {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 145px;
    right: 15px;
    left: 15px;
    height: 145px
}

.alert-host>.box>.message>span {
    color: #000;
    font-size: 30px;
    font-weight: normal;
    font-family: NanumSquareRoundEB
}

.alert-host>.box>.message>span {
    text-align: center
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.apply-button-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.3) 0px 5px 5px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.calc-action-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 450px;
    padding: 80px 40px 40px 40px
}

.calc-action-panel-host>img {
    position: absolute;
    top: 16px;
    left: 65px;
    width: 235px;
    height: calc(235px / 2.9);
    z-index: 10
}

.calc-action-panel-host>.base {
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 100px 65px 65px 65px;
    grid-template-rows: auto;
    grid-template-areas: '. operand1-2 operand1-1 operand1-0' 'operator operand2-2 operand2-1 operand2-0' 'result-3 result-2 result-1 result-0';
    padding: 85px 35px 65px 35px;
    border-radius: 15px;
    background-color: #f2f2f2;
    z-index: 20
}

.calc-action-panel-host>.base>.up-number-host {
    position: absolute;
    top: 20px
}

.calc-action-panel-host>.base>.up-number-host.--power-2 {
    left: 135px
}

.calc-action-panel-host>.base>.up-number-host.--power-1 {
    left: 200px
}

.calc-action-panel-host>.base>.up-number-host.--power-0 {
    left: 265px
}

.calc-action-panel-host>.base>.line {
    position: absolute;
    top: 245px;
    left: 35px;
    width: 300px;
    height: 3px;
    background-color: #808080
}

.calc-action-panel-host>.base>.operand,.calc-action-panel-host>.base>.result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.calc-action-panel-host>.base>.operand>.number-box-host,.calc-action-panel-host>.base>.result>.number-box-host {
    width: 94px;
    height: 94px;
    pointer-events: none
}

.calc-action-panel-host>.base>.operand>.number-box-host>span,.calc-action-panel-host>.base>.result>.number-box-host>span {
    font-size: 55px
}

.calc-action-panel-host>.base>.operand {
    align-items: flex-start
}

.calc-action-panel-host>.base>.result {
    min-height: 65px;
    align-items: flex-end
}

.calc-action-panel-host>.base>.operand1-2 {
    grid-area: operand1-2
}

.calc-action-panel-host>.base>.operand1-1 {
    grid-area: operand1-1
}

.calc-action-panel-host>.base>.operand1-0 {
    grid-area: operand1-0
}

.calc-action-panel-host>.base>.operand2-2 {
    grid-area: operand2-2
}

.calc-action-panel-host>.base>.operand2-1 {
    grid-area: operand2-1
}

.calc-action-panel-host>.base>.operand2-0 {
    grid-area: operand2-0
}

.calc-action-panel-host>.base>.operator {
    grid-area: operator;
    background-position: 15px 0px;
    background-size: 55px 55px
}

.calc-action-panel-host>.base>.result-3 {
    grid-area: result-3
}

.calc-action-panel-host>.base>.result-2 {
    grid-area: result-2
}

.calc-action-panel-host>.base>.result-1 {
    grid-area: result-1
}

.calc-action-panel-host>.base>.result-0 {
    grid-area: result-0
}

.--status-click-2 .calc-action-panel-host>.base>.result-2>.calc-number-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-1 .calc-action-panel-host>.base>.result-1>.calc-number-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-0 .calc-action-panel-host>.base>.result-0>.calc-number-host {
    cursor: pointer;
    pointer-events: all
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.calc-number-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px
}

.calc-number-host>span {
    color: #000;
    font-size: 50px;
    font-weight: normal;
    font-family: NanumSquareRoundEB
}

.calc-number-host.--power-0>span {
    color: #e685f0
}

.calc-number-host.--power-1>span {
    color: #4daaf8
}

.calc-number-host.--power-2>span {
    color: #02c487
}

.calc-number-host.--move {
    position: absolute
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.calc-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 570px;
    padding: 40px
}

.calc-panel-host>.base {
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 105px 105px 105px 105px;
    grid-template-rows: auto;
    grid-template-areas: '. operand1-2 operand1-1 operand1-0' 'operator operand2-2 operand2-1 operand2-0' 'result-3 result-2 result-1 result-0';
    padding: 45px 30px;
    border-radius: 15px;
    background-color: #e0e0e0
}

.calc-panel-host>.base>.circle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute
}

.calc-panel-host>.base>.circle::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background-color: #f2f2f2
}

.calc-panel-host>.base>.circle.circle-1 {
    top: 0;
    left: 0
}

.calc-panel-host>.base>.circle.circle-2 {
    top: 0;
    right: 0
}

.calc-panel-host>.base>.circle.circle-3 {
    bottom: 0;
    left: 0
}

.calc-panel-host>.base>.circle.circle-4 {
    bottom: 0;
    right: 0
}

.calc-panel-host>.base>canvas {
    position: absolute;
    top: 45px;
    left: 30px;
    transform: scale(0.5, 0.5);
    transform-origin: left top
}

.calc-panel-host>.base>.up-number-host {
    position: absolute
}

.calc-panel-host>.base>.up-number-host.--power-2 {
    top: 5px;
    left: 154px
}

.calc-panel-host>.base>.up-number-host.--power-1 {
    top: 5px;
    left: 259px
}

.calc-panel-host>.base>.up-number-host.--power-0 {
    top: 5px;
    left: 364px
}

.calc-panel-host>.base>.operand,.calc-panel-host>.base>.result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.calc-panel-host>.base>.operand>.number-box-host,.calc-panel-host>.base>.result>.number-box-host {
    width: 90px;
    height: 90px;
    pointer-events: none
}

.calc-panel-host>.base>.operand>.number-box-host>span,.calc-panel-host>.base>.result>.number-box-host>span {
    font-size: 55px
}

.calc-panel-host>.base>.result {
    align-items: flex-end
}

.calc-panel-host>.base>.operand1-2 {
    grid-area: operand1-2
}

.calc-panel-host>.base>.operand1-1 {
    grid-area: operand1-1
}

.calc-panel-host>.base>.operand1-0 {
    grid-area: operand1-0
}

.calc-panel-host>.base>.operand2-2 {
    grid-area: operand2-2
}

.calc-panel-host>.base>.operand2-1 {
    grid-area: operand2-1
}

.calc-panel-host>.base>.operand2-0 {
    grid-area: operand2-0
}

.calc-panel-host>.base>.operator {
    grid-area: operator;
    background-position: center center;
    background-size: 60px 60px
}

.calc-panel-host>.base>.result-3 {
    grid-area: result-3
}

.calc-panel-host>.base>.result-2 {
    grid-area: result-2
}

.calc-panel-host>.base>.result-1 {
    grid-area: result-1
}

.calc-panel-host>.base>.result-0 {
    grid-area: result-0
}

.calc-panel-host>.base>.operand-cover {
    position: absolute;
    top: 40px;
    width: 105px;
    height: 245px
}

.calc-panel-host>.base>.operand-cover.power-2 {
    left: 135px
}

.calc-panel-host>.base>.operand-cover.power-1 {
    left: 240px
}

.calc-panel-host>.base>.operand-cover.power-0 {
    left: 345px
}

.--status-click-cover-2 .calc-panel-host .base .power-2 {
    cursor: pointer;
    pointer-events: all
}

.--status-click-cover-1 .calc-panel-host .base .power-1 {
    cursor: pointer;
    pointer-events: all
}

.--status-click-cover-0 .calc-panel-host .base .power-0 {
    cursor: pointer;
    pointer-events: all
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.character-host {
    position: absolute;
    top: 0;
    left: 0;
    width: 242px;
    height: 460px;
    background-image: url(src/assets/images/6895de836f9f5cb6dafb.svg)
}

.character-host>span {
    color: #000;
    font-size: 38px;
    font-weight: normal;
    font-family: "ONE-Mobile-POP";
    position: absolute;
    top: 43px;
    left: 53%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%)
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.config-mix-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 450px;
    height: 385px;
    align-items: stretch
}

.config-mix-panel-host>.header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 18px 50px 0 65px;
    overflow: hidden
}

.config-mix-panel-host>.header>img {
    width: 250px;
    height: calc(250px / 3.09)
}

.config-mix-panel-host>.header>.image-button-host {
    margin-top: 3px;
    display: none;
}

.config-mix-panel-host>.content {
    display: grid;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    justify-items: center;
    grid-template-columns: 45px 70px 70px 70px;
    grid-template-rows: auto;
    grid-template-areas: '. operand1-2 operand1-1 operand1-0' 'operator operand2-2 operand2-1 operand2-0' '. result-2 result-1 result-0';
    margin: 0 40px 20px 40px;
    padding: 10px 0;
    border-radius: 20px;
    background-color: #f2f2f2
}

.config-mix-panel-host>.content>canvas {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: scale(0.5, 0.5) translateX(calc(-50% + 5px));
    transform-origin: left top;
    z-index: 10
}

.config-mix-panel-host>.content>.operand1-2 {
    grid-area: operand1-2
}

.config-mix-panel-host>.content>.operand1-1 {
    grid-area: operand1-1
}

.config-mix-panel-host>.content>.operand1-0 {
    grid-area: operand1-0
}

.config-mix-panel-host>.content>.operand2-2 {
    grid-area: operand2-2
}

.config-mix-panel-host>.content>.operand2-1 {
    grid-area: operand2-1
}

.config-mix-panel-host>.content>.operand2-0 {
    grid-area: operand2-0
}

.config-mix-panel-host>.content>.operator {
    grid-area: operator;
    justify-self: flex-start;
    z-index: 20
}

.config-mix-panel-host>.content>.result-2 {
    grid-area: result-2
}

.config-mix-panel-host>.content>.result-1 {
    grid-area: result-1
}

.config-mix-panel-host>.content>.result-0 {
    grid-area: result-0
}

.config-mix-panel-host>.content>.result {
    margin-top: 5px
}

.config-mix-panel-host>.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 0 20px 0
}

.config-mix-panel-host>.textbook-panel-host {
    top: calc(50% + 65px);
    left: -160px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.config-number-model-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 650px;
    height: 385px;
    align-items: stretch
}

.config-number-model-panel-host>.header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 18px 50px 0 65px;
    overflow: hidden
}

.config-number-model-panel-host>.header>img {
    width: 250px;
    height: calc(250px / 3.09)
}

.config-number-model-panel-host>.header>.image-button-host {
    margin-top: 3px;
    display: none;
}

.config-number-model-panel-host>.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0 40px
}

.config-number-model-panel-host>.content>.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 110px;
    align-items: flex-start
}

.config-number-model-panel-host>.content>.row>.col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 267px;
    gap: 8px
}

.config-number-model-panel-host>.content>.row>.col.left {
    justify-content: flex-start
}

.config-number-model-panel-host>.content>.row>.col.right {
    justify-content: flex-end
}

.config-number-model-panel-host>.content>.row>.col.space {
    width: 36px;
    padding-top: 27px
}

.config-number-model-panel-host>.content>.row:first-child {
    z-index: 20
}

.config-number-model-panel-host>.content>.row:last-child {
    z-index: 10
}

.config-number-model-panel-host>.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 0 20px 0
}

.config-number-model-panel-host>.textbook-panel-host {
    top: calc(50% + 65px)
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.guide-drag-host {
    position: absolute;
    display: none;
    z-index: 100
}

.guide-drag-host>.afterimage {
    position: absolute;
    width: 100px;
    height: 32px;
    background-image: url(src/assets/images/33baaed541cf4b1f760f.png);
    background-size: 100px 32px;
    transform-origin: right center
}

.guide-drag-host>.pointer {
    width: 50px;
    height: 70px;
    position: absolute;
    top: -2px;
    left: -14px;
    background-image: url(src/assets/images/94ae24cb9f1e52e2bd2e.png)
}

.guide-drag-host.--show {
    display: block
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.guide-point-host {
    position: absolute;
    display: none;
    z-index: 100
}

.guide-point-host>.dot {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -15px;
    left: -20px;
    animation: blinker 1s linear infinite;
    background-image: url(src/assets/images/9bd7eaa6ed8214464876.png)
}

.guide-point-host>.pointer {
    width: 50px;
    height: 70px;
    position: absolute;
    top: -2px;
    left: -14px;
    background-image: url(src/assets/images/94ae24cb9f1e52e2bd2e.png)
}

.guide-point-host.--show {
    display: block
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.header-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 55px;
    flex-grow: 1;
    justify-content: flex-start;
    border-radius: 0 0 55px 55px;
    background-color: #4fa7ff
}

.header-host>img {
    position: absolute;
    top: 2px;
    left: 51px;
    height: 48px
}

.header-host .close {
    position: absolute;
    top: 10px;
    right: 45px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.home-button-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.3) 0px 5px 5px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.main-menu-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 570px;
    gap: 25px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.main-model-panel-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 90px;
    position: relative;
    border-radius: 10px
}

.main-model-panel-host.--power-0 {
    background-image: url(src/assets/images/c25ea583c6c515433e5d.png)
}

.main-model-panel-host.--power-0>.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 34px;
    gap: 2px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.main-model-panel-host.--power-0>.wrapper>img {
    height: 5px
}

.main-model-panel-host.--power-1 {
    background-image: url(src/assets/images/4401fde5184f5ea10947.png)
}

.main-model-panel-host.--power-1>.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1px
}

.main-model-panel-host.--power-1>.wrapper>img {
    height: 34px
}

.main-model-panel-host.--power-2 {
    background-image: url(src/assets/images/89ef386ece2fd9e85daf.png)
}

.main-model-panel-host.--power-2>.wrapper {
    width: 100%;
    height: 100%;
    background-color: transparent
}

.main-model-panel-host.--power-2>.wrapper>img {
    position: absolute;
    height: 34px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(1) {
    top:0px;
    right: 0px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(2) {
    top:3px;
    right: 3px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(3) {
    top:6px;
    right: 6px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(4) {
    top:9px;
    right: 9px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(5) {
    top:12px;
    right: 12px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(6) {
    top:15px;
    right: 15px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(7) {
    top:18px;
    right: 18px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(8) {
    top:21px;
    right: 21px
}

.main-model-panel-host.--power-2>.wrapper>img:nth-child(9) {
    top:24px;
    right: 24px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.main-number-panel-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 90px;
    cursor: pointer;
    pointer-events: all;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.3) 0px 5px 5px
}

.main-number-panel-host>span {
    color: #1b1b1b;
    font-size: 31px;
    font-weight: normal;
    font-family: NanumSquareRoundEB;
    margin-top: 27px
}

.main-number-panel-host.--power-0 {
    background-image: url(src/assets/images/b091fdc2372cb56cd522.png)
}

.main-number-panel-host.--power-1 {
    background-image: url(src/assets/images/df58d7eac0f632919d2e.png)
}

.main-number-panel-host.--power-2 {
    background-image: url(src/assets/images/5f65908f3b27213b6763.png)
}

.main-number-panel-host.--none>span {
    color: #999999
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.mix-action-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 650px;
    padding: 60px 35px 65px 45px
}

.mix-action-panel-host>.base {
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 143px 143px 143px 143px;
    grid-template-rows: auto;
    grid-template-areas: '. operand1-2 operand1-1 operand1-0' 'operator operand2-2 operand2-1 operand2-0' 'result-3 result-2 result-1 result-0'
}

.mix-action-panel-host>.base>canvas {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.5, 0.5);
    transform-origin: left top
}

.mix-action-panel-host>.base>.operand,.mix-action-panel-host>.base>.result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.mix-action-panel-host>.base>.operand>.operand-box-host,.mix-action-panel-host>.base>.result>.operand-box-host {
    width: 130px;
    height: 105px
}

.mix-action-panel-host>.base>.operand>.result-box-host,.mix-action-panel-host>.base>.result>.result-box-host {
    width: 130px;
    height: 145px
}

.mix-action-panel-host>.base>.operand {
    align-items: flex-start
}

.mix-action-panel-host>.base>.result {
    min-height: 150px;
    align-items: flex-end
}

.mix-action-panel-host>.base>.operand1-2 {
    grid-area: operand1-2
}

.mix-action-panel-host>.base>.operand1-1 {
    grid-area: operand1-1
}

.mix-action-panel-host>.base>.operand1-0 {
    grid-area: operand1-0
}

.mix-action-panel-host>.base>.operand2-2 {
    grid-area: operand2-2
}

.mix-action-panel-host>.base>.operand2-1 {
    grid-area: operand2-1
}

.mix-action-panel-host>.base>.operand2-0 {
    grid-area: operand2-0
}

.mix-action-panel-host>.base>.operator {
    grid-area: operator;
    background-position: center center;
    background-size: 60px 60px
}

.mix-action-panel-host>.base>.result-3 {
    grid-area: result-3
}

.mix-action-panel-host>.base>.result-2 {
    grid-area: result-2
}

.mix-action-panel-host>.base>.result-1 {
    grid-area: result-1
}

.mix-action-panel-host>.base>.result-0 {
    grid-area: result-0
}

.--status-click-12 .mix-action-panel-host>.base>.operand1-2>.operand-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-11 .mix-action-panel-host>.base>.operand1-1>.operand-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-10 .mix-action-panel-host>.base>.operand1-0>.operand-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-22 .mix-action-panel-host>.base>.operand2-2>.operand-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-21 .mix-action-panel-host>.base>.operand2-1>.operand-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-20 .mix-action-panel-host>.base>.operand2-0>.operand-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-2 .mix-action-panel-host>.base>.result-2>.result-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-1 .mix-action-panel-host>.base>.result-1>.result-box-host {
    cursor: pointer;
    pointer-events: all
}

.--status-click-0 .mix-action-panel-host>.base>.result-0>.result-box-host {
    cursor: pointer;
    pointer-events: all
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.operand-box-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 105px;
    position: relative;
    border-radius: 10px
}

.operand-box-host.--power-0 {
    background-image: url(src/assets/images/f4f802c3bf05c82e52f3.png)
}

.operand-box-host.--power-1 {
    background-image: url(src/assets/images/5fc63322f33e8c4ef435.png)
}

.operand-box-host.--power-2 {
    background-image: url(src/assets/images/21d704a8fea7af73219b.png)
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.result-box-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 150px;
    position: relative;
    margin-right: 2px;
    border-radius: 10px;
    background-image: url(src/assets/images/b76d8c08c922307997e0.png);
    box-shadow: rgba(61,128,167,0.35) 3px 3px 5px 1px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.mix-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 570px;
    padding: 40px
}

.mix-panel-host>.base {
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 105px 105px 105px 105px;
    grid-template-rows: auto;
    grid-template-areas: '. operand1-2 operand1-1 operand1-0' 'operator operand2-2 operand2-1 operand2-0' 'result-3 result-2 result-1 result-0';
    padding: 45px 30px;
    border-radius: 15px;
    background-color: #e0e0e0
}

.mix-panel-host>.base>.circle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute
}

.mix-panel-host>.base>.circle::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background-color: #f2f2f2
}

.mix-panel-host>.base>.circle.circle-1 {
    top: 0;
    left: 0
}

.mix-panel-host>.base>.circle.circle-2 {
    top: 0;
    right: 0
}

.mix-panel-host>.base>.circle.circle-3 {
    bottom: 0;
    left: 0
}

.mix-panel-host>.base>.circle.circle-4 {
    bottom: 0;
    right: 0
}

.mix-panel-host>.base>canvas {
    position: absolute;
    top: 45px;
    left: 30px;
    transform: scale(0.5, 0.5);
    transform-origin: left top
}

.mix-panel-host>.base>.operand,.mix-panel-host>.base>.result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.mix-panel-host>.base>.operand>.number-box-host,.mix-panel-host>.base>.result>.number-box-host {
    width: 90px;
    height: 90px;
    pointer-events: none
}

.mix-panel-host>.base>.operand>.number-box-host>span,.mix-panel-host>.base>.result>.number-box-host>span {
    font-size: 55px
}

.mix-panel-host>.base>.result {
    align-items: flex-end
}

.mix-panel-host>.base>.operand1-2 {
    grid-area: operand1-2
}

.mix-panel-host>.base>.operand1-1 {
    grid-area: operand1-1
}

.mix-panel-host>.base>.operand1-0 {
    grid-area: operand1-0
}

.mix-panel-host>.base>.operand2-2 {
    grid-area: operand2-2
}

.mix-panel-host>.base>.operand2-1 {
    grid-area: operand2-1
}

.mix-panel-host>.base>.operand2-0 {
    grid-area: operand2-0
}

.mix-panel-host>.base>.operator {
    grid-area: operator;
    background-position: center center;
    background-size: 60px 60px
}

.mix-panel-host>.base>.result-3 {
    grid-area: result-3
}

.mix-panel-host>.base>.result-2 {
    grid-area: result-2
}

.mix-panel-host>.base>.result-1 {
    grid-area: result-1
}

.mix-panel-host>.base>.result-0 {
    grid-area: result-0
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.model-draggable-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 150px;
    position: relative;
    border-radius: 10px;
    cursor: pointer
}

.model-draggable-host>.wrapper {
    pointer-events: all
}

.model-draggable-host.--power-0 {
    background-image: url(src/assets/images/f4f802c3bf05c82e52f3.png)
}

.model-draggable-host.--power-0>.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 68px;
    gap: 4px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    transform: rotateX(180deg)
}

.model-draggable-host.--power-0>.wrapper>img {
    height: 10px;
    transform: rotateX(180deg)
}

.model-draggable-host.--power-1 {
    background-image: url(src/assets/images/5fc63322f33e8c4ef435.png)
}

.model-draggable-host.--power-1>.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1px
}

.model-draggable-host.--power-1>.wrapper>img {
    height: 68px
}

.model-draggable-host.--power-2 {
    background-image: url(src/assets/images/21d704a8fea7af73219b.png)
}

.model-draggable-host.--power-2>.wrapper {
    position: absolute;
    background-color: transparent
}

.model-draggable-host.--power-2>.wrapper>img {
    position: absolute;
    height: 68px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(1) {
    top:0px;
    right: 0px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(2) {
    top:6px;
    right: 6px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(3) {
    top:12px;
    right: 12px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(4) {
    top:18px;
    right: 18px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(5) {
    top:24px;
    right: 24px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(6) {
    top:30px;
    right: 30px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(7) {
    top:36px;
    right: 36px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(8) {
    top:42px;
    right: 42px
}

.model-draggable-host.--power-2>.wrapper>img:nth-child(9) {
    top:48px;
    right: 48px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.model-droppable-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 218px;
    border-radius: 25px;
    background-image: url(src/assets/images/2ae72b09f8fc6e5e0745.png);
    box-shadow: rgba(61,128,167,0.35) 3px 3px 5px 1px;
    pointer-events: all
}

.model-droppable-host>span {
    color: #1b1b1b;
    font-size: 37px;
    font-weight: normal;
    font-family: NanumSquareRoundEB;
    margin-top: 175px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.number-box-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    cursor: pointer;
    pointer-events: all;
    border: 3px solid #000;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: #ccc 0px 5px 10px
}

.number-box-host>.slash {
    position: absolute;
    width: 3px;
    height: 65px;
    display: none;
    background-color: #ee3a39;
    transform: rotate(30deg)
}

.number-box-host>span {
    color: #000;
    font-size: 33px;
    font-weight: normal;
    font-family: NanumSquareRoundEB;
    margin-top: 5px
}

.number-box-host.--power-2 {
    border-color: #02c487
}

.number-box-host.--power-1 {
    border-color: #42aaff
}

.number-box-host.--power-0 {
    border-color: #e584ef
}

.number-box-host.--result {
    cursor: default;
    pointer-events: none;
    border-color: #adadad;
    background-color: #eaeaea;
    box-shadow: none
}

.number-box-host.--result>span {
    color: #c0c0c0
}

.number-box-host.--slash>.slash {
    display: block
}

.number-box-host.--result-done>span {
    color: #000
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.number-model-panel-host {
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1240px;
    gap: 16px;
    align-items: center;
    padding: 20px 0
}

.number-model-panel-host>.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 530px;
    height: 80px;
    align-items: stretch;
    border-radius: 15px;
    background-color: #e0e0e0
}

.number-model-panel-host>.header>.space {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px
}

.number-model-panel-host>.header>.space::after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #f2f2f2
}

.number-model-panel-host>.header>.operand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70px
}

.number-model-panel-host>.header>.operand>div {
    pointer-events: none
}

.number-model-panel-host>.header>.operator {
    width: 50px;
    background-position: center;
    background-size: 35px 35px
}

.number-model-panel-host>.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: 150px;
    align-items: stretch
}

.number-model-panel-host>.content>.operand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 152px
}

.number-model-panel-host>.content>.operand>.model-draggable-host>.wrapper {
    pointer-events: none
}

.number-model-panel-host>.content>.operator {
    width: 88px;
    background-position: center;
    background-size: 35px 35px
}

.number-model-panel-host>.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1012px;
    flex-grow: 1;
    align-items: stretch
}

.number-model-panel-host>.footer>.result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 253px
}

.number-model-panel-host>.footer>.result>.model-droppable-host {
    pointer-events: none
}

.number-model-panel-host>.footer>canvas {
    position: absolute;
    transform: scale(0.5, 0.5);
    transform-origin: top
}

.number-model-panel-host>.footer::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -60px;
    width: 47px;
    height: 55px;
    background-image: url(src/assets/images/ca31af8a336b41a96443.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%)
}

.--status-drag-10-to-0 .number-model-panel-host>.content>.operand1-0>.--power-0>.wrapper {
    pointer-events: all
}

.--status-drag-10-to-0 .number-model-panel-host>.footer>.result>#model-droppable-0 {
    pointer-events: all
}

.--status-drag-11-to-1 .number-model-panel-host>.content>.operand1-1>.--power-1>.wrapper {
    pointer-events: all
}

.--status-drag-11-to-1 .number-model-panel-host>.footer>.result>#model-droppable-1 {
    pointer-events: all
}

.--status-drag-12-to-2 .number-model-panel-host>.content>.operand1-2>.--power-2>.wrapper {
    pointer-events: all
}

.--status-drag-12-to-2 .number-model-panel-host>.footer>.result>#model-droppable-2 {
    pointer-events: all
}

.--status-drag-20-to-0 .number-model-panel-host>.content>.operand2-0>.--power-0>.wrapper {
    pointer-events: all
}

.--status-drag-20-to-0 .number-model-panel-host>.footer>.result>#model-droppable-0 {
    pointer-events: all
}

.--status-drag-21-to-1 .number-model-panel-host>.content>.operand2-1>.--power-1>.wrapper {
    pointer-events: all
}

.--status-drag-21-to-1 .number-model-panel-host>.footer>.result>#model-droppable-1 {
    pointer-events: all
}

.--status-drag-22-to-2 .number-model-panel-host>.content>.operand2-2>.--power-2>.wrapper {
    pointer-events: all
}

.--status-drag-22-to-2 .number-model-panel-host>.footer>.result>#model-droppable-2 {
    pointer-events: all
}

.--status-click-10 .number-model-panel-host>.content>.operand1-0>.model-draggable-host {
    pointer-events: all
}

.--status-click-11 .number-model-panel-host>.content>.operand1-1>.model-draggable-host {
    pointer-events: all
}

.--status-click-12 .number-model-panel-host>.content>.operand1-2>.model-draggable-host {
    pointer-events: all
}

.--status-click-20 .number-model-panel-host>.content>.operand2-0>.model-draggable-host {
    pointer-events: all
}

.--status-click-21 .number-model-panel-host>.content>.operand2-1>.model-draggable-host {
    pointer-events: all
}

.--status-click-22 .number-model-panel-host>.content>.operand2-2>.model-draggable-host {
    pointer-events: all
}

.--status-click-0 .number-model-panel-host>.footer>.result>#model-droppable-0 {
    cursor: pointer;
    pointer-events: all
}

.--status-click-1 .number-model-panel-host>.footer>.result>#model-droppable-1 {
    cursor: pointer;
    pointer-events: all
}

.--status-click-2 .number-model-panel-host>.footer>.result>#model-droppable-2 {
    cursor: pointer;
    pointer-events: all
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.number-panel-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    pointer-events: all
}

.number-panel-host>span {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    font-family: NanumSquareRoundEB
}

.number-panel-host>.panel {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(260px * var(--zoomRate));
    height: calc(120px * var(--zoomRate));
    left: calc(var(--x) - 125px * var(--zoomRate));
    top: calc(var(--y) - 5px * var(--zoomRate));
    gap: calc(7px * var(--zoomRate));
    flex-wrap: wrap;
    align-content: center;
    border-radius: calc(30px * var(--zoomRate));
    background-color: #dddddd;
    box-shadow: #ccc 0px 10px 15px;
    transform: translateX(-50%)
}

.number-panel-host>.panel::before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(-19px * var(--zoomRate));
    width: 0;
    height: 0;
    border-top: calc(15px * var(--zoomRate)) solid transparent;
    border-right: none;
    border-left: calc(20px * var(--zoomRate)) solid #ddd;
    border-bottom: calc(15px * var(--zoomRate)) solid transparent;
    transform: translateY(-50%)
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.number-button-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(40px * var(--zoomRate));
    height: calc(44px * var(--zoomRate));
    position: relative
}

.number-button-host>img {
    width: calc(40px * var(--zoomRate));
    height: calc(44px * var(--zoomRate))
}

.number-button-host>span {
    color: #7a7a7a;
    font-size: calc(18px * var(--zoomRate));
    font-weight: normal;
    font-family: NanumSquareRoundEB;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.number-button-host.--select>span {
    color: #fff
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.operator-panel-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    position: relative
}

.operator-panel-host>.image-button-host>img {
    border-radius: 10px
}

.operator-panel-host>.base {
    position: absolute;
    top: -99999px;
    right: -99999px;
    bottom: -99999px;
    left: -99999px;
    display: none;
    background-color: transparent;
    pointer-events: all
}

.operator-panel-host>.panel {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 70px;
    top: calc(100% + 15px);
    left: 50%;
    display: none;
    gap: 7px;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 15px;
    background-color: #dddddd;
    box-shadow: #ccc 0px 10px 15px;
    transform: translateX(-50%)
}

.operator-panel-host>.panel::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #dddddd;
    transform: translateX(-50%)
}

.operator-panel-host.--show-keypad {
    cursor: default
}

.operator-panel-host.--show-keypad>.base {
    display: block
}

.operator-panel-host.--show-keypad>.panel {
    display: flex
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.operator-button-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative
}

.operator-button-host.--select>span {
    color: #fff
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.restart-button-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.3) 0px 5px 5px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.reset-button-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.3) 0px 5px 5px
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.textbook-panel-host {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(61,114,167,0.5) 0px 10px 15px;
    border-radius: 40px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 40px;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    background-color: #eee;
    transform: translateY(-50%);
    z-index: 20
}

.textbook-panel-host>span {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    font-family: NanumSquareRoundEB
}

.textbook-panel-host::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 34.6px;
    border-color: transparent transparent transparent #eee
}

.textbook-panel-host>.list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 420px;
    gap: 10px;
    flex-grow: 1;
    align-self: stretch;
    align-items: stretch;
    justify-content: flex-start;
    overflow: auto;
    pointer-events: all
}

.textbook-panel-host>.list>.text-button-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0 5px 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(100,100,100,0.2) 0px 3px 3px
}

.textbook-panel-host>.list>.text-button-host>span {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    font-family: NanumSquareRoundEB
}

.textbook-panel-host>.list>.text-button-host.--select {
    background-color: #0A64FA
}

.textbook-panel-host>.list>.text-button-host.--select>span {
    color: #fff
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.up-number-host {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px
}

.up-number-host>span {
    color: #ee3a39;
    font-size: 32px;
    font-weight: normal;
    font-family: NanumSquareRoundEB
}

.up-number-host.--move {
    position: absolute
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.calc-page-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    background-image: url(src/assets/images/cb7f929fba7d075edf36.svg);
    overflow: hidden
}

.calc-page-host>.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: stretch
}

.calc-page-host>.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    align-items: stretch;
    justify-content: flex-start;
    margin: 65px 20px 0 20px
}

.calc-page-host>.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
    gap: 20px;
    justify-content: flex-end;
    padding: 5px 25px 0 0
}

.calc-page-host::after {
    content: '';
    position: absolute;
    top: 165px;
    left: 561px;
    width: 80px;
    height: 425px;
    background-image: url(src/assets/images/643e4680b24e80bf6dd2.svg);
    background-repeat: no-repeat
}

.--animate .number-model-page-host>.footer>div {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
    pointer-events: none !important
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.main-page-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    background-image: url(src/assets/images/cb7f929fba7d075edf36.svg);
    overflow: hidden
}

.main-page-host>.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: stretch
}

.main-page-host>.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    align-items: stretch;
    justify-content: flex-start;
    margin: 65px 20px 0 20px
}

.main-page-host>.content>.character-host {
    top: 150px;
    left: 660px
}

.main-page-host>.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
    gap: 20px;
    justify-content: flex-end;
    padding: 5px 25px 0 0
}

.main-page-host::after {
    content: '';
    position: absolute;
    top: 165px;
    left: 561px;
    width: 80px;
    height: 425px;
    background-image: url(src/assets/images/de5da7edeb3d8aa580f9.svg);
    background-repeat: no-repeat
}

.main-page-host.--number-model: :after,.main-page-host.--mix::after,.main-page-host.--calc::after {
    background-image:url(src/assets/images/83739b27df7adf2ef548.svg)
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.mix-page-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    background-image: url(src/assets/images/cb7f929fba7d075edf36.svg);
    overflow: hidden
}

.mix-page-host>.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: stretch
}

.mix-page-host>.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    align-items: stretch;
    justify-content: flex-start;
    margin: 65px 20px 0 20px
}

.mix-page-host>.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
    gap: 20px;
    justify-content: flex-end;
    padding: 5px 25px 0 0
}

.mix-page-host::after {
    content: '';
    position: absolute;
    top: 165px;
    left: 561px;
    width: 80px;
    height: 425px;
    background-image: url(src/assets/images/643e4680b24e80bf6dd2.svg);
    background-repeat: no-repeat
}

.--animate .number-model-page-host>.footer>div {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
    pointer-events: none !important
}

@font-face {
    font-family: NanumSquareRoundEB;
    src: url(src/assets/fonts/b8b83bef08db04301dbd.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url(src/assets/fonts/83c51b7bf91a20ca1cca.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.number-model-page-host {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    background-image: url(src/assets/images/cb7f929fba7d075edf36.svg);
    overflow: hidden
}

.number-model-page-host>.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-items: stretch
}

.number-model-page-host>.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    align-items: stretch;
    justify-content: flex-start;
    margin: 65px 20px 0 20px
}

.number-model-page-host>.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
    gap: 20px;
    justify-content: flex-end;
    padding: 5px 25px 0 0
}

.--animate .number-model-page-host>.footer>div {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
    pointer-events: none !important
}
