@charset "utf-8";[data-toggle-obj] {
    cursor: pointer
}

[data-toggle-obj].complete {
    cursor: default;
    pointer-events: none
}
[data-type="toggleButton"] {cursor: pointer;height: 100%;width: 100%;}

.toggle {
    position: relative;
    min-width: 64px;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    text-align: center;
    text-indent: 0;
    background-color: #F7F7F7;
    box-sizing: border-box;
    cursor: pointer
}
.toggle.white {background-color: #fff;}

.toggle:after {
    content: '?';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: YGJAL;
    line-height: 46px;
    border-radius: 50%;
    border: 4px solid #01a0fe;
    background-color: #006ee6;  
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    text-indent: 0;
}

.toggle.examBtn:after {
    content: '예 보기';
    width: 120px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-family: YGJAL;
    text-align: left;
    padding-left: 39px;
    border-radius: 30px;
    cursor: pointer;
    box-sizing: border-box;
    background: #006ee6 url(../../contents/images/icon/icon_check.svg) 12px center/22px auto no-repeat;
    line-height: 2;
}

.toggle.hover:after {
    border: 4px solid #cdcbcb;
    background-color: #a6a6a6;
    /*transform: translate(-50%,-50%) scale(0.9)*/
}

[data-type="toggleButton"].box {width: 100%;}
.toggle.box {
    width: 100%;
    text-align: justify
}

.toggle.box.center {
    text-align: center
}

.toggle .answer img {
    vertical-align: top
}

.toggle.text {
    padding: 0 4px 2px;
    margin: 1px 0 0 0;
    vertical-align: top
}

.toggle.text:after {
    width: 35px;
    height: 35px;
    font-size: 21px;
    line-height: 29px
}

.toggle.text .answer {
    font-size: inherit
}

.toggle.hidden {
    pointer-events: none
}

.toggle.hidden:after,.toggle.hidden.hover:after {
    content: none
}

.toggle.yellow {
    background: #ffdd4d url(../../contents/images/icon/icon_star.svg) center/33px auto no-repeat;
    box-shadow: inset 0 0 0 3px #fff
}

.toggle.yellow:after {
    content: none
}

.toggle.yellow.hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 3px #ffdd4d;
    background-image: url("../../contents/images/icon/icon_star_hover.svg");
    background-size: 30px auto
}

.toggle.yellow.complete {
    background-image: none;
    background-color: #fff;
    box-shadow: inset 0 0 0 3px #ffdd4d
}

.toggle.yellow .answer {
    color: #e85045
}

.toggle.yellow.hidden {
    background-image: none
}

.toggle.exam:after {
    content: '예 보기';
    font-size: 15px;
    width: 90px;
    height: 32px;
    line-height: 34px;
    text-align: left;
    padding: 0 0 0 26px;
    border: 0;
    border-radius: 30px;
    background: #006ee6 url(../images/icon/icon_check.svg) 8px center/15px auto no-repeat
}

.toggle.exam.hover:after {
    background-color: #a6a6a6
}

.toggle.examText:after {
    content: '예';
    font-size: 16px
}

.toggle.noBg,.toggle.blind,.toggle.noBox {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent
}

.toggle.noBox:after {
    content: none
}

.toggle.circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px !important;
    max-height: 60px ;
    padding: 0;
    border: 4px solid #01a0fe;
    background-color: #006ee6;
    line-height: 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.toggle.circle:after {
    height: 100%;
    border: 0;
    line-height: 55px;
    background-color: transparent
}

.toggle.circle.hover {
    border: 4px solid #cdcbcb;
    background-color: #a6a6a6
}

.toggle.circle.complete {
    border: 4px solid #01a0fe;
    background-color: #fff
}

.toggle.circle .answer img {
    width: 24px
}

.toggle.blind {
    pointer-events: none !important;
    cursor: default
}

.answer {
    min-width: 64px;
    opacity: 0;
   font-size:45px;
    visibility: hidden;
    color: #006ee6;
    font-family: NotoB;
    pointer-events: none;
    word-break: break-all;
}

.tableText .toggle {background: transparent !important;}
.toggle.complete {
    cursor: default
}

.toggle.noBox.complete {
    background-color: transparent
}
.toggle.complete .answer,.answer.on {
    opacity: 1;
    visibility: visible;
    cursor: default;
    /*transition: opacity 0.5s ease-in-out;*/
    font-weight:bold;
}
.toggle .answer.ct {text-align: center;}
.toggle.complete:after {
    content: none
}

.toggle.flex {
    display: flex;
    align-items: center;
    justify-content: center
}

h2 .toggle {
    margin: -6px 0
}

.contentsList .toggle.mt {
    margin: -6px 0 7px
}

table .noBox.maxWidth {
    width: 100%;
    margin: 0
}

.toggleBlank {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    border: 4px solid #cbd6e0;
    vertical-align: top;
    box-sizing: border-box
}

.toggleBlank.circle {
    text-align: center;
    border-radius: 50%;
    border-color: #01a0fe
}

.toggleBlank.circle img {
    vertical-align: top
}

.toggleBlank.circle img[src*="equalIcon"] {
    width: 18px;
    margin: 11px 0 0 0
}

.toggleBlank.circle img[src*="inequalIcon"] {
    width: 16px;
    margin: 3px 0 0 0
}

.toggleBlank.text {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 36px
}

header .title .toggleBlank {
    height: 35px;
    width: 35px
}

h2 .toggleBlank {
    margin: 4px 0 0 0
}

.checkContainer h2 .toggleBlank {
    margin: 1px 0 0 0;
    height: 38px;
    width: 38px
}

.choAnsBtn, .choBtn, .characterBtn,.dapCheckBtn,.resetBtn,.solveCheckBtn,.commentaryCheckBtn,.examViewBtn,.writeBtn, .seeAllBtn, .isActive_tabs>li,.popBtn.text {
    position: absolute;
    width: 160px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-family: YGJAL;
    text-align: left;
    padding-left: 40px;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1
}

.choBtn:hover, .choAnsBtn:hover, .dapCheckBtn.hover,.solveCheckBtn.hover,.commentaryCheckBtn:hover,.isActive_tabs>li.hover,.popBtn.text.hover, .seeAllBtn.hover {
    background-color: #9d00c4
}
.resetBtn.hover{background-color: #216cbe;}

.resetBtn,.dapCheckBtn,.examViewBtn,.writeBtn, .seeAllBtn {
    right: 10px;
    bottom: 10px
}

.choBtn, .choAnsBtn, .dapCheckBtn,.solveCheckBtn,.commentaryCheckBtn, .seeAllBtn {
    background: #5e3e18 url(../../contents/images/icon/icon_check.svg) 15px center/22px auto no-repeat
}
.resetBtn {
    background: url(../../contents/images/icon/icon_check.svg) 15px center/22px auto no-repeat
}

.choAnsBtn.reset, .dapCheckBtn.reset {
    color: #fff;
    background-color: #9d00c4
}

.dapCheckBtn.reset.hover {
    background-color: #5e3e18
}

.characterBtn{
    background-color: #fda671;
    border-radius: 50px;
    letter-spacing: 2px;
    padding-left: 22px;
    height: 40px;
    /*position: relative !important;*/
    width:auto;
   padding-right:60px;
    line-height: 1.9;
    letter-spacing: -1px;
}
.characterBtn.help {bottom: 15px; padding-left: 60px; padding-right: 20px; background: #ff3175; }
.characterBtn.help:hover {background: #c349c9;}
.characterBtn.moreinfo:hover {background: #176001}
.suhi .characterBtn{
    background-color: #6dbc4b;
}
.characterBtn + .characterBtn{margin-left:20px}
.characterBtn b{
    color:#fff700;
}
.characterBtn *{cursor: pointer;}

.characterBtn::after{
    content:"";
    display:block;
    width: 68px;
    height:50px;
    background: url(../../../common/contents/images/icon/button_helper_v2.png) no-repeat 0 0/cover;
    position: absolute;
    top:-5px;
    left:-20px;
}

.characterBtn.moreinfo::after{
    content:"";
    display:block;
    width: 79px;
    height:79px;
    background: url(../../../common/contents/images/icon/button_helper_v3.png) no-repeat 0 0/cover;
    position: absolute;
    top:-30px;
    left:-20px;
}

.examViewBtn,.writeBtn {
    background: url(../../contents/images/icon/icon_check.svg) 28px center/22px auto no-repeat
}
.writeBtn.hover[data-type="reset"], .writeBtn,.examViewBtn,.writeBtn.reset.hover,.examViewBtn.reset.hover {
    background-color: #006ee6
}

.writeBtn[data-type="reset"], .writeBtn.hover,.writeBtn.reset,.examViewBtn.hover,.examViewBtn.reset, .examViewBtn:hover {
    background-color: #236cbb
}

.dapCheckBtn:before,.examViewBtn:before,.writeBtn:before,.solveCheckBtn:before,.commentaryCheckBtn:before {
    display: flex;
    height: 100%;
    align-items: center;
    pointer-events: none
}

.dapCheckBtn:before {content: "정답 확인";padding-left: 14px;}
.seeAllBtn:before {content: "한번에 보기";padding-left: 4px;}
.seeAllBtn.reset:before {content: "내용 가리기";padding-left: 4px;}

.dapCheckBtn.reset:before {padding-left: 2px;content: "정답 가리기"}
.choAnsBtn.reset:before {padding-left: 2px;content: "정답 가리기"}
.examViewBtn:before,.writeBtn:before {content: "예 보기";padding-left: 20px}

.examViewBtn.reset:before {
    padding-left: 16px;
    content: "예 가리기"
}
.writeBtn[data-type="reset"]:before {
    content: "다시 하기"
}
.writeBtn.reset:before {
    content: "직접 쓰기"
}

.choBtn, .solveCheckBtn, .commentaryCheckBtn {
    background-color: #ae7c65
}
.resetBtn {
    background-color: #00a0ff;width:150px;
}

.choBtn.reset, .solveCheckBtn, .popupOn {
    background-color: #6f2183
}
.choBtn:before {
    content: '초성 확인';
    padding-left: 14px
}
.choBtn.reset:before {
    content: '초성 가리기';
    padding-left: 2px
}
.choAnsBtn:before {
    content: '정답 확인';
    padding-left: 14px
}
.solveCheckBtn:before {
    content: '풀이 확인';
    padding-left: 14px
}
.commentaryCheckBtn:before {
    content: '해설 확인';
    padding-left: 14px;
}
.resetBtn:before {
    content: '다시 하기';
    padding-left: 5px
}

.ansCheckBtn,.hintBtn {
    width: 220px;
    height: 54px;
    color: #fff;
    font-size: 22px;
    line-height: 58px;
    font-family: YGJAL;
    padding-left: 23px;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box
}

.ansCheckBtn {
    background: #5e3e18 url(../images/icon/icon_check.svg) 24px center/22px auto no-repeat
}

.hintBtn {
    background: #ae7c65 url(../images/icon/icon_key.svg) 24px center/21px auto no-repeat
}

.ansCheckBtn.hover,.ansCheckBtn.reset {
    background-color: #9d00c5
}

.ansCheckBtn.reset.hover {
    background-color: #5e3e18
}

.hintBtn.hover {
    background-color: #69197c
}

.ansCheckBtn:after {
    content: '정답 확인'
}

.ansCheckBtn.reset:after {
    content: '정답 가리기'
}

.hintBtn:after {
    content: '힌트'
}

.buttonContainer {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
}
.buttonContainer.left {
    position: absolute;
    left: 0;
    right:auto;
    bottom: 16px;
    display: flex;
    justify-content: flex-end
}

.buttonContainer button {
    position: static
}

.buttonContainer button:not(:last-of-type) {
    margin-right: 10px
}
[data-quiz="dragLine"] .buttonContainer {z-index: 99;}
input::-ms-clear {
    display: none
}

textarea,input {
    font-size: inherit;
    font-family: NotoM;
    border: 0;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    box-shadow: none;
    outline: 0;
    ime-mode: active
}

textarea {
    resize: none;
    text-align: justify;
    overflow: hidden;
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
    ime-mode: active
}

input {padding: 0 5px;box-shadow: none;max-height: inherit}
input.pdNon {padding: 0;}

input[type="text"] {
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
    ime-mode: active
}

::-webkit-input-placeholder {
    color: #c6c6c6 !important
}

::-moz-placeholder {
    color: #c6c6c6 !important
}

:-ms-input-placeholder {
    color: #c6c6c6 !important
}

:-moz-placeholder {
    color: #c6c6c6 !important
}

.tableContainer .lightBrown ::-webkit-input-placeholder {
    color: #fff !important
}

.tableContainer .lightBrown ::-moz-placeholder {
    color: #fff !important
}

.tableContainer .lightBrown :-ms-input-placeholder {
    color: #fff !important
}

.tableContainer .lightBrown :-moz-placeholder {
    color: #fff !important
}

input::placeholder,input:-ms-input-placeholder,input::-webkit-input-placeholder {
    text-align: center
}

textarea::placeholder,textarea:-ms-input-placeholder,textarea::-webkit-input-placeholder {
    text-align: left
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
    color: transparent !important
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    color: transparent !important
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
    color: transparent !important
}

.tableContainer textarea,.tableContainer input {
    width: 100%;
    padding: 0 5px
}

.tableContainer textarea.justify {
    text-align: justify
}

.tableContainer input.center {
    text-align: center
}

textarea,input {
    color: #24914d
}

textarea.answerMode,input.answerMode {
    color: #006ee6;
    font-weight:bold;
}

.blankBox {
    display: inline-block;
    min-width: 40px;
    height: 48px;
    font-size: 0;
    color: #006ee6;
    text-align: center;
    border-radius: 12px;
    text-indent: 0;
    background-color: #efefef;
    vertical-align: top
}

.blankBox.w40 {
    min-width: 42px; min-height:40px;
}

.blankBox.w50 {
    min-width: 50px; min-height:50px;
}

header .title .blankBox {
    height: 34px;
        border: 4px solid #efefef;
    background: #fff;
}

h2 .blankBox {
    min-width: 50px !important;
    min-height: 50px !important;
    height: 50px !important;
    display:inline-block;
    margin-top:7px;
}
.blankBox.white {
    border:3px solid #efefef;
    background:#ffffff;
}
h2.supplyType {
    padding-bottom:45px;
}

.checkContainer h2 .blankBox {
    min-width: 44px;
    height: 40px
}

.complete .blankBox {
    font-size: inherit
}

.icon_o_title,.icon_x_title,.icon_tri_title {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

header .title .icon_o_title,header .title .icon_x_title,header .title .icon_tri_title {
    vertical-align: top
}

header .title .icon_o_title {
    width: 34px;
    height: 34px
}

h2 .icon_o_title,h2 .icon_x_title,h2 .icon_tri_title {
    vertical-align: top
}

h2 .icon_o_title {
    margin: 3px 0 0 0
}

h2 .icon_tri_title,h2 .icon_x_title {
    margin: 5px 0 0 0
}

.icon_o_title {
    width: 36px;
    height: 36px;
    background-image: url("../../contents/images/icon/icon_O_title.png")
}

.icon_x_title {
    width: 32px;
    height: 32px;
    background-image: url("../../contents/images/icon/icon_X_title.png")
}

.icon_tri_title {
    width: 32px;
    height: 32px;
    background-image: url("../../contents/images/icon/icon_triangle_title.png")
}

.oxBox.hover .icon.icon_o,.oxBox.hover .icon.icon_tri,.oxBox.hover .icon.icon_x {
    opacity: 1;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: opacity .4s;
    -ms-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.icon.icon_o.on,.icon.icon_tri.on,.icon.icon_x.on,.icon.icon_st.on  {
    opacity: 1;
}

.icon.icon_o,.icon.icon_tri,.icon.icon_x,.icon.icon_st {
    position: absolute;
    width: 70px;
    height: 70px;
    opacity: 0;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    cursor: pointer;
}
.lineBox .icon.icon_o, .lineBox .icon.icon_tri, .lineBox .icon.icon_x, .lineBox .icon.icon_st {position: static;}
/*.txt .icon.icon_o, .txt .icon.icon_tri, .txt .icon.icon_x, .txt .icon.icon_st {position: static;}*/
.oxChoice-box .icon.icon_o, .oxChoice-box .icon.icon_tri, .oxChoice-box .icon.icon_x, .oxChoice-box .icon.icon_st {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.icon.icon_o.full,.icon.icon_tri.full,.icon.icon_x.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icon.icon_o.full {top: 1px}

.complete>.icon.icon_o {background-image: url("../../contents/images/icon/icon_O.png")}
.complete>.icon.icon_tri {background-image: url("../../contents/images/icon/icon_triangle.png")}
.complete>.icon.icon_st {background-image: url("../../contents/images/icon/icon_st.png")}
.icon.icon_o {background-image: url("../../contents/images/icon/icon_O.png")}
.icon.icon_o.blue {background-image: url("../../contents/images/icon/oIcon_blue.png")}
.icon.icon_x {background-image: url("../../contents/images/icon/icon_X.png")}
.icon.icon_st {background-image: url("../../contents/images/icon/icon_st.png")}
.icon.icon_x.on,.icon.icon_tri.on,.icon.icon_o.on,.icon.icon_st.on {animation: iconZoomIn .3s;transform-origin: center}

[data-ox-obj] {
    position: relative
}

.complete [data-ox-obj] {
    pointer-events: none
}
/* ox  퀴즈 성공시 비활성화 처리  */
[data-ox-obj].complete,
.complete [data-ox-obj]{
    pointer-events: none;
    cursor:default;
}

.multipleChoiceList {
    display: flex;
    font-family: NotoB
}

.multipleChoiceList.column {
    flex-direction: column
}

.multipleChoiceList.wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.multipleChoiceList.column>li:not(:last-of-type) {
    margin-bottom: 40px;
}

.multipleChoiceList.wrap>li {
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 50px;
}
/*.multipleChoiceList.wrap>li:last-child {margin-bottom: 0;}*/
.multipleChoiceList.two>li {width: 50%;}

.multipleChoiceList.column>li .choice {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    cursor: pointer
}

.multipleChoiceList>li.column {
    flex-direction: column
}

.multipleChoiceList>li:not(.column) .bullet {
    margin: 4px 15px 0 0
}

.multipleChoiceList>li.column .bullet {
    margin: 0 0 10px 0
}

.multipleChoiceList>li.column .bullet+* {
    width: 100%
}

.multipleChoiceList>li.start {
    align-items: start
}

.multipleChoiceList>li.start .bullet {
    margin: 0 15px 0 0
}

.multipleChoiceList>li .bullet .icon {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1
}

.multipleChoiceList>li .bullet .icon.icon_o {
    top: -19px;
    left: -19px;
    width: 70px;
    height: 70px;
}

.multipleChoiceList>li .bullet .icon.icon_x {
    top: -4px;
    left: -3px;
    width: 40px;
    height: 40px
}

.multipleChoiceList>li .bullet .icon.on {
    opacity: 1
}

.multipleChoiceList>li.complete .bullet+* {
    color: #006ee6
}

.complete [data-answer] .bullet.white {
    color: #fff;
    border: 4px solid #ffb655;
    background-color: #ff9300
}

[data-quiz="ox"].complete .bullet[data-hover] {
    pointer-events: none !important;
    cursor: default !important
}

[data-quiz="ox"].complete .multipleChoiceList>li .choice.complete {
    color: #006ee6
}

.oxBoxListContainer>li {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    align-items: center;
    box-sizing: border-box
}

.oxBoxListContainer>li:not(:last-of-type) {
    margin-bottom: 16px
}

.oxBoxListContainer>li .oxBoxText {
    display: flex;
    height: 100%;
    width: 800px;
    padding: 22px 20px;
    margin-right: 14px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #f1f1f1;
    box-sizing: border-box
}

.oxBoxListContainer>li .bullet {
    margin: 7px 14px 0 0
}

.oxBoxListContainer>li .bullet+p {
    width: 100%
}

.oxBoxListContainer>li .oxBox {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.oxBoxListContainer>li .oxBox>li {
    width: 87px;
    height: 87px;
    border-radius: 8px;
    background-size: 63px;
    background-color: #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    cursor: pointer
}

.oxBoxListContainer>li .oxBox>li.hover {
    background-color: #d4dee2
}

.oxBoxListContainer>li .oxBox>li:first-child.hover {
    background-image: url(../../contents/images/icon/icon_O_white.png)
}

.oxBoxListContainer>li .oxBox>li:last-child.hover {
    background-image: url(../../contents/images/icon/icon_X_white.png)
}

.oxBoxListContainer>li .oxBox>li:first-child {
    background-image: url(../../contents/images/icon/icon_O_gray.png)
}

.oxBoxListContainer>li .oxBox>li:last-child {
    background-image: url(../../contents/images/icon/icon_X_gray.png)
}

.oxBoxListContainer>li .oxBox>li.complete {
    background-color: #fff100
}

.oxBoxListContainer>li .oxBox>li:first-child.complete {
    background-image: url(../../contents/images/icon/icon_O_2.png)
}

.oxBoxListContainer>li .oxBox>li:last-child.complete {
    background-image: url(../../contents/images/icon/icon_X_2.png)
}

.characterList {
    display: flex
}

.characterList>li {
    display: flex;
    pointer-events: none
}

.characterList>li .characterContainer,.characterList>li .characterImg {
    position: relative
}

[data-quiz="ox"] .characterImg,[data-quiz="ox"] .balloon {
    cursor: pointer;
    pointer-events: all
}

.characterList>li .balloon {
    position: relative;
    width: 100%;
    text-align: center
}

[data-quiz="ox"] .characterList>li .balloon {
    line-height: 1.4em
}

.characterList>li .balloon.left:after {
    top: 50%;
    transform: rotate(90deg) translateX(-50%)
}

.characterList>li .balloon.right:after {
    top: 50%;
    transform: rotate(-90deg) translateX(50%)
}

.characterList.row {
    height: 400px;
    align-items: center;
    justify-content: space-between
}

.characterList.row>li {
    width: 33%;
    flex-direction: column;
    align-items: center
}

.characterList.row>li .balloon {
    margin-bottom: 40px
}

.characterList.row>li .balloon.bottom:after {
    left: 50%;
    transform: translate(-50%)
}

.characterList.column {
    flex-direction: column;
    justify-content: space-between
}

.characterList.column>li {
    align-items: center
}

.characterList.column>li .characterImg.circle {
    flex-shrink: 0
}

.characterList.column>li .characterImg.circle.left {
    margin-right: 50px
}

.characterList.column>li .characterImg.circle.right {
    margin-left: 50px
}

.complete .characterList>li .characterImg,.complete .characterList>li .balloon {
    cursor: default;
    pointer-events: none
}

[data-quiz="ox"] .complete .balloon {
    color: #006ee6;
    background-color: #fff439
}

[data-quiz="ox"] .complete .balloon .answerLine {
    border-bottom: 3px solid #fe6001
}

.characterContainer {
    text-align: center
}

[data-quiz="toggle"] .balloon {
    pointer-events: all
}

.oxClickBox.gray {
    position: absolute;
    margin-top: .1em;
    right: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 16px;
    background-color: #ebebeb;
    box-sizing: border-box
}

.oxCheckContainer {
    display: flex;
    justify-content: space-between
}

.oxCheckContainer.wrap {
    flex-wrap: wrap
}

.oxCheckContainer>li {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.oxContainer.inline {
    display: inline-block
}

.oxContainer.inline [data-ox-obj] {
    position: relative;
    display: inline-block
}

.oxContainer.inline [data-ox-obj] .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.oxContainer.inline [data-ox-obj] .icon_o {
    top: 5px
}

.dragDropContainer {
    position: relative
}

/*보기 드래그 박스*/
.dragDropContainer.bogi .lineBox {
    position: relative;
    width: 840px;
    height: 150px;
    margin: 0 auto 5px;
    padding: 10px 30px;
    border: #F6E7D4 solid 3px;
    border-radius: 10px;
    font-size: 40px;
}
.dragDropContainer.bogi .bogi-icon {
    position: absolute;
    top: -1px;
    left: -2px;
    width: 53px;
    height: 33px;
    line-height: 1.6;
    background-color: #F6E7D4;
    color: #D1AF84;
    font-family: YGJAL;
    padding: 2px 0 0 10px;
    border-radius: 5px 0 15px 0;
    font-size: 17px;
}
.dragDropContainer.bogi .bogi-icon:after{
    content: "보기";

}


.dragObj {
    cursor: pointer;
    pointer-events: auto
}

.dragObjComplete {
    cursor: default;
    pointer-events: none
}

[data-quiz="dragLine"] .svgContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

[data-quiz="dragLine"] .svgContainer line {
    stroke: #006ee6;
    stroke-width: 5px
}

.dragLineObj,.dragLineArea {
    position: absolute;
    border-radius: 50%;
    width: 70px;
    height: 60px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.dragLineObj {
    cursor: pointer
}

.dragLineArea {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dragLineArea::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #adadad;
    border-radius: 50%
}

.dragLineComplete {
    pointer-events: none
}

.dragLineContainer {
    position: relative;
    display: flex;
    justify-content: space-between
}

.dragLineContainer.column {
    flex-direction: column
}

.dragLineContainer>ul>li {
    text-align: center;
    box-sizing: border-box
}

.dragLineContainer .box>li {
    color: #000;
    border-radius: 15px;
    padding: 10px 12px;
    font-family: NotoM;
    line-height: 1.1em
}

.dragLineContainer .pink>li {
    background-color: #ffece2
}

.dragLineContainer .yellow>li {
    background-color: #ffd01b
}

.dragLineContainer .sky>li {
    background-color: #c1e8ed
}

.dragLineContainer .green>li {
    background-color: #b0d478
}

.dragLineArea .fakeLine {
    position: absolute;
    height: 5px;
    background-color: #333;
    transform-origin: left top;
    z-index: -1
}

h2[data-addLine-container] {
    line-height: 2em
}
h2[data-addLine-container]>.dot {
    margin-top: 0.5em;
}

.addLineController {
    position: relative;
    top: 8px;
    float: right;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 202px;
    height: 38px;
    vertical-align: top;
    z-index: 1
}

.addLineController>span {
    position: relative;
    height: 34px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-family: YGJAL;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer
}

.addLineController .getLineBtn {
    color: #0096e0;
    border: 2px solid #0096e0
}

.addLineController .givenLineBtn {
    color: #ff5e00;
    border: 2px solid #ff5e00
}

.checkTitle .addLineController {
    bottom: -4px
}

.getLine {
    border-bottom: 3px solid #0096e0
}

.givenLine {
    border-bottom: 3px solid #ff5e00
}

.alert_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0,0,0,0.7);
    z-index: -1
}

.alert_popup.on {
    visibility: visible;
    z-index: 2
}

.alert_popup.correct:after, .alert_popup.incorrect:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0.1deg);
    -ms-transform: translate(-50%,-50%) rotate(0.1deg);
    -webkit-transform: translate(-50%,-50%) rotate(0.1deg)
}

.alert_popup.correct.on:after {
    width: 444px;
    height: 400px;
    background: url(../images/quiz/alert_correct.png) 0 0/auto no-repeat;
    animation: successY1 .8s steps(18) 1,successY2 .8s steps(18) .8s 1,successY3 .8s steps(18) 1.6s 1
}

.alert_popup.incorrect.on:after {
    width: 570px;
    height: 390px;
    background: url(../images/quiz/alert_incorrect.png) 0 0/auto no-repeat;
    animation: failY1 1s steps(14) 1,failY2 1s steps(14) 1s 1,failY3 1s steps(14) 2s 1
}

@keyframes failY1 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -7980px 0
    }
}

@-webkit-keyframes failY1 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -7980px 0
    }
}

@-ms-keyframes failY1 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -7980px 0
    }
}

@keyframes failY2 {
    from {
        background-position: 0 -390px
    }

    to {
        background-position: -7980px -390px
    }
}

@-webkit-keyframes failY2 {
    from {
        background-position: 0 -390px
    }

    to {
        background-position: -7980px -390px
    }
}

@-ms-keyframes failY2 {
    from {
        background-position: 0 -390px
    }

    to {
        background-position: -7980px -390px
    }
}

@keyframes failY3 {
    from {
        background-position: 0 -780px
    }

    to {
        background-position: -7980px -780px
    }
}

@-webkit-keyframes failY3 {
    from {
        background-position: 0 -780px
    }

    to {
        background-position: -7980px -780px
    }
}

@-ms-keyframes failY3 {
    from {
        background-position: 0 -780px
    }

    to {
        background-position: -7980px -780px
    }
}

.feedBack {
    visibility: hidden
}

.complete .feedBack {
    visibility: visible;
    color: #e94d40;
    font-family: NotoM
}

@keyframes iconZoomIn {
    0% {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4)
    }

    80% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes successY1 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -7992px 0
    }
}

@-webkit-keyframes successY1 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -7992px 0
    }
}

@-ms-keyframes successY1 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -7992px 0
    }
}

@keyframes successY2 {
    from {
        background-position: 0 -400px
    }

    to {
        background-position: -7992px -400px
    }
}

@-webkit-keyframes successY2 {
    from {
        background-position: 0 -400px
    }

    to {
        background-position: -7992px -400px
    }
}

@-ms-keyframes successY2 {
    from {
        background-position: 0 -400px
    }

    to {
        background-position: -7992px -400px
    }
}

@keyframes successY3 {
    from {
        background-position: 0 -800px
    }

    to {
        background-position: -7992px -800px
    }
}

@-webkit-keyframes successY3 {
    from {
        background-position: 0 -800px
    }

    to {
        background-position: -7992px -800px
    }
}

@-ms-keyframes successY3 {
    from {
        background-position: 0 -800px
    }

    to {
        background-position: -7992px -800px
    }
}



/*체크박스*/
.check_list .check_view { display: flex; margin-bottom: 30px; margin-right: 20px; }
.check_list .check_view .check_box {
    width: 60px;
    height: 60px;
    border: 7px solid #c4c4c4;
    border-radius: 15px;
    cursor: pointer;
    z-index: 1;
}

.check_list .check_view .check_box .red_check {
    background: url("../../../common/contents/images/icon/icon_check_red.png")no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.check_list .check_view .check_box .blue_check {
    background: url("../../../common/contents/images/icon/icon_check_blue.png")no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.check_list .check_view span { padding-left: 10px; }


