@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/250806_clinic/bgD6_bg1.jpg") no-repeat center/3000px 100%;
}

.event_wrap .linkswrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
    height: fit-content;
    top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.event_wrap .link_btn {
    width: 190px;
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    padding: 0 45px 0 25px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.event_wrap .link_btn::after {
    content: "";
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250415_lan/bnD8_arrow_down.png") no-repeat;
    width: 14px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: 0.25s;
}

.event_wrap .link_btn.on::after {
    transform: rotate(180deg) translateY(50%);
}

.event_wrap .link_list {
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    width: 190px;
    max-height: 0;
    transition: 0.5s;
}

.event_wrap .link_list.on {
    max-height: 400px;
}

.event_wrap .link_list li {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
}

.event_wrap .link_list li a {
    display: block;
    padding: 0 45px 0 25px;
}

.event_wrap .e_con1 {
    background-color: #e3f2d0;
}

.event_wrap .e_con2 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250806_clinic/bgD6_bg2.jpg") no-repeat center/3000px 100%;
    padding-bottom: 100px;
}

/* .event_wrap .inner.w1200 {width:1200px;} */

/* background */
/* .event_wrap .e_container {
    background-position: top center;
    background-size: cover;
} */
/* .event_wrap .e_top_visual {
    background-image: url("images/bnD6_top_visual_bg.jpg");
}
.event_wrap .e_con1 {
    background-image: url("images/bnD6_con1_bg.jpg");
}
.event_wrap .e_con2 {
    background-image: url("images/bnD6_con2_bg.jpg");
} */

.event_wrap .e_swiper_wrap {
    width: 520px;
    margin: auto;
    position: relative;
}

.event_wrap .e_swiper_cont {
    overflow: hidden;
}

.event_wrap .e_swiper_prev,
.event_wrap .e_swiper_next {
    width: 19px;
    aspect-ratio: 19/34;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.event_wrap .e_swiper_prev {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250725_csat/bnD6_prev.png") no-repeat center/100%;
    left: -54px;
}

.event_wrap .e_swiper_next {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/book/250725_csat/bnD6_next.png") no-repeat center/100%;
    right: -54px;
}

.event_wrap .swiper-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    position: static;
    gap: 15px;
}

.event_wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #000;
}

.event_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}
.event_wrap .e_swiper_wrap .swiper-slide img {
    width: 100%;
    image-rendering: pixelated;
}

.event_wrap .link {
    position: absolute;
    display: block;
}

.event_wrap .link.link_01 {
    width: 500px;
    height: 72%;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.event_wrap .link.link_02 {
    width: 19.2%;
    height: 9%;
    right: 50%;
    bottom: 4.7%;
}

.event_wrap .link.link_03 {
    width: 19.2%;
    height: 9%;
    left: 50%;
    bottom: 4.7%;
}

.event_wrap .link.link_04 {
    width: 51%;
    height: 10%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7%;
}

.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_notice {
    color: #7d9461;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-bottom: 100px;
}

.event_wrap .e_notice h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin: 40px 0 14px;
}

.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;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #7d9461;
    position: absolute;
    top: 14px;
    left: 0;
}
