@charset "utf-8";

.mainContents {
    margin-bottom: 0;
}

.security-quiz {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #c7e4f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #c7e4f4 calc(100% - 1px));
    background-size: 2.8em 2.8em;
    background-repeat: repeat;
    font-size: 1.273vw;
    color: #14263e;
    margin-bottom: 0;
    padding-bottom: 16em;
    position: relative;
}

.security-quiz * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.security-quiz img {
    max-width: 100%;
}

.security-quiz .content {
    margin: auto;
}

.main-sec {
    text-align: center;
    padding-top: 2em;
    margin-bottom: 4em;
}

.mv {
    margin-bottom: 2em;
}

.mv img {
    width: 70.4em;
}

.main-sec .lead p {
    font-size: 3em;
    color: #009259;
    font-weight: bold;
}

.quiz-sec {
    width: 66.8em;
    margin: auto;
    padding-top: 4em;
    margin-bottom: 10em;
}

.quiz-frame {
    text-align: center;
    border: 0.3em solid #0084cb;
    border-radius: 1em;
    background-color: #fff;
    position: relative;
    padding: 8em 4.8em 4.8em;
}

.quiz-title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
}

.quiz-title img {
    width: 31.6em;
}

.quiz-question {
    margin-bottom: 3.6em;
}

.quiz-question p {
    font-size: 2.5em;
    font-weight: bold;
    color: #0084cb;
    line-height: 1.4;
}

.quiz-choices {
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.quiz-choices li {
    display: flex;
    align-items: center;
    gap: 2.4em;
    margin-bottom: 2.8em;
}

.quiz-choices .choices-icon {
    width: 5.4em;
    flex-shrink: 0;
}

.quiz-choices .choices-text {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.3;
}

.question-img {
    margin-top: 4em;
}

.question-img img {
    width: 34.2em;
}

.answer-area {
    padding-top: 5.6em;
    display: none;
}

.answer-area.is-open {
    display: block;
}

.answer-box {
    background-color: rgb(0 132 203 / 20%);
    border-radius: 1.6em;
    position: relative;
    margin-top: 8.4em;
    margin-bottom: 4em;
    padding: 7.6em 2em 3.6em;
}

.answer-title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
}

.answer-title>img {
    width: 39.5em;
}

.answer-num {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-bottom: 0.4em;
}

.answer-num img {
    width: 17.8em;
}

.correct-answer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6em;
    gap: 1.6em;
}

.correct-answer .text {
    height: 4em;
}

.correct-answer .num {
    width: 5.4em;
}

.answer-text {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.4;
}

.answer-commentary {
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 0.16em;
}

.answer-commentary p {
    font-size: 2.5em;
    font-weight: bold;
    color: #0084cb;
    line-height: 1.4;
}

.answer-commentary .highlights {
    background-color: #009259;
    color: #fff;
    padding: 0 0.15em;
}

.answer-commentary .notes {
    list-style: none;
    margin-top: 2.4em;
}

.answer-commentary .notes li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.04em;
}

.answer-img {
    margin-top: 4em;
    margin-bottom: 4.8em;
}

.answer-img img {
    width: 34.2em;
}

.quiz-sec .btn-wrap {
    margin-top: 3.6em;
}

.quiz-btn {
    color: #fff;
    background-color: #009259;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5em;
    height: 10em;
    border: 0.4em solid #009259;
    position: relative;
}

.quiz-btn.open {
    background-color: #fff;
    color: #009259;
}

.btn-text {
    font-weight: bold;
    font-size: 3.5em;
}

.quiz-btn::after {
    content: "";
    display: inline-block;
    background-image: url(/card/security/quiz/img/icon_close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4em;
    height: 4em;
    position: absolute;
    right: 2.8em;
}

.quiz-btn.open::after {
    background-image: url(/card/security/quiz/img/icon_open.svg);
}

.movie-sec {
    width: 66.8em;
    margin: auto;
    text-align: center;
}

.movie-sec h2 {
    margin-bottom: 5.2em;
}

.movie-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.2em;
}

.movie-item {
    width: 54.4em;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 0.8em;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.8em;
}

.movie-sec .btn-wrap {
    margin-top: 11.2em;
}

.detail-btn {
    color: #0086cd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5em;
    height: 10em;
    border: 0.4em solid #0086cd;
    background-color: #fff;
    width: 60em;
    margin: auto;
    position: relative;
    padding-right: 2.8em;
}

.detail-btn::after {
    content: "";
    display: inline-block;
    background-image: url(/card/security/quiz/img/icon_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4em;
    height: 4em;
    position: absolute;
    right: 2.8em;
}

@media screen and (min-width: 751px) {
    .security-quiz {
        font-size: 0.84vw;
        padding-bottom: 10em;
        background-size: 2.4em 2.4em;
    }

    .sp-only {
        display: none;
    }

    .main-sec {
        padding-top: 4em;
    }

    .main-sec .lead p {
        font-size: 1.8em;
    }

    .mv {
        margin-bottom: 2.8em;
    }

    .mv img {
        width: 60em;
    }

    .quiz-sec {
        width: 60em;
        margin-bottom: 6em;
        padding-top: 2.4em;
    }

    .quiz-frame {
        padding: 6em 4em 4em;
    }

    .quiz-title img {
        width: auto;
        height: 4.8em;
    }

    .quiz-question {
        margin-bottom: 2.4em;
    }

    .quiz-question p {
        font-size: 1.8em;
    }

    .quiz-choices li {
        gap: 1.6em;
        margin-bottom: 2em;
    }

    .quiz-choices .choices-icon {
        width: 4em;
    }

    .quiz-choices .choices-text {
        font-size: 1.6em;
    }

    .question-img img {
        width: 30em;
    }

    .answer-area {
        padding-top: 4em;
    }

    .answer-box {
        margin-top: 6em;
        padding: 4.8em 2em 2.8em;
        margin-bottom: 3.2em;
    }

    .answer-num img {
        width: 10.8em;
    }

    .answer-title>img {
        height: 4.8em;
    }

    .correct-answer .text {
        height: 2.8em;
    }

    .correct-answer .num {
        width: 4em;
    }

    .answer-text {
        font-size: 1.6em;
    }

    .answer-commentary p {
        font-size: 1.6em;
    }

    .answer-commentary .notes {
        margin-top: 1.6em;
    }

    .answer-commentary .notes li {
        font-size: 1.2em;
    }

    .answer-img img {
        width: 30em;
    }

    .quiz-btn {
        height: 6em;
        width: 40em;
        margin: auto;
        border-width: 0.3em;
    }

    .quiz-btn::after {
        width: 2.8em;
        height: 2.8em;
    }

    .btn-text {
        font-size: 2em;
    }

    .movie-sec {
        margin-top: 8em;
    }

    .movie-sec h2 {
        margin-bottom: 4em;
    }

    .movie-sec h2 img {
        width: 40em;
    }

    .movie-list {
        gap: 4em;
    }

    .movie-sec .btn-wrap {
        margin-top: 6em;
    }

    .detail-btn {
        width: 40em;
        height: 6em;
        border-width: 0.3em;
    }

    .detail-btn::after {
        width: 2.8em;
        height: 2.8em;
    }
}

@media screen and (min-width: 1200px) {
    .security-quiz {
        font-size: 10px;
    }
}