@import url("../font/pretendard.css");


body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    word-break: keep-all;
    overflow: hidden;
}

p {
    margin: 0;
    padding: 0;
}

.btn {
    font-family: var(--bs-btn-font-family);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    position: relative;
    width: 1280px;
    height: 772px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
}

#cueduVideo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1280px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#contents-btn {
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../../assets/images/controls/list.png) no-repeat;
}

.play-pause-btn {
    border: none;
    outline: none;
    cursor: pointer;
}

#play-img {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/controls/play.png) no-repeat;
}

#pause-img {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/controls/pause.png) no-repeat;
}


#progress-bar {
    width: 50%;
    margin: 0 10px;
}

#timer {
    display: flex;
    align-items: center;
    padding: 5px;
    margin-right: 10px;
}

.lot {
    margin: 0 5px;
}

#volume-controls {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.volume-btn {
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 5px;
}

#sound-img {
    width: 24px;
    height: 24px;
    background: url(../images/controls/sound.png) no-repeat;
}

#mute-img {
    width: 24px;
    height: 24px;
    background: url(../images/controls/mute.png) no-repeat;
}

#volume-bar {
    display: flex;
    align-items: center;
    width: 80px;
    margin: 0 5px;
}

#paging-controls {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.page-btn {
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 7px;
}

#prev-btn {
    width: 16px;
    height: 16px;
    background: url(../images/controls/prev.png) no-repeat;
}

#next-btn {
    width: 16px;
    height: 16px;
    background: url(../images/controls/next.png) no-repeat;
}

#prev-btn:disabled {
    cursor: pointer;
    pointer-events: none;
    filter: invert(90%) sepia(5%) saturate(190%) hue-rotate(22deg) brightness(91%) contrast(95%);
}

#prev-btn:hover {
    filter: invert(26%) sepia(57%) saturate(4412%) hue-rotate(210deg) brightness(100%) contrast(108%);
}

#next-btn:disabled {
    cursor: pointer;
    pointer-events: none;
    filter: invert(90%) sepia(5%) saturate(190%) hue-rotate(22deg) brightness(91%) contrast(95%);
}

#next-btn:hover {
    filter: invert(26%) sepia(57%) saturate(4412%) hue-rotate(210deg) brightness(100%) contrast(108%);
}

.page {
    display: flex;
    align-items: center;
    font-size: 24px;
    padding: 0 10px;
}

.hidden {
    display: none;
}

#menuList {
    position: absolute;
    top: 0px;
    left: -280px;
    width: 280px;
    height: 720px;
}

#menuList-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 280px;
    height: 720px;
    background-color: rgba(0, 0, 0, 0.8);
}

#menuList-layout {
    width: 260px;
    padding: 10px;
}

.list-layout {
    margin: 50px 0 50px 20px;
}

.list-index {
    height: 40px;
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.list-img {
    color: #fff;
}

#intro-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/intro.png) no-repeat;
}

#quiz-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/quiz.png) no-repeat;
}

#outline-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/outline.png) no-repeat;
}

#objective-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/objective.png) no-repeat;
}

#keyword-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/keyword.png) no-repeat;
}

#content-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/content.png) no-repeat;
}

#question-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/question.png) no-repeat;
}

#summary-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/summary.png) no-repeat;
}

#outro-img {
    width: 32px;
    height: 32px;
    background: url(../images/menu/outro.png) no-repeat;
}

.list-txt {
    margin-left: 20px;
    text-shadow: 1px 1px 1px gray;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}

.list-txt:hover {
    color: #0067FF;
    text-shadow: 1px 1px 1px #B2CCFF;
}

#pre-test {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: white;
}

#pre-test .test-container {
    display: flex;
    align-items: center;
    padding: 20px 20px 0 20px;
}

#pre-test .test-container .title-img {
    width: 80px;
    height: 80px;
}

#pre-test .test-container .test-content {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

#pre-test .test-container .test-content .title {
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0;
}

#pre-test .test-container .test-content .sub {
    font-size: 14px;
}

#pre-test .contents-container {
    height: calc(720px - 160px);
    margin: 20px 20px 0 20px;
    overflow: auto;
}

#pre-test .contents-container::-webkit-scrollbar {
    width: 10px;
}

#pre-test .contents-container::-webkit-scrollbar-thumb {
    background-color: #AE46B7;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

#pre-test .contents-container::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

#pre-test .contents-container .contents-layout {
    display: flex;
    flex-wrap: wrap;
}

.contents-layout .row {
    flex: 0 0 auto;
    width: calc(50% - 1px);
}

.contents-layout>.row:nth-child(odd) {
    border-right: 1px solid #ddd;
}

.contents-layout .row>.question {
    padding: 0 10px;
}

.question .question-title {
    display: flex;
    align-items: center;
    background-color: #f3e7f3;
    padding: 1.25rem 1rem;
}

.question .question-title .num {
    font-weight: 700;
    margin-right: 10px;
}

.question .question-content {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1rem;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.submit-btn {
    padding: 14px 40px;
    font-size: 20px;
    font-weight: 700;
    background-color: #CA62D3;
    color: #fff;
    border-radius: 25px;
}

.submit-btn:hover {
    background-color: #8C2397;
}

.form-check {
    margin: 5px 0;
}

.form-check-input[type="radio"] {
    display: none;
}

.form-check-input[type=radio]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.form-check-input[type="radio"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.form-check-input[type="radio"]+label:active:before,
.form-check-input[type="radio"]:checked+label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.form-check-input[type="radio"]:checked+label:before {
    background: #E9ECEE;
    border-color: #adb8c0;
}

.form-check-input[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #E0B2E1;
    border-radius: 100%;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.vaild_err {
    color: red;
}

#pre-result {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

#pre-result .result-container {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#pre-result .result-container .result-title {
    margin-bottom: 80px;
}

#pre-result .result-container .result-title .title {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
}

#pre-result .result-container .result-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#pre-result .result-container .result-content .content {
    font-size: 2rem;
    font-weight: 500;
    color: #fff
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.close-button img {
    width: 100%;
    height: 100%;
}

.result-btn {
    padding: 14px 40px;
    font-size: 20px;
    font-weight: 700;
    background-color: #7875EA;
    color: #fff;
    border-radius: 25px;
}

.f-900 {
    font-weight: 900;
}

.point {
    color: #FF63B1;
}

/* 250325_위치 수정 */
.controls{
    color: #fff !important;
}
#contents-btn,
#play-img,
#sound-img,
#next-btn,
#prev-btn,
#pause-img,
#mute-img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(310%) hue-rotate(191deg) brightness(114%) contrast(100%);
}
#pre-result .result-container .result-content{
    flex-direction: column; row-gap: 20px;
}
