@charset "utf-8";

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}

#pop-exam {
    position: relative;
    padding: 30px 35px;
    background: #ececec;
    border-radius: 10px;
}

#pop-exam .exam_pop_top .btn-result {
    position: relative;
    width: 78px;
    height: 26px;
    /*margin-top: 16px;*/
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}

.btn-navigate-back {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 16px;
    width: fit-content;
    margin-left: auto;
    border-radius: 4px;
}

/*#pop-exam .exam_pop_top {
  margin-bottom: 30px;
}*/
#pop-exam .exam_pop_top .cd-popup-close::before,
#pop-exam .exam_pop_top .cd-popup-close::after {
    display: none
}

#pop-exam .exam_pop_top .cd-popup-close {
    position: relative;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    font-size: 16px;
    color: black;
    text-indent: unset;
}

#pop-exam .exam_pop_top .cd-popup-close img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pop-exam .exam_pop_top>.pop_tit {
    margin-top: 8px;
    /*padding-left: 38px;*/
    height: 40px;
    /*background: url("/images/icon/icon_write.png") no-repeat 0 50%;*/
    font-size: 26px;
    font-weight: 800;
    color: #222;
    letter-spacing: -.02px;
    /*width: 760px;*/
    max-width: calc(100% - 250px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pop-exam .exam_pop_top .cd-popup-close span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #333333;
    font-size: 16px;
    font-weight: bolder;
    width: 100%;

}

#pop-exam .exam_pop_top>.pop_tit {
    margin-top: 0px;
    /*padding-left: 38px;*/
    height: 40px;
    /*background: url("/images/icon/icon_write.png") no-repeat 0 50%;*/
    font-size: 26px;
    font-weight: 800;
    color: #222;
    letter-spacing: -.02px;
}

#pop-exam .exam_pop_top>.pop_tit img {
    display: none;
    margin-right: 10px;
    vertical-align: inherit;
}

#pop-exam .exam_pop_level {
    margin-right: 10px;
    vertical-align: middle;
}

#pop-exam .exam_pop_level span {
    color: #ff9d12;
}

#pop-exam .exam_pop_con .exam_pop_con-top {
    margin: 30px 40px 0 40px;
    display: flex;
    justify-content: end;
}

#pop-exam .exam_pop_con .exam_pop_con-top .item-cnt {}

/*#pop-exam .exam_pop_top .badge {
  margin-right: 10px;
  vertical-align:middle;
}*/
#pop-exam .exam_pop_top .item-cnt {
    display: inline-block;
    height: 25px;
    /*background: url("/images/icon/icon_docu_exam.png") no-repeat 0 50%;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #485cc7;
    vertical-align: middle;
}

#pop-exam .exam_pop_top .exam-timer {
    display: inline-block;
    /*margin-right: 15px;*/
    padding-left: 30px;
    height: 25px;
    background: url("/images/icon/icon_exam_timer.png") no-repeat 0 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #485cc7;
    vertical-align: middle;
}

#pop-exam .exam_pop_top .exam-timer.finished {
    background: url("/images/icon/icon_exam_timer_pink.png") no-repeat 0 50%;
    color: #ff3a96;
}

#pop-exam .exam_pop_top .exam-timer span {
    display: inline-block;
    padding-left: 4px;
    font-size: 15px;
    color: #333;
}

#pop-exam .exam_pop_crack {
    margin-bottom: 10px;
}

#pop-exam .exam_pop_crack .badge {
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -28px;
}

#pop-exam .exam_pop_crack .bottom-text {
    vertical-align: middle;
    float: right;
    position: relative;
    right: 15px;
    top: -5px;
}

#pop-exam .exam_pop_con {
    overflow-x: hidden;
    min-height: 535px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 5px -1px #6f6f6f33;
    margin-top: 30px;
    position: relative;
}

#pop-exam .exam_pop_con .item-cnt {
    margin-top: 40px;
    display: inline-block;
    margin-right: 40px;
    padding-left: 30px;
    height: 25px;
    /*background: url("/images/icon/icon_docu_exam.png") no-repeat 0 50%;*/
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #485cc7;
    vertical-align: middle;
    /*float: right;*/
    position: absolute;
    top: 45px;
    right: 0;
}

.que_tit .attachment-files {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    background: transparent;
    border: 0;
}

.que_tit .attachment-files li {
    position: relative;
    float: left;
    margin-bottom: 15px;
    padding: 20px 110px 0 30px;
    width: 550px;
    height: 66px;
    background: #f5f7ff;
    border: 1px solid #e9e9e9;
    border-radius: 7px;
}

.canvas-box {
    border: 1px solid #bbb;
}

.canvas-box textarea {
    border: 0 !important;
    width: 100%;
    height: 250px;
    resize: none;
    outline: none;
    height: 250px;
    font-size: 24px;
    outline: none;
}

.exam_pop_con {
    overflow-x: hidden;
    min-height: 535px;
    background: #fff;
    box-shadow: 0 4px 5px -1px #6f6f6f33;
}

.pop_con {
    position: relative;
    margin: 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.tui-editor-contents > div{
    font-size: 13px;
}

.pop_con .pop_con_top {
    font-size: 24px;
    padding: 35px 40px;
    background: #f8f9ff;
    border-radius: 10px 10px 0 0;
    ;
}
.tui-editor-contents ol, .tui-editor-contents ul{
    padding-left: 25px;
}

.pop_con .pop_con_top .que_num {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background: #6071cd;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    ;
}

.pop_con .pop_con_top .que_num span {
    display: inline-block;
    padding-top: 8px;
    font-size: 15px;
    color: #fff;
}

.pop_con .pop_con_top .que_tit {
    float: none;
    overflow: hidden;
    align-self: center;
    padding-top: 2px;
    ;
}

.pop_con .pop_con_top .que_tit>h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    color: #111;
    max-width: 100%;
}
.lib-preview-image .pop_con .pop_con_top .que_tit>h3{
    max-width: 100%;
    line-height: normal;
}

.pop_con .pop_con_top .que_tit>p {
    font-size: 14px;
    color: #6071cd;
}

.pop_con .pop_con_top .que_tit .tui-editor-contents {
    font-size: 24px;
}

.pop_con .pop_con_top .que_tit>span {
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    color: #666;
    width: 90%;
}

.pop_con .pop_con_btm {
    font-size: 24px;
    padding: 40px 50px 40px 100px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pop_con .pop_con_btm>p {
    margin-bottom: 30px;
    font-size: 17px;
    color: #555;
    letter-spacing: -1px;
}

.pop_con .pop_con_btm>p>span {
    font-size: 15px;
    color: #6071cd;
}

.pop_con .pop_con_btm>p>b {
    display: inline-block;
    margin: 0 10px;
    min-width: 100px;
    border-bottom: 1px solid #000;
}

.pop_con .pop_con_btm .audioplayer {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    ;
}

.pop_con .pop_con_btm.answer .answer {
    display: block;
}

.pop_con .pop_con_btm.wrong .wrong {
    display: block;
}

.pop_con .pop_con_btm .que_con p {
    margin-left: 10px;
    font-size: 24px;
    margin-bottom: 0 !important;
}

.que_con .attachmentbox .btn-filesch {
    font-size: 16px !important;
}

.pop_con .pop_con_btm .que_con textarea {
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    border: 1px solid #eaeaea;
    /*font-size: 14px;*/
    color: #999;
    resize: none;
    ;
}

.pop_con .pop_con_btm .que_con.list {
    display: flex;
    align-items: center;
}

.pop_con .pop_con_btm .que_con.list input[type="radio"] {
    margin: 0;
    padding: 0;
}

.pop_con .pop_con_btm .que_con.list label {
    /*position: relative;*/
    /*display: block;*/
    /*margin-bottom: 15px;*/
    height: auto;
    font-size: 24px;
}

.pop_con .pop_con_btm .que_con.list .attachment-label {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.pop_con .pop_con_btm .que_con.list_player {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.pop_con .pop_con_btm .que_con.list_player .audioplayer {
    max-width: 500px;
    margin-bottom: 0;
}

.pop_con .pop_con_btm .que_con {
    flex-wrap: wrap;
}

.pop_con .pop_con_btm .que_con input[type="radio"].radioBox+label:after,
.pop_con .pop_con_btm .que_con input[type="checkbox"] + label:after,
.pop_con .pop_con_btm .que_con input[type="checkbox"]:checked + label:after{
    top: 7px;
}

.pop_con .pop_con_btm .que_con .que_con01 label img {
    margin: 20px;
}

.pop_con .pop_con_btm .que_con .que_con01 {
    float: left;
    height: 200px;
}

.pop_con .pop_con_btm .que_con .write_in {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    border: 1px solid #bbb;
}

.pop_con .pop_con_btm .que_con_btm {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    background: white;
    border: 2px solid #6071cd;
    border-radius: 8px;
    width: fit-content;
    padding: 4px;
    margin-left: auto;
}

.pop_con .pop_con_btm .que_con_btm button.active {
    background-color: #6071cd;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item {
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 8px;
}

/*.pop_con .pop_con_btm .que_con_btm .que_con_btm-item:hover .size-pen {*/
/*    display: flex;*/
/*}*/

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item {
    position: relative;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item:hover .size-pen,
.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .empty-size-pen:hover,
.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen:hover {
    display: flex;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item:hover .size-pen-tooltip,
.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .empty-size-pen:hover,
.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen-tooltip:hover {
    display: flex;
}


.size-pen-tooltip {
    position: absolute;
    padding: 20px;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #D7DBF2; /* 말풍선의 배경색 */
    border-radius: 10px; /* 둥근 모서리 */
    width: 30px; /* 말풍선 크기 */
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* 텍스트 크기 */
    color: white;
    font-weight: bold;
    z-index: 100;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen-tooltip::before {
    content: "";
    position: absolute;
    top: -5px; /* 삼각형 위치 조정 */
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #D7DBF2 transparent;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen {
    position: absolute;
    top: 130%;
    transform: translateX(-50%) translateY(-10%);
    display: none;
    gap: 10px;
    border: none;
    border-radius: 10px;
    padding: 11px;
    background: #D7DBF2;
    z-index: 999;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item {
    width: 18px;
    height: 18px;
    background-color: unset;
    border-radius: 100%;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen.active {
    /*background-color: white;*/
    /*background-color: rgba(0, 0, 0,.4);*/
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen span {
    background-color: black;
    border-radius: 50%;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen.small span {
    width: 11px;
    height: 11px;
    border : solid 2px black;
    box-sizing: border-box;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen.small.active span {
    border : solid 2px white;
    box-sizing: unset;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen.medium span {
    width: 14px;
    height: 14px;
    border : solid 2px black;
    box-sizing: border-box;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen.medium.active span {
    border : solid 2px white;
    box-sizing: unset;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen.large span {
    width: 16px;
    height: 16px;
    border : solid 2px black;
    box-sizing: border-box;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.pen.large.active span {
    border : solid 2px white;
    box-sizing: unset;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item span#color-pick {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    margin: auto;
    border: solid 2px white;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.color.black.active {
    box-shadow: 0 0 0 2px white;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.color.red.active {
    box-shadow: 0 0 0 2px white;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.color.yellow.active {
    box-shadow: 0 0 0 2px white;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.color.green.active {
    box-shadow: 0 0 0 2px white;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.color.blue.active {
    box-shadow: 0 0 0 2px white;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.black {
    background-color: black;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.red {
    background-color: #FF4800;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.yellow {
    background-color: #FFDD40;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.green {
    background-color: #07C181;
}

.pop_con .pop_con_btm .que_con_btm .que_con_btm-item .size-pen .size-pen-item.blue {
    background-color: #0E2AFF;
}

.pop_con .pop_con_btm .que_con_btm button {
    padding: 5px 0;
    width: 45px;
    /*width: auto;*/
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
}

.question-explanation {
    font-size: 24px;
}

.ex_box {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 15px 0;
    width: auto;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    ;
}

.ex_box>p {
    font-size: 14px;
    color: #333;
}

.ex_box>p strong {
    font-weight: 700;
    color: #ff3a96;
}

.ex_box>p span {
    font-weight: 700;
}

.ex_box.left {
    display: flex;
    justify-content: center;
    text-align: left;
}

.exam_pop_btm {
    position: relative;
    display: block;
    margin-top: 30px;
}

.exam_pop_btm::after {
    display: block;
    clear: both;
    /*content: "";*/
}

.exam_pop_btm a:first-child {
    float: left;
}

.exam_pop_btm a:last-child {
    float: right;
}

.exam_pop_btm>button {
    position: absolute;
    left: 42%;
    padding: 11px 30px;
    border-radius: 5px;
    box-shadow: 0 4px 5px -1px #f6f6f3;
    font-size: 16px;
}

.exam_pop_btm .btn-save {
    position: unset;
    float: right;
    padding: 0;
    left: 0;
    background-color: white;
}

.exam_pop_btm .btn-submission {
    position: unset;
    float: right;
    margin-left: auto;
}

.guideArea {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 47px;
}

.guideArea> span{
    color: #000000;
}

.exam_pop_btm>.center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.exam_pop_btm>.center button {
    padding: 11px 30px;
    border-radius: 5px;
    box-shadow: 0 4px 5px -1px #f6f6f3;
    font-size: 16px;
}

.exam_pop_btm>a,
.exam_pop_btm .btn-save {
    display: inline-block;
    padding: 11px 30px;
    border-radius: 5px;
    box-shadow: 0 4px 5px -1px #f6f6f3;
    font-size: 16px;
}

.exam_pop_btm>a:last-child img,
.exam_pop_btm .btn-save img {
    margin-left: 15px;
    vertical-align: baseline;
}

.exam_pop_btm>a:first-child img {
    margin-right: 15px;
    vertical-align: baseline;
}

.exam_result_box {
    position: fixed;
    bottom: 104px;
    left: 36px;
    display: none;
    margin: 0 auto;
    padding: 30px 0;
    width: 93%;
    border-radius: 10px;
    text-align: center;
    ;
}

.exam_result_box>img {
    margin-right: 15px;
    vertical-align: sub;
    ;
}

.exam_result_box>span {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.exam_result_box>p {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.exam_result_box>p strong {
    margin-right: 10px;
}

.exam_result_box>.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.exam_result_box.answer {
    background: #485cc7;
    opacity: .5;
}

.exam_result_box.wrong {
    background: #f00;
    opacity: .5;
}

.correct-answercheck {
    position: absolute;
    z-index: 100;
    bottom: 127px;
    left: 25px;
    display: none;
    width: calc(100% - 50px);
    height: 150px;
    background: #ff3b69;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.correct-answercheck>p {
    padding: 50px 0 0 0;
    width: 100%;
    text-align: center;
}

.correct-answercheck dl {
    padding: 50px 0 0 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.25);
}

.correct-answercheck>p strong,
.correct-answercheck dl dt strong {
    display: inline-block;
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #e8f5fa;
    font-family: "Recipekorea", sans-serif;
    text-align: center;
}
.correct-answercheck dl dt strong{
    text-shadow: 6px 0px 3px #be284c,
    0px -6px 3px #be284c,
    6px 6px 3px #be284c,
    -6px -6px 3px #be284c,
    -6px 6px 3px #be284c,
    6px -6px 3px #be284c,
    -6px 0px 3px #be284c,
    0px 6px 3px #be284c;
}

.correct-answercheck.submission dl dd p span{
    color: #e8f5fa;
}

.correct-answercheck dl dd {
    display: flex;
    justify-content: center;
}
.correct-answercheck dl dd p {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 15px;
}

.correct-answercheck.submission dl dd p,
.correct-answercheck.right dl dd p{
    border: none;
}

.correct-answercheck.submission,
.correct-answercheck.right {
    position: absolute;
    z-index: 100;
    bottom: 127px;
    left: 25px;
    display: none;
    width: calc(100% - 50px);
    height: 150px;
    border-radius: 10px;
}

.correct-answercheck.right{
    background: #06c181;
}
.correct-answercheck.submission {
    background-color: #4f8dff;
}

.correct-answercheck.submission strong, .correct-answercheck.wrong strong, .correct-answercheck.submission dd, .correct-answercheck.wrong dd {
    transform: translateY(-16px);
}

.correct-answercheck.right dl dt strong {
    text-shadow: 6px 0px 3px #049161,
    0px -6px 3px #049161,
    6px 6px 3px #049161,
    -6px -6px 3px #049161,
    -6px 6px 3px #049161,
    6px -6px 3px #049161,
    -6px 0px 3px #049161,
    0px 6px 3px #049161;
}

.correct-answercheck.submission dl dt strong {
    text-shadow: 6px 0px 3px #3767be,
    0px -6px 3px #3767be,
    6px 6px 3px #3767be,
    -6px -6px 3px #3767be,
    -6px 6px 3px #3767be,
    6px -6px 3px #3767be,
    -6px 0px 3px #3767be,
    0px 6px 3px #3767be;
}

.correct-answercheck.submission>p strong {
    background: url("/images/icon/icon_right.png") no-repeat 0 50%;
}

.correct-answercheck dl dd p em {
    margin-right: 10px;
    font-weight: 700;
    color: #fff;
}

.correct-answercheck dl dd p span {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.correct-answers span {
    color: #fff;
}

.correct-answercheck dl dd p span label{
    margin-right: 0 !important;
}

.correct-answercheck .btn-popclose {
    position: absolute;
    z-index: 60;
    top: 25px;
    right: 25px;
    width: 22px;
    height: 22px;
    border: 0;
    font-size: 0;
    text-indent: -99999px;
    ;
}

.correct-answercheck .btn-popclose::before,
.correct-answercheck .btn-popclose::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: 0 0 0 -10px;
    width: 20px;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.correct-answercheck .btn-popclose::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.correct-answercheck .btn-popclose::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.exam-time-end {
    position: absolute;
    z-index: 101;
    top: 118px;
    left: 35px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 70px);
    height: calc(100% - 215px);
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    text-align: center;
}

.exam-time-end.active {
    display: flex;
}

.exam-time-end p {
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 100;
    color: #fff;
    ;
}

.exam-time-end span {
    display: block;
    margin-top: -20px;
    font-size: 18px;
    font-weight: 400;
    color: #5266d6;
    ;
}

.exam-time-end button {
    padding: 0 30px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.item-numberlist {
    position: relative;
    overflow: hidden;
    margin: 40px 40px 0 40px;
    padding: 0 30px;
    height: 40px;
    ;
}

.item-numberlist button {
    position: absolute;
    top: 10px;
    width: 13px;
    height: 21px;
    font-size: 0;
    text-indent: -99999px;
    ;
}

.item-numberlist button.slick-prev {
    left: 0;
    background: url("/images/icon/icon_item_prev.png") no-repeat 0 0;
}

.item-numberlist button.slick-next {
    right: 0;
    background: url("/images/icon/icon_item_next.png") no-repeat 0 0;
}

.item-numberlist .item {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    height: 40px;
    font-size: 0;
}

.item-numberlist .item a.correct::after {
    position: absolute;
    content: '';
    background: url(../images/icon/quiz_ic_O.svg) center center no-repeat;
    top: 0;
    left: 28px;
    width: 20px;
    height: 20px;
}

.item-numberlist .item a.incorrect::after {
    position: absolute;
    content: '';
    background: url(../images/icon/quiz_ic_X.svg) center center no-repeat;
    top: 0;
    left: 28px;
    width: 20px;
    height: 20px;
}

.item-numberlist .item a.submitted::after {
    position: absolute;
    content: '';
    background: url(../images/icon/quiz_ic_V.svg) center center no-repeat;
    top: 0;
    left: 28px;
    width: 20px;
    height: 20px;
}

.item-numberlist .item.status a {
    background: #7acc00 url("/images/icon/icon_check_white02.png") no-repeat 50%;
}

.item-numberlist .item.status a {
    background: #7acc00;
    font-weight: 700;
    color: #fff;
}

.item-numberlist .item.solved a {
    background: #fff url("/images/icon/icon_check_green.png") no-repeat 50%;
    border: 1px solid #7acc00;
    font-size: 0;
}

.item-numberlist .item a {
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.exam-boardlist {
    margin-right: -10px;
    margin-left: -60px;
    width: auto;
    font-size: 24px;
}

.exam-boardlist.scrollbox {
    overflow-y: auto;
}

.exam-boardlist.scrollbox::-webkit-scrollbar {
    width: 6px;
}

.exam-boardlist.scrollbox::-webkit-scrollbar-track {
    background-color: transparent;
}

.exam-boardlist.scrollbox::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}

.exam-boardlist.scrollbox::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

/*
 * 여기서 퀴즈 결과 font size를 바꾼다.
 */
.exam-boardlist table {
    width: 100%;
    table-layout: fixed;
}

.exam-boardlist table thead th {
    padding: 12px 0;
    background: #414e94;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.exam-boardlist table thead th.chk {
    padding-left: 17px;
}

.exam-boardlist table thead th input[type="checkbox"]+label:after {
    top: -10px;
    background: url("/images/icon/checkbox_off_02.png") no-repeat 0 0;
}

.exam-boardlist table thead th input[type="checkbox"]:checked+label:after {
    background: url("/images/icon/checkbox_on.png") top no-repeat;
}

.exam-boardlist table thead th:first-child {
    border-radius: 6px 0 0 6px;
}

.exam-boardlist table thead th:last-child {
    border-radius: 0 6px 6px 0;
}

.exam-boardlist table tbody th {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    font-weight: 700;
    color: #5167d6;
}

.exam-boardlist table tbody td {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    font-weight: 200;
    color: rgba(102, 102, 102, .8);
    text-align: center;
}

.exam-boardlist table tbody td:first-child {
    border-left: 1px solid #fff;
}

.exam-boardlist table tbody td:last-child {
    border-right: 1px solid #fff;
}

.exam-boardlist table tbody tr:nth-child(even) {
    background: #fbfbfb;
}

.exam-boardlist table tbody tr:nth-child(even) td:first-child {
    border-left: 1px solid #fbfbfb;
}

.exam-boardlist table tbody tr:nth-child(even) td:last-child {
    border-right: 1px solid #fbfbfb;
}

.exam-boardlist table tbody td input[type="checkbox"]+label:after {
    top: -10px;
}

.exam-boardlist table tbody td .checkbox-righttype input[type="checkbox"]+label:after {
    top: 9px;
}

.exam-boardlist table tbody td.time {
    color: #777;
}

.exam-boardlist table tbody td.text-left {
    padding: 15px;
}

.exam-boardlist table tbody td.text-left span {
    display: block;
    overflow: hidden;
    max-width: 95%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, .8);
    text-overflow: ellipsis;
    white-space: nowrap;

    -o-text-overflow: ellipsis;
    ;
}

.exam-boardlist table tbody td a {
    display: block;
    overflow: hidden;
    max-width: 95%;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;

    -o-text-overflow: ellipsis;
    ;
}

.exam-boardlist table tbody td a.underline {
    display: block;
    overflow: hidden;
    max-width: 95%;
    font-size: 15px;
    font-weight: 400;
    color: rgba(102, 102, 102, .8);
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;

    -o-text-overflow: ellipsis;
    ;
}

.exam-boardlist table tbody td em.ty+a {
    max-width: 70%;
}

.exam-boardlist table tbody td.btn {
    padding: 8px 0;
}

.exam-boardlist table tbody td>strong {
    font-weight: 700;
}

.exam-boardlist table tbody td .btn-add-plus {
    display: block;
    margin: 0 auto;
}

.exam-boardlist table tbody td .txt-black {
    color: #333;
}

.exam-boardlist table tbody td .txt-pink {
    color: #ff3a96;
}

.exam-boardlist table tbody td .txt-blue {
    color: #5266d6;
}

.exam-boardlist table tbody td em.ty {
    margin-left: 10px;
}

.exam-boardlist table tbody td em.ty+a {
    display: inline-block !important;
    vertical-align: middle;
}

.exam-boardlist table tbody td button+button {
    margin-left: 6px;
}

.exam-boardlist table tbody td .profilebox {
    margin: 5px auto;
    width: 250px;
    ;
}

.exam-boardlist table tbody td .profilebox .profile-pic+p strong {
    font-size: 14px;
}

.exam-boardlist table tbody td.chk {
    padding-left: 15px;
}

.exam-boardlist table tbody .txt-info {
    text-align: left;
}

.exam-boardlist table tfoot th {
    padding: 15px 0 15px 30px;
    background: #f6f6fe;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    color: #5267d6;
    text-align: left;
    ;
}

.exam-boardlist table tfoot th.bd {
    border-left: 1px solid #eaeaea;
}

.exam-boardlist table tfoot td {
    padding: 15px 0;
    background: #f6f6fe;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    text-align: center;
    ;
}

.exam-boardlist table tfoot td strong {
    font-weight: 700;
    color: #333;
    ;
}


@media (max-width:850px) {
    #pop-exam {
        padding: 15px 20px;
        min-width: 320px;
    }

    #pop-exam .exam_pop_top {
        display: block;
        clear: both;
        /*overflow: hidden;*/
        /*margin-bottom: 8px;*/
    }

    #pop-exam .exam_pop_top>.pop_tit {
        /*padding-left: 30px;*/
        /*height: 30px;*/
        background-size: 15px auto;
        font-size: 18px;
        line-height: 30px;
    }

    #pop-exam .exam_pop_top>div {
        float: right;
        margin-top: 15px;
    }

    #pop-exam .exam_pop_top .item-cnt {
        display: inline-block;
        margin-right: 30px;
        padding-left: 30px;
        height: 25px;
        background: url("/images/icon/icon_docu_exam.png") no-repeat 0 50%;
        font-size: 16px;
        line-height: 25px;
    }

    #pop-exam .exam_pop_top .exam-timer {
        display: inline-block;
        /*margin-right: 30px;*/
        padding-left: 30px;
        height: 25px;
        background: url("/images/icon/icon_exam_timer.png") no-repeat 0 50%;
        font-size: 16px;
        line-height: 25px;
    }

    .btn_none {
        width: 40px;
        height: 40px;
    }

    .btn_none img {
        width: 40px;
        height: 40px;
    }

    .exam_pop_btm::after {
        display: block;
        clear: both;
        content: "";
    }

    .exam_pop_btm {
        display: block;
        margin-top: 20px;
        text-align: right;
    }

    .exam_pop_btm>a {
        padding: 7px 20px;
        font-size: 14px;
    }

    .exam_pop_btm>.center button {
        padding: 7px 20px;
        font-size: 14px;
    }

    .exam_pop_btm>button {
        position: static;
        float: left;
        padding: 7px 20px;
        font-size: 14px;
    }

    .pop_con {
        margin: 20px;
    }

    .pop_con .pop_con_top {
        padding: 20px 15px;
    }

    .pop_con .pop_con_top .que_num {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        ;
    }

    .pop_con .pop_con_top .que_num span {
        padding-top: 4px;
        font-size: 14px;
    }

    .pop_con .pop_con_top .que_tit>h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .pop_con .pop_con_btm {
        overflow: hidden;
        padding: 20px 30px 30px 60px;
    }

    .pop_con .pop_con_btm .que_con p {
        padding: 0;
    }

    .pop_con .pop_con_btm .que_con.list label>img {
        width: 100%;
    }

    .que_con.space {
        display: block;
    }

    .exam-time-end {
        top: 116px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 197px);
    }

    .exam-time-end p {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .exam-time-end button {
        padding: 0 20px;
        height: 45px;
        font-size: 16px;
    }

    .correct-answercheck {
        bottom: 82px;
        left: 20px;
        width: calc(100% - 40px);
    }

    .correct-answercheck.right {
        bottom: 82px;
        left: 20px;
        width: calc(100% - 40px);
    }

    .correct-answercheck dl {
        padding-top: 50px;
    }

    .correct-answercheck dl dt strong {
        /*padding-left: 45px;*/
        background-size: 22px auto;
        font-size: 28px;
    }

    .correct-answercheck dl dd p {
        margin: 0 20px;
        padding-left: 16px;
        background-position: 0 3px;
        font-size: 14px;
        line-height: 22px;
        ;
    }

    .item-numberlist {
        margin-right: 20px;
        margin-left: 20px;
        height: 32px;
    }

    .item-numberlist button {
        top: 5px;
    }

    .item-numberlist .item {
        height: 32px;
    }

    .item-numberlist .item a {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .audioplayer {
        margin-top: 15px !important;
        width: 100% !important;
        ;
    }

    .audioplayer .hdBox {
        display: none;
    }

    .audioplayer-playpause {
        width: 40px !important;
    }

    .audioplayer-time-current {
        margin-left: 10px !important;
    }

    .exam-boardlist {
        margin-right: -10px;
        margin-left: -40px;
        width: auto;
        ;
    }

    .exam-boardlist.scrollbox table {
        width: 130%;
    }

    .que_tit .attachment-files li {
        width: 100%;
    }

}

@media (max-width:768px) {
    .exam_pop_btm {
        padding-top: 44px;
    }

    .exam_pop_btm>.center {
        top: 0;
        white-space: nowrap;
    }
}

/*
 * css 파일을 한 개라도 적게 불러와야 로딩 속도가 느려지지 않으므로...
 * 울며 겨자먹기라도 여기다가.. 검색 필터와 관련된 css 내역을 넣는다.
 */
#levelCodeSelect{
    position: relative;
}

.dropdown{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.dropdownBtn{
    padding: 9px 35px 0 20px !important;
    width: 100%;
    height: 42px;
    background: #fff url("/images/icon/icon_selectarr.png") no-repeat 100% 50%;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
    text-align: left;
    border-color: #bbb;
    border-radius: 6px;
}

.dropdown-content {
    display: none;
    position: sticky;
    background-color: #f9f9f9;
    width: inherit;
    box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
    z-index: 1;
    max-width: 300px;
}

.dropdown-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 220px;
    overflow-y: scroll;
}

.dropdown-content ul li {
    color: #666;
    padding: 1px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.dropdown-content ul li:hover {
    background-color: #485cc7;
    color: #fff;
}

/*.dropdown:hover .dropdown-content {*/
/*    display: block;*/
/*}*/

.dropdown:focus-within .dropdownBtn,
.dropdown-content ul li:focus {
    border-color: #bbb;
    border-radius: 6px;
    font-weight: bold;
    border-width: 3px;
    border-style: solid;
}

.dropdown-content ul li:focus {
    font-weight: bold; /* 드롭다운 메뉴 아이템의 글자를 bold 처리합니다. */
}

/* Chrome, Firefox, Edge에서 placeholder 스타일링 */
::-webkit-input-placeholder { /* Chrome, Edge */
    font-weight: bold;
}

:-moz-placeholder { /* Firefox 4-18 */
    font-weight: bold;
}

::-moz-placeholder { /* Firefox 19+ */
    font-weight: bold;
}

:-ms-input-placeholder { /* Edge */
    font-weight: bold;
}

#formSubmitQuiz > div.exam_pop_top.between > .exam-top-info {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.question-explanation .tui-editor-contents p{
    font-size: 24px;
}

.exam_pop_top.between {
    /*align-items: center;*/
    align-items: flex-start;
}

.exam_pop_btm #nextButton {
    margin-left: auto;
}

/*라이브러리 미리보기*/
.lib-preview-image .pop_con{
    border-bottom: 0 none;
    border-radius: 0;
}
.lib-preview-image .pop_con .pop_con_top{
    border-radius: 0;
    padding: 15px 20px;
}
.lib-preview-image .pop_con .pop_con_top .que_num{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.lib-preview-image .pop_con .pop_con_top .que_num span{
    padding-top: 6px;
    font-size: 13px;
}
.lib-preview-image .pop_con .pop_con_top .que_tit>h3{
    font-size: 16px;
    margin-bottom: 0;
}
.lib-preview-image .pop_con .pop_con_top .que_tit>span{
    margin-top: 20px;
}
.lib-preview-image .pop_con .pop_con_top .que_tit .tui-editor-contents{
    font-size: 16px;
}
.lib-preview-image .tui-editor-contents h1{
    font-size: 16px;
}
.lib-preview-image .tui-editor-contents h4{
    font-size: 16px;
}
.lib-preview-image .tui-editor-contents img{
    max-width: 70%;
}
.lib-preview-image .attachment-files li a{
    font-size: 16px;
}