.event_wrap{
    margin: 0 auto;
    font-family:"Pretendard Variable";
}
.event_wrap .inner {width:750px;}
.event_wrap .inner.wide_inner {
    width: 1200px;
    overflow: visible;
}
/* background */
.event_wrap .e_container{
    padding: 120px 0;
}
.event_wrap img{
    display: block;
    width: 100%;
}
.event_wrap .bg_01 {
    background-color:#FAF054;
}
.event_wrap .bg_02 {
    background-color:#0B1A26;
}

/* common */
/* e_title_wrap */
.event_wrap .e_title_wrap{
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
    /* e_title */
    .e_title_wrap .e_title{
        display: flex;
        margin-bottom: 32px;
        align-items: center;
        justify-content: center;
        color: #0B1A26;
        text-align: center;
        font-size: 44px;
        font-weight: 900;
        line-height: 140%;
    }
    .e_title_wrap.white_title .e_title{
        color: #fff;
    }
    .e_title_wrap.white_title .e_title_dis{
        color: #fff;
    }
    .e_title_wrap .e_title .e_title_em{
            display: inline-block;
            height: 52px;
        }
    .e_title_wrap .e_title .e_title_em.badge_01{
        width: 122px;
        margin-left: 8px;
    }

/* bg_01 */
.event_wrap .bg_01 .inner{
    position: relative;
    z-index: 5;
    overflow: visible;
}
.event_wrap .e_main_sub{
    margin: 0 auto;
    width: 312px;
    animation: fadeInUp 0.5s linear;
}
.event_wrap .e_main_title{
    margin: 8px auto 0;
    width: 538px;
    animation: fadeInUp 0.5s linear;
}
.event_wrap .e_main_ani_wrap{
    margin: 40px auto 0;
    width: 432px;
    height: 470px;
    position: relative;
}

.event_wrap .e_search_container {
    margin: 0 auto;
    width: 560px;
    height: 48px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    border: 1px solid var(--Grayscale-gray-400, #D5D5D5);
}

.e_search_container .e_search_bar {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 24px;
}

.e_search_container .e_search_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.e_search_container .e_search_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_common/search_ico.png) 50% 0 no-repeat;
    margin-right: 10px;
    background-size: cover;
}


@keyframes e_bounce01 {
  0%{
	transform: translateY(0px);
  }
  50%{
	transform: translateY(-10px);
  }
  100%{
	transform: translateY(0px);
  }
}
@keyframes e_opacity {
  0%{
	opacity: 0;
  }

  100%{
	opacity: 1;
  }
}

.event_wrap .e_post_container{
    margin: 40px auto 0;
}
.e_post_container .e_post_wrap{
    display: flex;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 1100px;
}

.e_post_wrap .e_post_list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 340px;
}
.e_post_list .e_memo_wrap{
    padding: 40px 32px;
    width: 100%;
    box-sizing: border-box;
}

.e_post_list .main_title{
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #000;
    color: #0B1A26;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
}

.e_post_wrap .e_post_list .e_memo_wrap{
    background: #FAF176 url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_bg04/slide_bg_01.png) 50% 100% no-repeat;
    border-radius: 0 0 47px 0;
    overflow: hidden;
    background-size: contain;
}
    
.e_post_wrap .e_post_list:nth-child(5n + 2) .e_memo_wrap{
    background: #73F4DD url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_bg04/slide_bg_03.png) 50% 100% no-repeat;
    border-radius: 0 0 47px 0;
    overflow: hidden;
    background-size: contain;
}
.e_post_wrap .e_post_list:nth-child(5n + 3) .e_memo_wrap{
    background: #D5B0FB url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_bg04/slide_bg_04.png) 50% 100% no-repeat;
    border-radius: 0 0 47px 0;
    overflow: hidden;
    background-size: contain;
} 

.e_post_wrap .e_post_list:nth-child(5n + 4) .e_memo_wrap{
    background: #6DD3F5 url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_bg04/slide_bg_05.png) 50% 100% no-repeat;
    border-radius: 0 0 47px 0;
    overflow: hidden;
    background-size: contain;
}
.e_post_wrap .e_post_list:nth-child(5n + 5) .e_memo_wrap{
    background: #fff url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_bg04/slide_bg_06.png) 50% 100% no-repeat;
    border-radius: 0 0 47px 0;
    overflow: hidden;
    background-size: contain;
}

    .e_post_wrap .e_post_list .title{
        margin: 32px auto 0;
        max-width: 228px;
        position: relative;
        color: #0B1A26;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: 140%;
    }
    .e_post_wrap .e_post_list .title::before{
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: -14px;
        background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_bg04/txt_before.png) 50% 0 no-repeat;
        width: 8px;
        height: 12px;
    }
    .e_post_wrap .e_post_list .title::after{
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        right: -14px;
        background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_bg04/txt_after.png) 50% 0 no-repeat;
        width: 8px;
        height: 12px;
    }
    .e_post_wrap .e_post_list .dis{
        margin-top: 16px;
        color: #0B1A26;
        text-align: center;
        font-size: 22px;
        font-weight: 400;
        line-height: 140%;
        white-space: normal;
    }


.e_post_wrap .e_post_list .e_ico_wrap{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.e_post_wrap .e_post_list .e_ico_wrap .e_heart_ico{
    display: flex;
    align-items: center;
}
.e_post_wrap .e_post_list .e_ico_wrap .e_heart_ico .ico{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_common/heart_off.png) 50% 0 no-repeat;
    background-size: cover;
    transition: all 0.2s linear;
    cursor: pointer;
}
.e_post_wrap .e_post_list .e_ico_wrap .e_heart_ico .ico.on{
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_common/heart_on.png) 50% 0 no-repeat;
    background-size: cover;
}
.e_post_wrap .e_post_list .e_ico_wrap .e_heart_ico .nub{
    display: inline-block;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
}
.e_post_wrap .e_post_list .e_ico_wrap  .e_delete_ico{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_common/ico_delete.png) 50% 0 no-repeat;
    background-size: cover;
    cursor: pointer;
}

.event_wrap .e_more_btn{
    display: flex;
    margin: 40px auto 0;
    width: 400px;
    height: 80px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.26px;
    border-radius: 8px;
    border: 1px solid #FFF;
    cursor: pointer;
}
.event_wrap .e_more_btn .ico{
    display: inline-block;
    width: 21px;
    height: 11px;
    background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/251105_bestbook/bnC_common/ico_btn_down.png) 50% 0 no-repeat;
    background-size: cover;
}