@charset "UTF-8";

a {
    color: inherit;
}

.ht_event_wrap .main_img {
    margin: auto;
    display: block;
}
.ht_event_wrap .e_top_visual {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/250908_chooseok/bnD10_img01_ht_1920.jpg")
        no-repeat top center/1920px 100%;
}
.ht_event_wrap .e_con1 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/250908_chooseok/bnD10_bg02.jpg") no-repeat top
        center/3000px 1613px;
    padding-bottom: 120px;
    max-width: 1920px;
    margin: auto;
}
.ht_event_wrap .e_con2 {
    background-color: #fff1da;
    padding-bottom: 120px;
    max-width: 1920px;
    margin: auto;
}
.ht_event_wrap .e_con3 {
    background-color: #f0f2f4;
    padding-bottom: 120px;
    max-width: 1920px;
    margin: auto;
}
.ht_event_wrap .e_con4 {
    background: url("https://contents.kyobobook.co.kr/pmtn/2025/hottracks/250908_chooseok/bnD10_bg03.jpg") no-repeat top
        center/3000px 100%;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 20px;
}
.ht_event_wrap .link {
    position: absolute;
    display: block;
}

.ht_event_wrap .link.link_01 {
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
    width: 66.6%;
    height: 17.3%;
}
.ht_event_wrap .link.link_02 {
    top: 45.2%;
    left: 50%;
    width: 89.1%;
    height: 17%;
    transform: translateX(-50%);
}
.ht_event_wrap .link.link_03 {
    top: 64%;
    width: 44%;
    right: 50.5%;
    height: 17%;
}
.ht_event_wrap .link.link_04 {
    top: 64%;
    width: 44%;
    left: 50.5%;
    height: 17%;
}
.ht_event_wrap .link.link_05 {
    top: 83%;
    width: 44%;
    right: 50.5%;
    height: 17%;
}
.ht_event_wrap .link.link_06 {
    top: 83%;
    width: 44%;
    left: 50.5%;
    height: 17%;
}

.ht_event_wrap .e_rel {
    position: relative;
}

.ht_event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.ht_event_wrap .e_abs {
    position: absolute;
}
.ht_event_wrap .e_notice {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 40px;
    width: fit-content;
}
.ht_event_wrap .e_notice h4 {
    width: 100%;
    font-size: 18px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 700;
    margin-bottom: 10px;
}
.ht_event_wrap .e_notice li {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
}

.ht_event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 14px;
    left: 0;
}

.ht_event_wrap .e_nav {
    max-width: 1920px;
    margin: auto;
    height: 100px;
    position: relative;
}

.ht_event_wrap .nav_inn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #000;
    display: flex;
    justify-content: center;
    z-index: 99;
}
.ht_event_wrap .nav_inn.fix {
    position: fixed;
    top: 80px;
}
.ht_event_wrap .nav_inn.trans2 {
    transform: translateY(90px);
}
.ht_event_wrap .nav_inn ul {
    width: 1100px;
    height: 100%;
    display: flex;
}
.ht_event_wrap .nav_inn li {
    width: 25%;
    height: 100%;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    padding-top: 7px;
    border-bottom: 7px solid transparent;
    transition: 0.5s;
    box-sizing: border-box;
}

.ht_event_wrap .nav_inn li.on {
    color: #ffdca3;
    border-color: #ffdca3;
}

.ht_event_wrap .e_not_wrap {
    width: 670px;
    padding: 0 87px 52px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.ht_event_wrap .not_btn {
    height: 80px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 36px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 18px;
}

.ht_event_wrap .not_btn span {
    width: 24px;
    aspect-ratio: 1;
    position: relative;
    display: block;
}

.ht_event_wrap .not_btn span::before,
.ht_event_wrap .not_btn span::after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ht_event_wrap .not_btn span::before {
    width: 100%;
    height: 2px;
}

.ht_event_wrap .not_btn span::after {
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%) scaleY(1);
    transform-origin: center;
    opacity: 1;
    transition: all 0.5s ease;
}

.ht_event_wrap .not_btn span.on:after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.ht_event_wrap .not_txt {
    margin-top: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px 6px;
    box-sizing: border-box;
    background-color: #f3f7fa;
    transition: 0.5s;
    max-height: 0;
    overflow: hidden;
}

.ht_event_wrap .not_txt.on {
    max-height: 600px;
    border-color: #000;
}

.ht_event_wrap .not_txt .e_notice {
    padding-top: 48px;
    padding-bottom: 48px;
}

.ht_event_wrap .e_prd_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 50px;
    width: 1076px;
    margin: auto;
}
.ht_event_wrap .e_prd_list li a {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ht_event_wrap .e_prd_list li img {
    width: 100%;
}

.ht_event_wrap .e_prd_list .e_prd_tit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    height: 45px;
}

.ht_event_wrap .e_prd_list a {
    display: block;
}

.ht_event_wrap .e_prd_list .e_prd_prcwrap {
    display: flex;
    gap: 14px;
}
.ht_event_wrap .e_prd_list .e_prd_dis {
    width: 55px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #db2a2a;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.ht_event_wrap .e_prd_list .e_prd_prc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ht_event_wrap .e_prd_list .e_prd_prc p {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.ht_event_wrap .e_prd_list .e_prd_prc p em {
    font-weight: 700;
    font-style: normal;
}
.ht_event_wrap .e_prd_list .e_prd_prc p span {
    position: relative;
    display: inline-block;
}
.ht_event_wrap .e_prd_list .e_prd_prc p:nth-child(1) {
    color: #7e603f;
}
.ht_event_wrap .e_prd_list .e_prd_prc p span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #7e603f;
    position: absolute;
    top: 48%;
}
.ht_event_wrap .e_prd_list .e_prd_deli {
    width: fit-content;
    padding: 6px 8px;
    background-color: #000;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.mdl015 .tab_swiper {
    top: 180px;
}
