@charset "utf-8";


/* 대화형 css 순서

1. 대화형 통합
2. 케어콜
3. 특강
4. 지속변경

*/

/*  리뷰 & 디테일 팝업 */
.interactive-tutor-detail-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.interactive-review-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.review-continue-wrap {
    display: flex;
    justify-content: space-between;
    justify-content: center;		
    /* width: 100px; */
    cursor: pointer;
}r

.review-continue-wrap > span {
    font-weight: bold;
    font-size: 20px;
}

.review-close {
    font-size: 28px;
    color: gray !important;
    float: right;
    cursor: pointer;
}

.interactive-popup-close {
    float: right;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

.btn-review {
    cursor: pointer;
}

.btn-seemore {
    cursor: pointer;
}

/*  리뷰 & 디테일 팝업 */


/*******************************/
/** 2023-07-31 New tutor list **/
/*******************************/

#interactive-wrap [class*="col-xs-"] {
    padding: 0;
}

#interactive-wrap .chat-list .left-q .left-q-normal {
    padding: 15px;
    width: 100%;
    border: 1px solid #9CD4FF;
    border-radius: 10px;
}

/**************/
/* 768px 이상 */
/*************/

@media (min-width:768px) {
    #interactive-wrap .chat-list .left-q .left-q-normal {
        width: 33.3333%;
    }
}

#interactive-wrap .chat-list .left-q .search-list .top-tutor-pc {
    display: none;
}

#interactive-wrap .chat-list .left-q .right-tutor-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#interactive-wrap .chat-list .left-q .top-name i { /*좋아요*/
    color: #FF4949;
}

#interactive-wrap .chat-list .left-q .bottom-small-btn > div {
    display: inline-block;
    padding: 0 7px;
    margin: 3px 0 0 3px;
    border: 1px solid #31A5FF !important;
    border-radius: 20px;
    height: 20px;
    color: #31A5FF !important;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
}
#interactive-wrap .chat-list .left-q .bottom-small-btn > div:has(a.disabled) {
    cursor: default;
    opacity: 0.5;
}

#interactive-wrap .chat-list .left-q .bottom-small-btn > div.more {
    border: 1px solid #FFB400;
    color: #FFB400;
}
#interactive-wrap .chat-list .left-q .bottom-small-btn > div > a.disabled {
    cursor: default;
    opacity: 0.8;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
}



/**************/
/* 768px 이상 */
/*************/

@media (min-width: 768px){
    #interactive-wrap .chat-list .left-q .search-list .top-tutor-mobile {
        display: none;
    }

    #interactive-wrap .chat-list .left-q .search-list .top-tutor-pc {
        display: block;
    }

    #interactive-wrap .chat-list .left-q .top-name {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #9CD4FF;
    }

    #interactive-wrap .chat-list .left-q .bottom-small-btn {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;
        margin-bottom: 5px;
    }

    #interactive-wrap .chat-list .left-q .bottom-small-btn > div {
        padding: 0;
        margin: 0;
        border-radius: 30px;
        width: 100%;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }
}


/*tutor detail popup - only mobile*/

.dimbg {
    /*display: none;*/
    position: absolute;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
	z-index: 20;
}

.dim-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%;
    z-index: 21;
}

.dim-popup .popup-detail-tutor {
    display: flex;	
    flex-direction: column;
    padding: 20px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #9CD4FF;
}

.dim-popup .popup-detail-tutor .top-name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #9CD4FF;
    font-size: 16px;
}

 .dim-popup .popup-detail-tutor .top-name i {
    color: #FF4949;
}

.dim-popup .popup-detail-tutor .tutor-info {
    position: relative;
    display: grid;
    align-items: center;
    padding: 20px 0;
    grid-template-columns: 60px 1fr;
    gap: 10px;
}

.dim-popup .popup-detail-tutor .tutor-info .left-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
	border: 1px solid #ddd;
}

#interactive-wrap .dim-popup .popup-detail-tutor .tutor-info .right-tag .tag {
    display: inline-block;
    margin: 0 0 2px;
    padding: 2px 5px 1px;
    background-color: #FFFFFF;
    border: 1px solid #FFB400;
    border-radius: 30px;
    color: #FFB400;
    font-weight: 600;
    font-size: 14px;
}

#interactive-wrap .dim-popup .popup-detail-tutor .bottom-small-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 10px;
}


#interactive-wrap .dim-popup .popup-detail-tutor .bottom-small-btn > div {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #31A5FF;
    border-radius: 20px;
    width: 100%;
    height: 30px;
    color: #31A5FF;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}


/*tutor review popup*/

.popup-tutor-review {
    position: absolute;
    _position: absolute;
    padding: 20px 20px 0 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    overflow: hidden;
	z-index: 20;
}

.popup-tutor-review .popup-scroll {
    width: 100%;
    height: calc(100% - 100px);
    overflow-y: auto;
    padding-right: 5px;
}

.popup-tutor-review .popup-scroll::-webkit-scrollbar { /*스크롤바 설정*/
    width: 5px;
    /* display: none; */
}

.popup-tutor-review .popup-scroll::-webkit-scrollbar-thumb { /*스크롤바 설정*/
    background-color: rgba(221, 221, 221, 1);
    border-radius: 10px;
}

.popup-tutor-review .popup-scroll::-webkit-scrollbar-track { /*스크롤바 설정*/
    background-color: rgba(0, 0, 0, 0);
}

.popup-tutor-review > .close {
    display: inline-block;
    font-size: 28px;
}

.popup-tutor-review > .close > i {
    color: #999999;
}

.popup-tutor-review .score-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    padding: 20px 0;
    width: 100%;
    background-color: #E4F3FF;
    border-radius: 15px;
}

    @media (min-width: 1280px){
        .popup-tutor-review .score-box {
            flex-direction: row;
        }
    }

.review-base-info {
    display: flex;
    flex-direction: row;
    gap: 15px;
    /* align-items: center; */
}

.review-base-info > div > img {
    max-width: 100%;
}

.popup-tutor-review .score-box > div > div:first-child { /*강사 이미지*/
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.popup-tutor-review .score-box > div > div:nth-child(2),
.popup-tutor-review .score-box > div > div:nth-child(3){ /*평점, 좋아요 순*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    @media (min-width: 1280px){
        .popup-tutor-review .score-box > div > div:nth-child(3){ /*평점, 좋아요 순*/
            width: 70px;
        }
    }

.popup-tutor-review .score-box > div > div > .description {
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 12px;
    color: #333;
}

.popup-tutor-review .score-box > div > div > .star > i {
    color: #FF4949;
    font-size: 18px;
}

.popup-tutor-review .score-box > div > div > .heart > i {
    color: #FF4949;
    font-size: 20px;
}

.popup-tutor-review .score-box > div > div > .number {
    font-family: 'TmoneyRoundWindExtrabold', 'Pretendard';
    font-size: 16px;
    color: #333;
}

.popup-tutor-review .score-box > div > div > .number span {
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    color: #aaa;
}

.review-introduce {
    width: 90%;
    border-top: 1px solid #C5E5FF;
    padding: 15px 0 0 0 ;
}

    @media (min-width: 1280px){
        .review-introduce {
            border-left: 1px solid #C5E5FF;
            border-top: 0px;
            padding: 0 0 0 20px;
            /* width: 300px; */
            max-width: 330px;
        }
    }

.review-introduce p:nth-child(1) {
    font-size: 18px;
}

.popup-tutor-review .review-wrap {
    padding: 15px 0;
}

.popup-tutor-rivew .review-list {
    padding-right: 5px;
}

.popup-tutor-review .review-list .user-info {
    display: grid;
    grid-template-columns: 40px 1fr 80px;
    gap: 5px;
}

.popup-tutor-review .review-list .user-info > p {
    padding: 0;
    font-size: 13px;
}

.popup-tutor-review .review-list .user-info .rounded-circle {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.popup-tutor-review .review-list .user-info > div .star i {
    color: #FF4949;
    font-size: 12px;
}

.popup-tutor-review .review-list .user-review {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.popup-tutor-review .review-list .user-review > p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;    
}

.popup-tutor-review .review-list .user-review div {
    display: block;
    padding: 5px 0;
    width: 50px;
}



/**************/
/* 768px 이상 */
/*************/

@media (min-width: 768px) {
    .popup-tutor-review {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 700px;
        height: 460px;
        border-radius: 20px;
    }
}

/* 수업후기 비디오 & 버튼 css start */
.tutor-video {
    display: inline-block;
    margin: 0;
    flex-shrink: 0;
}

.tutor-video .btn-tutor-video {
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--lecture3-primary-color1);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.tutor-video .btn-tutor-video.disabled {
    background: #eee;
    color: #888;
    border-color: #eee;
}

.tutor-video .btn-tutor-video span {
    margin-right: .2em;
    font-size: 80%;
}

.tutor-video .btn-tutor-video > i {
    margin-right: 3px;
}

.tutor-review {
    display: inline-block;
    align-items: center;
    cursor: pointer;
}

.tutor-review .btn-tutor-review {
    border: none;
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'pretendard', 'Noto Sans KR', Arial;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    background: var(--lecture3-primary-color3);
    color: #ffffff;
    border-radius: 50px;
}

.tutor-review .btn-tutor-review > i {
    margin-right: 3px;
}
/* 수업후기 비디오 & 버튼 css end */