@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/2025/book/251229_sciencebook/bnD6_bg01.jpg") no-repeat top
        center/3000px 1287px;
}
.event_wrap .e_con1 {
    background-color: #34744e;
    max-width: 3000px;
    margin: auto;
}
.event_wrap .e_con2 {
    background-color: #f8f8f8;
    max-width: 3000px;
    margin: auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.event_wrap .e_con3 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_sciencebook/bnD6_bg02.jpg") no-repeat top
        center/3000px 100%;
}
.event_wrap .linkswrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 956px;
    height: fit-content;
    top: 134px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 3;
}

.event_wrap .link_btn {
    width: 170px;
    height: 46px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.event_wrap .link_btn::after {
    content: "";
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_sciencebook/bnD6_arrow.png") no-repeat;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: 0.25s;
}

.event_wrap .link_list {
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    width: 170px;
    max-height: 0;
    transition: 0.5s;
    border: 0px solid transparent;
}

.event_wrap .link_list.on {
    max-height: 400px;
    border-color: #000;
    border-width: 1px;
}

.event_wrap .link_list li {
    font-size: 16px;
    line-height: 1.5px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.event_wrap .link_list li a {
    display: contents;
}

.event_wrap .link_btn.on::after {
    transform: rotate(180deg) translateY(50%);
}

.event_wrap .link {
    position: absolute;
    display: block;
}
.event_wrap .link:where(.link_01, .link_02) {
    width: 100%;
    left: 0;
    height: 46%;
}
.event_wrap .link.link_01 {
    top: 0;
}
.event_wrap .link.link_02 {
    bottom: 0;
}
.event_wrap .link.link_03 {
    width: 13%;
    height: 5%;
    top: 1050px;
    left: 29.5%;
}
.event_wrap .link.link_04 {
    width: 64%;
    height: 27.5%;
    top: 0;
    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_swiper_wrap {
    overflow: hidden;
    position: absolute;
    width: 720px;
    aspect-ratio: 720/657;
    top: 368px;
    right: 10.3%;
}
.event_wrap .swiper-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.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: #fff;
}
.event_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.event_wrap .e_notice {
    color: #996083;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
    font-family: "SUIT", sans-serif;
}
.event_wrap .e_notice h4 {
    width: 100%;
    font-size: 22px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 800;
    margin-bottom: 10px;
}
.event_wrap .e_notice li {
    font-size: 20px;
    line-height: 32px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    font-family: "SUIT", sans-serif;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #996083;
    position: absolute;
    top: 14px;
    left: 0;
}

.event_wrap .set {
    width: 20px;
    aspect-ratio: 20/19;
    display: inline-block;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250903_imokase/bnD11_set.png") no-repeat
        center/100%;
    margin-left: 1px;
    transform: translateY(3px);
}

.event_wrap em {
    font-style: normal;
    font-weight: 800;
}

.event_wrap h2.e_cover {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.event_wrap .main_image {
    display: none;
}
.event_wrap .main_image.on {
    display: block;
}
.event_wrap h2.e_cover img {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.event_wrap .bookwrap {
    padding: 100px 180px 70px 100px;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 50px;
    font-family: "SUIT";
}

.event_wrap .bookcover {
    width: 260px;
    min-width: 260px;
}

.event_wrap .bookcover img {
    width: 100%;
}

.event_wrap .bookment {
    width: 100%;
}

.event_wrap .bookmentheader {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 40px;
}

.event_wrap .bookmentheaderbox h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}
.event_wrap .bookmentheaderbox p:nth-of-type(1) {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #465158;
    margin-top: 16px;
    margin-bottom: 18px;
}

.event_wrap .bookmentheaderbox p:nth-of-type(2) {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.event_wrap .boxmentheaderbtn {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.event_wrap .bookmentbody {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 40px 0;
}
.event_wrap .bookmentbody h4,
.event_wrap .bookmentfooter h4 {
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 20px;
}
.event_wrap .bookmentbody h4::after,
.event_wrap .bookmentfooter h4::after {
    content: "";
    display: inline-block;
    width: 82px;
    aspect-ratio: 82/21;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_sciencebook/bnD6_marker.png") no-repeat
        center/100% 100%;
    margin-left: 10px;
}

.event_wrap .bookmentbody p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

.event_wrap .bookmentfooter {
    padding-top: 40px;
}

.event_wrap .bookmentfooter ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.event_wrap .bookmentfooter li {
    background-color: rgba(255, 255, 255, 0.3);
    height: 56px;
    padding-left: 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.event_wrap .bookmentfooter li::before {
    content: "";
    display: block;
    width: 22px;
    aspect-ratio: 22/16;
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/251229_sciencebook/bnD6_finger.png") no-repeat
        center/100% 100%;
    margin-right: 10px;
}
