@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

iframe {
  display: none;
} /* 하단 불필요한 영역 제거 */
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
html body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
html body.hid {
  overflow: hidden;
}
html body .container {
  box-sizing: border-box;
  color: #1D1D1D;
  line-height: normal;
}
html body .container.pad_no {
  padding-bottom: 0;
}
html body .container .default-title {
  font-family: "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
html body .container .teacherWrap_2024 {
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-style: normal;
}
html body .container .teacherWrap_2024 em {
  font-style: normal;
}
html body .container .teacherWrap_2024 .teacher_top .tab_teacher {
  position: absolute;
  top: 110px;
  z-index: 1;
  background-color: #f8f9fa;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-bottom: 1px solid #DCDCDC;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

html body .container .teacherWrap_2024 .teacher_top .tab_teacher.fixed {
  position: fixed;
  top: 0;
}

#sub_wrap .container .teacherWrap_2024 .teacher_top .tab_teacher {top:60px; max-width:none;}
#sub_wrap .container .teacherWrap_2024 .teacher_top .tab_teacher.fixed {top:0;}

html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  gap: 6.4705882353vw;
  padding: 0 3.5294117647vw;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab {
    gap: 44px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab {
    padding: 0 24px;
  }
}
html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li {
  position: relative;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li:last-child {
  padding-right: 3.5294117647vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li:last-child {
    padding-right: 24px;
  }
}
html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li a {
  position: relative;
  color: #333;
  display: inline-block;
  padding: 4.2647058824vw 0 4.1176470588vw 0;
  font-size: 3.8235294118vw;
  letter-spacing: -0.26px;
  font-weight: 400;
  font-family: "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  transition: color 0.3s ease;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li a {
    padding: 29px 0 28px 0;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li a {
    font-size: 26px;
  }
}
html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li.on a {
  color: #2F4698;
  font-weight: 700;
  position: relative;
}
html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li.on a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.5882352941vw;
  background: #2F4698;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .teacher_top .tab_teacher .tab li.on a:after {
    height: 4px;
  }
}
html body .container .teacherWrap_2024 .teacher_top .tab_teacher::-webkit-scrollbar {
  display: none;
}
html body .container .teacherWrap_2024 .dvLecListWrap {
  margin-top: 18.2352941176vw;
  padding-bottom: 5.8823529412vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap {
    margin-top: 124px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap {
    padding-bottom: 40px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .title {
  font-family: "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  margin: 0;
  color: #333;
  font-size: 4.4117647059vw;
  font-weight: 700;
  letter-spacing: -0.52px;
  margin-top: 5.8823529412vw;
  margin-bottom: 2.2058823529vw;
  padding: 0 3.5294117647vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .title {
    padding: 0 24px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList {
  position: relative;
  overflow: hidden;
  padding: 0 3.5294117647vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList {
    padding: 0 24px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul {
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 2%;
  row-gap: 1.9117647059vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul {
    row-gap: 13px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #F1F2F3;
  width: 32%;
  height: 39.4117647059vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView {
    height: 268px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .photo {
  position: absolute;
  /* top: 10.6617647059vw; */
  top:auto;
  bottom:0;
  left: 1.9852941176vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .photo {
    /* top: 72.5px; */
    top:auto;
    bottom:0;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .photo {
    /* left: 13.5px; */
    left:25%;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .photo img {
  width: 35vw;
  width: 35vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .photo img {
    width: 238px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .photo img {
    width: 238px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .info {
  position: absolute;
  top: 9.9%;
  left: 9.9%;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  text-align: left;
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .info .name {
  display: inline-block;
  text-align: left;
  color: #333;
  font-weight: 400;
  font-size: 3.2352941176vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .info .name {
    font-size: 22px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .info .name strong {
  display: block;
  font-weight: 700;
  font-size: 4.4117647059vw;
  margin-bottom: 0.2941176471vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .info .name strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .teacher_thumb .info .name strong {
    margin-bottom: 2px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly {
  display: none !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  background-size: cover;
  box-sizing: border-box;
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual {
  position: relative;
  background: #E1EFFC;
  height: 52.9411764706vw;
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual {
    height: 360px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 55.7352941176vw;
  height: 36.4705882353vw;
  border-radius: 23.5294117647vw 0vw 0vw 0vw;
  background: linear-gradient(15deg, rgba(214, 231, 248, 0) -55.23%, #D0E4F7 83.07%);
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual:after {
    width: 379px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual:after {
    height: 248px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual:after {
    border-radius: 160px 0px 0px 0px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .photo {
  position: absolute;
  z-index: 3;
  top: 11.7647058824vw;
  left: 47.9411764706vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .photo {
    top: 80px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .photo {
    left: 326px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .photo img {
  width: 54.4117647059vw;
  width: 54.4117647059vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .photo img {
    width: 370px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .photo img {
    width: 370px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info {
  position: absolute;
  text-align: left;
  top: 11.7647058824vw;
  left: 5.5882352941vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info {
    top: 80px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info {
    left: 38px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .subject {
  display: block;
  color: #555;
  font-size: 4.1176470588vw;
  font-weight: 400;
  margin-bottom: 1.4705882353vw;
  letter-spacing: -0.42px;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .subject {
    font-size: 28px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .subject {
    margin-bottom: 10px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .subject .sub_subject {
  display: inline-block;
  color: #2F4698;
  font-size: 3.5294117647vw;
  font-weight: 400;
  letter-spacing: -0.42px;
  padding-left: 1.1764705882vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .subject .sub_subject {
    font-size: 24px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .subject .sub_subject {
    padding-left: 8px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .name {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  font-size: 5.2941176471vw;
  color: #333;
  letter-spacing: -0.23px;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .name {
    font-size: 36px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .name strong {
  display: inline-block;
  font-weight: 700;
  color: #1D1D1D;
  font-size: 6.7647058824vw;
  letter-spacing: -0.9px;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_visual .info .name strong {
    font-size: 46px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc {
  padding: 0 5.8823529412vw;
  padding-bottom: 5.8823529412vw;
  line-height: 160%;
  color: #333;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc {
    padding: 0 40px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc {
    padding-bottom: 40px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type {
  text-align: left;
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .tit {
  border-color: #2F4698;
  border-style: solid;
  border-width: 0.2941176471vw;
  border-radius: 1470.4411764706vw;
  padding: 0.8823529412vw 2.3529411765vw;
  color: #2F4698;
  font-size: 4.4117647059vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-top: 5.8823529412vw;
  margin-bottom: 2.3529411765vw;
  display: inline-block;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .tit {
    border-width: 2px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .tit {
    border-radius: 9999px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .tit {
    padding: 6px 16px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .tit {
    font-size: 30px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .tit {
    margin-top: 40px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .tit {
    margin-bottom: 16px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main {
  font-size: 4.1176470588vw;
  font-weight: 400;
  line-height: 160%;
  font-size: 4.1176470588vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main {
    font-size: 28px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main {
    font-size: 28px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main > p {
  margin: 0 0 0 0;
  position: relative;
  padding-left: 2.3529411765vw;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main > p {
    padding-left: 16px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main > p:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main > strong {
  display: block;
  position: relative;
  font-size: 4.1176470588vw;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_main > strong {
    font-size: 28px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li {
  position: relative;
  margin-bottom: 0.2941176471vw;
  padding-left: 2.3529411765vw;
  color: #333;
  font-size: 4.1176470588vw;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li {
    padding-left: 16px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li {
    font-size: 28px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li:after {
  content: "";
  position: absolute;
  top: 2.7941176471vw;
  left: 0;
  width: 0.8823529412vw;
  height: 0.8823529412vw;
  border-radius: 0.8823529412vw;
  background: #333;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li:after {
    top: 19px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li:after {
    width: 6px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li:after {
    height: 6px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .lyinner .info_desc .list_type .list_type_sub > li:after {
    border-radius: 6px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .ly-close {
  display: inline-block;
  position: absolute;
  top: 5.8823529412vw;
  right: 5.8823529412vw;
  width: 5.8823529412vw;
  height: 5.8823529412vw;
  padding: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M4 5.3335L34 36.0002" stroke="%23333333" stroke-width="4" stroke-linecap="round"/><path d="M34.666 5.33362L4.66601 36.0003" stroke="%23333333" stroke-width="4" stroke-linecap="round"/></svg>') 50% 50% no-repeat;
  background-size: contain;
  z-index: 100;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .ly-close {
    top: 40px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .ly-close {
    right: 40px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .ly-close {
    width: 40px;
  }
}
@media screen and (min-width: 680px) {
  html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView .teacherBox .ly .ly-close {
    height: 40px;
  }
}
html body .container .teacherWrap_2024 .dvLecListWrap .dvLecList .lecTeacherList > ul > li.liTeacherView.on .ly {
  display: block !important;
  transition: opacity 0.3s ease-in-out;
}