@charset "utf-8";

.lectureDetail {margin-bottom: 20px;}
.lectureDetail .title{font-family: PretendardSB, sans-serif; font-size: 35px; color: #161616; line-height: 1.1em; margin-bottom: 15px;}
.lectureDetail .lecture li{display: inline-block; font-family: PretendardM, sans-serif; font-size: 18px; color: #969696; position: relative; padding-right: 20px; line-height: 1em;}
.lectureDetail .lecture li::after{content: ""; display: block; width: 1px; height: 16px; background: #d4d4d4; position: absolute; right: 8px; top: 1px;}
.lectureDetail .lecture li:last-child:after{display: none;}
.lectureDetail .etc{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.lectureDetail .etc .right{margin-left: auto;}
.btnType1{display: inline-block; font-family: PretendardM, sans-serif; font-size: 14px; color: #ffffff; background: #2ac1bc; border-radius: 18px; line-height: 35px; padding: 0 15px; border: 0; cursor: pointer;}
.alertPopW{display: inline-block; position: relative;}
.alertPop{display: block; border: 1px solid #f7dada; background: #fdeded; padding: 8px 9px; position: absolute; right: 10px; top: -145%; min-width: 260px; letter-spacing: -0.025em;font-family: PretendardM, sans-serif; font-size: 13px; color: #f55f5f;}
.alertPop p{font-family: inherit; font-size: inherit; color: inherit;}
.alertPop::after{content: ""; display: block; width: 0; height: 0; border-radius: 2px; border-top: 9px solid #fdeded; border-left: 14px solid transparent; position: absolute; right: 0px; bottom: -8px;}
.alertPop::before{content: ""; display: block; width: 0; height: 0; border-radius: 2px; border-top: 9px solid #f7dada; border-left: 16px solid transparent; position: absolute; right: -1px; bottom: -9px;}
@media screen and (max-width: 1340px){
    .lectureDetail{width: 100%; padding: 0 20px; box-sizing: border-box;}
    .lectureDetailInfoW{width: 100%; padding: 0 20px; box-sizing: border-box;}
}
@media screen and (max-width: 1024px){
    .lectureDetail{margin-bottom: 15px;}
    .lectureDetail .title{font-size: 30px; margin-bottom: 5px;}
    .lectureDetail .lecture li{font-size: 16px; padding-right: 20px;}
    .lectureDetail .lecture li::after{top: 0; right: 8px;}
    .alertPop{min-width: 240px; font-size: 12px;}
    .btnType1{font-size: 13px;}
    
}
@media screen and (max-width: 767px){
    .lectureDetail{padding: 0 15px;}
    .lectureDetail .title{font-size: 26px;}
    .lectureDetail .lecture li{font-size: 15px; padding-right: 12px;}
    .lectureDetail .lecture li::after{height: 14px; right: 3px;}
    .lectureDetailInfoW{padding: 0 15px;}
    .btnType1{line-height: 30px; padding: 0 10px; }
}
/* detailInfoCont 공통 */
.lectureDetailInfo{margin-bottom: 40px;}
.lectureDetailInfo .detailInfoBtn{display: block; border: 1px solid #e5e4ea; padding: 20px 40px; border-radius: 15px; background: #faf9ff url(../../images/icon/detailOpen.png) no-repeat right 20px center; font-family: PretendardSB, sans-serif; font-size: 20px; color: #2b2b2d;} 
.lectureDetailInfo.on .detailInfoBtn{background-image: url(../../images/icon/detailClose.png);}
.detailInfoCont{display: block; padding: 40px 40px 10px; box-sizing: border-box;}
.detailInfoCont p{font-size: 16px; color: #555555; line-height: 1.2em; letter-spacing: -0.025em; margin-bottom: 5px;}
.detailInfoCont .cclInfo{font-size: 16px; color: #555555; line-height: 1.5em;}
.detailInfoCont .location{display: -webkit-box; display: -ms-flexbox; display: flex;}
.detailInfoCont .location li{font-size: 17px; color: #303030; padding-right: 24px; background: url(../../images/icon/locationArrow.png) no-repeat right 8px center; background-size: 6px;}
.detailInfoCont .location li:last-child{padding-right: 0; background: none;}
.detailInfoCont .btnW{text-align: center;}
.detailMoreBtn{margin: 0 auto; font-family: PretendardM, sans-serif; font-size: 16px; color: #4d4d4d; padding-right: 20px; position: relative;}
.detailMoreBtn::after{content: ""; display: block; width: 16px; height: 19px;background: url(../../images/icon/summaryArrow.png) no-repeat center; position: absolute; right: 0; top: 0;}
.open .detailMoreBtn::after{transform: rotate(-180deg);}
@media screen and (max-width: 1024px){
    .lectureDetailInfo{margin-bottom: 30px;}
    .lectureDetailInfo .detailInfoBtn{padding: 20px; font-size: 18px;}
    .detailInfoCont{padding: 20px 20px 10px;}
    .detailInfoCont .location li{font-size: 15px;}
    .detailInfoCont p{font-size: 15px;}
    .detailMoreBtn{font-size: 14px;}
}
@media screen and (max-width: 767px){
    .lectureDetailInfo .detailInfoBtn{padding: 15px; font-size: 17px;}
    .detailInfoCont{padding: 15px 10px 10px;}
    .detailMoreBtn::after{background-size: 11px;}
}
/* 범례 */
.lectureDetailInfo .legend{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;-webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 40px; margin-bottom: 20px; box-sizing: border-box;}
.lectureDetailInfo .legend li{margin-left: 5px;}
/* 강의정보 */
.detailTable{margin-bottom: 40px;}
.detailTable th{font-family: PretendardSB, sans-serif; font-size: 16px; color: #969595; text-align: left; height: 40px; vertical-align: middle;}
.detailTable td{font-family: Pretendard, sans-serif; font-size: 17px; color: #303030; text-align: left; height: 40px; vertical-align: middle;}
.detailTable td .arrow{font-family: inherit; font-size: 20px; color: #b3b3b3; margin: 0 8px;}
.summary .text{font-family: Pretendard, sans-serif; font-size: 16px; color: #555555; line-height: 1.6em; text-align: left; margin-bottom: 25px; max-height: 4.8em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; /* 두 줄 */ -webkit-box-orient: vertical;}
.summary .btnW{display: none;}
.summary.open .btnW{display: block;}
.summary.open .text{max-height: none; display: block;}
.summary .text.is-truncated{max-height: none; height: auto;}
.summary .text.is-truncated + .btnW{display: block;}

@media screen and (max-width: 1024px){
    .lectureDetailInfo .legend{margin-bottom: 5px; padding: 0 15px;}
    .detailTable{margin-bottom: 20px;}
    .detailTable th{font-size: 14px; height: 40px;}
    .detailTable td{font-size: 15px; height: 40px;}
    .summary .text{font-size: 15px; margin-bottom: 10px;}
}
@media screen and (max-width: 767px){
    .detailTable{display: block; margin-bottom: 10px;}
    .detailTable tbody{display: block;}
    .detailTable tr{display: block; width: 100%;}
    .detailTable th{display: inline-block; width: 120px;}
    .detailTable td{display: inline-block; width: calc(100% - 130px);}
}
@media screen and (max-width: 450px){
    .detailTable th{display: block; width: 100%; height: auto; margin-bottom: 5px;}
    .detailTable td{display: block; width: 100%; height: auto; margin-bottom: 15px; box-sizing: border-box;}
}
/* 차시별 강의 */
.classLectureTable{margin-bottom: 15px;}
.classLectureTable tbody tr:nth-child(n+8){display: none;}
.classLectureTableW.open .classLectureTable tbody tr:nth-child(n+8){display: table-row;}
.classLectureTable td{height: 65px; line-height: 25px;padding: 5px; box-sizing: border-box;}
.classLectureTable .num{font-family: PretendardM, sans-serif; font-size: 18px; color: #010101;}
.classLectureTable img{vertical-align: middle; margin-top: -3px; margin-right: 4px;}
.classLectureTable .videoTit{font-family: PretendardM, sans-serif; font-size: 17px; color: #303030; margin: 0 7px; letter-spacing: -0.025em;}
.classLectureTable .videoTit:hover{text-decoration: underline;}
.classLectureTable .videoPdf{font-family: PretendardM, sans-serif; font-size: 15px; color: #4b5c9c; margin: 0 7px;}
.classLectureTable .videoPdf:hover{text-decoration: underline;}
.classLectureTable .explain{font-family: PretendardM, sans-serif; font-size: 16px; color: #969595;}
.urlBtn{display: inline-block; font-family: PretendardM, sans-serif; font-size: 14px; color: #505050; border: 1px solid #e2e2e2; border-radius: 5px; padding: 0 30px 0 9px; line-height: 30px; background: #f9f9f9 url(../../images/icon/goto.png) no-repeat right 10px center;}
.urlBtn:hover{border-color: #333;}
@media screen and (max-width: 1024px){
    .classLectureTable td{height: 50px;}
    .classLectureTable .num{font-size: 16px;}
    .classLectureTable .videoTit{font-size: 15px; margin: 0 4px;}
    .classLectureTable .videoPdf{font-size: 14px; margin: 0 4px;}
    .classLectureTable .explain{font-size: 14px;}
    .urlBtn{font-size: 13px; background-size: 11px; padding: 0 25px 0 9px;}
}
@media screen and (max-width: 767px){
    .classLectureTable{display: block;}
    .classLectureTable tbody{display: block;}
    .classLectureTable tr{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px;}
    .classLectureTableW.open .classLectureTable tbody tr:nth-child(n+8){display: -webkit-box; display: -ms-flexbox; display: flex;}
    .classLectureTable td{display: block; height: auto; padding: 2px 5px;}
    .classLectureTable td.num{width: 30px;}
    .classLectureTable td:nth-child(2){width: calc(100% - 30px); padding: 2px 0;}
    .classLectureTable td:nth-child(3){width: 100%; padding-left: 30px;}
    .classLectureTable td:nth-child(4){margin-left: auto;}
    .classLectureTable .videoTit{margin: 0 5px 0 0;}
    .classLectureTable .videoPdf{margin: 0px 5px 0 0;}
    .urlBtn{font-size: 12px; background-size: 10px; padding: 0 25px 0 9px; line-height: 25px;}
}
