@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250923_job/bnD11_bg01.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con1 {
    background-color: #f5f5ff;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con2 {
    background-color: #cbceff;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 100px;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250923_job/bnD11_bg02.jpg") no-repeat top center/3000px 100%;
}
.event_wrap .e_con4 {
    background-color: #474bff;
    max-width: 3000px;
    margin: auto;
    padding-bottom: 80px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
}
.event_wrap .link.link_02 {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}
.event_wrap .link.link_03 {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    transform: translateX(-50%);
}
.event_wrap .link.link_04 {
    top: 79.5%;
    left: 50%;
    width: 67%;
    height: 12.7%;
    transform: translateX(-50%);
}
.event_wrap .link.link_05 {
    top: 62.2%;
    left: 50%;
    width: 42%;
    height: 9.4%;
    transform: translateX(-50%);
}

.event_wrap .link.link_06 {
    top: 79.5%;
    left: 50%;
    width: 67%;
    height: 11.7%;
    transform: translateX(-50%);
}
.event_wrap .link.link_07 {
    top: 79.5%;
    left: 50%;
    width: 67%;
    height: 11.7%;
    transform: translateX(-50%);
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}
.event_wrap .e_swiper_wrap2 {
    width: 750px;
    height: 500px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.event_wrap :where(.swiper-arrow-prev, .swiper-arrow-next) {
    width: 70px;
    height: 80px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s;
}

.event_wrap .swiper:hover :where(.swiper-arrow-prev, .swiper-arrow-next) {
    opacity: 1;
}
.event_wrap .swiper-arrow-prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_left_01.png") no-repeat center 100%;
}

.event_wrap .swiper-arrow-next {
    background: url("https://contents.kyobobook.co.kr/pmtn/common/slider/btn_right_01.png") no-repeat center 100%;
    right: 0;
}
.event_wrap .swiper-paging {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-family: "Verdana", sans-serif;
    background-color: #fff;
    padding: 5px;
    z-index: 2;
    line-height: 1;
}

.event_wrap .swiper-paging em {
    font-weight: bolder;
    font-style: normal;
}
.event_wrap .e_notice {
    color: #eaeeff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
}
.event_wrap .e_notice li {
    font-size: 20px;
    line-height: 32px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #eaeeff;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .set {
    width: 20px;
    aspect-ratio: 20/19;
    display: inline-block;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_imokase/bnD11_set.png") no-repeat
        center/100%;
    margin-left: 1px;
}

.event_wrap .imgani {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(200px);
    opacity: 0;
    transition: 0.5s;
}
.event_wrap .imgani.on {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.event_wrap .imgani.imgani1 {
    top: 11.5%;
}
.event_wrap .imgani.imgani2 {
    bottom: 0;
}
.event_wrap .imgani.imgani3 {
    top: 7.7%;
}
.event_wrap .imgani.imgani4 {
    top: 39%;
}
.event_wrap .imgani.imgani5 {
    top: 12%;
}
.event_wrap .imgani.imgani6 {
    top: 18%;
}

.event_wrap .sect_exp,
.event_wrap .sect_qus {
    width: 690px;
    margin: auto;
    margin-top: 40px;
    border: 1px solid #474bff;
    border-radius: 15px;
    overflow: hidden;
    background-color: #dfe1ff;
}

.event_wrap * {
    letter-spacing: -0.03em;
}

.event_wrap .sec_tit {
    background-color: #474bff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
}

.event_wrap .sect_qs {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 40px 36px 20px;
}

.event_wrap * {
    box-sizing: border-box;
}

.event_wrap .e_qn {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.event_wrap .e_an {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event_wrap .e_an p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
}

.event_wrap .e_an_box {
    border: 1px solid #bcbed3;
    padding: 8px 14px;
    background-color: #eaebff;
    font-size: 19px;
    line-height: 1.5;
    max-width: 520px;
}

.event_wrap .sect_ex {
    padding: 40px 60px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event_wrap .ex_an_box,
.event_wrap .ex_ex_box {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    width: fit-content;
    padding: 5px 20px;
}

.event_wrap .ex_an_box {
    background-color: #474bff;
}

.event_wrap .ex_ex_box {
    background-color: #666;
}

.event_wrap .ex_an_txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 40px;
}

.event_wrap .ex_ex_txt {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    word-break: auto-phrase;
}

.event_wrap .ex_book {
    width: 226px;
}

.event_wrap .ex_book a {
    display: block;
    width: 100%;
    height: 100%;
}

.event_wrap .ex_book img {
    width: 100%;
}

.event_wrap .ex_book_ref p:nth-child(1) {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 14px;
    text-align: center;
    word-break: auto-phrase;
}
.event_wrap .ex_book_ref p:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.event_wrap em.undertxt {
    font-style: normal;
    text-decoration: underline;
}

.event_wrap .qus_timer {
    width: 124px;
    height: 42px;
    background-color: #edeeff;
    margin-left: 10px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 1.1;
}

.event_wrap .anslist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto;
}

.event_wrap .anslist li {
    width: 400px;
    height: 46px;
}

.event_wrap input {
    width: 1px;
    height: 1px;
    position: absolute;
    clip-path: rect(1px 1px 1px 1px);
}

.event_wrap .anslist label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    font-size: 20px;
    line-height: 1;
    color: #474bff;
    font-weight: 700;
    transition: 0.2s;
    cursor: pointer;
}

.event_wrap .anslist label:hover {
    background-color: #e6e5e5;
}

.event_wrap .anslist input:checked ~ label {
    background-color: #474bff;
    color: #fff;
}

.event_wrap .e_submitbtn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    width: 500px;
    height: 80px;
    background-color: #888888;
    border-radius: 40px;
    transition: 0.2s;
}

.event_wrap .e_submitbtn.on {
    background-color: #000;
}

.event_wrap .resnum {
    position: absolute;
    top: 43.5%;
    left: 31.3%;
    width: 14%;
    height: 8.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #474bff;
    padding-bottom: 4px;
}

.event_wrap .sect_quiz {
    display: none;
}

.event_wrap .sect_quiz.on {
    display: block;
}

.e_popwrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.e_popwrapper.on {
    display: flex;
}

.e_popcont {
    width: 450px;
    height: 400px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

.e_popcont p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.e_popclose {
    width: 40px;
    aspect-ratio: 1;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250923_job/bnD11_close.jpg") no-repeat center/100% 100%;
    position: absolute;
    top: 22px;
    right: 30px;
    cursor: pointer;
}

.e_noticeimg {
    width: 200px;
    display: block;
}