@charset "utf-8";


/* 대화형 css 순서

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

*/

body {
    height: 100%;
}


.hasDatepicker {
    border-radius: 10px;
}

input[type=radio][disabled], .input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], .ieldset[disabled] input[type=radio], .ieldset[disabled] input[type=checkbox], .ieldset[disabled] .radio, .ieldset[disabled] .radio-inline, .ieldset[disabled] .checkbox, .ieldset[disabled] .checkbox-inline {
	cursor:not-allowed
}

input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #EEEEEE;
	opacity: 1
}

button.disabled,
button[disabled],
fieldset[disabled] button {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.50;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
          box-shadow: none;
}



section {
    text-align: left;
}

#interactive-wrap {
	/* border: 2px solid #5AAFFF; overflow-y:scroll; */
	overflow-y:scroll;
    background-color: #E4F3FF;
    height: 100%;
}

#interactive-wrap::-webkit-scrollbar {
    display: none;
}


#interactive-wrap .page-loading {
	height: 300px; display: flex; justify-content: center; align-items: center;
}
#interactive-wrap .page-loading > img {
	max-width: 230px;
}

/*weight*/

#interactive-wrap .font-300 {
    font-weight: 300;
}

#interactive-wrap .font-400 {
    font-weight: 400;
}

#interactive-wrap .font-500 {
    font-weight: 500;
}

#interactive-wrap .font-600 {
    font-weight: 600;
}

#interactive-wrap .font-700 {
    font-weight: 700;
}

#interactive-wrap  .font-800 {
    font-weight: 800;
}

/*spacing*/

#interactive-wrap .spacing0 {
    letter-spacing: 0;
}


/*color*/

#interactive-wrap .font-blue {
    color: #31A5FF;
}

#interactive-wrap .font-orange {
    color: #FFA800;
}

#interactive-wrap .font-ivory {
    color: #FFF8DF;
}

#interactive-wrap .font-gray6 {
    color: #666666;
}

#interactive-wrap .font-white {
    color: #FFFFFF;
}


/* Default CSS */
/* Mobile - Portrait 이하 */

#interactive-wrap h1,
#interactive-wrap h2,
#interactive-wrap h3,
#interactive-wrap h4,
#interactive-wrap h5,
#interactive-wrap h6 {
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    letter-spacing: -1px;
}
#interactive-wrap div,
#interactive-wrap input,
#interactive-wrap button,
#interactive-wrap p,
#interactive-wrap textarea {
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
/*
    font-size: 16px;
    font-weight: 400;
*/
    letter-spacing: -1px;
}

#interactive-wrap hr {
    opacity: 1!important;
    border-top: 1px solid #8BCDFF!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    background: transparent!important;
}

#interactive-wrap hr:not([size]){
    height: 1px;
}

#interactive-wrap {
    position: relative;
    width: 100%;
}


/**************/
/* 1280px 이상 */
/*************/

@media (min-width: 1280px) {
    #interactive-wrap .chat-list {
        margin: 0 auto;
        padding: 0;
        width: 1000px;
    }
}


#interactive-wrap>.top {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    background-color: #31A5FF;
    text-align: center;
    position: fixed;
    z-index: 19;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
}

#interactive-wrap>.top>h1 {
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', sans-serif;
    transform : rotate(0.03deg);
    z-index: 20;
}

#interactive-wrap .chat-list {
    position: relative;
    padding: 60px 20px 20px 20px;
}

#interactive-wrap .chat-list .left-q {
    position: relative;
    margin-top: 45px;
    padding: 15px;
    width: min(900px,90vw);
    height: auto;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

#interactive-wrap .chat-list .left-q:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-top: 0;
    border-right: 0;
    margin-left: 10px;
    margin-top: -12px;
}

#interactive-wrap .chat-list .left-q:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(/edu/skin/default/content/images/interactive/icn_profile.png), #8BCDFF;
    background-size: contain, 100%;
    margin-left: 20px;
    margin-top: -35px;
}

#interactive-wrap .chat-list .search-padding {
    padding: 15px 0 15px 15px;
}

/* 나의 현재 수강정보 - start (2024.01.29) */
#interactive-wrap .table-fill-bordered {
    border: 1px solid #ddd;
}

#interactive-wrap .table-fill-bordered > thead.ts-header {
    border-top: 0;
}

#interactive-wrap .table-fill-bordered > thead.ts-header th {
    border: 1px solid #ddd;
    background-color: #31A5FF;
    color: #fff;
}

#interactive-wrap .table-fill-bordered > tbody.ts-body td {
    border: 1px solid #ddd;
}
/* 나의 현재 수강정보 - end (2024.01.29) */

/**************/
/* 1280px 이상 */
/*************/

#interactive-wrap .chat-list .left-q>p {
    margin: 0;
    padding: 0 0 8px 0;
    word-break: keep-all;
    font-size: 16px;
}

#interactive-wrap .chat-list .left-q>p:last-child {
    padding-bottom: 0;
}

#interactive-wrap .chat-list .left-q .summary {
    font-weight: 600;
    color: #31A5FF;
}

#interactive-wrap .chat-list .left-q .summary .icn-bell {
    margin-right: 5px;
    width: 18px;
    vertical-align: middle;
}

#interactive-wrap .chat-list .left-q .left-q-normal .class-start {
    margin: 0 auto;
    width: 100%;
    height: 28px;
    line-height: 26px;
    border: 1px solid #31A5FF;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
	font-weight: 500;
    letter-spacing: -1px;
}


/**************/
/* 720px 이상 */
/*************/

@media (min-width: 720px){
    #interactive-wrap .chat-list .left-q .left-q-normal .class-start {
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        font-size: 16px;
    }
}

#interactive-wrap .chat-list .left-q .left-q-normal .recom-name {
    margin-bottom: 10px;
    padding: 10px 0 5px 0;
    width: 100%;
    border-bottom: 1px dotted #DDDDDD;
    text-align: center;
    font-size: 17px;
	font-weight: 600;
    letter-spacing: -1px;
}

#interactive-wrap .chat-list .left-q .left-q-normal p {
    font-size: 15px;
	font-weight: 500;
    letter-spacing: -1px;
}

.bottom-btn {
    width: 100%;
}
.bottom-btn2 {
    width: 100%;
}

#interactive-wrap .chat-list .left-q .bottom-btn input[type="radio"]{
    display: none;
}

#interactive-wrap .chat-list .left-q .bottom-btn input[type="radio"] + label {
    margin-bottom: 5px;
    padding: 12px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

#interactive-wrap .chat-list .left-q .bottom-btn input[type="radio"]:checked + label {
    border: 2px solid #31A5FF;
    color: #31A5FF;
    font-weight: 500;
    outline: 0;
}

#interactive-wrap .chat-list .left-q .tutor-req,
#interactive-wrap .chat-list .left-q .searching {
    padding: 15px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

#interactive-wrap .chat-list .left-q .tutor-req2 {
    /* padding: 15px; */
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

#interactive-wrap .chat-list .left-q .tutor-req textarea{
    padding: 10px;
    width: 100%;
    height: 90px;
    overflow-y: auto;
    line-height: 22px;
    border: 2px solid #FFFFFF;
    resize: none;
}
#interactive-wrap .chat-list .left-q .tutor-req2 textarea {
    padding: 10px;
    width: 100%;
    height: 90px;
    overflow-y: auto;
    line-height: 22px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    resize: none;
}

#interactive-wrap .chat-list .left-q .tutor-req textarea:focus,
#interactive-wrap .chat-list .left-q .tutor-req2 textarea:focus,
#interactive-wrap .chat-list .left-q .tutor-req textarea:hover {
    border: 2px solid #31A5FF;
    outline: 0;
}

#interactive-wrap .chat-list .left-q .tutor-req > hr,
#interactive-wrap .chat-list .left-q .tutor-req2 > hr,
#interactive-wrap .chat-list .left-q .searching > hr {
    border-top: 1px solid #ddd!important;
}

#interactive-wrap .chat-list .left-q .tutor-req textarea::placeholder,
#interactive-wrap .chat-list .left-q .tutor-req2 textarea::placeholder {
    color: #DDDDDD;
}

#interactive-wrap .chat-list .left-q .tutor-req .btn-box,
#interactive-wrap .chat-list .left-q .tutor-req2 .btn-box,
#interactive-wrap .chat-list .left-q .searching .btn-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#interactive-wrap .chat-list .left-q .tutor-req .btn-box > button,
#interactive-wrap .chat-list .left-q .tutor-req2 .btn-box > button,
#interactive-wrap .chat-list .left-q .searching .btn-box > button {
    padding: 0;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    border-radius: 30px;
}

#interactive-wrap .chat-list .left-q .tutor-req .btn-box > button.prev,
#interactive-wrap .chat-list .left-q .tutor-req2 .btn-box > button.prev,
#interactive-wrap .chat-list .left-q .searching .btn-box > button.prev {
    width: 75px;  background-color: #BBBBBB;
}
#interactive-wrap .chat-list .left-q .tutor-req .btn-box > button.prev.active,
#interactive-wrap .chat-list .left-q .tutor-req2 .btn-box > button.prev.active,
#interactive-wrap .chat-list .left-q .searching .btn-box > button.prev.active {
    width: 75px;  background-color: #999999;
}



#interactive-wrap .chat-list .left-q .tutor-req .btn-box > button.confirm,
#interactive-wrap .chat-list .left-q .tutor-req2 .btn-box > button.confirm,
#interactive-wrap .chat-list .left-q .searching .btn-box > button.confirm {
    width: 65px; background-color: #31A5FF;
}
#interactive-wrap .chat-list .left-q .tutor-req .btn-box > button:focus.confirm,
#interactive-wrap .chat-list .left-q .tutor-req .btn-box > button:hover.confirm,
#interactive-wrap .chat-list .left-q .tutor-req2 .btn-box > button:focus.confirm,
#interactive-wrap .chat-list .left-q .tutor-req2 .btn-box > button:hover.confirm,
#interactive-wrap .chat-list .left-q .searching .btn-box > button:focus.confirm,
#interactive-wrap .chat-list .left-q .searching .btn-box > button:hover.confirm {
    background-color: #31A5FF;
}


.time-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.time-box select {
    padding-left: 5px;
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #666666;
    font-size: 15px;
}

.time-box select:focus {
    border: 2px solid #31A5FF;
    outline: none;
}

.time-box2 {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.time-box2 :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}
.time-box2 :nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
}


.time-box2 select {
    padding-left: 5px;
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #666666;
    font-size: 15px;
}

.time-box2 select:focus {
    border: 2px solid #31A5FF;
    outline: none;
}

.search-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


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

@media (min-width: 768px) {
    #interactive-wrap .chat-list .left-q .search-list {
        flex-direction: row;
    }
}


/**************/
/* 1280px 이상 */
/*************/

@media (min-width: 1280px) {
    #interactive-wrap .chat-list .left-q .search-list > div {
        gap: 10px;
    }

    #interactive-wrap .chat-list .left-q .search-list > div .left-q-normal {
        margin: 10px 0 0 0;
        width: 280px;
    }
}

#interactive-wrap .chat-list .left-q p.direct {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}


/*
#interactive-wrap .chat-list .left-q .search-list > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}
*/

/*
#interactive-wrap .chat-list .left-q .search-list > div .left-q-normal {
    position: relative;
    margin: 10px 20px 0 0;
    padding: 15px;
    width: 250px;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #9CD4FF;
}
*/


#interactive-wrap .chat-list .left-q .search-list > div .left-q-normal .btn-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#interactive-wrap .chat-list .left-q-normal .tutor-info {
    position: relative;
    display: grid;
    /*align-items: center;*/
    padding: 10px 0;
    grid-template-columns: 48px 1fr;
    gap: 10px;
}


/**************/
/* 720px 이상 */
/*************/

@media (min-width: 720px){
    #interactive-wrap .chat-list .left-q-normal .tutor-info {
        grid-template-columns: 52px 1fr;
    }
}


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

@media (min-width: 768px){
    #interactive-wrap .chat-list .left-q-normal .tutor-info {
        min-height: 141px;
    }
}

#interactive-wrap .chat-list .left-q-normal .tutor-info .left-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
	border: 1px solid #ddd;
}

/**************/
/* 720px 이상 */
/*************/

@media (min-width: 720px){
    #interactive-wrap .chat-list .left-q-normal .tutor-info .left-img {
        width: 52px;
        height: 52px;
    }
}


#interactive-wrap .chat-list .left-q-normal .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: 12px;
}



/**************/
/* 1280px 이상 */
/*************/

@media (min-width: 1280px){
    #interactive-wrap .chat-list .left-q-normal .tutor-info .right-tag .tag {
        padding: 2px 6px 1px;
        font-size: 14px;
    }
}


#interactive-wrap .chat-list .left-q-normal .video {
    padding: 5px 0;
}

#interactive-wrap .chat-list .left-q-normal .video > a {
    display: inline-block;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #fff;
    border: 1px solid #31A5FF;
	width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0;
	font-size: 15px;
	font-weight: 600;
	color: #31A5FF;
	text-align: center;
	letter-spacing: 0;	
    cursor: pointer;
}


#interactive-wrap .chat-list .left-q-normal .video > a.disabled {
    border: 1px solid #999999;
	color: #999999;
}

#interactive-wrap .chat-list .left-q-normal .btn-box > button {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #31A5FF;
    border: none;
	width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0;	
    cursor: pointer;
}

#interactive-wrap .chat-list .left-q-normal .btn-box > button:focus {
    border: 2px solid #31A5FF;
    color: #31A5FF;
	background-color: #FFFFFF;
}

#interactive-wrap .bottom-btn > button,
#interactive-wrap .bottom-btn > a {
	display: block;
	width: 100%;
	box-sizing: border-box;
    margin-bottom: 5px;
    padding: 12px;
    background: #31A5FF;
    border: transparent;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

#interactive-wrap .bottom-btn2 > button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    display: block;
	box-sizing: border-box;
    margin-bottom: 5px;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

#interactive-wrap .bottom-btn > button.active,
#interactive-wrap .bottom-btn > a.active {
    background-color: #fff;
    border: 2px solid #FFB400;
    color: #FFB400;
}
#interactive-wrap .bottom-btn2 > button.active {
    background-color: #fff;
    border: 2px solid #FFB400;
    color: #FFB400;
}

#interactive-wrap .top-btn > button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    display: block;
	box-sizing: border-box;
    padding: 6px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

/**************/
/* 768px 이상 */
/*************/
@media (min-width: 768px) {
    #interactive-wrap .button-group {
        display: flex;
        gap: 2rem;
    }
}


/*
#interactive-wrap .chat-list .left-q-normal .btn-box input[type="radio"]{
    display: none;
}

#interactive-wrap .chat-list .left-q-normal .btn-box input[type="radio"] + label {
    display: inline-block;
	position: relative;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #8BCDFF;
	width: 150px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
    letter-spacing: 0;
	cursor: pointer;
}

#interactive-wrap .chat-list .left-q-normal .btn-box input[type="radio"]:checked + label {
    background-color: #31A5FF;
}
*/

#interactive-wrap .chat-list .answer-wrap {
    position: relative;
    width: 100%;
    text-align: right;
}

#interactive-wrap .chat-list .answer-wrap .right-a p {
    position: relative;
    display: inline-block;
    margin-top: 22px;
    padding: 15px;
    max-width: 90%;
    background-color: #FFB400;
    border-radius: 10px;
    text-align: left;
    word-break: keep-all;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 15px;
}

#interactive-wrap .chat-list .answer-wrap .right-a p:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #FFB400;
    border-top: 0;
    border-right: 0;
    margin-right: 10px;
    margin-top: -12px;
}

#interactive-wrap .chat-list .finish {
    position: relative;
    margin-top: 45px;
    padding: 15px;
    width: 90%;
    height: auto;
    border-radius: 10px;
    background-color: #666666;
}

#interactive-wrap .chat-list .finish:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #666666;
    border-top: 0;
    border-right: 0;
    margin-left: 10px;
    margin-top: -12px;
}

#interactive-wrap #final_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

#interactive-wrap .parallel-btns {
    padding-top: 10px;
}

/**************/
/* 1280px 이상 */
/*************/

@media (min-width: 1280px) {
    #interactive-wrap .parallel-btns {
        display: flex;
        gap: 10px;
        padding-top: 10px;
    }
}

/*
#final_btns #customer_btn,
#final_btns #home_btn {
    width: 100%;
}
*/

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

@media (min-width: 768px) {
    #interactive-wrap #final_btns {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
        padding-top: 10px;
    }
    
}

/**************/
/* 1280px 이상 */
/*************/

@media (min-width: 1280px) {
    #interactive-wrap .chat-list .finish {
        width: 900px;
    }
}

#interactive-wrap .interactive-error {
    position: relative;
    width: 100%;
    text-align: center;
}

#interactive-wrap .crying-racoon {
    width: 200px;
    height: 184px;
    /* align-items: center; */
    /*margin: auto;*/
}

#interactive-wrap .interactive-error-alert {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', sans-serif; 
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

#interactive-wrap .interactive-error-info {
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', sans-serif; 
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

#interactive-wrap .interactive-error-menu {
    display: inline-block;
    padding: 0 20px 0 10px;
    margin: 0 auto;
    background-color: #fee800;
    border-radius: 50px;
    overflow: hidden;
}

#interactive-wrap .interactive-error-btn {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', sans-serif; 
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

#interactive-wrap .interactive-error-kakao {
    height: 45px;
}

#interactive-wrap .interactive-error-phone {
    height: 50px;
    border-radius: 20px;
    text-align: center;
}

/*******************************/
/** 2023-08-01 wish time table **/
/*******************************/
#interactive-wrap .chat-list .left-q .wish-time-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
}

#interactive-wrap .chat-list .left-q .wish-time-table div:nth-child(1),
#interactive-wrap .chat-list .left-q .wish-time-table div:nth-child(2){
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    background-color: #E4F3FF;
    color: #31A5FF;
    text-align: center;   
    font-weight: 600;
}

#interactive-wrap .chat-list .left-q .wish-time-table div select {
    width: 100%;
    height: 36px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #666666;
    font-size: 14px;
}

#interactive-wrap .chat-list .left-q .wish-time-table div select:focus {
    border: 2px solid #31A5FF;
    outline: none;
}

#comment_area {
    padding: 10px;
    width: 100%;
    height: 90px;
    overflow-y: auto;
    line-height: 22px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/*******************************/
/** 2023-08-01 tutor confirm **/
/*******************************/


#interactive-wrap .chat-list .left-q .confirm-tutor {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #9CD4FF;
    border-radius: 10px;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .top > div > img,
#interactive-wrap .chat-list .left-q .confirm-tutor .top > div > p {
    display: inline-block;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .top > div > .rounded-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .top > div > p {
    font-size: 16px;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .top > div:last-child {
    display: none;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .center-info {
    display: grid;
    grid-template-rows: 1fr;
}

.confirm-tutor-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    border: 1px solid #9CD4FF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 10px;
}
.confirm-tutor-2 > div {
    flex: 1;
    min-width: 120px;
}

.confirm-tutor-2-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.confirm-tutor-2-info > span {
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    color: #31A5FF;
}

.confirm-tutor-2-info img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}


/**************/
/* 1280px 이상 */
/*************/

@media (min-width: 1280px){
    #interactive-wrap .chat-list .left-q .confirm-tutor .center-info {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    #interactive-wrap .chat-list .left-q .confirm-tutor .center-info > p:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
}

#interactive-wrap .chat-list .left-q .confirm-tutor .center-info > p {
    font-size: 14px;
    padding: 0;
    line-height: 14px;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .center-info > p > span {
    display: inline-block;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 7px;
    border-radius: 30px;
    background-color: #31A5FF;
    color: #fff;
    letter-spacing: 0;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .center-info > p > span.confirm-class {
    background-color: #FFB400;
}

.warning {
    display: inline-block;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 30px;
    background-color: #FF4949;
    color: #fff !important;
    letter-spacing: 0 !important;
    border: 1px;
}

@media (min-width: 1280px){
    #interactive-wrap .chat-list .left-q .confirm-tutor .center-info2 {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
}

#interactive-wrap .chat-list .left-q .confirm-tutor .center-info2 > p {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0;
    line-height: 16px;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .center-info2 > p > span:first-child {
    display: inline-block;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 14px;
    margin-right: 5px;
    padding: 2px 7px;
    border-radius: 30px;
    background-color: #31A5FF;
    color: #fff;
    letter-spacing: 0;
}

#interactive-wrap .chat-list .left-q .confirm-tutor .center-info2 > p > span.confirm-class {
    background-color: #FFB400;
}


#interactive-wrap .chat-list .finish .confirm-tutor {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #444;
    border-radius: 10px;
}

#interactive-wrap .chat-list .finish .confirm-tutor .top {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

#interactive-wrap .chat-list .finish .confirm-tutor .top > div > img,
#interactive-wrap .chat-list .finish .confirm-tutor .top > div > p {
    display: inline-block;
}

#interactive-wrap .chat-list .finish .confirm-tutor .top > div > .rounded-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

#interactive-wrap .chat-list .finish .confirm-tutor .top > div > p {
    font-size: 16px;
    color: #fff;
}

#interactive-wrap .chat-list .finish .confirm-tutor .center-info {
    display: grid;
    grid-template-rows: 1fr;
}

/**************/
/* 1280px 이상 */
/*************/

@media (min-width: 1280px){
    #interactive-wrap .chat-list .finish .confirm-tutor .center-info {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    #interactive-wrap .chat-list .left-q .confirm-tutor .center-info > p:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
}

#interactive-wrap .chat-list .finish .confirm-tutor .center-info > p {
    font-size: 14px;
    padding: 0;
    line-height: 14px;
    color: #fff;
}

#interactive-wrap .chat-list .finish .confirm-tutor .center-info > p > span {
    display: inline-block;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 7px;
    border-radius: 30px;
    background-color: #31A5FF;
    color: #fff;
    letter-spacing: 0;
}

#interactive-wrap .chat-list .finish .confirm-tutor .center-info > p > span.confirm-class {
    background-color: #FFB400;
}

#interactive-wrap .chat-list .finish .confirm-tutor hr {
    border-top: 1px solid #999999 !important;
}


#interactive-wrap .chat-list .finish .summary {
    font-weight: 600;
    color: #FFEEB6;
    letter-spacing: 0;
}

#interactive-wrap .chat-list .finish .summary .icn-bell {
    margin-right: 5px;
    width: 18px;
    vertical-align: middle;
}

/********************************************/
/** 2023-08-01 slt curriculum radio button **/
/********************************************/

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, auto));
    grid-template-rows: auto 1fr;
    gap: 5px;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum {
    padding-top: 10px;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum:focus {
    border: 1px solid #31A5FF;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum input[type="radio"]{
	display: none;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum input[type="radio"] + label span {
	display: block;
	margin: 0 auto;
	width: 16px;
	height:	16px;
	background:	url('/edu/skin/default/content/images/interactive/icn-check.png') left top no-repeat;
	cursor:	pointer;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum input[type="radio"]:checked + label span {
	background:	url('/edu/skin/default/content/images/interactive/icn-check.png') -16px	top	no-repeat;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum input[type="radio"] + label span:not(.radio-img){
    background: none;
    width: 100%;
    height: auto;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum input[type="radio"]:checked + label span:not(.radio-img) {
    background: none;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum label {
	position: relative;
    margin: 0;
	width: 100%;
	font-size: 13px;
    font-weight: 500;
    line-height: 14px;
	word-break:	keep-all;
    letter-spacing: 0;
}

#interactive-wrap .chat-list .left-q .interactive-curriculum-wrap > .interactive-curriculum label .interactive-img {
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

.interactive-curriculum-series {
    padding-left: 5px;
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #666666;
    font-size: 15px;
    
}

.interactive-leave{
    font-size: 40px;
    color: white;
    font-weight: bold;
}

.interactive-font-14 {
    font-size: 14px;
}
.interactive-font-13 {
    font-size: 13px;
}





/* 케어콜관련 css 모음 START */

#interactive-wrap > .chat-list > .carecall-section-1 > .left-q > .carecall-tutor-list {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 10px;
    border: 1px solid #9CD4FF;
	padding: 1rem;
	margin: 0 0 8px 0;
	gap: 1.2rem;
}

#interactive-wrap > .chat-list > .carecall-section-1 > .left-q > .carecall-tutor-list > .tutor-info > .row {
	display: flex;
}

#interactive-wrap > .chat-list > .carecall-section-1 > .left-q > .carecall-tutor-list > .tutor-info > .row > .tname {
	font-size: 16px;
}

#interactive-wrap > .chat-list > .carecall-section-1 > .left-q > .carecall-tutor-list > .tutor-info > .row > .tutor-type {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 6px;
    border: 1px solid #31A5FF;
    border-radius: 50px;
    color: #31A5FF;
    margin-left: 8px;
    margin-bottom: 3px;
}

#interactive-wrap .chat-list .carecall-section-1 .carecall-tutor-list img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
	border: 1px solid #ddd;
}




/* 케어콜 관련 css 모음 END */




/* 특강권 관련 css 모음 START */

/* slt 전용 time-box (유저 지속변경에서도 slt-time-box 사용중)*/
#interactive-wrap .chat-list .left-q .slt-time-box {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 5px;
}

#interactive-wrap .chat-list .left-q .slt-time-box select:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
}

#interactive-wrap .chat-list .left-q .slt-time-box select {
    padding-left: 5px;
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #666666;
    font-size: 15px;
}

#interactive-wrap .chat-list .left-q .slt-time-box select:focus {
    border: 2px solid #31A5FF;
    outline: none;
}

.slt-warning-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: flex;
    justify-content: center;
}





/* 특강권 관련 css 모음 END */

/* 유저 지속변경 관련 css 모음 END */

/* list wrap css START */

/* grid template 는 해당 페이지에서 별도 설정 */
.listwrap {
    display: grid;
    width: 100%;
    margin: 0 auto;
}

.listwrap>div {
    overflow: hidden;
    border:	1px	solid #ddd;
    border-radius: 10px;
    width: 100%;
}

.listwrap .day {
    padding: 3px 0;
    background-color: #E5F4FF;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    text-align:	center;
}

.listwrap .danger {
    padding: 3px 0;
    background-color: #E5F4FF;
    width: 100%;
    font-size: 1.4rem;
    color: #FA5858;
    font-weight: 600;
    text-align:	center;
}

/*수업횟수,	수업선택 버튼*/
.listwrap button {
    margin:	0;
    padding: 3px 0;
    width: 100%;
    background-color: #fff;
    border:	none;
    border-bottom:	1px	solid #ddd;
    text-align:	center;
    font-size: 1.5rem;
    cursor:	pointer;
    color: #31A5FF;
}

.listwrap button.disabled {
    background-color: #f6f6f6;
    color: #707070;
    text-decoration: line-through;
}

.listwrap button.on {
    background-color: #E5F4FF;
    color: #31A5FF;
    font-weight: 600;
}

.listwrap button.active {
    background-color: #31A5FF;
    color: #fff;
}

.listwrap-title {
    display: none;
}

@media (min-width: 1280px){
    .listwrap .day {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

/* list wrap css END */

/* complaints box start*/
.ctype-active {
    background-color: #31A5FF;
}
.complaints-reasons {
    display: grid;
}

/**************/
/* 1280px 이하 */
/*************/

@media (min-width: 1280px){
    .complaints-reasons {
        grid-template-columns: 1fr 1fr;
    }
}

.complaints-reasons div {
    display: flex;
    padding: 5px 5px 5px 10px;
}

.complaints-reasons div span {
    margin-left: 5px;
    font-size: 15px;
}

.complaints-reasons hr{
    border-top: 1px solid !important;
}

.interactive-chkbox {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

.chkbox-active{
    border: 1px solid #31A5FF;
    background: url('/edu/skin/default/content/images/interactive/checkbox.png') no-repeat center center;
    background-size: 14px 14px;
}

.complaints-box .tutor-req {
    padding: 0;
    overflow: hidden;
}

.interactive-chkbox:disabled {
    /* background-color: gray; */
    border: 1px solid;
}

/* complaints box end*/

.weeks {
    position:relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content:center;
    -webkit-box-align: center;
    align-items: center;
    margin:	0 auto 10px	auto;
}
.weeks .arrow {
    position:relative;
    top:3px;
    /*	color: #ddd;*/
    color: #b0b0b0;
    font-size: 2.0rem;
}
.weeks .leftArrow {
    transform:scaleX(-1);
}
.weeks button.disabled .arrow {
    color: #cfcfcf;
    opacity: 0;
}
.weeks>p {
     display: inline-block;
     padding: 0 5px;
     font-size: 1.5rem;
     font-weight: 500;
     color: #444;
 }
.weeks .btn-border:active, .weeks .btn-border:focus {
    outline:none !important;
    box-shadow:none !important;
}
.weeks .arrowBox button {
    background-color: transparent !important;
}

.bx-wrapper {
    margin-bottom: 10px !important;
}

/**************/
/* 1280px 이하 */
/*************/

/* @media (max-width: 1280px){
    .chgtt-complaints-box {
        display: flex;
        flex-direction: column;
    }
} */

/* 유저 지속변경 관련 css 모음 END */