@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

#category li[class*="cate"] a {font-family: 'Nanum Gothic';user-select: none;}

.mui-icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.search .slogan {
  font-family: 'Nanum Gothic';
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -.0175em;
  color: #696969;
}

.main-section-title {
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: 'Nanum Gothic';
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #414141;
  letter-spacing: -0.0375em;
  white-space: nowrap;
  overflow: hidden;
}
.main-section-title::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.replay-headline {
  float: left;
  position: relative;
  padding: 19px 14px 19px 60px;
  width: 180px;
  height: 73px;
  box-sizing: border-box;
}
.replay-headline-image {
  position: absolute;
  top: 0;
  left: 9px;
  user-select: none;
}
.replay-headline-text {
  display: block;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -.025em;
  color: #333;
  text-align: center;
}
.replay-headline-text.highlight {
  color: #ce1525;
}
@media (max-width: 994px) {
  .replay-headline {
    display: none;
  }
}

.studymap-title-text {
  padding-left: 16px;
  font-family: 'Nanum Gothic';
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.studymap-title-text img {
  margin-left: 18px;
  user-select: none;
  pointer-events: none;
}

.latest-more-text {
  display: inline-block;
  padding: 7px 0;
  font-family: 'Nanum Gothic';
  font-size: 14px;
  line-height: 1;
  user-select: none;
}
.latest-more-text .mui-icon {
  font-size: 16px;
  line-height: 1;
  color: #333;
  vertical-align: text-bottom;
}
.sitemap-lecture-title {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.075em;
  color: #1a1a1a;
}

.customer-anchor {
  position: relative;
  margin: 0 auto;
  padding: 17px 40px 0px 18px;
  width: 256px;
  height: 98px;
  text-align: left;
  box-sizing: border-box;
}
.customer-anchor::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: right top;
  -webkit-transform-origin: right top;
}
.customer-anchor::after {
  content: '';
  display: block;
  clear: both;
}
.customer-anchor .customer-icon {
  display: block;
  float: left;
  margin-right: 9px;
  width: 34px;
  height: 34px;
  user-select: none;
}
.customer-anchor .customer-title {
  display: block;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: 'Nanum Gothic';
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.customer-anchor .customer-caption {
  display: block;
  margin-top: 8px;
  font-family: 'Nanum Gothic';
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -.05em;
  color: #bfbfbf;
  word-break: keep-all;
  clear: both;
}
.customer-question {
  position: relative;
  margin: 0 auto;
  padding: 14px 60px 10px 18px;
  width: 256px;
  text-align: left;
  box-sizing: border-box;
}

.customer-question .customer-icon {
  display: block;
  float: left;
  margin-right: 9px;
  width: 34px;
  height: 34px;
  user-select: none;
}
.customer-question .customer-title {
  display: block;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: 'Nanum Gothic';
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.customer-question .customer-arrow {
  position: absolute;
  top: 18px;
  right: 22px;
  user-select: none;
  pointer-events: none;
}
.customer-call-anchor {
  display: block;
  margin: 5px auto 8px;
  width: 260px;
  text-align: left;
}
.customer-call-anchor::after {
  content: '';
  display: block;
  clear: both;
}
.customer-call-image {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  user-select: none;
}
.customer-call-label {
  font-family: 'Nanum Gothic';
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -.05em;
  color: #262626;
}
.customer-call-label strong {
  font-weight: 700;
}
.customer-call-number {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.customer-call-number.red {
  color: #e00c09;
}
.customer-call-number.blue {
  color: #033a97;
}
.customer-call-divider {
  margin: 10px auto;
  width: 280px;
  height: 2px;
  background-color: #869fc7;
}
.customer-info-list {
  margin: 0 auto;
  width: 260px;
  text-align: left;
}
.customer-info-item {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -.0125em;
  color: #232323;
  white-space: nowrap;
}
.customer-info-item::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  margin-left: -7px;
  width: 2px;
  height: 2px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #333;
}
.customer-info-item .customer-info-time {
  font-size: 16px;
}
.customer-info-item .day-off {
  color: #e00c09;
}
.lec-accordion-mo {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7px 20px 7px 3px;
  width: 110px;
  height: 30px;
  font-family: 'Nanum Gothic';
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -.0125em;
  color: #fff;
  text-align: center;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  user-select: none;
}
.lec-accordion-mo::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
  border-top: 0;
  border-left: 6px solid transparent;
  border-bottom: 29px solid;
}
.lec-accordion-mo::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 29px solid;
}
.lec-accordion-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
}
.lec-accordion-mo.lec-01 {
  background-color: #133765;
}
.lec-accordion-mo.lec-01::before,
.lec-accordion-mo.lec-01::after {
  border-bottom-color: #133765;
}
.lec-accordion-mo.lec-02 {
  background-color: #2d4e96;
}
.lec-accordion-mo.lec-02::before,
.lec-accordion-mo.lec-02::after {
  border-bottom-color: #2d4e96;
}
.lec-accordion-mo.lec-03 {
  background-color: #3d5520;
}
.lec-accordion-mo.lec-03::before,
.lec-accordion-mo.lec-03::after {
  border-bottom-color: #3d5520;
}
.lec-accordion-mo.lec-04 {
  background-color: #c32f2d;
}
.lec-accordion-mo.lec-04::before,
.lec-accordion-mo.lec-04::after {
  border-bottom-color: #c32f2d;
}
.lec-accordion-mo.lec-05 {
  background-color: #56387e;
}
.lec-accordion-mo.lec-05::before,
.lec-accordion-mo.lec-05::after {
  border-bottom-color: #56387e;
}
.regist-tooltip {
  position: relative;
  padding: 5px;
  font-family: 'Nanum Gothic';
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #797979;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fff;
}
.regist-tooltip::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 8px solid #cacaca;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  z-index: 2;
}
.regist-tooltip::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -2px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  z-index: 2;
}
.regist-tooltip .anime-spot {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {color: #4777d8;}
  49% {color: #4777d8;}
  50% {color: #d84747;}
  100% {color: #d84747;}
}

@-moz-keyframes blink{
  0% {color: #4777d8;}
  49% {color: #4777d8;}
  50% {color: #d84747;}
  100% {color: #d84747;}
}

@keyframes blink{
  0% {color: #4777d8;}
  49% {color: #4777d8;}
  50% {color: #d84747;}
  100% {color: #d84747;}
}

@media only screen and (min-width: 995px) {
  #category li[class*="cate"] {letter-spacing:0;text-indent:0;}
  #category li[class*="cate"] a {font-family: 'Nanum Gothic';font-size:15px;font-weight: 700;text-align:center;letter-spacing:0.0175em; white-space:nowrap;text-indent:0;background-image: none;user-select: none;}
}
