/* 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/260126_potato/bnJ_bg01.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_bg02.jpg") no-repeat top
        center/1920px 1190px;
    padding-bottom: 70px;
}
.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_bg03.jpg") no-repeat top
        center/1920px 100%;
}
.event_wrap .e_con3 {
    background-color: #e7e1c1;
    max-width: 1920px;
    margin: auto;
    display: none;
}
.event_wrap .e_con4 {
    background-color: #ca4f2d;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 100px;
}
.event_wrap .link {
    position: absolute;
    display: block;
}
.event_wrap .link_01 {
    width: 86%;
    height: 9.2%;
    top: 81%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link_02 {
    width: 89.3%;
    height: 12.5%;
    top: 87.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link_03 {
    width: 32%;
    height: 27%;
    top: 69.5%;
    left: 11.5%;
}
.event_wrap .link_04 {
    width: 89.3%;
    height: 11.4%;
    bottom: 12.9%;
    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: #ababab;
    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: #ababab;
    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;
}

.event_wrap .potwrapper {
    display: flex;
    width: 1200px;
    margin: auto;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    position: relative;
}

.event_wrap .potwrapper ul {
    width: 100%;
    padding: 30px 0 30px;
    display: flex;
    flex-direction: column;
}

.event_wrap .potwrapper ul:nth-child(1) {
    background-color: #f4d08f;
    align-items: flex-end;
}
.event_wrap .potwrapper ul:nth-child(2) {
    background-color: #b03d1d;
}

.event_wrap .potwrapper ul li {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    width: 544px;
    aspect-ratio: 544/188;
    text-align: center;
    padding-top: 72px;
    box-sizing: border-box;
    margin-top: -20px;
    cursor: pointer;
    transition: 0.5s;
}

.event_wrap .potwrapper ul li:hover {
    animation: pot 1s;
    width: 580px;
    padding-top: 80px;
}

@keyframes pot {
    0% {
        transform: rotate(0deg);
    }
    30% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.event_wrap .potwrapper ul:nth-child(1) li {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_agree.png") no-repeat center/100%
        100%;
    color: #612615;
    margin-right: -12px;
}
.event_wrap .potwrapper ul:nth-child(2) li {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_disagree.png") no-repeat
        center/100% 100%;
    color: #fff;
    margin-left: -12px;
}

.event_wrap .vs {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_vs.png") no-repeat center/ 100%
        100%;
    width: 58px;
    aspect-ratio: 58/54;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .vs:nth-of-type(1) {
    top: 9.5%;
}
.event_wrap .vs:nth-of-type(2) {
    top: 28.5%;
}
.event_wrap .vs:nth-of-type(3) {
    top: 47%;
}
.event_wrap .vs:nth-of-type(4) {
    top: 65.5%;
}
.event_wrap .vs:nth-of-type(5) {
    top: 84%;
}

.event_wrap .btnpotato {
    position: absolute;
    transition: 0.3s;
}
.event_wrap .btnpotato.btnagree {
    top: 42%;
    right: 53%;
    transform: rotate(-3deg);
}
.event_wrap .btnpotato.btndisagree {
    top: 42%;
    left: 53%;
    transform: rotate(3deg);
}
.event_wrap .btnpotato:hover {
    transform: rotate(0deg);
}
.event_wrap .potresult {
    font-family: "SUIT";
}

.event_wrap .potresult h4 {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.event_wrap .potresult h4 em {
    font-size: 25px;
    margin-left: 6px;
    font-weight: 800;
}
.event_wrap .pottxtwrap {
    width: 120px;
    position: absolute;
    top: 34%;
}

.event_wrap .pottxtwrap.agreetxt {
    color: #ee9416;
    left: 14%;
}
.event_wrap .pottxtwrap.disagreetxt {
    color: #c04320;
    left: 70.5%;
}

.event_wrap .pottxtwrap h5 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.event_wrap .pottxtwrap.agreetxt h5 {
    border-bottom: 1px solid #ee9416;
}
.event_wrap .pottxtwrap.disagreetxt h5 {
    border-bottom: 1px solid #c04320;
}

.event_wrap .pottxtwrap h6 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    margin-top: 10px;
}

.event_wrap .pottxtwrap h6 em {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

.event_wrap .potresult p {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    font-weight: 700;
    margin-top: 10px;
}

.event_wrap .potlabels {
    position: absolute;
    top: 68%;
    right: 14%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event_wrap .potlabels li {
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
}
.event_wrap .potlabels li::before {
    content: "";
    display: block;
    width: 18px;
    aspect-ratio: 1;
}

.event_wrap .potlabels li:nth-child(1) {
    color: #ffaa32;
}
.event_wrap .potlabels li:nth-child(1)::before {
    background-color: #ffaa32;
}
.event_wrap .potlabels li:nth-child(2) {
    color: #c04320;
}
.event_wrap .potlabels li:nth-child(2)::before {
    background-color: #c04320;
}
.event_wrap .potgraphwrap {
    position: absolute;
    top: 36.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 282px;
    height: 282px;
}

.event_wrap .quiz_start_btn {
    position: absolute;
    width: 67%;
    height: 11%;
    top: 69.2%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .potato_quiz {
    background-color: #fff;
    width: 644px;
    height: 750px;
    border-radius: 20px;
    margin: auto;
    box-sizing: border-box;
    padding: 65px 36px 56px;
    letter-spacing: -0.03em;
    font-family: "SUIT";
    flex-direction: column;
    display: none;
}
.event_wrap .potato_quiz.on {
    display: flex;
}
.event_wrap .potato_progress {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: #e7e7e7;
}

.event_wrap .potato_progress_bar {
    width: 10%;
    height: 100%;
    border-radius: 10px;
    background-color: #423e43;
    transition: 0.3s;
}

.event_wrap .potato_progress_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.event_wrap .potato_progress_txt p {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #a8a8a8;
}

.event_wrap .potato_quiz_tit {
    margin: auto;
    margin-top: 50px;
    width: fit-content;
}

.event_wrap .potato_quiz_tit img {
    width: 202px;
    aspect-ratio: 202/36;
}

.event_wrap .potato_quiz_tit h4 {
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    color: #423e43;
}

.event_wrap .potato_quiz_txt {
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    font-size: 24px;
    line-height: 1.6;
    color: #423e43;
    text-align: center;
    font-weight: 500;
    margin-top: 50px;
}

.event_wrap .potato_quiz_btns {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.event_wrap .potato_quiz_btn {
    width: 100%;
    aspect-ratio: 280/100;
    display: block;
}

.event_wrap .potato_quiz_btn.answerO {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_quizO.png") no-repeat center/100%
        100%;
}
.event_wrap .potato_quiz_btn.answerX {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_quizX.png") no-repeat center/100%
        100%;
}
.event_wrap .potato_quiz_result {
    background-color: #fff;
    width: 644px;
    height: 750px;
    border-radius: 20px;
    margin: auto;
    box-sizing: border-box;
    /* padding: 88px 64px 36px; */
    letter-spacing: -0.03em;
    font-family: "SUIT";
    flex-direction: column;
    display: none;
}
.event_wrap .potato_quiz_result.on {
    display: flex;
}

.event_wrap .potato_res_cont {
    padding: 88px 64px 60px;
    border-radius: 20px;
    background-color: #fff;
}

.event_wrap .potato_res_tit {
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_particle.png") no-repeat top
        center/100%;
    width: 340px;
    margin: 0 auto;
}
.event_wrap .potato_res_tit h4 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #818181;
    text-align: center;
    margin-top: 10px;
}
.event_wrap .potato_res_tit h4 em {
    font-size: 90px;
    color: #423e43;
    font-weight: 900;
}

.event_wrap .potato_res_tit p {
    width: fit-content;
    padding: 14px 26px;
    border-radius: 30px;
    background-color: #f7f7f7;
    margin: auto;
    margin-top: 10px;
    font-size: 22px;
    line-height: 1;
    color: #423e43;
    font-weight: 500;
}

.event_wrap .potato_res_coupon {
    margin-top: 40px;
    margin-bottom: 20px;
}

.event_wrap .potato_res_coupon img {
    width: 324px;
}

.event_wrap .potato_res_txt p:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.event_wrap .potato_res_txt p:nth-child(2) {
    font-size: 18px;
    line-height: 1.4;
    color: #909090;
    text-align: center;
}
.event_wrap .potato_res_btns {
    display: flex;
    gap: 12px;
    padding: 0 64px 0;
}
.event_wrap .potato_res_btn1 {
    width: 207px;
    position: relative;
}
.event_wrap .potato_res_btn2 {
    width: 298px;
    position: relative;
}
.event_wrap .potato_res_btn1 .btn_potato_download {
    position: absolute;
    width: 33%;
    aspect-ratio: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 13%;
}
.event_wrap .potato_res_btn1 .btn_potato_copy {
    position: absolute;
    width: 33%;
    aspect-ratio: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 13%;
}
.event_wrap .potato_res_btn2 .btn_potato_viewanswer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.event_wrap em {
    font-style: normal;
}

.poppotatowrap {
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    width: 100vw;
    height: 100%;
    display: none;
}

.poppotatowrap.on {
    display: flex;
}

.poppotato {
    width: 670px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 32px;
    background-color: #fff;
    position: relative;
    letter-spacing: -0.03em;
}

.poppotato h3 {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 40px;
}

.poppotatoclose {
    width: 36px;
    aspect-ratio: 48/49;
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_close.png") no-repeat center/100%
        100%;
    position: absolute;
    top: 34px;
    right: 40px;
    cursor: pointer;
}

.poppotato .e_swiper_wrap {
    overflow: hidden;
}

.poppotato .e_slide .imgwrap {
    margin-bottom: 20px;
}

.poppotato .e_slide .imgwrap img {
    width: 100%;
}

.poppotato .e_slide h4 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.poppotato .e_slide h5 {
    font-size: 20px;
    line-height: 1.4;
    color: #767676;
    font-weight: 500;
    margin-top: 6px;
}

.poppotato .e_slide p {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #cbcbcb;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.poppotatocont {
    height: 540px;
    max-height: calc(100vh - 268px);
    overflow-y: scroll;
    padding-left: 20px;
}

.poppotatoanswer {
    display: flex;
    align-items: center;
    height: 88px;
    font-family: "SUIT";
}

.poppotatoanswer:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
}
.poppotatoanswer:not(:first-child) {
    padding-top: 16px;
}

.poppotatoanswer .num {
    width: 50px;
    aspect-ratio: 1;
    background-color: #423e43;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    margin-right: 30px;
}

.poppotatoanswer .resultimage {
    width: 32px;
    aspect-ratio: 32/36;
    background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_answerO.png") no-repeat
        center/100% 100%;
}

.poppotatoanswer .resultimage.resultX {
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260126_potato/bnJ_answerX.png");
}

.poppotatoanswer p:nth-of-type(1) {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 800;
    color: #cccccc;
    margin-left: 20px;
}

.poppotatoanswer p:nth-of-type(1).book {
    color: #423e43;
}

.poppotatoanswer p:nth-of-type(2) {
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    border-radius: 20px;
    background-color: #edf7e9;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
    color: #3c9a17;
}

.poppotatoanswer p:nth-of-type(2).fail {
    background-color: #fdf2f2;
    color: #da2128;
}
