@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .inner img {
    width: 2800px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250820_semester/bnD11_bg01.jpg") no-repeat
        center/1900px 100%;
}

.event_wrap .e_con1 {
    background-color: #fce4f3;
    padding-bottom: 100px;
}

.event_wrap .e_con2 {
    background-color: #f299cd;
}
.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}
.event_wrap
    .link:where(.link_01, .link_02, .link_03, .link_04, .link_05, .link_06, .link_07, .link_08, .link_09, .link_10) {
    width: 19%;
    height: 41.2%;
}
.event_wrap .link:where(.link_01, .link_02, .link_03, .link_04, .link_05) {
    top: 0;
}
.event_wrap .link:where(.link_06, .link_07, .link_08, .link_09, .link_10) {
    top: 45.6%;
}
.event_wrap .link:where(.link_01, .link_06) {
    left: 0;
}
.event_wrap .link:where(.link_02, .link_07) {
    left: 20.4%;
}
.event_wrap .link:where(.link_03, .link_08) {
    left: 40.5%;
}
.event_wrap .link:where(.link_04, .link_09) {
    left: 60.8%;
}
.event_wrap .link:where(.link_05, .link_10) {
    left: 81.2%;
}

.event_wrap .e_grid_con {
    width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 36px;
}

.event_wrap .e_grid_item a {
    position: relative;
}

.event_wrap .e_grid_item img {
    width: 100%;
    margin-bottom: 16px;
}

.event_wrap .e_itm_delivery {
    width: fit-content;
    padding: 6px 8px;
    background-color: #000;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}
.event_wrap .e_itm_tit {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    height: 45px;
}
.event_wrap .e_itm_price {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #ab6130;
    margin-top: 5px;
}
.event_wrap .e_itm_price span {
    position: relative;
    display: inline-block;
}
.event_wrap .e_itm_price span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ab6130;
    position: absolute;
    top: 45%;
}
.event_wrap .e_itm_price_2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}
