/* 교수소개 하단 수강신청 / 이벤트 영역 css*/
@charset "utf-8";

/* 상품단 : s */
.main_cat_wrap .product_cont {
    background: #f7f6fb;
}

.main_cat_wrap .product_cont .main_inner {
    padding: 138px 0 160px;
}

.main_cat_wrap .product_cont .main_title h3 {
    margin-top: 10px;
}

.main_cat_wrap .product_cont .product_wrap {
    width: 100%;
    margin-top: 47px;
}

.main_cat_wrap .product_cont .tplProductWrap {
    display: none;
    width: 100%;
    height: 133px;
    padding: 21px 29px 22px 45px;
    border: 2px solid #313137;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
}

.main_cat_wrap .product_cont .tplProductWrap + .tplProductWrap {
    margin-top: 14px;
}

.main_cat_wrap .product_cont .productItemList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.main_cat_wrap .product_cont .item_name {
    display: block;
    line-height: 1;
    letter-spacing: -0.05em;
    font-size: 19px;
    font-family: 'noto7';
}

.main_cat_wrap .product_cont .detail_txt {
    margin-top: 8px;
    font-family: 'noto5';
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.main_cat_wrap .product_cont .detail_txt li {
    display: flex;
    align-items: flex-start;
}

.main_cat_wrap .product_cont .detail_txt li span {
    display: inline-block;
}

.main_cat_wrap .product_cont .item_pri_wrap {
    display: flex;
    align-items: center;
    gap: 27px;
}

.main_cat_wrap .product_cont .item_pri {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    position: relative;
}

.main_cat_wrap .product_cont .item_origin_pri {
    line-height: 1;
    letter-spacing: -0.05em;
    color: #ababab;
    font-size: 20px;
    font-family: 'noto4';
    text-decoration: line-through;
}

.main_cat_wrap .product_cont .item_pri .tpl_coupon_type {
    display: block;
    margin-bottom: 6px;
    font-family: 'noto7';
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: right;
    color: #f22a2a;
}

.main_cat_wrap .product_cont .item_selling_pri {
    line-height: 1;
    letter-spacing: -0.05em;
    color: #000;
    font-size: 20px;
    font-family: 'noto7';
    text-align: right;
}

.main_cat_wrap .product_cont .item_detail_page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 45px;
    border-radius: 10px;
    background: #485783;
    font-family: 'noto4';
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #fff;
    transform: translateY(-2px);
}

.main_cat_wrap .product_cont .more_btn {
    width: 100%;
    height: 34px;
    margin-top: 13px;
    border-radius: 4px;
    background: #e9e8ed;
    font-family: 'noto4';
    font-size: 12px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #a7a7a7;
}
/* 상품단 : e */

/* 이벤트 : s */
.event_cont .event_slide {
    position: relative;
    width: 100%;
    margin: 42px 0 0;
}

.event_cont .event_slide .swiper-slide {
    gap: 24px;
    width: 282px;
    height: 267px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease-in-out;
    opacity: 0.5;
}

.event_cont .event_slide .swiper-slide-active,
.event_cont .event_slide .swiper-slide-active + .swiper-slide,
.event_cont .event_slide .swiper-slide-active + .swiper-slide + .swiper-slide,
.event_cont .event_slide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
}

.main_wrap .event_slide .swiper-slide:hover {
    transform: translate(0, -10px);
}

.event_cont .event_thumb {
    width: 100%;
    height: 156px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.event_cont .event_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_cont .event_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 22px 0;
}

.event_cont .event_desc {
    margin: 2px 0 0;
}

.event_cont .event_title,
.event_cont .event_desc {
    width: 100%;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 16px;
    font-family: 'noto6';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_cont .event_period {
    display: block;
    line-height: 1.2;
    margin: 8px 0 0;
    letter-spacing: -0.045em;
    color: #9a9fa9;
    font-size: 13px;
    font-family: 'noto5';
}

.event_cont .swiper_control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 77px 0 0;
}

.event_cont .swiper_control button {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    background: url('/_skin/sidae/popkon/images/layout/icon_header_utils.png') no-repeat -31px -5px;
}

.event_cont .swiper_control .btn_next {
    transform: rotate(180deg);
}

.event_cont .swiper-pagination {
    position: static;
    width: 100%;
    height: 3px;
    background: #ccc;
}

.event_cont .swiper-pagination-progressbar-fill {
    background: #000;
}

.event_cont .btn_more {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 27px;
    line-height: 1.2;
    border: 1px solid #000;
    margin: 0 29px 0 0;
    border-radius: 5px;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 14px;
    background: #000;
    transition: 0.2s ease-in-out;
}

.event_cont .btn_more:hover {
    color: #000;
    background: #fff;
}

.event_cont .slide_count {
    flex: 0 0 auto;
    width: 91px;
    line-height: 1.2;
    text-align: center;
    font-size: 19px;
    font-family: 'noto4';
}

.event_cont .slide_count span {
    font-family: 'noto6';
}
/* 이벤트 : e */