@charset "UTF-8";
.main_inner{
    position:relative;
    width:100%;
    overflow:hidden;
}
/* 상단 배너 ( 최신강의 업데이트중)*/
.price_up_banner {
    display: flex;
    align-items: center;
    position: sticky;
    bottom: auto;
    top: 0;
    width: 100%;
    height: 17.222vw;
    background: #ff4747;
    z-index: 5;
}
.price_up_banner p {
    margin-top: 10px;
    margin-left: 31.944vw;
    font-family: 'market-b';
    font-size: 5.5vw;
    letter-spacing: -0.065em;
    line-height: 1.3;
}
.update_banner p {
    margin-left: 0;
    text-align: center;
    color: #fff;
}
.price_up_banner p em {
    padding: 4px 4px 0 4px;
    background: #000;
    color: #fff;
    animation: blink3 1s ease infinite;
}
/* 상품 */
.product_price{
    position:absolute;
    width: 87%;
    top: 59vw;
    left: 7%;
}
.product_cont .bullet {
    position: absolute;
    top: 22.194vw;
    right: 0;
    width: 23.75vw;
    height: 23.75vw;
}
.product_cont .content_tags {
    display: flex;
    gap: 1.2vw;
}
.product_cont .content_tags li {
    display: flex;
    align-items: center;
    height: 5.6vw;
    line-height: 1.2;
    padding: 0.533vw 2.133vw 0;
    border-radius: 5.6vw;
    border: 0.267vw solid #fc45eb;
    color: #fc45eb;
    font-size: 2.933vw;
    font-family: 'market-m';
}
.product_cont .content_tags li.type_point {
    border-color: #fd61f0;
    color: #fff;
    background: #fd61f0;
}
.product_cont .content_title {
    display: block;
    margin: 2.8vw 0 0;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-size: 9.067vw;
    font-family: 'noto7';
    color: #0047f8;
}
.product_cont .content_title em {
    color: #000;
    font-family: 'noto7';
}
.product_cont .content_list {
    margin: 3.6vw 0 0;
}
.product_cont .content_list li {
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 3.333vw;
    font-family: 'noto4';
}
.product_cont .content_list li + li {
    margin-top: 2vw;
}
.product_cont .content_price {
    display: flex;
    width:100%;
    justify-content: end;
    gap: 4vw;
    margin-top: 4.133vw;
    /* margin-right: 0; */
}
.product_cont .origin_price {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: flex-end;
    gap: 2.778vw;
    /* padding: 0 0 1.867vw; */
    padding-top: 1.867vw;
}
.product_cont .origin_price p:nth-child(1) {
    line-height: 1.2;
    letter-spacing: 0.015em;
    text-align: center;
    font-size: 2.667vw;
    font-family: 'noto4';
}
.product_cont .origin_price p:nth-child(2) {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: rgba(123, 123, 123, 0.6);
    font-size: 4.133vw;
    font-family: 'noto6';
    text-decoration: line-through;
    text-decoration-color: #000;
}
.product_cont .total_price {
    line-height: 1.2;
    letter-spacing: -0.055em;
    color: #fe0000;
    font-size: 9.361vw;
    font-family: 'noto7';
}
.product_cont .total_price .price_unit {
    font-size: 6.467vw;
}
.product_cont .btn_apply {
    position: absolute;
    bottom: 23.733vw;
    left: 0;
    width: 100%;
    height: 15.067vw;
}

/* 이유 */
.reason_slide_wrap{
    position:absolute;
    width: 91%;
    bottom: 14%;
    left: 3%;
}
.reason_cont .reason_slide .swiper-slide {
    padding-bottom: 9.944vw;
}
.reason_cont .reason_slide .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: #c7c6cb;
    opacity: 1;
}
.reason_cont .reason_slide .swiper-pagination-bullet-active {
    background: #246ad8;
}

/*리뷰*/
.pass_review_slide {
    position:absolute;
    bottom: 2%;
}
.pass_review_slide .swiper-slide img {
    margin-left: 1.778vw;
}
.pass_review_slide .swiper-slide:after{
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -0.556vw;
    left: 9.111vw;
    width: 32.222vw;
    height: 12.778vw;
    background: url('/mobile/images/tpl/001058/new6/star.png') center / contain no-repeat;
}
.pass_review_slide .btn_arrow {
    position: absolute;
    top: 48%;
    left: 0.833vw;
    transform: translateY(-50%);
    width: 6.528vw;
    height: 6.528vw;
    background: url('/mobile/images/tpl/001058/new6/btn.png') center left / 102.778vw auto no-repeat;
    z-index: 5;
}
.pass_review_slide .btn_arrow.btn_next {
    left: auto;
    right: 0.833vw;
    background: url('/mobile/images/tpl/001058/new6/btn.png') center right / 102.778vw auto no-repeat;
}

/*교수*/
.teacher_slide_area {
    position: relative;
    width: 100%;
    height: 129vw;
    padding-top: 10.556vw;
    overflow: hidden;
}
.teacher_slide_wrap {
    position: absolute;
    top: 22.917vw;
    width: 100%;
    height: 100%;
}
.teacher_slide_wrap .teacher_cont_slide {
    height: 115.278vw;
    overflow: visible;
}
.teacher_slide_wrap .swiper-pagination {
    display: flex;
    position: absolute;
    top: -22.75vw;
    left: 0;
    width: 100vw;
    height: 10.556vw;
}
.teacher_slide_wrap .swiper-pagination .page_item {
    width: calc(100% / 5);
    height: 100%;
    background: #3c3941;
    font-family: 'noto7';
    font-size: 3.472vw;
    letter-spacing: -0.065em;
    color: #ababab;
}
.teacher_slide_wrap .swiper-pagination .page_item.is_active {
    background: #0047f8;
    color: #fff;
}
.teacher_slide_wrap .swiper-slide {
    position: relative;
    padding-left: 4.861vw;
    box-sizing: border-box;
}
.teacher_slide_area img {
    width: 100%;
}
.teacher_slide_area .link {
    display:block;
    position: absolute;
    top: 43.472vw;
    left: 4.861vw;
    width: 67.5vw;
    height: 41.25vw;
}
/*모의고사*/
.mock_cont .tab-wrap{
    width:100%;
}
.mock_cont .sub-content-tab {
    display: flex;
    gap: 1.806vw;
    width: 100%;
    padding: 0 7.778vw;
    box-sizing: border-box;
}
.mock_cont .sub-content-tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
.mock_cont .sub-content-tab li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15.278vw;
    border-radius: 2.778vw 2.778vw 0 0;
    letter-spacing: -0.065em;
    color: rgba(255, 255, 255, 0.8);
    font-size: 3.889vw;
    font-family: 'noto6';
    background: #59595b;
    cursor: pointer;
    text-align:center;
}
.mock_cont .sub-content-tab .selected {
    color: #fff;
    background: #0047f8;
}
.mock_cont .swiper-pagination,
.book_cont .swiper-pagination{
    position:static;
    margin-top:20px;
}
.book_cont .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: #c7c6cb;
    opacity: 1;
}
.book_cont .swiper-pagination .swiper-pagination-bullet-active {
    background: #246ad8;
}
.book_preview_slide {
    margin:20px 0 0 0;
}
.book_cont .link_btn {
    display:block;
    margin:17vw 0 0 ;
}