._new {
  font-size: 12px;
  background: #f76c4c;
  color: white;
  padding: 2px 5px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: inset 0 0 0 1px rgb(245.9090909091, 87.9545454545, 51.5909090909);
  border-radius: 2px;
}

._lock {
  background: #42a5f5;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: inset 0 0 0 1px rgb(41.7814070352, 153.4673366834, 243.7185929648);
  border-radius: 2px;
}
._lock .icon::before {
  color: white;
  font-size: 13px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._blind body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
}

.mdl-snackbar {
  background-color: rgb(52.5875, 63.4388888889, 127.7125);
  display: none;
  padding: 14px 20px !important;
}
.mdl-snackbar.mdl-snackbar--active {
  display: flex;
  border-radius: 0;
}
.mdl-snackbar__text, .mdl-snackbar__action {
  padding: 0 !important;
}
.mdl-snackbar__action {
  margin-left: 10px;
  transition: none;
  line-height: inherit !important;
}
.mdl-snackbar__action:hover {
  background-color: inherit !important;
}

.banner-section .banner-area {
  position: relative;
  font-family: "Inter", "HangultuelGothic", "nanumsquareotfregular", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.banner-section .banner-area .banner-slider {
  position: absolute;
}
.banner-section .banner-area a:hover,
.banner-section .banner-area a:focus {
  color: inherit;
}
.banner-section .banner-area p {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}
.banner-section .banner-area ._title {
  font-size: 24px;
  line-height: 1.1;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner-section .banner-area ._small {
  color: #666;
  font-size: 16px;
  margin-bottom: 8px;
}
.banner-section .banner-area span {
  font-size: 16px;
  display: block;
}
.banner-section .banner-area span:empty {
  height: 18px;
}
.banner-section .banner-area ._start {
  margin-bottom: 4px;
}
.banner-section .banner-area p,
.banner-section .banner-area span {
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  line-height: 1;
  color: #333;
}
.banner-section .banner-image {
  width: 335px;
  height: 150px;
  display: flex;
  flex-direction: column;
}
.banner-section .banner-image .banner-title {
  flex: 1;
  padding: 12px 16px 8px;
  text-align: center;
}
.banner-section .banner-image .banner-texts {
  padding: 8px 16px 12px;
}

._word-break {
  min-width: 300px;
  white-space: normal;
  word-break: keep-all;
  display: inline-block;
}

._word-ellipsis {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.program-notification-list li {
  color: #555555;
  transition: all 0.2s linear;
}
.program-notification-list li:not(._title) {
  text-indent: 8px;
  line-height: 1.5;
}
.program-notification-list ._title {
  color: #333;
  font-weight: bold;
  padding: 0;
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.program-notification-list ._title:hover {
  background-color: unset;
}
.program-notification-list ._title::before {
  font-family: "Material Icons", sans-serif !important;
  content: "arrow_right";
  vertical-align: top;
  line-height: 20px;
  font-size: 18px;
}
.program-notification-list ._nothing {
  color: #999999;
}
.program-notification-list ._nothing:hover {
  background-color: unset;
}
.program-notification-list + .program-notification-list {
  margin-top: 1rem;
  padding-top: 1rem;
}

#infoTitle {
  margin-left: 2rem;
}
#infoTitle ._university::after,
#infoTitle ._course::after,
#infoTitle ._department::after {
  content: "/";
  padding: 0 4px;
}

.chu-status {
  color: #333;
}
.chu-status._2, .chu-status._3, .chu-status._5 {
  color: #29b6f6;
  text-shadow: 0 0 #29b6f6;
}
.chu-status._8, .chu-status._10 {
  color: #ff9800;
  text-shadow: 0 0 #ff9800;
}
.chu-status._4, .chu-status._6, .chu-status._9, .chu-status._11 {
  color: #e53935;
  text-shadow: 0 0 #e53935;
}
.chu-status._0, .chu-status._12 {
  color: #4caf50;
  text-shadow: 0 0 #4caf50;
}
.chu-status._1, .chu-status._14 {
  color: #aaa;
  text-shadow: 0 0 #aaa;
}

.loading-spinner {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(circle, rgba(250, 250, 250, 0.8), rgba(255, 255, 255, 0.8) 100px);
  z-index: 9;
}
@keyframes circle-animate {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    background-color: #999999;
  }
  75% {
    transform: scale(0.9);
  }
}
.loading-spinner.is-active {
  display: block;
}
.loading-spinner.is-active .circle-loading {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-spinner.is-active .circle {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.2s linear;
  animation: circle-animate 1.4s ease-in-out infinite;
  animation-delay: -1.2;
}
.loading-spinner.is-active .circle:nth-child(1) {
  animation-delay: -0.96s;
}
.loading-spinner.is-active .circle:nth-child(2) {
  animation-delay: -0.72s;
}
.loading-spinner.is-active .circle:nth-child(3) {
  animation-delay: -0.48s;
}
.loading-spinner.is-active .circle:nth-child(4) {
  animation-delay: -0.24s;
}
.loading-spinner.is-active .circle:nth-child(5) {
  animation-delay: -0s;
}
/*# sourceMappingURL=common.css.map */
