@charset "UTF-8";
.event_wrap .inner {
    width:750px;/* 최소 750px */
    height:auto;
    font-family: 'Noto Sans KR';
}
/* background */
.event_wrap .bg_01 {
    padding-top: 966px;
    background:#f544c5 url('https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_ebg_01.jpg') no-repeat 50% 0;
}
.event_wrap .bg_02 {
    padding-bottom: 92px;
    background-color:#fffeb2;
}
.event_wrap .bg_03 {background-color:#f4f4f4;}
.event_wrap .bg_04 {
    padding-bottom: 102px;
    background-color:#303030;
}

/* bg_02 */
.event_wrap .e_interview_swiper_wrap {
    position: relative;
    width:100%;
    height: 1015px;
    background: url('https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_slide_bg.jpg') no-repeat center top / 750px 978px;
}

.event_wrap .e_interview_swiper {
    display: block;
    margin: 0 auto;
    padding-top: 198px;
    width: 480px;
    height:780px;
    overflow: hidden;
}

/* bg_03 */
.event_wrap .e_btn_wrap {
    display: flex;
    flex-direction: column;
    margin:0 auto;
    width: 620px;
    gap: 16px;
}
/* notice */
.e_notice {
    width:625px;
}
.e_notice p, .e_notice ul li{color:#7f7f7f;}
.e_notice ul li:before{background-color:#7f7f7f;}

/* bg_04 */
.event_wrap .e_tab_btn_wrap {
    display: flex;
    margin:0 auto;
    width:620px;
    height: 75px;
}

.event_wrap [class*="e_tab_btn_0"] {
    width: 310px;
    height: 100%;
    background-size: 310px 75px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.event_wrap .e_tab_btn_01 {
    background-image: url('https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_tab_01_off.jpg');
}

.event_wrap .e_tab_btn_01.e_active {
    background-image: url('https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_tab_01_on.jpg');
}

.event_wrap .e_tab_btn_02 {
    background-image: url('https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_tab_02_off.jpg');
}

.event_wrap .e_tab_btn_02.e_active {
    background-image: url('https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_tab_02_on.jpg');
}

.event_wrap .e_book_swiper_wrap {
    position: relative;
    width: 100%;
    height:auto;
}

.event_wrap .e_book_swiper {
    display: block;
    padding-bottom: 60px;
    margin: 0 auto;
    width:620px;
    height:auto;
    overflow: hidden;
}

.event_wrap .e_book_swiper .swiper-slide {
    height:auto;
    padding-bottom: 68px;
    letter-spacing: -1.4px;
    line-height: 1.2;
    background-color: #fff;
}

.event_wrap .e_book_swiper_wrap .swiper-pagination {
    bottom: 0;
}

.event_wrap .e_book_swiper_wrap .swiper-button-next, .event_wrap .e_book_swiper_wrap .swiper-button-prev {
    top:460px;
    margin-top: 0;
    width: 24px;
    height: 40px;
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_arrow.png");
    background-size: 24px 40px;
    background-color: transparent;
    border-radius: 0;
}

.event_wrap .e_book_swiper_wrap .swiper-button-next {
    right: 22px;
}

.event_wrap .e_book_swiper_wrap .swiper-button-prev {
    left: 22px;
}

.event_wrap .e_cover {
    display: block;
    margin-top: 62px;
}

.event_wrap .e_cover img {
    display: block;
    margin:0 auto;
    width: 210px;
    height: 336px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

.event_wrap .e_book_info {
    display: flex;
    margin:35px auto 46px;
    text-align: center;
    width: 472px;
    height: auto;
    flex-direction: column;
    gap: 25px;
}

.event_wrap .e_book_title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.event_wrap .e_author {
    font-size: 24px;
    color: #444;
}

.event_wrap .e_interview_wrap {
    display: flex;
    margin: 0 auto;
    width: 490px;
    justify-content: space-between;
}

.event_wrap .e_interview_wrap .e_answer {
    position: relative;
    width: 346px;
    padding: 30px;
    font-size: 26px;
    text-align: left;
    word-break: keep-all;
    line-height: 38px;
    border-radius: 20px;
    background-color: #f6f6f6;
}

.event_wrap .e_interview_wrap .e_answer::after {
    content: '';
    position: absolute;
    top:50%;
    right:-85px;
    width: 85px;
    height: 1px;
    background-color: #f6f6f6;
    transform: translateY(-50%);
}

.event_wrap .e_interview_wrap .e_img_mic {
    display: block;
    width:62px;
    height: 62px;
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/general/251014_gyobquiz/bnS_mic.png");
    background-size: 62px 62px;
    background-repeat: no-repeat;
}

/* common */
.event_wrap .swiper-pagination {
    bottom:0;
}

.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #d8d8d8;
}

.event_wrap .swiper-pagination-bullet-active {
    background-color: #f544c5;
}
