/* pub3 */

@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/2026/book/260116_ai/bnS_bg01.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con1 {
    background-color: #211c5c;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 80px;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_bg02.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con3 {
    background-color: #3f206c;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 80px;
    display: none;
}
.event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_bg03.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con5 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_bg04.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con6 {
    background-color: #323c7d;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 80px;
    display: none;
}
.event_wrap .link {
    position: absolute;
    display: block;
}
.event_wrap .link_01 {
    width: 80.3%;
    height: 7.5%;
    top: 81.6%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link_02 {
    width: 80.3%;
    height: 12%;
    top: 70.6%;
    left: 50%;
    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_notice {
    color: #e0deff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 30px;
    width: fit-content;
    max-width: 680px;
}
.event_wrap .e_notice ul {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.event_wrap .e_notice li {
    font-size: 19px;
    line-height: 32px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #e0deff;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice h3 {
    width: 100%;
    font-size: 26px;
    box-sizing: border-box;
    font-weight: 700;
    margin-top: 68px;
    margin-bottom: 38px;
    text-align: center;
}
.event_wrap .e_notice :where(h4, h5) {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding-left: 44px;
    box-sizing: border-box;
    text-align: left;
}

.event_wrap .questlist {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.event_wrap .questlist li {
    width: 180px;
    aspect-ratio: 180/236;
    position: relative;
}

.event_wrap .questlist li:nth-child(1) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_q1.png") no-repeat center/cover;
}
.event_wrap .questlist li:nth-child(2) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_q2.png") no-repeat center/cover;
}
.event_wrap .questlist li:nth-child(3) {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_q3.png") no-repeat center/cover;
}
.event_wrap .questlist li:nth-child(1).on {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_q1_on.png") no-repeat center/cover;
}
.event_wrap .questlist li:nth-child(2).on {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_q2_on.png") no-repeat center/cover;
}
.event_wrap .questlist li:nth-child(3).on {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260116_ai/bnS_q3_on.png") no-repeat center/cover;
}

.event_wrap .not_btn {
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

.event_wrap .not_btn img {
    display: none;
}
.event_wrap .not_btn img.on {
    display: block;
}

.event_wrap .not_det {
    padding: 0 20px;
    background-color: #3b3690;
    border-radius: 20px;
    margin: auto;
    width: 670px;
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: 0.5s;
}
.event_wrap .not_det.on {
    padding: 20px;
    margin-top: 20px;
    max-height: 1000px;
}

.event_wrap .not_det .e_notice {
    padding-top: 0;
    width: 100%;
}
.event_wrap .not_det .e_notice li {
    font-size: 22px;
    padding-left: 16px;
}
.event_wrap .not_det .e_notice h4 {
    padding: 0;
    margin-bottom: 10px;
    font-size: 22px;
}
.event_wrap .not_det .e_notice ul {
    padding: 0 6px;
    margin-bottom: 3px;
}
.event_wrap .not_det .e_notice li::before {
    width: 6px;
    height: 6px;
}
.event_wrap .not_det .e_notice a {
    color: #fee44f;
    text-decoration: underline;
    font-weight: 500;
    align-self: center;
    flex: none;
}

.event_wrap .parsewrap {
    opacity: 0;
    transition: 0.5s;
}

.event_wrap .qmentwrap {
    width: 670px;
    height: 620px;
    border-radius: 20px;
    background-color: #31145e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: auto;
    display: none;
    transition: 0.5s;
}

.event_wrap .e_con6 .qmentwrap {
    background-color: #212c72;
}

.event_wrap .qmentwrap.on {
    display: flex;
}

.event_wrap .qmentwrap canvas {
    width: 250px;
    aspect-ratio: 250/80;
}

.event_wrap .qmentwrap p {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    text-align: center;
    transition: 1s;
    opacity: 0;
}

.event_wrap .qstbtn {
    display: flex;
    width: 360px;
    height: 80px;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    background-color: #9e63ff;
    opacity: 0;
    transition: 1s;
}

.event_wrap .e_con6 .qstbtn {
    background-color: #3f5fff;
}

.event_wrap .qanswerwrap {
    width: 670px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #31145e;
    padding: 40px;
    margin: auto;
    display: none;
    transition: 1s;
}

.event_wrap .e_con6 .qanswerwrap {
    background-color: #212c72;
}

.event_wrap .qanswerwrap.on {
    display: block;
}

.event_wrap .qanswercont {
    border-radius: 40px;
    overflow: hidden;
    background-color: #475ecf;
}

.event_wrap .qanswerhead {
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #fff;
}

.event_wrap .qanswerhead .imgwrap {
    width: 228px;
    min-width: 228px;
}

.event_wrap .qanswerhead .imgwrap img {
    width: 100%;
}

.event_wrap .qanswerhead .txtwrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.event_wrap .qanswerhead .txtwrap img {
    width: 45px;
    aspect-ratio: 1;
}

.event_wrap .qanswerhead .txtwrap h4 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #7846c3;
}
.event_wrap .qanswerhead .txtwrap h5 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event_wrap .qanswerhead .txtwrap p {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    color: #595959;
}

.event_wrap .qanswerbody {
    background-color: #7846c3;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

.event_wrap .e_con6 .qanswerbody {
    background-color: #475ecf;
}

.event_wrap .qanswerfoot::before {
    content: "";
    display: block;
    width: calc(100% - 80px);
    height: 1px;
    background-color: #d3bff1;
    position: absolute;
    top: 0;
    left: 40px;
}

.event_wrap .e_con6 .qanswerfoot::before {
    background-color: #a7b1f7;
}

.event_wrap .qanswerbody h4 {
    width: fit-content;
    padding: 10px 20px 12px;
    border-radius: 40px;
    background-color: #5b2f9c;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #d3bff1;
}

.event_wrap .e_con6 .qanswerbody h4 {
    background-color: #3e4eb4;
    color: #a7b1f7;
}

.event_wrap .qanswerbody h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.6;
    font-weight: 700;
    color: #fee44f;
}
.event_wrap .qanswerbody p {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
}
.event_wrap .qanswerbody p.tags {
    margin-top: 20px;
    font-weight: 400;
    color: #d3bff1;
}

.event_wrap .e_con6 .qanswerbody p.tags {
    color: #a7b1f7;
}

.event_wrap .qanswerbody a.qstbtn2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #9e63ff;
    border-radius: 10px;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
}

.event_wrap .qanswerfoot {
    background-color: #7846c3;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

.event_wrap .e_con6 .qanswerfoot {
    background-color: #475ecf;
}

.event_wrap .qanswerfoot h4 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 700;
    color: #fff;
}

.event_wrap .qanswerfoot p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 34px;
    font-weight: 400;
    color: #fff;
}

.event_wrap .qanswerfoot .reviewbtn {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 40px;
    border: 2px solid #d3bff1;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 10px;
}

.event_wrap .e_con6 .qanswerfoot .reviewbtn {
    border-color: #a7b1f7;
}

.event_wrap .qanswerfoot .reviewbtn:nth-of-type(1) {
    margin-top: 0;
}

.event_wrap .qanswerfoot .reviewbtn.on {
    background-color: #5b2f9c;
    color: #fff;
    border-color: #fff;
}
.event_wrap .e_con6 .qanswerfoot .reviewbtn.on {
    background-color: #3e4eb4;
}

.event_wrap .e_input {
    position: absolute;
    width: 80%;
    height: 13.5%;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    outline: none;
    border: none;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    padding: 0 20px;
    box-sizing: border-box;
}

.e_loadingwrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

.e_loadingwrapper.on {
    display: flex;
}
.e_loadingwrapper canvas {
    width: 300px;
}
.event_wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    padding-bottom: 40px;
    background-color: #475ecf;
    position: static;
}
.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    font-size: 0px;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet {
    background-color: #a7b1f7;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
