@charset "UTF-8";
/*
  MAIN
*/
/*
  variables
*/
.main-contents {
  padding-top: 160px;
  overflow: hidden;
  /* s 공통 */
}
.main-contents .btb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px #ddd;
  background-color: #fff;
}
.main-contents .btb-nav.swiper-button-disabled .ico {
  opacity: 0.3;
}
.main-contents .heading-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 40px;
}
.main-contents .content-card {
  height: 100%;
}
.main-contents .content-card .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 10px);
}
.main-contents .content-card .link:focus {
  outline: 3px dashed #005fcc;
  outline-offset: -8px;
}
.main-contents .content-card .img {
  width: 100%;
  aspect-ratio: 303/171;
  min-height: 170px;
}
.main-contents .content-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-contents .content-card .info {
  padding: 20px 30px;
  height: 198px;
}
.main-contents .content-card .info .badge-wrap {
  display: flex;
  flex: 5px;
  margin-bottom: 15px;
}
.main-contents .content-card .info .badge-wrap .badge {
  font-size: 16px;
  font-weight: 500;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  border: 0;
}
.main-contents .content-card .info .badge-wrap .badge.badge-orange {
  background-color: #e75a2f;
}
.main-contents .content-card .info .badge-wrap .badge.badge-blue {
  background-color: #4761aa;
}
.main-contents .content-card .info .badge-wrap .badge.badge-green {
  background-color: #3a8817;
}
.main-contents .content-card .info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.5px;
  min-height: 52px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 21px;
}
.main-contents .content-card .info .desc {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: -0.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-contents .slider-navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.main-contents .slider-navigation .sl-title {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1.2px;
  color: #000;
}
.main-contents .slider-navigation .sl-title .tabs {
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-contents .slider-navigation .sl-title .tabs .tab-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-align: left;
  color: #666;
}
.main-contents .slider-navigation .sl-title .tabs .tab-item.on {
  color: #0077cc;
  font-weight: bold;
  border-bottom: 2px solid #0077cc;
}
.main-contents .slider-navigation .sl-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.main-contents .progress {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
.main-contents .progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}
.main-contents .progress .bar .rolling {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: #000;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
  z-index: 1;
}
.main-contents .progress .bar .track {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: #cccccc;
  fill: none;
}
.main-contents .btn-slide-state {
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 0;
  font-size: 10px;
  cursor: pointer;
  padding-top: 2px;
}
.main-contents .btn-slide-state .ico-stop {
  width: 8px;
  height: 10px;
  background-image: url(../img/main/ico-pause.png);
}
.main-contents .btn-slide-state .ico-play {
  width: 6px;
  height: 10px;
  background-image: url(../img/main/ico-play.png);
}
.main-contents {
  /* e 공통 */
}
.main-contents .section-visual {
  position: relative;
  background-color: #ebf4fa;
  padding: 60px 0 46px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
}
.main-contents .section-visual .inner {
  display: flex;
  gap: 50px;
}
.main-contents .section-visual .slider-wrapper {
  position: relative;
  width: 640px;
  height: 417px;
}
.main-contents .section-visual .slider-wrapper::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -9px;
  background-image: url(../img/main/bg-slider.png);
  width: 658px;
  height: 435px;
  background-size: cover;
}
.main-contents .section-visual .slider-wrapper .visual-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0 30px, 30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.main-contents .section-visual .slider-wrapper .visual-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-contents .section-visual .slider-wrapper .visual-slider .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.main-contents .section-visual .slider-wrapper .visual-slider .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.main-contents .section-visual .slider-wrapper .btn-nav {
  position: absolute;
  width: 24px;
  height: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.main-contents .section-visual .slider-wrapper .btn-nav.btn-prev {
  left: -31px;
}
.main-contents .section-visual .slider-wrapper .btn-nav.btn-next {
  right: -31px;
}
.main-contents .section-visual .slider-wrapper .slider-nav {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.main-contents .section-visual .slider-wrapper .slider-nav .page-num {
  width: auto;
  line-height: 18px;
  font-style: italic;
}
.main-contents .section-visual .slider-wrapper .slider-nav .page-num .current {
  font-weight: bold;
  font-size: 16px;
  color: #0077cc;
  letter-spacing: -0.7px;
  opacity: 1;
}
.main-contents .section-visual .slider-wrapper .slider-nav .page-num .total {
  font-size: 16px;
  letter-spacing: -0.7px;
  color: #666;
  opacity: 1;
}
.main-contents .section-visual .slider-wrapper .slider-nav .page-num .total::before {
  content: "/";
  margin: 0 4px;
}
.main-contents .section-visual .info-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 17px;
}
.main-contents .section-visual .info-wrapper .row-half {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.main-contents .section-visual .info-wrapper .row-full .postit-box {
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.main-contents .section-visual .info-wrapper .row-full .postit-box::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -5px;
  width: 29px;
  height: 1px;
  background-color: #d9e0e6;
  transform: rotate(135deg);
  z-index: 2;
}
.main-contents .section-visual .info-wrapper .row-full .before-login {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  padding: 58px 0 56px;
}
.main-contents .section-visual .info-wrapper .postit-box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9e0e6;
  position: relative;
  padding: 29px 30px 31px;
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0 100%);
}
.main-contents .section-visual .info-wrapper .postit-box .empty {
  text-align: center;
  padding: 20px 0;
}
.main-contents .section-visual .info-wrapper .postit-box .empty img {
  display: block;
  margin: 0 auto 10px;
}
.main-contents .section-visual .info-wrapper .postit-box .empty .txt {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.main-contents .section-visual .info-wrapper .postit-box .no-data {
  padding: 11px 20px 13px;
  width: 100%;
}
.main-contents .section-visual .info-wrapper .postit-box .no-data .img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}
.main-contents .section-visual .info-wrapper .postit-box .no-data .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-contents .section-visual .info-wrapper .postit-box .no-data .txt {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
}
.main-contents .section-visual .info-wrapper .postit-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -5px;
  width: 29px;
  height: 1px;
  background-color: #d9e0e6;
  transform: rotate(135deg);
  z-index: 2;
}
.main-contents .section-visual .info-wrapper .postit-box .tag {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.8px;
  clip-path: polygon(0 8px, 8px 0, 100% 0, 100% 100%, 0 100%);
  margin-bottom: 17px;
}
.main-contents .section-visual .info-wrapper .postit-box .tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-size: cover;
}
.main-contents .section-visual .info-wrapper .postit-box .tag.blue {
  background-color: #1f8ef4;
}
.main-contents .section-visual .info-wrapper .postit-box .tag.blue::before {
  background-image: url(../img/main/tri-blue.png);
}
.main-contents .section-visual .info-wrapper .postit-box .tag.green {
  background-color: #79a123;
}
.main-contents .section-visual .info-wrapper .postit-box .tag.green::before {
  background-image: url(../img/main/tri-green.png);
}
.main-contents .section-visual .info-wrapper .postit-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1.5px;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  min-height: 60px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
.main-contents .section-visual .info-wrapper .postit-box .period {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.8px;
}
.main-contents .section-visual .info-wrapper .postit-box .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.main-contents .section-visual .info-wrapper .postit-box .menu .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #f6f7fa;
}
.main-contents .section-visual .info-wrapper .postit-box .menu .icon img {
  transition: 0.2s;
}
.main-contents .section-visual .info-wrapper .postit-box .menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-contents .section-visual .info-wrapper .postit-box .menu a:hover img {
  transform: translateY(-10px);
}
.main-contents .section-visual .info-wrapper .postit-box .menu .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.4px;
  text-align: center;
}
.main-contents .section-visual .info-wrapper .button-group {
  min-height: 17px;
}
.main-contents .section-visual .btn-go-classroom {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.8px;
  color: #666;
  border-bottom: 1px solid #333;
}
.main-contents .section-recommendation {
  position: relative;
  padding: 50px 0 80px;
}
.main-contents .section-recommendation .deco-line {
  position: absolute;
  width: 75px;
  height: 75px;
  background-image: url(../img/main/line-deco-1.png);
  top: -54px;
  left: 70px;
  z-index: 2;
}
.main-contents .section-recommendation .page-num {
  display: flex;
  align-items: center;
  margin: -2px 11px 0;
  width: auto;
}
.main-contents .section-recommendation .page-num .current {
  font-size: 14px;
  font-weight: bold;
  color: #0077cc;
}
.main-contents .section-recommendation .page-num .total {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #999;
  margin-left: 13px;
}
.main-contents .section-recommendation .page-num .total::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #999;
}
.main-contents .section-recommendation .swiper-slide {
  padding-bottom: 10px;
}
.main-contents .section-recommendation .content-card {
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #ccc;
  background-color: #fff;
}
.main-contents .section-recommendation.safety-support .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f2f6;
  width: calc(100vw - 100px);
  height: 524px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}
.main-contents .section-recommendation.safety-support .content-card {
  box-shadow: none;
  border-color: #d4d7e3;
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  border-radius: 0;
}
.main-contents .section-recommendation.safety-support .content-card .img {
  background-color: #ccc;
}
.main-contents .section-recommendation.safety-support .content-card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -5px;
  width: 29px;
  height: 1px;
  background-color: #d4d7e3;
  transform: rotate(135deg);
  z-index: 2;
}
.main-contents .section-recommendation.safety-support .content-card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -4px;
  width: 29px;
  height: 1px;
  background-color: #d4d7e3;
  transform: rotate(135deg);
  z-index: 2;
}
.main-contents .section-notice {
  position: relative;
  padding: 80px 0 100px;
}
.main-contents .section-notice .deco-line2 {
  position: absolute;
  width: 75px;
  height: 75px;
  background-image: url(../img/main/line-deco-2.png);
  background-size: cover;
  top: -155px;
  right: 60px;
  z-index: 2;
}
.main-contents .section-notice .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-contents .section-notice .heading .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  letter-spacing: -1.2px;
}
.main-contents .section-notice .heading .btn {
  height: 28px;
  line-height: 26px;
  border-color: #ddd;
  background-color: #fff;
  color: #666;
  font-size: 15px;
  border-radius: 3px;
}
.main-contents .section-notice .heading .sl-nav {
  display: flex;
}
.main-contents .section-notice .heading .sl-nav .btn-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
}
.main-contents .section-notice .heading .sl-nav .btn-nav:first-child {
  border-radius: 3px 0 0 3px;
}
.main-contents .section-notice .heading .sl-nav .btn-nav:last-child {
  border-radius: 0 3px 3px 0;
}
.main-contents .section-notice .heading .sl-nav .btn-nav + .btn-nav {
  border-left: 0;
}
.main-contents .section-notice .row {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.main-contents .section-notice .row .col {
  width: 380px;
}
.main-contents .section-notice .row .col.col-call {
  flex-grow: 1;
}
.main-contents .section-notice .list {
  border-top: 1px solid #e5e5e5;
}
.main-contents .section-notice .list .item {
  width: 100%;
  transition: 0.2s;
  border-bottom: 1px solid #e5e5e5;
}
.main-contents .section-notice .list .item a {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.main-contents .section-notice .list .item:hover .cont {
  color: #000;
  text-decoration: underline;
}
.main-contents .section-notice .list .item.new .cont::before {
  display: block;
}
.main-contents .section-notice .list .item .cont {
  position: relative;
  width: calc(100% - 75px - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  padding-left: 32px;
}
.main-contents .section-notice .list .item .cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: none;
  background-image: url(../img/main/ico-speaker.png);
  background-size: cover;
}
.main-contents .section-notice .list .item .date {
  width: 75px;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.75px;
  text-align: right;
  color: #666;
  flex-shrink: 0;
  white-space: nowrap;
}
.main-contents .section-notice .list .item .file-link {
  display: flex;
  width: 20px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: #666;
  padding: 0;
}
.main-contents .section-notice .list .cursor-default .cont {
  padding-left: 0;
}
.main-contents .section-notice .list .cursor-default:hover .cont {
  color: inherit !important;
  text-decoration: none !important;
}
.main-contents .section-notice .list.list-file .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.main-contents .section-notice .list.list-file .item a {
  gap: 0;
}
.main-contents .section-notice .list.list-file .item a:first-child {
  width: calc(100% - 20px - 20px);
}
.main-contents .section-notice .list.list-file .item .cont {
  width: 100%;
}
.main-contents .section-notice .call {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f0eeff;
  padding: 24px 16px 24px 40px;
  border-radius: 10px;
}
.main-contents .section-notice .call .img {
  width: 80px;
  margin-right: 30px;
}
.main-contents .section-notice .call .img img {
  width: 100%;
  opacity: 0.8;
}
.main-contents .section-notice .call .holiday {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: var(--gray-666);
  word-break: keep-all;
  margin-top: 16px;
  margin-bottom: 6px;
}
.main-contents .section-notice .call .holiday:first-child {
  margin-top: 0;
}
.main-contents .section-notice .call .holiday b {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.main-contents .section-notice .call .holiday > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding-left: 8px;
}
.main-contents .section-notice .call .holiday > div span {
  font-size: 14px;
  color: #888;
}
.main-contents .section-notice .call .holiday > div a {
  font-size: 16px;
  font-weight: 500;
  color: #423cb6;
}

@media (min-width: 1280px) and (max-width: 1550px) {
  .main-contents .section-recommendation.safety-support .bg {
    width: 100vw;
  }
  .main-contents .section-notice .deco-line2 {
    z-index: 0;
  }
}
@media (max-width: 1280px) {
  .main-contents {
    padding-top: 80px;
    /* s 공통 */
  }
  .main-contents .heading-title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }
  .main-contents .btn-wrap {
    margin-top: 30px;
  }
  .main-contents .btn-wrap .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    margin-top: 30px;
  }
  .main-contents .btn-wrap .btn-more .ico {
    transition: 0.3s;
  }
  .main-contents .btn-wrap .btn-more.on .ico {
    transform: rotate(180deg);
  }
  .main-contents .content-card .img {
    width: 100%;
    aspect-ratio: 271/154;
    min-height: 154px;
  }
  .main-contents .content-card .info {
    padding: 18px 25px 24px;
    height: 100%;
  }
  .main-contents .content-card .info .badge-wrap .badge {
    font-size: 14.5px;
    padding: 0 13px;
    height: 27px;
    line-height: 27px;
    border-radius: 13.5px;
  }
  .main-contents .content-card .info .title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -1.55px;
    min-height: 46px;
    margin-bottom: 15px;
  }
  .main-contents .content-card .info .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14.5px;
    line-height: 20px;
    letter-spacing: -0.7px;
  }
  .main-contents .slider-navigation .sl-title {
    gap: 30px;
    font-size: 22px;
    line-height: 22px;
  }
  .main-contents .progress {
    display: none;
  }
  .main-contents {
    /* e 공통 */
  }
  .main-contents .section-visual {
    padding: 20px 0 35px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  }
  .main-contents .section-visual .inner {
    flex-direction: column;
    gap: 30px;
  }
  .main-contents .section-visual .slider-wrapper {
    width: 100%;
    height: auto;
  }
  .main-contents .section-visual .slider-wrapper::before {
    width: calc(100% + 8px);
    height: auto;
    aspect-ratio: 658/435;
    top: 0;
    left: -1px;
  }
  .main-contents .section-visual .slider-wrapper .visual-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 360/235;
    height: auto;
    clip-path: polygon(0 17px, 17px 0, 100% 0, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0 100%);
  }
  .main-contents .section-visual .slider-wrapper .slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    gap: 20px;
  }
  .main-contents .section-visual .slider-wrapper .btn-nav {
    position: static;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    transform: none;
  }
  .main-contents .section-visual .slider-wrapper .btn-nav.btn-prev {
    left: auto;
  }
  .main-contents .section-visual .slider-wrapper .btn-nav.btn-next {
    right: auto;
  }
  .main-contents .section-visual .slider-wrapper .btn-nav .ico-main-slider-prev {
    width: 11px;
    height: 20px;
    background-image: url(../img/main/ico-mo-prev.png);
  }
  .main-contents .section-visual .slider-wrapper .btn-nav .ico-main-slider-next {
    width: 11px;
    height: 20px;
    background-image: url(../img/main/ico-mo-next.png);
  }
  .main-contents .section-visual .slider-wrapper .page-num {
    line-height: 20px;
  }
  .main-contents .section-visual .slider-wrapper .slider-nav {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .main-contents .section-visual .info-wrapper {
    gap: 15px;
  }
  .main-contents .section-visual .info-wrapper .row-half {
    width: 100%;
    gap: 8px;
  }
  .main-contents .section-visual .info-wrapper .row-half .postit-box {
    flex: 1;
  }
  .main-contents .section-visual .info-wrapper .row-full .postit-box {
    clip-path: polygon(0 13px, 13px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%);
  }
  .main-contents .section-visual .info-wrapper .row-full .postit-box::after {
    bottom: 6px;
    right: -9px;
  }
  .main-contents .section-visual .info-wrapper .row-full .before-login {
    padding: 45px 0 42px;
  }
  .main-contents .section-visual .info-wrapper .postit-box {
    padding: 13.5px 16px;
    clip-path: polygon(0 13px, 13px 0, 100% 0, 100% 100%, 0 100%);
    min-height: 140px;
  }
  .main-contents .section-visual .info-wrapper .postit-box::before {
    top: 6px;
    left: -9px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .no-data {
    padding: 0;
  }
  .main-contents .section-visual .info-wrapper .postit-box .no-data .img {
    margin: 0 auto 7px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .tag {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    letter-spacing: -0.55px;
    clip-path: polygon(0 5px, 5px 0, 100% 0, 100% 100%, 0 100%);
    margin-bottom: 8px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .tag::before {
    width: 5px;
    height: 5px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .title {
    font-size: 15px;
    line-height: 20.5px;
    min-height: 41px;
    margin-bottom: 8px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .period {
    display: flex;
    flex-direction: column;
    font-size: 14.5px;
    line-height: 16.5px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .menu {
    padding: 0 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
  }
  .main-contents .section-visual .info-wrapper .postit-box .menu .icon {
    width: 80px;
    height: 80px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .menu a {
    gap: 5px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .menu .item:first-child img {
    width: 55px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .menu .item:nth-child(2) img {
    width: 38px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .menu .item:nth-child(3) img {
    width: 34px;
  }
  .main-contents .section-visual .info-wrapper .postit-box .menu .txt {
    font-size: 15.5px;
  }
  .main-contents .section-visual .info-wrapper .button-group {
    min-height: auto;
  }
  .main-contents .section-visual .btn-go-classroom {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.8px;
    color: #666;
    border-bottom: 1px solid #333;
  }
  .main-contents .section-recommendation {
    padding: 40px 0 30px;
  }
  .main-contents .section-recommendation .inner {
    padding: 0;
  }
  .main-contents .section-recommendation .slider-navigation {
    padding: 0 15px;
  }
  .main-contents .section-recommendation .deco-line {
    width: 24px;
    height: 24px;
    top: -18px;
    left: 35px;
    z-index: 2;
  }
  .main-contents .section-recommendation .page-num {
    display: flex;
    align-items: center;
    margin: -2px 11px 0;
    width: auto;
  }
  .main-contents .section-recommendation .page-num .current {
    font-size: 14px;
    font-weight: bold;
    color: #0077cc;
  }
  .main-contents .section-recommendation .page-num .total {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #999;
    margin-left: 13px;
  }
  .main-contents .section-recommendation .page-num .total::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -7px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #999;
  }
  .main-contents .section-recommendation .content-slider {
    padding-left: 15px;
  }
  .main-contents .section-recommendation .content-slider .swiper-slide {
    height: auto;
  }
  .main-contents .section-recommendation.safety-support {
    padding: 30px 0 44px;
  }
  .main-contents .section-recommendation.safety-support .content-card::after {
    bottom: 20px;
    right: -4px;
  }
  .main-contents .section-recommendation.safety-support .bg {
    width: 100vw;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  }
  .main-contents .section-notice {
    padding: 40px 0 80px;
  }
  .main-contents .section-notice .deco-line2 {
    width: 34px;
    height: 34px;
    top: -45px;
    right: 20px;
  }
  .main-contents .section-notice .heading {
    margin-bottom: 12px;
  }
  .main-contents .section-notice .heading .title {
    font-size: 22px;
    line-height: 28px;
  }
  .main-contents .section-notice .row {
    flex-direction: column;
    gap: 40px;
  }
  .main-contents .section-notice .row .col {
    width: 100%;
  }
  .main-contents .section-notice .list .item a {
    padding: 13px 0;
  }
  .main-contents .section-notice .list .item .cont {
    position: relative;
    width: calc(100% - 65px - 20px);
    font-size: 15px;
  }
  .main-contents .section-notice .list .item .date {
    width: 65px;
    font-size: 14px;
    line-height: 24px;
  }
  .main-contents .section-notice .call {
    min-height: auto;
    height: auto;
    padding: 20px 20px 20px 24px;
  }
  .main-contents .section-notice .call br:first-child {
    display: none;
  }
  .main-contents .section-notice .call .phone {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1.2px;
    margin-bottom: 5px;
  }
  .main-contents .section-notice .call .img {
    width: 50px;
    height: 62px;
    margin-right: 20px;
  }
  .main-contents .section-notice .call .info {
    width: calc(100% - 50px - 20px);
    display: flex;
    gap: 16px;
    justify-content: space-evenly;
  }
  .main-contents .section-notice .call .holiday {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .main-contents .section-notice .call .holiday b {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .main-contents .section-notice .call .holiday > div {
    gap: 6px;
    margin-top: 2px;
  }
  .main-contents .section-notice .call .holiday > div span {
    font-size: 12px;
  }
  .main-contents .section-notice .call .holiday > div a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .main-contents .section-notice .call {
    padding: 20px 35px;
  }
  .main-contents .section-notice .call .img {
    width: 80px;
    height: auto;
    flex-shrink: 0;
    margin-right: 40px;
  }
  .main-contents .section-notice .call .info {
    flex-direction: column;
  }
}
.apply-content .a-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.apply-content .a-head .heading {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.apply-content .a-head .heading .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.9px;
  color: #000;
  line-height: 24px;
}
.apply-content .a-head .sns-links {
  display: flex;
  gap: 6px;
  align-items: center;
}
.apply-content .a-head .sns-links .sns {
  display: inline-flex;
}
.apply-content .a-head .sns-links .num {
  font-size: 18px;
  font-weight: 700;
  color: #f33f4d;
  margin-right: 10px;
}
.apply-content .a-body:first-child .f-title {
  margin-top: 30px;
}
.apply-content .info {
  padding: 20px 30px;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #ddd;
}
.apply-content .info .i-item {
  display: flex;
  width: calc(50% - 10px);
  gap: 30px;
}
.apply-content .info .i-item .tit {
  width: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.81px;
}
.apply-content .info .i-item .val {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 100px);
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.81px;
  color: #666;
}
.apply-content .info .i-item .val .v-item {
  display: flex;
  gap: 12px;
}
.apply-content .info + .form {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.apply-content .attachment {
  border-top: 1px dashed #ddd;
}
.apply-content .attachment .info {
  border-top: 0;
  background-color: transparent;
}
.apply-content .attachment .info .i-item {
  width: 100%;
}
.apply-content .attachment .info .ico-file {
  flex-shrink: 0;
}
.apply-content .attachment + .form {
  border-top: 1px dashed #ddd;
  padding-top: 30px;
}
.apply-content .form .f-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: #000;
  margin-bottom: 20px;
  gap: 10px;
}
.apply-content .form .f-title .form-check {
  margin-left: auto;
}
.apply-content .form .f-title .form-check span {
  line-height: 24px;
  font-weight: 400;
}
.apply-content .form .f-title .form-check input + span::before {
  top: 7px;
}
.apply-content .form .f-title .form-check input + span::after {
  top: 2px;
}
.apply-content .form .f-title small {
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}
.apply-content .form img {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin-bottom: 20px;
}
.apply-content .form p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.68px;
}
.apply-content .form + .form {
  margin-top: 30px;
}
.apply-content .button-group {
  border-top: 1px solid #ddd;
  padding-top: 60px;
  margin-top: 30px;
}
.apply-content .info-form {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px 30px 40px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  background-color: #F9F9F9;
}
.apply-content .info-form .label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.68px;
  color: #000;
  margin-bottom: 10px;
}
.apply-content .info-form .form-box .form-control, .apply-content .info-form .form-box .form-select {
  width: 100%;
}
.apply-content .info-form .form-box .form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  align-items: center;
}
.apply-content .info-form .form-box .form-radio-group:first-child {
  margin-top: 25px;
}
.apply-content .info-form .form-box .form-radio-group .direct-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.apply-content .info-form .form-box .form-radio-group .direct-input .form-radio {
  flex-shrink: 0;
}
.apply-content .info-form .form-box.form-phone-box {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.apply-content .info-form .form-box.form-email-box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.apply-content .info-form .form-box.form-email-box .form-control, .apply-content .info-form .form-box.form-email-box .form-select {
  max-width: 180px;
}
.apply-content .info-form .form-box.form-email-box + .form-radio-group {
  margin-top: 15px;
}
.apply-content .info-form .form-box.form-address-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.apply-content .info-form .form-box.form-address-box .f-row {
  display: flex;
  gap: 10px;
}
.apply-content .info-form .form-box.form-address-box .f-row:first-child .form-control {
  max-width: 380px;
}
.apply-content .info-form .form-box .form-file .form-control {
  max-width: 380px;
}
.apply-content .info-form .tip {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.63px;
  color: #f33f4d;
  margin-top: 10px;
  padding-left: 21px;
}
.apply-content .info-form .tip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/ico-caution.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
}
.apply-content .info-form .line {
  border-color: #ccc;
  border-style: dashed;
  margin: 20px 0;
}
.apply-content .info-form + .f-title {
  margin-top: 40px;
}
.apply-content .info-form .btns {
  display: flex;
  justify-content: flex-end;
}
.apply-content .info-form.info-form-table .table {
  border-top-color: #ccc;
  border-bottom: 0;
}
.apply-content .info-form.info-form-table .table th {
  border-bottom: 1px solid #ccc;
}
.apply-content .info-form.info-form-table .table td {
  border-top: 0;
  border-bottom: 1px solid #EEE;
}
.apply-content .terms-box {
  border: 1px solid #ccc;
  padding: 24px 20px;
  height: 205px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.apply-content .terms-box .terms-wrapper {
  max-height: 100%;
  overflow-y: auto;
}
.apply-content .course-info {
  background-color: #F9F9F9;
  padding: 40px 60px 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 80px;
}
.apply-content .course-info .c-img {
  width: 380px;
  max-height: 214px;
  flex-shrink: 0;
}
.apply-content .course-info .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apply-content .course-info .c-info .i-item {
  display: flex;
  gap: 40px;
}
.apply-content .course-info .c-info .i-item + .i-item {
  margin-top: 25px;
}
.apply-content .course-info .c-info .i-item .tit {
  width: 90px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.72px;
  color: #666;
}
.apply-content .course-info .c-info .i-item .val {
  flex: 1;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.72px;
}
.apply-content .course-info .button-group {
  border-top: 0;
  margin-top: 35px;
  padding-top: 0;
  justify-content: flex-start;
}
.apply-content .course-detail .d-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
}
.apply-content .course-detail .d-item .label {
  width: 180px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.81px;
  color: #000;
  padding-left: 60px;
}
.apply-content .course-detail .d-item .value {
  flex: 1;
}
.apply-content .course-detail .d-item .txt {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.68px;
}
.apply-content .course-detail .no-data {
  border-top: 1px solid #666;
  border-bottom: 1px solid #EEE;
}
.apply-content .curriculum-list {
  padding-bottom: 0;
}

@media (max-width: 1280px) {
  .apply-content .a-head {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .apply-content .a-head .heading {
    width: 100%;
    flex-direction: column-reverse;
    gap: 5px;
  }
  .apply-content .a-head .sns-links {
    width: 100%;
  }
  .apply-content .info {
    padding: 20px 15px;
    gap: 20px;
    word-break: keep-all;
  }
  .apply-content .info .i-item {
    width: 100%;
    gap: 20px;
  }
  .apply-content .form .f-title {
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply-content .button-group {
    margin-top: 40px;
  }
  .apply-content .info-form {
    padding: 20px 15px;
  }
  .apply-content .course-info {
    padding: 20px;
    gap: 20px;
  }
  .apply-content .course-info .c-img {
    max-width: 380px;
    max-height: 214px;
    width: auto;
    overflow: hidden;
  }
  .apply-content .course-info .c-img img {
    aspect-ratio: 380/214;
    height: auto;
  }
  .apply-content .course-info .c-info .i-item {
    gap: 20px;
  }
  .apply-content .course-detail .d-item {
    flex-direction: column;
    padding: 20px;
  }
  .apply-content .course-detail .d-item .label {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .apply-content .course-info {
    flex-direction: column;
  }
  .apply-content .course-info .button-group {
    margin-top: 20px;
  }
}
.board-service .board-head .sort-wrap {
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 0;
}
.board-service .table-list {
  border-top: 1px solid #ccc;
}
.board-service .table-list th {
  background-color: #fff;
  padding: 19px 20px;
}
.board-service .table-list td, .board-service .table-list th {
  border-right: 0;
  border-left: 0;
}
.board-service .table-list td:first-child, .board-service .table-list th:first-child {
  border-left: 0;
}
.board-service .table-list tr:first-child td {
  border-top: 1px solid #ccc;
}
.board-service .table-list tr.highlight td {
  background-color: #fffcf1;
  padding: 14.4px 20px;
}
.board-service .table-list td:nth-child(2) .ico-volume {
  display: none;
}
.board-service .table-list tr a:hover {
  text-decoration: underline;
}
.board-service .table-list tr.bg-yellow {
  background-color: #fffbe5;
}
.board-service .table-list tr.bg-yellow td {
  background-color: #fffbe5;
}
.board-service .table-list .ico-new, .board-service .table-list .ico-hot {
  vertical-align: bottom;
}
.board-service .faq-list {
  border-top: 1px solid #333;
}
.board-service .faq-list .item {
  border-bottom: 1px solid #EEE;
}
.board-service .faq-list .item .item-head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 40px 25px 10px;
  cursor: pointer;
}
.board-service .faq-list .item .item-head .question {
  position: relative;
  margin-right: 20px;
}
.board-service .faq-list .item .item-head .question em {
  position: relative;
  display: block;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
  width: 24px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.board-service .faq-list .item .item-head .question::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 30px;
  border-radius: 2px;
  background-color: #5d7aca;
  transform: skewX(-20deg);
}
.board-service .faq-list .item .item-head .title {
  max-width: calc(100% - 50px);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.38px;
}
.board-service .faq-list .item .item-head::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  right: 10px;
  top: 50%;
  background-image: url(../img/common/ico-li-down.png);
  transform: translateY(-50%);
  background-size: cover;
  transition: 0.2s;
}
.board-service .faq-list .item .item-body {
  position: relative;
  display: none;
  padding: 0 10px;
}
.board-service .faq-list .item .item-body .content {
  padding: 29px 49px;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.38px;
  border: 1px solid #EEE;
  background-color: #f9f9f9;
  margin-bottom: 25px;
  border-radius: 2px;
}
.board-service .faq-list .item .item-body .content img {
  max-width: 100%;
  height: auto;
}
.board-service .faq-list .item .item-body .font-lg {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.45px;
}
.board-service .faq-list .item.show .item-head .title {
  font-weight: 500;
}
.board-service .faq-list .item.show .item-head::after {
  transform: translateY(-50%) rotate(180deg);
}
.board-service .faq-list .item.show .item-body {
  display: block;
}
.board-service .faq-list .item.item-nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  font-size: 15px;
  letter-spacing: -0.38px;
}
.board-service .sns-banner {
  width: 100%;
  aspect-ratio: 1000/185;
  margin-bottom: 40px;
  margin-top: 30px;
}
.board-service .sns-banner a {
  display: block;
}
.board-service .sns-banner a img {
  display: block;
  width: 100%;
}
.board-service .sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #EEE;
}
.board-service .sns-list .item {
  width: calc(25% - 15px);
}
.board-service .sns-list .item a {
  display: flex;
  flex-direction: column;
}
.board-service .sns-list .item a .img {
  width: 100%;
  aspect-ratio: 233/127;
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0 100%);
}
.board-service .sns-list .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-service .sns-list .item a .tit {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1280px) {
  .board-service .table-list table {
    display: block;
  }
  .board-service .table-list thead {
    display: none;
  }
  .board-service .table-list tbody, .board-service .table-list tr {
    display: block;
  }
  .board-service .table-list tr {
    padding: 10px 5px;
  }
  .board-service .table-list tr + tr {
    border-top: 1px solid #EEE;
  }
  .board-service .table-list tr.highlight td {
    padding: 0;
    background-color: transparent;
  }
  .board-service .table-list tr:first-child td {
    border-top: 0;
  }
  .board-service .table-list tr.nodata {
    padding: 60px 5px;
  }
  .board-service .table-list tr.nodata th, .board-service .table-list tr.nodata td {
    display: block !important;
    padding: 0;
  }
  .board-service .table-list tr.nodata th::after, .board-service .table-list tr.nodata td::after {
    content: none;
  }
  .board-service .table-list th, .board-service .table-list td {
    padding: 0;
    border-top: 0;
  }
  .board-service .table-list th > span, .board-service .table-list td > span {
    line-height: initial;
    color: #666;
    font-size: 14px;
    text-align: left;
  }
  .board-service .table-list th .ico-file, .board-service .table-list td .ico-file {
    width: 16px;
    height: 15px;
  }
  .board-service .table-list th .badge, .board-service .table-list td .badge {
    border: 0;
    background-color: transparent;
    transform: none;
  }
  .board-service .table-list th a, .board-service .table-list td a {
    text-decoration: underline;
    font-weight: 500;
  }
  .board-service .table-list th:first-child, .board-service .table-list td:first-child {
    display: none;
  }
  .board-service .table-list th .button-group, .board-service .table-list td .button-group {
    width: 100%;
    margin-top: 10px;
  }
  .board-service .table-list th .button-group .btn, .board-service .table-list td .button-group .btn {
    margin-right: 5px;
  }
  .board-service .table-list td:empty {
    display: none;
  }
  .board-service .table-list .ellipse {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
  }
  .board-service .table-list .ellipse .ellipse-target span {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
  }
  .board-service .table-list.table-notice th::after, .board-service .table-list.table-notice td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #ccc;
    margin: 0 10px;
    transform: translateY(-1px);
  }
  .board-service .table-list.table-notice th:nth-child(2), .board-service .table-list.table-notice td:nth-child(2) {
    display: block;
    margin-bottom: 15px;
  }
  .board-service .table-list.table-notice th:nth-child(2) .ico-volume, .board-service .table-list.table-notice td:nth-child(2) .ico-volume {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px);
  }
  .board-service .table-list.table-notice th:nth-child(2)::after, .board-service .table-list.table-notice td:nth-child(2)::after {
    content: none;
  }
  .board-service .table-list.table-notice th:nth-child(3)::before, .board-service .table-list.table-notice td:nth-child(3)::before {
    content: "첨부";
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    transform: translateY(-2px);
    color: #666;
    margin-right: 5px;
  }
  .board-service .table-list.table-notice th:nth-child(3) a, .board-service .table-list.table-notice td:nth-child(3) a {
    text-decoration: none;
  }
  .board-service .table-list.table-notice th:nth-child(4)::before, .board-service .table-list.table-notice td:nth-child(4)::before {
    content: "등록일";
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    transform: translateY(-2px);
    color: #666;
    margin-right: 5px;
  }
  .board-service .table-list.table-notice th:nth-child(5)::before, .board-service .table-list.table-notice td:nth-child(5)::before {
    content: "조회수";
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    transform: translateY(-2px);
    color: #666;
    margin-right: 5px;
  }
  .board-service .table-list.table-notice th:nth-child(5)::after, .board-service .table-list.table-notice td:nth-child(5)::after {
    content: none;
  }
  .board-service .table-list.table-notice .ellipse {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .board-service .table-list.table-notice .ellipse .ellipse-target span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .board-service .table-list.table-qna th:nth-child(3), .board-service .table-list.table-qna td:nth-child(3) {
    display: block;
    margin-bottom: 10px;
  }
  .board-service .table-list.table-qna th:nth-child(5) span, .board-service .table-list.table-qna th:nth-child(6) span, .board-service .table-list.table-qna td:nth-child(5) span, .board-service .table-list.table-qna td:nth-child(6) span {
    display: inline-block;
    margin-left: 5px;
  }
  .board-service .table-list.table-qna th:nth-child(5) span::before, .board-service .table-list.table-qna th:nth-child(6) span::before, .board-service .table-list.table-qna td:nth-child(5) span::before, .board-service .table-list.table-qna td:nth-child(6) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-qna.table-report th:nth-child(2) *, .board-service .table-list.table-qna.table-report td:nth-child(2) * {
    display: block;
    margin-bottom: 10px;
  }
  .board-service .table-list.table-qna.table-report th:nth-child(3), .board-service .table-list.table-qna.table-report th:nth-child(4), .board-service .table-list.table-qna.table-report th:nth-child(5), .board-service .table-list.table-qna.table-report td:nth-child(3), .board-service .table-list.table-qna.table-report td:nth-child(4), .board-service .table-list.table-qna.table-report td:nth-child(5) {
    display: inline-block;
    margin: 0;
  }
  .board-service .table-list.table-qna.table-report th:nth-child(3) span, .board-service .table-list.table-qna.table-report th:nth-child(4) span, .board-service .table-list.table-qna.table-report th:nth-child(5) span, .board-service .table-list.table-qna.table-report td:nth-child(3) span, .board-service .table-list.table-qna.table-report td:nth-child(4) span, .board-service .table-list.table-qna.table-report td:nth-child(5) span {
    display: inline-block;
    margin-left: 2px;
  }
  .board-service .table-list.table-qna.table-report th:nth-child(3) span, .board-service .table-list.table-qna.table-report td:nth-child(3) span {
    margin-left: 0;
  }
  .board-service .table-list.table-qna.table-report th:nth-child(4) span::before, .board-service .table-list.table-qna.table-report td:nth-child(4) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-qna.table-edu-report th:nth-child(2) *, .board-service .table-list.table-qna.table-edu-report td:nth-child(2) * {
    display: block;
    margin-bottom: 10px;
  }
  .board-service .table-list.table-qna.table-edu-report th:nth-child(3), .board-service .table-list.table-qna.table-edu-report th:nth-child(4), .board-service .table-list.table-qna.table-edu-report th:nth-child(5), .board-service .table-list.table-qna.table-edu-report th:nth-child(6), .board-service .table-list.table-qna.table-edu-report th:nth-child(7), .board-service .table-list.table-qna.table-edu-report td:nth-child(3), .board-service .table-list.table-qna.table-edu-report td:nth-child(4), .board-service .table-list.table-qna.table-edu-report td:nth-child(5), .board-service .table-list.table-qna.table-edu-report td:nth-child(6), .board-service .table-list.table-qna.table-edu-report td:nth-child(7) {
    display: inline-block;
    margin: 0;
  }
  .board-service .table-list.table-qna.table-edu-report th:nth-child(3) span, .board-service .table-list.table-qna.table-edu-report th:nth-child(4) span, .board-service .table-list.table-qna.table-edu-report th:nth-child(5) span, .board-service .table-list.table-qna.table-edu-report th:nth-child(6) span, .board-service .table-list.table-qna.table-edu-report th:nth-child(7) span, .board-service .table-list.table-qna.table-edu-report td:nth-child(3) span, .board-service .table-list.table-qna.table-edu-report td:nth-child(4) span, .board-service .table-list.table-qna.table-edu-report td:nth-child(5) span, .board-service .table-list.table-qna.table-edu-report td:nth-child(6) span, .board-service .table-list.table-qna.table-edu-report td:nth-child(7) span {
    display: inline-block;
    margin-left: 2px;
  }
  .board-service .table-list.table-qna.table-edu-report th:nth-child(3) span, .board-service .table-list.table-qna.table-edu-report td:nth-child(3) span {
    margin-left: 0;
  }
  .board-service .table-list.table-qna.table-edu-report th:nth-child(4) span::before, .board-service .table-list.table-qna.table-edu-report td:nth-child(4) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-qna.table-edu-report th:nth-child(7) span::before, .board-service .table-list.table-qna.table-edu-report td:nth-child(7) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-qna .button-group {
    width: 100%;
    margin-top: 10px;
  }
  .board-service .table-list.table-qna .button-group .btn {
    margin-right: 5px;
  }
  .board-service .table-list.table-application th:nth-child(2) *, .board-service .table-list.table-application td:nth-child(2) * {
    display: block;
    margin-bottom: 10px;
  }
  .board-service .table-list.table-application th:nth-child(3), .board-service .table-list.table-application th:nth-child(4), .board-service .table-list.table-application th:nth-child(5), .board-service .table-list.table-application th:nth-child(6), .board-service .table-list.table-application td:nth-child(3), .board-service .table-list.table-application td:nth-child(4), .board-service .table-list.table-application td:nth-child(5), .board-service .table-list.table-application td:nth-child(6) {
    display: inline-block;
    margin: 0;
  }
  .board-service .table-list.table-application th:nth-child(3) span, .board-service .table-list.table-application th:nth-child(4) span, .board-service .table-list.table-application th:nth-child(5) span, .board-service .table-list.table-application th:nth-child(6) span, .board-service .table-list.table-application td:nth-child(3) span, .board-service .table-list.table-application td:nth-child(4) span, .board-service .table-list.table-application td:nth-child(5) span, .board-service .table-list.table-application td:nth-child(6) span {
    display: inline-block;
    margin-left: 2px;
  }
  .board-service .table-list.table-application th:nth-child(3) span, .board-service .table-list.table-application td:nth-child(3) span {
    margin-left: 0;
  }
  .board-service .table-list.table-application th:nth-child(4) span::before, .board-service .table-list.table-application td:nth-child(4) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-application th:nth-child(5) span, .board-service .table-list.table-application th:nth-child(6) span, .board-service .table-list.table-application td:nth-child(5) span, .board-service .table-list.table-application td:nth-child(6) span {
    display: inline-block;
    margin-left: 5px;
  }
  .board-service .table-list.table-application th:nth-child(5) span::before, .board-service .table-list.table-application th:nth-child(6) span::before, .board-service .table-list.table-application td:nth-child(5) span::before, .board-service .table-list.table-application td:nth-child(6) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-online-application th:nth-child(2) *, .board-service .table-list.table-online-application td:nth-child(2) * {
    display: block;
    margin-bottom: 10px;
  }
  .board-service .table-list.table-online-application th:nth-child(3), .board-service .table-list.table-online-application th:nth-child(4), .board-service .table-list.table-online-application td:nth-child(3), .board-service .table-list.table-online-application td:nth-child(4) {
    display: inline-block;
    margin: 0;
  }
  .board-service .table-list.table-online-application th:nth-child(3) span, .board-service .table-list.table-online-application th:nth-child(4) span, .board-service .table-list.table-online-application td:nth-child(3) span, .board-service .table-list.table-online-application td:nth-child(4) span {
    display: inline-block;
    margin-left: 2px;
  }
  .board-service .table-list.table-online-application th:nth-child(3) span, .board-service .table-list.table-online-application td:nth-child(3) span {
    margin-left: 0;
  }
  .board-service .table-list.table-online-application th:nth-child(4) span, .board-service .table-list.table-online-application td:nth-child(4) span {
    font-size: 14px;
  }
  .board-service .table-list.table-online-application th:nth-child(4) span::before, .board-service .table-list.table-online-application td:nth-child(4) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-study-offline th:nth-child(2) *, .board-service .table-list.table-study-offline td:nth-child(2) * {
    display: block;
    margin-bottom: 10px;
  }
  .board-service .table-list.table-study-offline th:nth-child(3), .board-service .table-list.table-study-offline th:nth-child(4), .board-service .table-list.table-study-offline td:nth-child(3), .board-service .table-list.table-study-offline td:nth-child(4) {
    display: inline-block;
    margin: 0;
  }
  .board-service .table-list.table-study-offline th:nth-child(3) span, .board-service .table-list.table-study-offline th:nth-child(4) span, .board-service .table-list.table-study-offline td:nth-child(3) span, .board-service .table-list.table-study-offline td:nth-child(4) span {
    display: inline-block;
    margin-left: 2px;
  }
  .board-service .table-list.table-study-offline th:nth-child(3) span, .board-service .table-list.table-study-offline td:nth-child(3) span {
    margin-left: 0;
  }
  .board-service .table-list.table-study-offline th:nth-child(4) span::before, .board-service .table-list.table-study-offline td:nth-child(4) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .table-list.table-study-offline th:nth-child(5) span, .board-service .table-list.table-study-offline th:nth-child(6) span, .board-service .table-list.table-study-offline td:nth-child(5) span, .board-service .table-list.table-study-offline td:nth-child(6) span {
    margin-top: 5px;
  }
  .board-service .table-list.table-study-offline th:nth-child(6) span, .board-service .table-list.table-study-offline td:nth-child(6) span {
    margin-left: 5px;
  }
  .board-service .table-list.table-study-offline th:nth-child(6) span::before, .board-service .table-list.table-study-offline td:nth-child(6) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  .board-service .faq-list .item .item-body .content {
    padding: 20px;
    line-height: 24px;
  }
  .board-service .sns-list {
    gap: 20px;
  }
  .board-service .sns-list .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .board-service .sns-list .item {
    width: 100%;
  }
}
.board-view {
  margin-top: -30px;
}
.board-view .board-head {
  padding: 0;
}
.board-view .board-head .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
  color: #000;
  padding: 23px 20px;
  background-color: #f4f4f4;
  text-align: left;
}
.board-view .board-head .view-info {
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}
.board-view .board-head .view-info .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.board-view .board-head .view-info .info .item {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: #666;
}
.board-view .board-head .view-info .info .item .val {
  color: #000;
  margin-left: 8px;
}
.board-view .board-head .view-info .info .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 2px;
  left: -10px;
  background-color: #ccc;
}
.board-view .board-head .view-info .info .left, .board-view .board-head .view-info .info .right {
  display: flex;
  gap: 10px 20px;
}
.board-view .board-head .view-info .info:last-child {
  margin-bottom: 0;
}
.board-view .board-head .view-info .file-list .file {
  display: flex;
  align-items: center;
  gap: 10px;
}
.board-view .board-head .view-info .file-list .file a {
  font-size: 15px;
  line-height: 15px;
  color: #0077cc;
}
.board-view .board-head .view-info .file-list .file a:hover {
  text-decoration: underline;
}
.board-view .board-head.answer .title {
  background-color: #f5f7fb;
}
.board-view .board-body {
  padding: 30px 30px 40px;
  border-bottom: 1px solid #eee;
  min-height: 500px;
  margin-bottom: 0;
}
.board-view .board-body .view-content {
  font-size: 16px;
  line-height: 24px;
}
.board-view .board-body .view-content img {
  max-width: 100%;
  max-height: max-content;
}
.board-view .board-body:only-child {
  padding: 0;
  border-bottom: 0;
}
.board-view .board-body:only-child .button-group {
  margin-top: 30px;
}
.board-view + .board-view .board-head {
  border-top-color: #ccc;
}
.board-view .board-nav {
  margin-top: -1px;
}
.board-view .board-nav .nav {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 30px;
  gap: 30px;
  background-color: #f6f6f6;
  height: 70px;
  border-bottom: 1px solid #ddd;
}
.board-view .board-nav .nav:first-child {
  border-top: 1px solid #ddd;
}
.board-view .board-nav .nav .tit {
  flex-shrink: 0;
  width: 50px;
  font-size: 16px;
  line-height: 16px;
  color: #666;
}
.board-view .board-nav .nav .ico {
  flex-shrink: 0;
}
.board-view .board-nav .nav .val {
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 50px - 16px);
  color: #222;
}
.board-view .board-nav .nav a:hover {
  text-decoration: underline;
}
.board-view .board-nav .board-foot {
  margin-top: 30px;
}
.board-view .board-foot .button-group {
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .board-view .board-head .title {
    padding: 20px;
  }
  .board-view .board-head .view-info {
    padding: 20px;
  }
  .board-view .board-head .view-info .info {
    flex-wrap: wrap;
    gap: 10px;
  }
  .board-view .board-head .view-info .info .item + .item::before {
    content: none;
  }
  .board-view .board-head .view-info .left, .board-view .board-head .view-info .right {
    width: 100%;
    flex-wrap: wrap;
  }
  .board-view .board-head .view-info .right {
    justify-content: flex-end;
  }
  .board-view .board-body {
    padding: 20px;
  }
  .board-view .board-nav .nav {
    padding: 0 20px;
    gap: 20px;
  }
}
.safety-inspection .tab-container {
  margin-top: 30px;
}
.safety-inspection .tab-container .tabs-box .main-tab {
  justify-content: center;
  margin-bottom: 40px;
}
.safety-inspection .tab-container .tabs-box .main-tab .item {
  flex: none;
  min-width: 200px;
}
.safety-inspection .tab-container .tabs-box .main-tab .item a {
  padding: 12px 5px 3px 5px;
  transition: 0.2s;
}
.safety-inspection .tab-container .tabs-box .main-tab .item::before, .safety-inspection .tab-container .tabs-box .main-tab .item::after {
  transition: 0.2s;
}
.safety-inspection .tab-container .tabs-box .main-tab .item::after {
  bottom: -4px;
}
.safety-inspection .tab-container .tabs-box .main-tab .item.on::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/sub/triangle-red.png);
  width: 12px;
  height: 6px;
  background-size: cover;
}
.safety-inspection .tab-container .tabs-box .main-tab .item.on a, .safety-inspection .tab-container .tabs-box .main-tab .item:hover a {
  color: #005b9e;
}
.safety-inspection .tab-container .tabs-box .main-tab .item.on::after, .safety-inspection .tab-container .tabs-box .main-tab .item:hover::after {
  background-color: #005b9e;
}
.safety-inspection .heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  color: #0077cc;
  margin-bottom: 20px;
  word-break: keep-all;
}
.safety-inspection .grey-box {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #666;
  background-color: #f9f9f9;
  padding: 25px 20px;
  margin-bottom: 40px;
  word-break: keep-all;
}
.safety-inspection .calculator-box .c-head {
  display: flex;
  justify-content: center;
  padding: 16px 20px;
  background-color: #005b9e;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.safety-inspection .calculator-box .c-body {
  border-bottom: 1px solid #ccc;
}
.safety-inspection .calculator-box .c-foot {
  margin-top: 30px;
}
.safety-inspection .calculator-box .c-cont {
  display: flex;
  background-color: #fffcf1;
}
.safety-inspection .calculator-box .c-cont + .c-cont {
  border-top: 1px dashed #ccc;
}
.safety-inspection .calculator-box .c-cont:first-child {
  background-color: #f7fcff;
}
.safety-inspection .calculator-box .c-cont:nth-child(2) {
  background-color: #fff;
}
.safety-inspection .calculator-box .c-cont .label {
  position: relative;
  display: flex;
  gap: 10px;
  width: 330px;
  flex-shrink: 0;
  padding: 30px 0 30px 70px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -1.5px;
  color: #666;
}
.safety-inspection .calculator-box .c-cont .label::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 40px;
  width: 6px;
  height: 9px;
  background-image: url(../img/sub/triangle-right.png);
  background-size: cover;
}
.safety-inspection .calculator-box .c-cont .form-box {
  display: flex;
  width: calc(100% - 330px);
  align-items: center;
}
.safety-inspection .calculator-box .c-cont .form-radio-group {
  margin-left: 135px;
  gap: 150px;
}
.safety-inspection .calculator-box .c-cont .form-value-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 20px 0;
  width: 100%;
}
.safety-inspection .calculator-box .c-cont .form-value-group .f-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.safety-inspection .calculator-box .c-cont .form-value-group .f-item:nth-child(2n) {
  margin-left: 15px;
}
.safety-inspection .calculator-box .c-cont .form-value-group .f-item .tit {
  width: 145px;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.75px;
  text-align: right;
}
.safety-inspection .calculator-box .c-cont .form-value-group .f-item .form-control {
  width: 100px;
}
.safety-inspection .calculator-box .c-cont .form-value-group .f-item .unit {
  font-size: 15px;
  letter-spacing: -0.75px;
  text-align: right;
  color: #666;
}
.safety-inspection .calculator-box .c-cont .form-text-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
  padding: 30px 0;
  width: 100%;
}
.safety-inspection .calculator-box .c-cont .form-text-group .f-item {
  display: flex;
  width: 100%;
}
.safety-inspection .calculator-box .c-cont .form-text-group .f-item .tit {
  width: 145px;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.75px;
  text-align: right;
}
.safety-inspection .calculator-box .c-cont .form-text-group .f-item .val {
  display: flex;
  width: calc(100% - 330px);
  margin-left: 110px;
  gap: 0 40px;
}
.safety-inspection .calculator-box .c-cont .form-text-group .f-item .val .v-item {
  display: flex;
  gap: 20px;
  width: calc(50% - 20px);
}
.safety-inspection .calculator-box .c-cont .form-text-group .f-item .val .v-item .v-tit {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
  text-align: right;
  color: #666;
  flex-shrink: 0;
}
.safety-inspection .calculator-box .c-cont .tip-group {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 5px;
  padding: 28px 20px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #666;
}
.safety-inspection .calculator-box .c-cont .tip-group .ico {
  flex-shrink: 0;
}
.safety-inspection {
  /* 안전진단제도란? */
}
.safety-inspection .s-pc-content .s-pc-tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.safety-inspection .s-pc-content .s-pc-tab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c4cfd7;
  border-radius: 1px;
  bottom: -24px;
  left: 0;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item .sub-tit {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
  margin-bottom: 35px;
  text-align: center;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item .link-detail {
  position: absolute;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.65px;
  color: #666;
  bottom: -24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 26px;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item .link-detail::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/sub/triangle-red.png);
  width: 12px;
  height: 6px;
  background-size: cover;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item.on::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -24px;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #005b9e;
  z-index: 1;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item.on .tit {
  font-size: 20px;
  color: #005b9e;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item.on .img {
  border: solid 2px #6aacdb;
  background-color: #f7fcff;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item.on .link-detail {
  font-weight: 500;
  color: #005b9e;
}
.safety-inspection .s-pc-content .s-pc-tab .tab-item.on .link-detail::after {
  display: block;
}
.safety-inspection .s-pc-content .s-tab-pane {
  display: none;
}
.safety-inspection .s-pc-content .s-tab-pane.on {
  display: block;
}
.safety-inspection .s-content {
  word-break: keep-all;
}
.safety-inspection .s-content .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 13px;
}
.safety-inspection .s-content .desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.safety-inspection .s-content .dot-list {
  margin-top: 5px;
}
.safety-inspection .s-content .dot-list .l-item {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.75px;
  color: #666;
  padding-left: 7px;
  text-align: left;
}
.safety-inspection .s-content .dot-list .l-item + .item {
  margin-top: 30px;
}
.safety-inspection .s-content .dot-list .l-item::before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  border-radius: 100%;
  background-color: #666;
  top: 9px;
  left: 0;
}
.safety-inspection .s-content .dot-list.dot-list-lg {
  margin-left: 20px;
}
.safety-inspection .s-content .dot-list.dot-list-lg .l-item {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  padding-left: 11px;
  letter-spacing: -0.8px;
}
.safety-inspection .s-content .dot-list.dot-list-lg .l-item + .l-item {
  margin-top: 5px;
}
.safety-inspection .s-content .dot-list.dot-list-lg .l-item::before {
  content: "-";
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  top: 0;
  font-size: 16px;
  line-height: 20px;
}
.safety-inspection .s-content .table-content + .sub-title {
  margin-top: 40px;
}
.safety-inspection .s-content .contents-info-box {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.safety-inspection .s-content .contents-info-box .contents-info {
  flex: 1;
  margin: 0;
}
.safety-inspection .s-content .contents-info-box .contents-info .item {
  color: #666;
}
.safety-inspection .s-content .sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.9px;
  padding-left: 23px;
  margin-bottom: 20px;
}
.safety-inspection .s-content .sub-title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 22px;
  background-image: url(../img/safety/ico-mark.png);
  background-size: cover;
}
.safety-inspection .s-content .img {
  margin-left: 20px;
}
.safety-inspection .s-content .img img {
  display: block;
}
.safety-inspection .s-content .img .mo {
  display: none;
}
.safety-inspection .s-content .img + .sub-title {
  margin-top: 40px;
}
.safety-inspection .s-mo-content {
  display: none;
}
.safety-inspection .s-mo-content .item .item-body {
  display: none;
}
.safety-inspection .s-mo-content .item.show .item-body {
  display: block;
}

@media (max-width: 1280px) {
  .safety-inspection .tab-container {
    margin-top: 11px;
  }
  .safety-inspection .tab-container .tabs-box .main-tab {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .safety-inspection .calculator-box .c-foot {
    margin-top: 20px;
  }
  .safety-inspection .calculator-box .c-cont {
    flex-direction: column;
    padding: 20px;
  }
  .safety-inspection .calculator-box .c-cont .label {
    position: relative;
    width: auto;
    padding: 0 0 0 10px;
  }
  .safety-inspection .calculator-box .c-cont .label::before {
    left: 0;
    top: 10px;
  }
  .safety-inspection .calculator-box .c-cont .form-box {
    width: 100%;
  }
  .safety-inspection .calculator-box .c-cont .form-radio-group {
    margin-left: 0;
    padding: 10px 0 0;
    gap: 10px 30px;
  }
  .safety-inspection .calculator-box .c-cont .form-value-group {
    flex-direction: column;
    gap: 10px 0;
    padding: 10px 0 0;
  }
  .safety-inspection .calculator-box .c-cont .form-value-group .f-item {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .safety-inspection .calculator-box .c-cont .form-value-group .f-item:nth-child(2n) {
    margin-left: 0;
  }
  .safety-inspection .calculator-box .c-cont .form-value-group .f-item .tit {
    width: 185px;
    text-align: left;
    padding-left: 10px;
  }
  .safety-inspection .calculator-box .c-cont .form-value-group .f-item .form-control {
    margin-left: auto;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group {
    gap: 20px 0;
    padding: 10px 0 0 10px;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item {
    flex-direction: column;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item .tit {
    width: auto;
    text-align: left;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item .val {
    width: 100%;
    margin-left: 0;
    gap: 0;
    justify-content: space-between;
    margin-top: 7px;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item .val .v-item {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 50%;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item .val .v-item .v-tit {
    width: 35px;
    text-align: left;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item .val .v-item .v-val {
    flex: 1;
  }
  .safety-inspection .s-pc-content {
    display: none;
  }
  .safety-inspection .s-mo-content {
    display: block;
  }
  .safety-inspection .s-mo-content .item {
    word-break: keep-all;
  }
  .safety-inspection .s-mo-content .item:first-child .item-head {
    padding-top: 0;
  }
  .safety-inspection .s-mo-content .item .item-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 15px;
    border-bottom: 1px solid #c5d0d8;
  }
  .safety-inspection .s-mo-content .item .item-head::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/sub/triangle-red.png);
    width: 12px;
    height: 6px;
    background-size: cover;
  }
  .safety-inspection .s-mo-content .item .item-head .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #f9f9f9;
  }
  .safety-inspection .s-mo-content .item .item-head .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }
  .safety-inspection .s-mo-content .item .item-head .tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .safety-inspection .s-mo-content .item .item-head .sub-tit {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.75px;
    margin-bottom: 10px;
  }
  .safety-inspection .s-mo-content .item .item-head .link-detail {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.65px;
    color: #666;
  }
  .safety-inspection .s-mo-content .item .item-body {
    padding: 30px 0;
    border-bottom: 1px solid #c5d0d8;
  }
  .safety-inspection .s-mo-content .item.show .item-head .img {
    border: solid 2px #6aacdb;
    background-color: #f7fcff;
  }
  .safety-inspection .s-mo-content .item.show .item-head .tit {
    font-size: 20px;
    color: #005b9e;
  }
  .safety-inspection .s-mo-content .item.show .item-head .link-detail {
    font-weight: 500;
    color: #005b9e;
  }
  .safety-inspection .s-mo-content .item.show .item-head::after {
    display: block;
  }
  .safety-inspection .s-content .title {
    font-size: 22px;
  }
  .safety-inspection .s-content .desc {
    font-size: 15px;
  }
  .safety-inspection .s-content .contents-info-box {
    flex-direction: column;
    align-items: center;
  }
  .safety-inspection .s-content .contents-info-box .contents-info {
    width: 100%;
  }
  .safety-inspection .s-content .img .pc {
    display: none;
  }
  .safety-inspection .s-content .img .mo {
    display: block;
  }
  .safety-inspection .s-content .img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .safety-inspection .calculator-box .c-cont .label {
    flex-wrap: wrap;
    gap: 5px;
  }
  .safety-inspection .calculator-box .c-cont .tip-group {
    position: relative;
    gap: 5px;
    padding: 0 0 0 20px;
    line-height: 20px;
    text-align: left;
  }
  .safety-inspection .calculator-box .c-cont .tip-group .ico {
    position: absolute;
    top: 2px;
    left: 0;
  }
  .safety-inspection .calculator-box .c-cont .form-value-group .f-item .tit {
    width: 110px;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item .val {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
  }
  .safety-inspection .calculator-box .c-cont .form-text-group .f-item .val .v-item {
    width: 100%;
  }
}
.safety-information .img-banner {
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
}
.safety-information .img-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.safety-information .heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1.1px;
  text-align: center;
  color: #0077cc;
  margin-bottom: 50px;
}
.safety-information .heading .font {
  font-family: NanumMyeongjo;
}
.safety-information .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
.safety-information .s-section + .s-section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #cccccc;
}
.safety-information .row {
  display: flex;
  padding-left: 50px;
  padding-right: 40px;
  gap: 60px;
}
.safety-information .row .col {
  width: 440px;
}
.safety-information .row .col.col-text {
  padding-top: 20px;
}
.safety-information .row .col img {
  width: 100%;
}
.safety-information .row .desc {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
}
.safety-information .row .button-group {
  justify-content: flex-start;
}
.safety-information .step .tit {
  text-align: center;
  margin-bottom: 40px;
}
.safety-information .img-step {
  max-width: 559px;
  margin-left: 180px;
}
.safety-information .img-step img {
  display: block;
}
.safety-information .img-step .mo {
  display: none;
}

@media (max-width: 1280px) {
  .safety-information .img-banner {
    margin: 0 auto 20px;
  }
  .safety-information .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.9px;
    word-break: keep-all;
    margin-bottom: 30px;
  }
  .safety-information .tit {
    font-size: 22px;
  }
  .safety-information .s-section + .s-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #cccccc;
  }
  .safety-information .row {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    gap: 30px;
  }
  .safety-information .row .col {
    width: auto;
    order: 1;
  }
  .safety-information .row .col.col-text {
    order: 2;
    width: 440px;
    margin: 0 auto;
  }
  .safety-information .row .col .img {
    max-width: 440px;
    width: auto;
    margin: 0 auto;
  }
  .safety-information .row .desc {
    font-size: 15px;
  }
  .safety-information .row .img {
    display: flex;
    justify-content: center;
  }
  .safety-information .row .button-group {
    justify-content: center;
  }
  .safety-information .img-step {
    margin: 0 auto;
    max-width: 366px;
  }
  .safety-information .img-step img {
    width: 100%;
    height: auto;
  }
  .safety-information .img-step .pc {
    display: none;
  }
  .safety-information .img-step .mo {
    display: block;
  }
}
@media (max-width: 460px) {
  .safety-information .row .col.col-text {
    width: 100%;
  }
}
.site-map-content .s-section + .s-section {
  margin-top: 40px;
}
.site-map-content .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000;
}
.site-map-content .row {
  display: flex;
  gap: 20px;
}
.site-map-content .row .col {
  width: calc(50% - 10px);
}
.site-map-content .row + .row {
  margin-top: 20px;
}
.site-map-content .box {
  border-radius: 5px;
  background-color: #f6f8f9;
  padding: 15px 18px 18px;
}
.site-map-content .box .logo {
  height: 110px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.site-map-content .tel-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.site-map-content .tel-cont .tit {
  font-size: 16px;
  letter-spacing: -0.72px;
}
.site-map-content .tel-cont .tel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-map-content .tel-cont .tel::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 1px;
  height: 16px;
  background-color: #999;
  top: 0;
}
.site-map-content .tel-cont .tel a {
  font-size: 16px;
  letter-spacing: -0.72px;
}
.site-map-content .table-box {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.site-map-content .table-row {
  display: table-row;
}
.site-map-content .table-row .col {
  width: 33.3333%;
  border: 1px solid #EEE;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.site-map-content .table {
  margin-bottom: 30px;
  border: 1px solid #EEE;
}
.site-map-content .table .col-title {
  font-weight: 500;
  border-right: 1px solid #EEE;
}
.site-map-content .table td {
  height: 60px;
}
.site-map-content .table .align-left .tel-cont {
  color: #333;
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .site-map-content .s-section + .s-section {
    margin-top: 30px;
  }
  .site-map-content .row {
    flex-direction: column;
  }
  .site-map-content .row .col {
    width: 100%;
  }
  .site-map-content .box {
    padding: 14px 13px 14px;
  }
  .site-map-content .box .logo {
    height: 82px;
    padding: 10px 20px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .site-map-content .tel-cont {
    gap: 15px;
  }
  .site-map-content .tel-cont .tel::before {
    left: -8px;
    height: 12px;
    top: 2px;
  }
  .site-map-content .table-row {
    display: flex;
    flex-direction: column;
  }
  .site-map-content .table-row .col {
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 0;
  }
  .site-map-content .table-row:last-child .col:last-child {
    border-bottom: 1px solid #EEE;
  }
  .site-map-content .table {
    margin-bottom: 20px;
  }
  .site-map-content .table .tel-cont {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .site-map-content .table .tel-cont .tel::before {
    content: none;
  }
}
@media (max-width: 350px) {
  .site-map-content .box .logo img {
    max-width: 100%;
  }
}
.my-page-content .survey-box .survey-head {
  width: 100%;
  padding: 20px;
  background-color: #fee6f4;
  margin-bottom: 20px;
  margin-top: 25px;
}
.my-page-content .survey-box .survey-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: var(--black-000);
  margin-bottom: 15px;
}
.my-page-content .survey-box .survey-head .desc {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
}
.my-page-content .survey-box .survey-body {
  border: 1px solid var(--gray-eee);
}
.my-page-content .survey-box .item {
  border-bottom: 1px solid var(--gray-eee);
}
.my-page-content .survey-box .item .title {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--black-000);
  background-color: #f9f9f9;
  padding: 19px 0;
}
.my-page-content .survey-box .item .title .num {
  padding-left: 18px;
  width: 50px;
}
.my-page-content .survey-box .item .title .txt {
  width: calc(100% - 50px);
  padding-right: 20px;
}
.my-page-content .survey-box .item .input-area {
  padding: 20px 20px 20px 50px;
}
.my-page-content .survey-box .item .form-group.form-inline-group {
  flex-wrap: wrap;
  gap: 10px 30px;
}
.my-page-content .login-contents {
  padding-top: 0;
}
.my-page-content .login-contents .log-content {
  padding: 20px 20px 0;
}
.my-page-content .login-contents .login-box {
  border-top: 1px solid #ddd;
}

.login-contents {
  padding-top: 160px;
  padding-bottom: 100px;
}
.login-contents .log-head {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
}
.login-contents .log-head .img-logo {
  display: block;
  width: 100%;
  height: 32px;
  margin: 0 auto;
}
.login-contents .log-head .img-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.login-contents .log-head .txt-logo {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #333;
}
.login-contents .log-head .txt-logo::after {
  content: "";
  width: 130px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-image: linear-gradient(90deg, #1d35ad, #cf4ebe);
}
.login-contents .log-content {
  padding: 40px 20px 0;
}
.login-contents .log-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.2px;
  color: #000;
  text-align: center;
}
.login-contents .log-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}
.login-contents .login-box {
  max-width: 520px;
  padding: 60px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-top: 0;
}
.login-contents .login-box .form-group .label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 18px;
  color: #000;
  margin-bottom: 8px;
}
.login-contents .login-box .form-group .tip {
  margin-top: -4px;
  margin-bottom: 5px;
}
.login-contents .login-box .form-group .caution {
  color: #f33f4d;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  margin-top: 7px;
}
.login-contents .login-box .form-input, .login-contents .login-box .form-select {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #f6f8f9;
  font-size: 16px;
}
.login-contents .login-box .form-input + .form-input, .login-contents .login-box .form-input + .form-select, .login-contents .login-box .form-select + .form-input, .login-contents .login-box .form-select + .form-select {
  margin-top: 20px;
}
.login-contents .login-box textarea.form-input {
  height: 145px;
  padding: 15px;
  line-height: 18px;
  resize: none;
}
.login-contents .login-box .form-check-group {
  margin: 10px 0 20px;
}
.login-contents .login-box .links-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
.login-contents .login-box .links-wrap a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
  text-decoration: underline;
}
.login-contents .login-box .sns-box {
  margin-top: 40px;
}
.login-contents .login-box .sns-box > .title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.login-contents .login-box .sns-box > .title span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: #666;
  background-color: #fff;
  padding: 0 10px;
  z-index: 1;
}
.login-contents .login-box .sns-box > .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.login-contents .login-box .sns-box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.login-contents .login-box .sns-box .list .item {
  width: 48px;
  height: 48px;
}
.login-contents .login-box .sns-box .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.login-contents .login-box .sns-box .list .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-contents .login-box .dormant-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.login-contents .login-box .dormant-account .img {
  width: 54px;
  height: 64px;
}
.login-contents .login-box .dormant-account .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-contents .login-box .dormant-account .info .item {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
.login-contents .login-box .dormant-account .info .item + .item {
  margin-top: 5px;
}
.login-contents .login-box.login-pw-box .form-group + .form-group {
  margin-top: 24px;
}
.login-contents .login-box.login-pw-box .form-group + .button-group {
  margin-top: 24px;
}
.login-contents .login-box .form-row {
  display: flex;
  width: 100%;
  gap: 10px;
}
.login-contents .login-box .form-row .form-input {
  flex: 1;
}
.login-contents .login-box .form-row .btn {
  height: 48px;
  line-height: 46px;
}
.login-contents .login-box .txt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #666;
  margin-top: 40px;
}
.login-contents .find-box {
  max-width: 720px;
  margin: 40px auto 0;
  border: 1px solid #ddd;
  border-top-color: #333;
}
.login-contents .find-box.find-box-sm {
  max-width: 540px;
}
.login-contents .find-box .find-account {
  display: flex;
}
.login-contents .find-box .find-account .col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 60px 50px 60px 58px;
}
.login-contents .find-box .find-account .col + .col {
  border-left: 1px solid #ddd;
}
.login-contents .find-box .find-account .col:only-child {
  width: 100%;
}
.login-contents .find-box .find-account .img {
  height: 48px;
  margin-right: 10px;
}
.login-contents .find-box .find-account .info {
  width: calc(100% - 64px - 10px);
}
.login-contents .find-box .find-account .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 5px;
}
.login-contents .find-box .find-account .desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1.2px;
  color: #666;
  margin-bottom: 30px;
  word-break: auto-phrase;
}
.login-contents .find-box .find-account .button-group {
  width: 100%;
}
.login-contents .info-box {
  padding: 28px 20px 27px;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 50px;
}
.login-contents .info-box .txt-lg {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000;
  margin-bottom: 8px;
}
.login-contents .info-box .txt {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #666;
}
.login-contents .certification-step {
  display: flex;
  justify-content: center;
}
.login-contents .certification-step .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  border-radius: 8px;
  border: 1px solid #EEE;
  height: 400px;
}
.login-contents .certification-step .item + .item {
  margin-left: 40px;
}
.login-contents .certification-step .item .img {
  width: 70px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.login-contents .certification-step .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.login-contents .certification-step .item .desc {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: #666;
  margin-bottom: 40px;
}
.login-contents .certification-step.integration .item {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: auto;
  padding-top: 22px;
}
.login-contents .certification-step.integration .item .img {
  width: 100px;
  height: 100px;
  margin-bottom: 49px;
}
.login-contents .certification-step.integration .item .img img {
  width: 100%;
  height: 100%;
}
.login-contents .log-foot {
  padding: 60px 20px;
  text-align: center;
}
.login-contents .log-foot .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.login-contents .log-foot .links a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #666;
}
.login-contents .log-foot .links a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #ccc;
  margin: 0 11px;
}
.login-contents .log-foot .links a.lg {
  font-weight: 500;
  color: #000;
}
.login-contents .log-foot .copyright {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.login-contents .log-result .button-group {
  margin-top: 30px;
}
.login-contents .log-result .empty {
  padding: 60px 20px;
}
.login-contents .log-result .empty .img {
  width: 60px;
  margin: 0 auto 15px;
}
.login-contents .log-result .empty .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.login-contents .log-result .empty .desc {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  letter-spacing: -0.75px;
  margin-bottom: 30px;
}
.login-contents .find-table {
  max-width: 520px;
  border: 1px solid #ddd;
  border-top-color: #333;
  margin: 0 auto;
}
.login-contents .find-table table {
  width: 100%;
}
.login-contents .find-table th {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.login-contents .find-table tbody tr:last-child td {
  border-bottom: 0;
}
.login-contents .find-table tbody tr.highlight td {
  background-color: #fffcf1;
}
.login-contents .find-table td {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: #000001;
  border-bottom: 1px solid #ddd;
}
.login-contents .find-table .form-radio {
  justify-content: center;
  width: 16px;
  margin: 0 auto;
  padding: 0;
}
.login-contents .sign-in {
  padding-top: 29px;
  margin-bottom: 40px;
}
.login-contents .sign-in .step {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.login-contents .sign-in .step .item {
  position: relative;
  display: flex;
  align-items: center;
}
.login-contents .sign-in .step .item .title {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: left;
  color: #0077cc;
  margin-left: 4px;
}
.login-contents .sign-in .step .item + .item {
  margin-left: 33px;
}
.login-contents .sign-in .step .item + .item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
  background-image: url(../img/common/ico-dots.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-contents .sign-in .step .item .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  color: #000;
  border-radius: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.7px;
}
.login-contents .sign-in .step .item.active .num {
  border: 0;
}
.login-contents .sign-in .step .item.active .num::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 40px;
  background-image: url(../img/common/step-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  top: -8px;
  left: 0;
  box-sizing: border-box;
}
.login-contents .sign-in .step .item.active .title {
  display: block;
  margin-left: 20px;
}
.login-contents .sign-in .step .item.completed .num {
  border: 0;
  border-image-source: linear-gradient(to top, #0f56ff, #38a4ff);
  border-image-slice: 1;
  background-image: linear-gradient(to top, #3d77ff, #61b4ff);
  color: #fff;
}
.login-contents .sign-in .certification-step {
  width: 760px;
  margin: 0 auto;
}
.login-contents .sign-in .certification-step .item {
  text-align: center;
}
.login-contents .sign-in .certification-step + .form {
  margin: 40px auto 0;
}
.login-contents .sign-in .terms-of-use {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #333;
}
.login-contents .sign-in .terms-of-use .item + .item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.login-contents .sign-in .terms-of-use .item .label {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 19px;
}
.login-contents .sign-in .terms-of-use .item .content {
  border: 1px solid #ddd;
  padding: 24px 20px;
  height: 205px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.login-contents .sign-in .terms-of-use .item .content .content-inner {
  max-height: 100%;
  overflow-y: auto;
}
.login-contents .sign-in .check-all {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  margin-bottom: 40px;
}
.login-contents .sign-in .form {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #333;
}
.login-contents .sign-in .form .form-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.login-contents .sign-in .form .form-title .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}
.login-contents .sign-in .form .form-title .desc {
  font-size: 14px;
  letter-spacing: -0.35px;
  text-align: right;
  color: #666;
}
.login-contents .sign-in .form .form-box {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.login-contents .sign-in .form .form-box + .form-title {
  margin-top: 40px;
}
.login-contents .sign-in .form .form-group .desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: -0.65px;
  color: #666;
  text-align: left;
  margin-bottom: 10px;
}
.login-contents .sign-in .form .form-group .validation, .login-contents .sign-in .form .form-group .caution {
  margin-top: 8px;
}
.login-contents .sign-in .form .form-group .form-row {
  display: flex;
}
.login-contents .sign-in .form .form-group .form-row .btn {
  margin-left: 10px;
}
.login-contents .sign-in .form .form-group .form-row .form-radio + .form-radio {
  margin-left: 30px;
}
.login-contents .sign-in .form .form-group .form-control, .login-contents .sign-in .form .form-group .form-select {
  width: 100%;
}
.login-contents .sign-in .form .form-group + .form-title, .login-contents .sign-in .form .form-group + .form-group {
  margin-top: 30px;
}
.login-contents .sign-in .form .button-group {
  margin-top: 30px;
}
.login-contents .sign-in .form .terms-of-use {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}
.login-contents .sign-in .form .terms-of-use .check-all .form-group {
  margin-top: 0;
}
.login-contents .sign-in .s-completed {
  max-width: 720px;
  border: 1px solid #ddd;
  border-top-color: #333;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
}
.login-contents .sign-in .s-completed .img {
  width: 60px;
  margin: 0 auto 15px;
}
.login-contents .sign-in .s-completed .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-contents .sign-in .s-completed .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 5px;
}
.login-contents .sign-in .s-completed .txt-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #666;
  margin-bottom: 30px;
}
.login-contents .sign-in .otp-form {
  text-align: center;
}
.login-contents .sign-in .otp-form .form-group {
  max-width: 360px;
  margin: 0 auto 20px;
}
.login-contents .sign-in .otp-form .form-group .form-row {
  margin-bottom: 10px;
}
.login-contents .sign-in .otp-form .form-group .form-row .form-input {
  height: 54px;
  line-height: 52px;
}
.login-contents .sign-in .otp-form .btn-wrap {
  max-width: 360px;
  margin: 0 auto 40px;
}
.login-contents .sign-in .otp-form .btn-wrap .btn {
  flex: 1;
}
.login-contents .sign-in .otp-form .contents-info {
  max-width: 533px;
  padding: 10px 20px;
  margin: 0 auto 40px;
}
.login-contents .sign-in .form-radio-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.login-contents .sign-in .form-radio-group + .item {
  margin-top: 50px;
}
.login-contents .sign-in.pt-0 .form {
  border-top: 0;
  padding-top: 0;
}
.login-contents .sign-in.pt-0 .form-box {
  border-top-color: #333;
}
.login-contents .member-type-box {
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-top-color: #333;
}
.login-contents .member-type-box .member-type-list {
  display: flex;
}
.login-contents .member-type-box .member-type-list .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 60px 50px;
  text-align: center;
}
.login-contents .member-type-box .member-type-list .col + .col {
  border-left: 1px solid #ddd;
}
.login-contents .member-type-box .member-type-list .img {
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-contents .member-type-box .member-type-list .img .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.login-contents .member-type-box .member-type-list .img .icon-circle.blue {
  background: linear-gradient(135deg, #e8f4fd, #d0e8fa);
  color: #0066cc;
}
.login-contents .member-type-box .member-type-list .img .icon-circle.grey {
  background: linear-gradient(135deg, #f0f0f0, #e5e5e5);
  color: #666;
}
.login-contents .member-type-box .member-type-list .img .icon-circle svg {
  width: 40px;
}
.login-contents .member-type-box .member-type-list .info {
  width: 100%;
  margin-bottom: 30px;
}
.login-contents .member-type-box .member-type-list .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 8px;
}
.login-contents .member-type-box .member-type-list .org {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.65px;
  color: #888;
  margin-bottom: 20px;
}
.login-contents .member-type-box .member-type-list .service-info .label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
}
.login-contents .member-type-box .member-type-list .service-info .value {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #666;
}
.login-contents .member-type-box .member-type-list .button-group {
  width: 100%;
  margin-top: auto;
}
.login-contents .tabs-box .sub-tab {
  max-width: 520px;
  margin: 0 auto;
}
.login-contents .tabs-box .sub-tab .item {
  flex: 1;
  background-image: url(../img/common/bg-tab-dotted.png);
  background-size: 5px;
  height: 50px;
}
.login-contents .tabs-box .sub-tab .item a span {
  font-size: 16px;
  font-weight: 500;
}
.login-contents .tabs-box .sub-tab .item::after {
  bottom: 0;
}
.login-contents .tabs-box .sub-tab .item.on {
  background-image: none;
  background-color: #0077cc;
}
.login-contents .tabs-box .sub-tab .item.on a {
  color: #fff;
}
.login-contents .tabs-box .sub-tab .item.on a span {
  font-size: 18px;
  font-weight: bold;
}
.login-contents .tabs-box .sub-tab .item.on::before {
  background-color: #0077cc;
}
.login-contents .tabs-box .sub-tab .item.on.simple {
  background-color: #405fb3;
}
.login-contents .tabs-box .sub-tab .item.on.simple::before {
  background-color: #405fb3;
}
.login-contents .tab-content .tab-panel.simple .btn.btn-point {
  background-color: #405fb3;
}
.login-contents.total .log-title {
  color: #0077cc;
}

.terms-wrapper .tit {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.8px;
}
.terms-wrapper .tit img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 5px;
}
.terms-wrapper .desc {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.75px;
  margin-top: 13px;
  margin-bottom: 10px;
}
.terms-wrapper .desc .dot {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.terms-wrapper .desc .desc-inner {
  display: block;
  padding-left: 13px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: #666;
  margin-top: 10px;
}
.terms-wrapper .desc + .tit {
  margin-top: 13px;
}
.terms-wrapper .bullet {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.75px;
  color: #666;
  padding-left: 8px;
}
.terms-wrapper .bullet + .tit {
  margin-top: 13px;
}
.terms-wrapper .bullet:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #666;
}
.terms-wrapper .table {
  margin-bottom: 20px;
}
.terms-wrapper .table td {
  vertical-align: top;
  padding: 14.5px 15px;
}
.terms-wrapper .table .tit {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.terms-wrapper .table .img {
  display: block;
  text-align: center;
}
.terms-wrapper .table .img img {
  display: inline-block;
}
.terms-wrapper .table .des {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #5669C8;
  letter-spacing: -0.6px;
}
.terms-wrapper .table small {
  display: block;
  font-size: 12px;
  color: #5669C8;
}
.terms-wrapper .table.table-type-2 td {
  border-right: 0;
}
.terms-wrapper .table.table-type-2 td .link {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
.terms-wrapper .table.table-type-2 td .link img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}
.terms-wrapper .table.table-type-2 td:last-child {
  border-right: 1px solid #EEE;
}

@media (max-width: 800px) {
  .login-contents {
    padding-top: 80px;
  }
  .login-contents .find-box .find-account {
    flex-direction: column;
  }
  .login-contents .find-box .find-account .col {
    width: 100%;
  }
  .login-contents .find-box .find-account .col + .col {
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .login-contents .member-type-box .member-type-list {
    flex-direction: column;
  }
  .login-contents .member-type-box .member-type-list .col {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 20px;
    text-align: left;
    gap: 15px;
  }
  .login-contents .member-type-box .member-type-list .col + .col {
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .login-contents .member-type-box .member-type-list .img {
    height: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .login-contents .member-type-box .member-type-list .img .icon-circle {
    width: 50px;
    height: 50px;
  }
  .login-contents .member-type-box .member-type-list .img .icon-circle svg {
    width: 26px;
  }
  .login-contents .member-type-box .member-type-list .info {
    flex: 1;
    margin-bottom: 0;
  }
  .login-contents .member-type-box .member-type-list .tit {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .login-contents .member-type-box .member-type-list .org {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .login-contents .member-type-box .member-type-list .service-info .label {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .login-contents .member-type-box .member-type-list .service-info .value {
    font-size: 14px;
    line-height: 20px;
  }
  .login-contents .member-type-box .member-type-list .button-group {
    width: 100%;
    flex-shrink: 0;
  }
  .login-contents .member-type-box .member-type-list .button-group .btn {
    width: 100%;
  }
  .login-contents .certification-step {
    flex-direction: column;
  }
  .login-contents .certification-step .item {
    width: 100%;
  }
  .login-contents .certification-step .item + .item {
    margin-left: 0;
    margin-top: 20px;
  }
  .login-contents .sign-in .certification-step {
    width: 100%;
    padding: 0 20px;
  }
  .login-contents .sign-in .form .form-box {
    padding: 30px 20px;
  }
  .login-contents .sign-in .form .form-group + .form-group {
    margin-top: 20px;
  }
  .login-contents .sign-in .otp-form {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .login-contents .login-box {
    padding: 40px 20px;
  }
}
.classroom-contents {
  overflow: hidden;
}
.classroom-contents .sub-contents {
  min-height: auto !important;
}
.classroom-contents .mo-menu {
  display: none;
}
.classroom-contents .top-heading {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1358px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e4e4e4;
  z-index: 10;
  background-color: #fff;
}
.classroom-contents .top-heading .inner {
  display: flex;
  max-width: 1358px;
  height: 100%;
  align-items: center;
  padding-right: 40px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.classroom-contents .top-heading .img-logo {
  width: 260px;
  height: 100%;
  flex-shrink: 0;
  padding: 20px 40px;
}
.classroom-contents .top-heading .img-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.classroom-contents .top-heading .heading {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1.4px;
  margin-left: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.classroom-contents .top-heading .btn-logout {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
.classroom-contents .top-heading .btn-logout .ico {
  margin-right: 5px;
}
.classroom-contents .top-heading .btn-logout span {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #666;
}
.classroom-contents .contents {
  display: flex;
  width: 1358px;
  margin: 0 auto;
  padding-top: 80px;
}
.classroom-contents .c-lnb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  min-height: calc(100dvh - 80px);
  background-color: #fff;
  padding: 40px;
  margin-right: 0;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.classroom-contents .content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 260px);
  padding: 40px;
  background-color: #f5f7fb;
  border-right: 1px solid #e4e4e4;
}
.classroom-contents .copyright {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.6px;
  color: #aaa;
  padding-top: 40px;
  margin-top: auto;
}
.classroom-contents .class-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.classroom-contents .class-title .title {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}
.classroom-contents .class-title .date {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  color: #000;
  margin-left: 10px;
}
.classroom-contents .class-title .btn {
  margin-left: auto;
}
.classroom-contents .class-title .btn.btn-lg {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  white-space: nowrap;
}
.classroom-contents .class-title .btn-more {
  display: flex;
  margin-left: auto;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: #666;
  gap: 6px;
}
.classroom-contents .class-title-sm {
  margin-bottom: 10px;
  padding-top: 18px;
}
.classroom-contents .class-title-sm .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
}
.classroom-contents .home-row {
  display: flex;
  gap: 40px;
}
.classroom-contents .home-row .col {
  width: 490px;
}
.classroom-contents .home-row .col:only-child {
  width: 100%;
  flex: 1;
}
.classroom-contents .home-row + .home-row {
  margin-top: 40px;
}
.classroom-contents .home-list {
  display: flex;
  gap: 10px;
}
.classroom-contents .home-list .item {
  position: relative;
  height: 150px;
  flex: 1;
  border-radius: 10px;
}
.classroom-contents .home-list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.classroom-contents .home-list .item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 0;
}
.classroom-contents .home-list .item .item-head .tit {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: #000;
}
.classroom-contents .home-list .item .item-head i {
  font-size: 20px;
}
.classroom-contents .home-list .item .item-body {
  display: flex;
  height: calc(100% - 60px);
  flex-direction: column;
  padding: 0 20px;
}
.classroom-contents .home-list .item .item-body .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classroom-contents .home-list .item .item-body .detail:first-child {
  margin-top: 30px;
}
.classroom-contents .home-list .item .item-body .detail + .detail {
  margin-top: 6px;
}
.classroom-contents .home-list .item .item-body .detail .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.8px;
  color: #000;
}
.classroom-contents .home-list .item .item-body .detail .val {
  display: flex;
  align-items: flex-end;
  text-align: right;
}
.classroom-contents .home-list .item .item-body .detail .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  color: #000;
}
.classroom-contents .home-list .item .item-body .detail .unit {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: #666;
}
.classroom-contents .home-list .item .doughnut {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.classroom-contents .home-list .item .doughnut .ring {
  stroke: #fff;
}
.classroom-contents .home-list .item .doughnut .segment {
  animation: donut-chart-fill 1s reverse ease-in;
  transform-origin: center;
  stroke: #0071ff;
}
.classroom-contents .home-list .item .doughnut .text {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.classroom-contents .home-list .item .doughnut .text .value {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
}
.classroom-contents .home-list .item .doughnut .text .unit {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  letter-spacing: -1px;
}
.classroom-contents .home-list .item.item-1 {
  background-color: #d7e8fc;
}
.classroom-contents .home-list .item.item-1 i {
  color: #0071ff;
}
.classroom-contents .home-list .item.item-2 {
  background-color: #e5e8ff;
}
.classroom-contents .home-list .item.item-2 i {
  color: #796ae6;
}
.classroom-contents .home-list .item.item-3 {
  background-color: #d5f4f8;
}
.classroom-contents .home-list .item.item-3 i {
  color: #0fc2b6;
}
.classroom-contents .home-list .item.item-4 {
  background-color: #fee6f4;
}
.classroom-contents .home-list .item.item-4 i {
  color: #fa4ea4;
}
.classroom-contents .home-table .table-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.classroom-contents .home-table .table {
  border-top: 0;
  border-bottom: 0;
}
.classroom-contents .home-table .table th span {
  white-space: nowrap;
}
.classroom-contents .home-table .table thead tr:first-child th {
  border-bottom: 1px solid #d6d9e1;
}
.classroom-contents .home-table .table thead tr:first-child th:first-child {
  border-bottom: 0;
}
.classroom-contents .home-table .table thead tr:first-child th:first-child span {
  border-radius: 6px 0 0 6px;
}
.classroom-contents .home-table .table thead tr:first-child th:last-child span {
  border-radius: 0 6px 0 0;
}
.classroom-contents .home-table .table thead tr:nth-child(2) th:last-child span {
  border-radius: 0 0 6px 0;
}
.classroom-contents .home-table .table thead th {
  padding: 0;
  border-right: 1px solid #d6d9e1;
}
.classroom-contents .home-table .table thead th span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f1f2f5;
  min-height: 35px;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #434b50;
  line-height: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.classroom-contents .home-table .table thead th:first-child {
  border-left: 0;
}
.classroom-contents .home-table .table thead th:last-child {
  border-right: 0;
}
.classroom-contents .home-table .table thead th[rowspan="2"] span {
  min-height: 70px;
}
.classroom-contents .home-table .table tbody tr:first-child td {
  border-top: 0;
}
.classroom-contents .home-table .table tbody td {
  border-right: 0;
  border-top: 1px solid #e4e4e4;
  padding: 10px;
  height: 50px;
}
.classroom-contents .home-table .table tbody td span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.35px;
  color: #000;
}
.classroom-contents .home-table .table tbody td:first-child {
  border-left: 0;
}
.classroom-contents .home-table .table tfoot td {
  padding: 0;
  height: 60px;
  border-top: 0;
  border-right: 0;
}
.classroom-contents .home-table .table tfoot td span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  background-color: #fff8fc;
}
.classroom-contents .home-table .table tfoot td:first-child {
  border-left: 0;
}
.classroom-contents .home-table .table tfoot td:first-child span {
  border-radius: 10px 0 0 10px;
}
.classroom-contents .home-table .table tfoot td:last-child span {
  border-radius: 0 10px 10px 0;
}
.classroom-contents .home-table .table.table-no-border thead tr:first-child th {
  border-bottom: 0;
}
.classroom-contents .home-table .table.table-no-border thead th {
  border-right: 0;
}
.classroom-contents .home-table .table.table-no-border thead th span {
  display: block;
  min-height: 40px;
  line-height: 40px;
}
.classroom-contents .notice-list {
  background-color: #fff;
  padding: 16px 20px 20px;
  border-radius: 10px;
  overflow-y: auto;
}
.classroom-contents .notice-list .item a {
  display: block;
}
.classroom-contents .notice-list .item .date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.65px;
  color: #4a5acf;
  margin-bottom: 5px;
}
.classroom-contents .notice-list .item .tit {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.75px;
  color: #000;
  margin-bottom: 7px;
}
.classroom-contents .notice-list .item .tit .ico {
  margin-left: 6px;
  transform: translateY(1px);
}
.classroom-contents .notice-list .item .tit .ico-alert {
  width: 13px;
  height: 15px;
}
.classroom-contents .notice-list .item .cont {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.8px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.classroom-contents .notice-list .item .cont img {
  max-width: 100%;
  max-height: max-content;
}
.classroom-contents .notice-list .item + .item {
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px solid #e4e4e4;
}
.classroom-contents .notice-list .nodata-box {
  border-bottom: 0;
}
.classroom-contents .classroom .content-info-box {
  margin-bottom: 20px;
}
.classroom-contents .classroom .home-table + .home-table {
  margin-top: 20px;
}
.classroom-contents .classroom .content-item + .content-item {
  margin-top: 40px;
}
.classroom-contents .classroom .detail-view .box {
  background-color: #fff;
  border-radius: 10px;
}
.classroom-contents .class-board {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
.classroom-contents .class-board .sub-contents {
  padding-top: 0;
  padding-bottom: 0;
}
.classroom-contents .class-board .sub-contents .board-head {
  display: block;
  border-top: 0;
  padding-top: 20px;
}
.classroom-contents .class-board .sub-contents .board-head .sort-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
  gap: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 0;
}
.classroom-contents .class-board .sub-contents .form-search {
  position: relative;
  width: 420px;
  background-color: #f7f9fa;
}
.classroom-contents .class-board .sub-contents .form-search .form-control {
  width: 100%;
  height: 48px;
  line-height: 46px;
  border-radius: 3px;
  border: 1px solid #dcdde8;
  font-size: 16px;
  letter-spacing: -0.8px;
  padding: 0 50px 0 16px;
  background-color: transparent;
}
.classroom-contents .class-board .sub-contents .form-search .form-control::placeholder {
  color: #333;
}
.classroom-contents .class-board .sub-contents .form-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
}
.classroom-contents .class-board .sub-contents .form-search .btn-search .ico {
  transform: translateY(2px);
}
.classroom-contents .class-board .sub-contents .form-search .btn-search::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #c4cfd7;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.classroom-contents .class-board .sub-contents .course-sorting {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 40px;
}
.classroom-contents .class-board .sub-contents .course-sorting .form-select {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 2px;
  border: solid 1px #c4cfd7;
  background-color: #f7f9fa;
}
.classroom-contents .class-board .board-view {
  margin-top: 0;
}
.classroom-contents .class-board .board-foot {
  margin-top: 30px;
}
.classroom-contents .course {
  border-radius: 5px;
  padding: 29px 50px;
  background-color: #f9f9f9;
}
.classroom-contents .course .title, .classroom-contents .course h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}
.classroom-contents .course .list + .title {
  margin-top: 28px;
}
.classroom-contents .course .desc, .classroom-contents .course p, .classroom-contents .course .list {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: #666;
}
.classroom-contents .course .desc + .title, .classroom-contents .course p + .title, .classroom-contents .course .list + .title {
  margin-top: 28px;
}
.classroom-contents .course .desc img, .classroom-contents .course p img, .classroom-contents .course .list img {
  max-width: 100%;
  height: auto !important;
  margin-top: 20px;
}
.classroom-contents .progress-table-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.classroom-contents .progress-table-box .row {
  width: 100%;
  overflow: hidden;
}
.classroom-contents .progress-table-box .col {
  float: left;
}
.classroom-contents .progress-table-box .col:nth-child(1) {
  width: 90px;
}
.classroom-contents .progress-table-box .col:nth-child(2) {
  width: calc(100% - 90px - 66px - 120px - 120px - 107px - 144px);
}
.classroom-contents .progress-table-box .col:nth-child(3) {
  width: 66px;
}
.classroom-contents .progress-table-box .col:nth-child(4) {
  width: 120px;
}
.classroom-contents .progress-table-box .col:nth-child(5) {
  width: 120px;
}
.classroom-contents .progress-table-box .col:nth-child(6) {
  width: 107px;
}
.classroom-contents .progress-table-box .col:nth-child(7) {
  width: 144px;
}
.classroom-contents .progress-table-box .acc-table-head {
  border-radius: 6px;
  background-color: #f1f2f5;
}
.classroom-contents .progress-table-box .acc-table-head .col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #434b50;
}
.classroom-contents .progress-table-box .acc-item {
  border-bottom: 1px solid #EEE;
}
.classroom-contents .progress-table-box .acc-item:last-child {
  border-bottom: 0;
}
.classroom-contents .progress-table-box .acc-item .acc-body {
  display: none;
}
.classroom-contents .progress-table-box .acc-item.show .acc-body {
  display: block;
}
.classroom-contents .progress-table-box .btn-acc-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.classroom-contents .progress-table-box .btn-acc-trigger span {
  max-width: calc(100% - 31px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.classroom-contents .progress-table-box .btn-acc-trigger i {
  font-size: 14px;
}
.classroom-contents .progress-table-box .acc-table-body .col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #000;
}
.classroom-contents .progress-table-box .acc-body {
  padding-left: 100px;
}
.classroom-contents .progress-table-box .acc-body .row {
  position: relative;
  overflow: visible;
}
.classroom-contents .progress-table-box .acc-body .row::after {
  content: "";
  display: block;
  clear: both;
}
.classroom-contents .progress-table-box .acc-body .row:first-child {
  border-radius: 10px 10px 0 0;
}
.classroom-contents .progress-table-box .acc-body .row:last-child {
  border-radius: 0 0 10px 10px;
}
.classroom-contents .progress-table-box .acc-body .col {
  border-top: 1px solid #EEE;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(1) {
  width: calc(100% - 66px - 120px - 120px - 107px - 144px);
  justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  padding: 0 10px 0 24px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(2) {
  width: 66px;
  font-weight: 400;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(3) {
  width: 120px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(4) {
  width: 120px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(5) {
  width: 107px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(6) {
  width: 144px;
}
.classroom-contents .test-list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.classroom-contents .test-list .list .item {
  width: calc(33.3333% - 14px);
  border-radius: 20px;
  border: 1px solid #EEE;
  background-color: #fff;
  padding: 31px;
}
.classroom-contents .test-list .list .item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.classroom-contents .test-list .list .item a {
  display: flex;
}
.classroom-contents .test-list .list .badge-wrap {
  margin-bottom: 15px;
}
.classroom-contents .test-list .list .category {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -0.9px;
  color: #666;
  margin-bottom: 12px;
}
.classroom-contents .test-list .list .title {
  font-size: 15px;
  line-height: 17px;
  height: 34px;
  letter-spacing: -0.75px;
  margin-bottom: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.classroom-contents .test-list .list .infos {
  margin-bottom: 24px;
  min-height: 43px;
}
.classroom-contents .test-list .list .btn-wrap .btn {
  padding: 0 10px;
}
.classroom-contents .test-list .list .info {
  display: flex;
}
.classroom-contents .test-list .list .info + .info {
  margin-top: 11px;
}
.classroom-contents .test-list .list .info .color-grey-ddd {
  font-size: 12px;
  margin: 0 4px;
  transform: translateY(-2px);
  display: inline-block;
}
.classroom-contents .test-list .list .info .tit {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
  color: #666;
  margin-right: 10px;
}
.classroom-contents .test-list .list .info .val {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
.classroom-contents .test-list .list .btn-wrap .btn {
  width: 100%;
  height: 48px;
  line-height: 46px;
}
.classroom-contents .test-list .list .btn-wrap .btn span {
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-left: 7px;
}
.classroom-contents .test-list .list .btn-wrap .btn.btn-grey {
  cursor: default;
}
.classroom-contents .test-list .list .btn-wrap .btn.btn-grey:focus {
  outline: none;
  box-shadow: none;
}
.classroom-contents .test-list + .class-title {
  margin-top: 50px;
}
.classroom-contents .test-box .test-head {
  padding: 24px 20px;
  background-color: #f7fcff;
  border-top: 1px solid #333;
  margin-bottom: 20px;
}
.classroom-contents .test-box .test-head .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.classroom-contents .test-box .test-head .heading .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.6px;
  color: #000;
}
.classroom-contents .test-box .test-head .heading .timer {
  display: flex;
  align-items: center;
}
.classroom-contents .test-box .test-head .heading .timer i {
  font-size: 15px;
  color: #666;
  margin-right: 3px;
}
.classroom-contents .test-box .test-head .heading .timer .txt {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.75px;
  color: #666;
  margin-right: 9px;
}
.classroom-contents .test-box .test-head .heading .timer .val {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  color: #0077cc;
}
.classroom-contents .test-box .test-head .heading .timer .val + .txt {
  margin-right: 0;
  margin-top: 2px;
  margin-left: 2px;
}
.classroom-contents .test-box .test-head .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.classroom-contents .test-box .test-head .info .item {
  position: relative;
  display: flex;
  gap: 8px;
}
.classroom-contents .test-box .test-head .info .item .txt {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.35px;
  color: #666;
  flex-shrink: 0;
}
.classroom-contents .test-box .test-head .info .item .val {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #000;
}
.classroom-contents .test-box .test-head .info .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
  left: -10px;
  top: 2px;
}
.classroom-contents .test-box .test-body {
  border: 1px solid #EEE;
  border-top-color: #ccc;
}
.classroom-contents .test-box .test-body .item .title {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.75px;
  margin-bottom: 20px;
  color: #000;
  background-color: #f9f9f9;
  padding: 16px 20px;
}
.classroom-contents .test-box .test-body .item .title .num {
  width: 30px;
}
.classroom-contents .test-box .test-body .item .title .txt {
  width: calc(100% - 30px);
}
.classroom-contents .test-box .test-body .item .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.classroom-contents .test-box .test-body .item .form-group span {
  width: 100%;
}
.classroom-contents .test-box .test-body .item .form-group img {
  display: inline-block;
  width: 50%;
  height: auto;
}
.classroom-contents .test-box .test-body .item .img + .form-control {
  margin-top: -10px;
}
.classroom-contents .test-box .test-body .item textarea.form-control {
  height: 80px;
}
.classroom-contents .test-box .test-body .item + .item {
  border-top: 1px solid #EEE;
}
.classroom-contents .test-box .test-body .result-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  height: 40px;
  border-radius: 10px;
  padding: 0 30px;
}
.classroom-contents .test-box .test-body .result-box.right {
  background-color: #f5fcff;
  border: 2px solid #6aacdb;
}
.classroom-contents .test-box .test-body .result-box.wrong {
  background-color: #fff4f5;
  border: 2px solid #f33f4d;
}
.classroom-contents .test-box .test-body .result-box .item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
.classroom-contents .test-box .test-body .result-box .item .txt {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.35px;
  color: #666;
}
.classroom-contents .test-box .test-body .result-box .item .val {
  font-size: 15px;
  line-height: 15px;
  text-align: right;
  color: #000;
}
.classroom-contents .test-box .test-body .result-box .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
  left: -10px;
  top: 2px;
}
.classroom-contents .test-box .test-body .test-commentary {
  width: calc(100% - 40px);
  margin: 20px auto;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 20px;
}
.classroom-contents .test-box .test-body .test-commentary .c-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer {
  display: flex;
  align-items: center;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer .txt {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  color: #666;
  margin-right: 4px;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer .val {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.4px;
  color: #0077cc;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer .unit {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: #000;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .btn-toggle {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  color: #0077cc;
  gap: 3px;
}
.classroom-contents .test-box .test-body .test-commentary .c-body {
  display: none;
  margin-top: 16px;
}
.classroom-contents .test-box .test-body .test-commentary .c-body .cont {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.35px;
  color: #000;
}
.classroom-contents .test-box .test-body .test-commentary.show .c-body {
  display: block;
}
.classroom-contents .test-box.result .test-head {
  background-color: #fff;
  padding: 24px 0;
  margin-bottom: 10px;
}
.classroom-contents .test-box.result .test-body .item .title {
  background-color: #f1f2f5;
  margin-bottom: 10px;
}
.classroom-contents .test-box.assignment .test-head {
  background-color: #d5f4f8;
  padding: 26px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  word-break: keep-all;
}
.classroom-contents .test-box.assignment .test-head .heading {
  margin-bottom: 19px;
}
.classroom-contents .test-box.assignment.result .test-head {
  background-color: #fff;
  padding: 25px 0;
  margin-bottom: 10px;
}
.classroom-contents .test-box.assignment.result .test-head .heading {
  margin-bottom: 19px;
}
.classroom-contents .test-box.assignment.result .test-head .heading .title {
  line-height: 25px;
}
.classroom-contents .text-result-box {
  width: 100%;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #f1f2f5;
  margin-top: 30px;
  display: flex;
}
.classroom-contents .text-result-box .img {
  width: 46px;
  height: 51px;
  margin-right: 10px;
}
.classroom-contents .text-result-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classroom-contents .text-result-box .txt-area {
  width: calc(100% - 46px - 10px);
}
.classroom-contents .text-result-box .txt-area .info {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
.classroom-contents .text-result-box .txt-area .info .tit {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.75px;
  color: #000;
  white-space: nowrap;
}
.classroom-contents .text-result-box .txt-area .info .date {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: #666;
}
.classroom-contents .text-result-box .txt-area .cont {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  color: #000;
}
.classroom-contents .assignment-box {
  border: 1px solid #EEE;
  border-top-color: #ccc;
}
.classroom-contents .assignment-box .assignment-head {
  padding: 16px 20px;
  background-color: #f1f2f5;
}
.classroom-contents .assignment-box .assignment-head .title {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.classroom-contents .assignment-box .assignment-head .info {
  display: flex;
  justify-content: center;
}
.classroom-contents .assignment-box .assignment-head .info span {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #666;
}
.classroom-contents .assignment-box .assignment-head .info span + span::before {
  content: "|";
  display: inline-block;
  margin: 0 15px;
}
.classroom-contents .assignment-box .assignment-body .context {
  padding: 20px 30px;
}
.classroom-contents .assignment-box .assignment-body .context .button-group {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.classroom-contents .assignment-box .assignment-body .context .txt {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.75px;
  color: #000;
}
.classroom-contents .writing-box {
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 30px 30px 60px;
}
.classroom-contents .writing-box .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 30px;
}
.classroom-contents .writing-box .form-group {
  display: flex;
  min-height: 38px;
}
.classroom-contents .writing-box .form-group .label {
  width: 120px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  margin-bottom: 0;
  padding-top: 11px;
}
.classroom-contents .writing-box .form-group .form-row {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  gap: 30px;
}
.classroom-contents .writing-box .form-group textarea.form-input {
  height: 120px;
}
.classroom-contents .writing-box .form-group + .form-group {
  margin-top: 20px;
}
.classroom-contents .writing-box .btn-wrap {
  margin-top: 40px;
}
.classroom-contents .section-item + .section-item {
  margin-top: 30px;
}
.classroom-contents .review-area {
  margin-top: 30px;
}
.classroom-contents .review-area .writing {
  border-bottom: 1px solid #EEE;
  padding-bottom: 18px;
}
.classroom-contents .review-area .writing .w-head {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.38px;
  margin-bottom: 10px;
}
.classroom-contents .review-area .writing .w-head .num {
  font-weight: 500;
  font-size: 16px;
}
.classroom-contents .review-area .writing .w-row {
  display: flex;
}
.classroom-contents .review-area .writing .w-row .form-group {
  width: calc(100% - 86px);
}
.classroom-contents .review-area .writing .w-row .form-group .form-input {
  height: 80px;
}
.classroom-contents .review-area .writing .w-row .form-group .form-input:disabled::placeholder {
  color: #ccc;
}
.classroom-contents .review-area .writing .w-row .txt-limit {
  font-size: 14px;
  line-height: 16px;
}
.classroom-contents .review-area .writing .w-row .txt-limit .value {
  color: #000;
}
.classroom-contents .review-area .writing .w-row .btn-wrap {
  width: 86px;
  align-items: flex-start;
  padding-left: 6px;
}
.classroom-contents .review-area .writing .w-row .btn-wrap .btn {
  min-width: auto;
  width: 80px;
  font-size: 15px;
  padding: 0 10px;
  font-weight: 400;
  line-height: 78px;
  height: 80px;
}
.classroom-contents .review-area .writing .w-row .btn-wrap .btn:disabled {
  background-color: #EEE;
  border-color: #EEE;
  color: #999;
  cursor: default;
}
.classroom-contents .review-area .writing .w-row .btn-wrap .btn::before {
  left: 8.5em;
}
.classroom-contents .review-area .v-head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 10px 0;
}
.classroom-contents .review-area .v-head .user {
  font-size: 15px;
  line-height: 16px;
}
.classroom-contents .review-area .v-head .date {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.classroom-contents .review-area .v-head .btns {
  display: flex;
  gap: 4px;
}
.classroom-contents .review-area .v-head .btns .btn-set {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background-color: #f8f8f8;
}
.classroom-contents .review-area .view {
  padding: 0 0 20px;
  border-bottom: 1px solid #EEE;
}
.classroom-contents .review-area .view .v-body {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  padding: 0 10px;
}
.classroom-contents .table.table-double-th thead tr:first-child th:nth-child(2), .classroom-contents .table.table-double-th thead tr:first-child th:nth-child(3) {
  border-bottom: 1px solid #EEE;
}
.classroom-contents .table.table-double-th td span {
  line-height: 20px;
}
.classroom-contents .table.table-double-th td {
  padding: 19.5px 10px;
}
.classroom-contents .table.table-double-th tr.bg-yellow td {
  background-color: rgba(255, 247, 204, 0.2);
}
.classroom-contents .test-info {
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  padding: 27px 30px;
}
.classroom-contents .test-info .item {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.75px;
  padding-left: 18px;
}
.classroom-contents .test-info .item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.classroom-contents .test-info .item + .item {
  margin-top: 14px;
}
.classroom-contents .test-info .item-tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: left;
  margin-bottom: 18px;
}
.classroom-contents .test-info .item-desc {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.75px;
  color: #666;
  margin-top: 10px;
  padding-left: 18px;
}
.classroom-contents .test-info .item-desc + .item {
  margin-top: 19px;
}

.classroom-menu-list .item a {
  position: relative;
  display: flex;
  width: 180px;
  height: 48px;
  white-space: nowrap;
  align-items: center;
  padding: 0 30px;
  transition: 0.2s;
  border-radius: 10px;
  background-color: transparent;
}
.classroom-menu-list .item a::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 48px;
  border-radius: 10px;
  background-color: transparent;
  z-index: 1;
  transform: translateX(-50px);
  transition: 0.3s;
}
.classroom-menu-list .item a i {
  position: relative;
  width: 23px;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #666;
  z-index: 2;
}
.classroom-menu-list .item a span {
  position: relative;
  width: calc(100% - 23px);
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: #000;
  z-index: 2;
}
.classroom-menu-list .item.on a::before {
  transform: translateX(-30px);
  background-color: #4a5acf;
}
.classroom-menu-list .item.on a i {
  color: #fff;
}
.classroom-menu-list .item.on a span {
  font-weight: bold;
  color: #fff;
}
.classroom-menu-list .item.on:hover i {
  color: #fff;
}
.classroom-menu-list .item.on:hover span {
  color: #fff;
}
.classroom-menu-list .item:hover a i {
  color: #4a5acf;
}
.classroom-menu-list .item:hover a span {
  color: #4a5acf;
}
.classroom-menu-list + .info {
  position: relative;
  width: 100%;
  background-color: #f5f7fb;
  border-radius: 10px;
  padding: 30px 20px 20px;
}
.classroom-menu-list + .info .img-call {
  position: absolute;
  top: -20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  color: #4a5acf;
  font-size: 14px;
  box-shadow: 0 0 10px 0 rgba(145, 149, 161, 0.25);
}
.classroom-menu-list + .info .font-1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: #000;
  margin-bottom: 12px;
}
.classroom-menu-list + .info .font-2, .classroom-menu-list + .info .font-2 > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  color: #4a5acf;
  margin-bottom: 15px;
}
.classroom-menu-list + .info .font-3 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  color: #666;
}

.mo-classroom-gnb {
  position: fixed;
  display: none;
  top: 100px;
  left: 0;
  width: 100vw;
  min-height: calc(100dvh - 100px);
  overflow-y: auto;
  background-color: #fff;
  z-index: 100;
}
.mo-classroom-gnb .classroom-menu-list {
  padding: 0 26px;
  margin-top: 20px;
  margin-bottom: 0;
}
.mo-classroom-gnb .classroom-menu-list .item + .item {
  border-top: 1px solid #EEE;
}
.mo-classroom-gnb .classroom-menu-list .item a {
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: #fff;
}
.mo-classroom-gnb .classroom-menu-list .item a i {
  color: #666;
}
.mo-classroom-gnb .classroom-menu-list .item a span {
  color: #000;
}
.mo-classroom-gnb .classroom-menu-list .item.on a i {
  color: #fff;
}
.mo-classroom-gnb .classroom-menu-list .item.on a span {
  color: #fff;
  font-weight: bold;
}
.mo-classroom-gnb .classroom-menu-list .item.on a::before {
  transform: translateX(-10px);
  width: calc(100% + 20px);
}
.mo-classroom-gnb .classroom-menu-list + .info {
  width: calc(100% - 32px);
  margin: 20px auto;
  padding: 17px 20px 18px 60px;
}
.mo-classroom-gnb .classroom-menu-list + .info .img-call {
  top: 10px;
  left: 10px;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-1 {
  float: left;
  line-height: 20px;
  margin-right: 9px;
  margin-bottom: 0;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-2 {
  margin-bottom: 5px;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 {
  position: relative;
  display: flex;
  align-items: center;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 span {
  position: relative;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 span + br + span {
  margin-left: 20px;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 span + br + span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 1px;
  height: 10px;
  background-color: #cccccc;
}
.mo-classroom-gnb .box {
  overflow-y: auto;
}
.mo-classroom-gnb.show {
  display: block;
}

@media (max-width: 1358px) {
  .classroom-contents .mo-menu {
    display: block;
    position: absolute;
    right: 16px;
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .classroom-contents .mo-menu span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    transition: all 0.2s;
    background-color: #000;
    right: 0;
  }
  .classroom-contents .mo-menu span:first-child {
    top: 4px;
  }
  .classroom-contents .mo-menu span:nth-child(2) {
    width: 15px;
    top: 9px;
  }
  .classroom-contents .mo-menu span:nth-child(3) {
    width: 10px;
    top: 14px;
  }
  .classroom-contents .mo-menu.on span {
    width: 18px;
  }
  .classroom-contents .mo-menu.on span:first-child {
    transform: translateY(8px) rotate(-45deg);
    top: 0;
    right: 0;
  }
  .classroom-contents .mo-menu.on span:nth-child(2) {
    opacity: 0;
  }
  .classroom-contents .mo-menu.on span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    top: 16px;
    right: 0;
  }
  .classroom-contents .top-heading {
    box-shadow: none;
    height: 60px;
  }
  .classroom-contents .top-heading .inner {
    position: relative;
    padding: 0 16px;
  }
  .classroom-contents .top-heading .img-logo {
    width: 120px;
    padding: 15px 0;
  }
  .classroom-contents .top-heading .img-logo img {
    object-position: center left;
  }
  .classroom-contents .top-heading .btn-logout {
    position: absolute;
    right: 66px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
  .classroom-contents .top-heading .heading {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    min-height: 40px;
    background-color: #333;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 10px 16px;
    font-size: 18px;
    letter-spacing: -0.9px;
    line-height: 20px;
    color: #fff;
  }
  .classroom-contents .c-lnb {
    display: none;
  }
  .classroom-contents .contents {
    display: block;
    padding-top: 100px;
    width: 100%;
  }
  .classroom-contents .class-title {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .classroom-contents .class-title .title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.9px;
  }
  .classroom-contents .class-title .btn.btn-grey .ico-play {
    display: none;
  }
  .classroom-contents .content {
    width: 100%;
    padding: 30px 0;
  }
  .classroom-contents .copyright {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
  }
  .classroom-contents .home-row {
    flex-direction: column;
    padding: 0 16px;
    gap: 60px;
  }
  .classroom-contents .home-row .col {
    width: 100%;
  }
  .classroom-contents .home-row .col .class-title {
    padding: 0 20px;
  }
  .classroom-contents .home-row .col + .col {
    position: relative;
    width: 100%;
  }
  .classroom-contents .home-row .col + .col::before {
    content: "";
    position: absolute;
    width: 100vw;
    top: -28px;
    background-color: #ddd;
    height: 1px;
    left: -16px;
  }
  .classroom-contents .home-row .col:only-child .class-title {
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .classroom-contents .home-row .col:only-child .class-title .date {
    margin-left: 0;
    margin-top: 5px;
  }
  .classroom-contents .home-row .col:only-child .class-title .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .classroom-contents .home-row + .home-row {
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
  }
  .classroom-contents .table-box {
    overflow-x: auto;
  }
  .classroom-contents .table-box .table {
    min-width: 540px;
    width: 100%;
    overflow-x: auto;
  }
  .classroom-contents .notice-list {
    overflow-y: visible;
    max-height: none;
  }
  .classroom-contents .classroom {
    padding: 0 20px;
  }
  .classroom-contents .classroom .table-box table {
    min-width: 700px;
  }
  .classroom-contents .course {
    padding: 20px 10px;
  }
  .classroom-contents .course .title {
    font-size: 15px;
    line-height: 29px;
    letter-spacing: -0.75px;
    margin-bottom: 0;
  }
  .classroom-contents .course .desc {
    line-height: 20px;
  }
  .classroom-contents .course .desc + .desc {
    margin-top: 2px;
  }
  .classroom-contents .course .desc + .title {
    margin-top: 8px;
  }
  .classroom-contents .progress-table-box .col:nth-child(1) {
    display: none;
    width: calc(100% - 66px - 130px);
  }
  .classroom-contents .progress-table-box .col:nth-child(2) {
    width: calc(100% - 66px - 130px);
  }
  .classroom-contents .progress-table-box .col:nth-child(3) {
    width: 66px;
  }
  .classroom-contents .progress-table-box .col:nth-child(4) {
    display: none;
  }
  .classroom-contents .progress-table-box .col:nth-child(5) {
    display: none;
  }
  .classroom-contents .progress-table-box .col:nth-child(6) {
    display: none;
  }
  .classroom-contents .progress-table-box .col:nth-child(7) {
    width: 130px;
  }
  .classroom-contents .progress-table-box .acc-table-body .col {
    padding: 0 10px;
  }
  .classroom-contents .progress-table-box .acc-body {
    padding-left: 0;
  }
  .classroom-contents .progress-table-box .acc-body .col:first-child {
    display: block;
    line-height: 50px;
    width: calc(100% - 66px - 130px);
    padding: 0 10px 0 33px;
  }
  .classroom-contents .progress-table-box .acc-body .col:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 66px;
  }
  .classroom-contents .progress-table-box .acc-body .col:nth-child(3) {
    display: none;
  }
  .classroom-contents .progress-table-box .acc-body .col:nth-child(6) {
    display: flex;
    width: 130px;
  }
  .classroom-contents .test-list .list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .classroom-contents .test-list .list .item {
    width: 100%;
    padding: 21px;
  }
  .classroom-contents .test-list .list .badge-wrap {
    margin-bottom: 7px;
  }
  .classroom-contents .test-list .list .category {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .classroom-contents .test-list .list .title {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: 1;
    line-height: 13px;
    margin-bottom: 19px;
  }
  .classroom-contents .test-list .list .infos {
    margin-bottom: 18px;
  }
  .classroom-contents .test-list .list .info .tit {
    font-size: 14px;
  }
  .classroom-contents .test-list .list .info .val {
    font-size: 14px;
  }
}
.popup .classroom-contents .table-box {
  margin-top: 25px;
}
.popup .classroom-contents .table-box .badge-wrap {
  margin-bottom: 10px;
}
.popup .classroom-contents .table-box .course-title {
  display: block;
  font-weight: bold;
}
.popup .classroom-contents .test-info {
  margin-bottom: 10px;
  margin-top: 25px;
}
.popup .classroom-contents .course-content .info-item {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.popup .classroom-contents .course-content .row {
  display: flex;
  gap: 0 60px;
}
.popup .classroom-contents .course-content .row .col {
  flex: 1;
}
.popup .classroom-contents .course-content .form-group {
  display: flex;
  align-items: center;
  min-height: 38px;
}
.popup .classroom-contents .course-content .form-group .label {
  letter-spacing: -0.38px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
  width: 100px;
  margin-right: 10px;
  display: block;
  font-size: 15px;
  line-height: 18px;
}
.popup .classroom-contents .course-content .form-group .col-form {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: calc(100% - 100px);
}
.popup .classroom-contents .leadership-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 25px;
}
.popup .classroom-contents .leadership-box .title-sm {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 18px;
}
.popup .classroom-contents .leadership-box .l-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.popup .classroom-contents .leadership-box .l-head .list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup .classroom-contents .leadership-box .l-head .list .item {
  position: relative;
  display: flex;
  align-items: center;
}
.popup .classroom-contents .leadership-box .l-head .list .item + .item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.popup .classroom-contents .leadership-box .l-head .list .item .tit {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
}
.popup .classroom-contents .leadership-box .l-head .list .item .val {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  color: #0077cc;
  margin-left: 4px;
}
.popup .classroom-contents .leadership-box .l-head .btns {
  display: flex;
  gap: 5px;
}
.popup .classroom-contents .leadership-box .tit-box {
  padding: 18px 20px;
  border-radius: 5px;
  background-color: #f7f8fa;
  text-align: center;
  margin-bottom: 20px;
}
.popup .classroom-contents .leadership-box .tit-box .tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: center;
  margin-bottom: 17px;
}
.popup .classroom-contents .leadership-box .tit-box .desc {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
}
.popup .classroom-contents .leadership-box .table td > span, .popup .classroom-contents .leadership-box .table th > span {
  line-height: 17.5px;
  letter-spacing: -0.87px;
}
.popup .classroom-contents .leadership-box .table tr.checked td {
  background-color: #fffef1;
}
.popup .classroom-contents .leadership-box .table tr:first-child th:last-child {
  border-bottom: 1px solid #EEE;
}
.popup .classroom-contents .leadership-box .table th {
  padding: 9px 10px;
}
.popup .classroom-contents .leadership-box .table td {
  padding: 12px 18px;
}
.popup .classroom-contents .leadership-box .table td > span {
  min-height: 35px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.popup .classroom-contents .leadership-box .table.table-result tr:first-child th:last-child, .popup .classroom-contents .leadership-box .table.table-result tr:first-child th:nth-child(4), .popup .classroom-contents .leadership-box .table.table-result tr:first-child th:nth-child(6) {
  border-bottom: 1px solid #EEE;
}
.popup .classroom-contents .leadership-box .table.table-result td {
  padding: 8px 8px;
}
.popup .classroom-contents .leadership-box .l-body .form-radio {
  padding-left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
}
.popup .classroom-contents .leadership-box .l-body .l-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card {
  width: calc(50% - 10px);
  height: 340px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info {
  background-color: #f9f9f9;
  padding: 30px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item {
  position: relative;
  padding-left: 9px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item + .item {
  margin-top: 3px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #666;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item .color-red {
  color: #dd175d !important;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item {
  width: 70px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item + .item {
  margin-top: 7px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .txt {
  font-size: 15px;
  letter-spacing: -1px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-1 {
  background-color: #fff7cc;
  border: 1px solid #ecd13e;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-2 {
  background-color: #1d35ad;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-3 {
  background-color: #00b3b5;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-4 {
  background-color: #d753c0;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-5 {
  background-color: #ffaa6b;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart {
  width: calc(100% - 80px);
  height: 254px;
}
.popup .classroom-contents .popup-title {
  line-height: 18px;
  font-weight: bold;
  letter-spacing: -0.75px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.popup .classroom-contents .box {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #EEE;
  background-color: #f9f9f9;
  margin-top: 25px;
}
.popup .classroom-contents .box .sub-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  margin-bottom: 11px;
}
.popup .classroom-contents .box .btn-wrap {
  margin-bottom: 24px;
  justify-content: flex-start;
}
.popup .classroom-contents .box .list {
  padding-left: 9px;
  margin-bottom: 24px;
}
.popup .classroom-contents .box .list:last-child {
  margin-bottom: 0;
}
.popup .classroom-contents .box .list .desc {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #666;
  padding-left: 10px;
  word-break: keep-all;
}
.popup .classroom-contents .box .list .desc + .desc {
  margin-top: 4px;
}
.popup .classroom-contents .box .list .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 100%;
}
.popup .classroom-contents .box .list .caution {
  margin-top: 4px;
  padding-left: 30px;
  background-position: left 10px top 2px;
}
.popup.popup-classroom .popup-head {
  padding-bottom: 0;
  border-bottom: 0;
}
.popup.popup-classroom .popup-head .btn-popup-close {
  height: auto;
}
.popup.popup-classroom .content-item .content-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup.popup-classroom .content-item:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 940px) {
  .classroom-contents .home-list {
    flex-direction: column;
  }
  .classroom-contents .home-list .item .item-body {
    padding: 0 20px 20px;
  }
  .classroom-contents .home-list .item .item-body .detail {
    min-width: 160px;
    margin: 0 auto;
  }
  .classroom-contents .home-list .item .item-body .detail:first-child {
    margin-top: 12px;
  }
  .classroom-contents .home-list .item .doughnut {
    width: 90px;
    height: 90px;
  }
  .classroom-contents .home-list .item.item-1 .item-body {
    padding: 0 20px 14px;
  }
  .classroom-contents .writing-box {
    padding: 20px;
  }
  .classroom-contents .writing-box .form-group {
    flex-direction: column;
  }
  .classroom-contents .writing-box .form-group .label {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .classroom-contents .writing-box .form-group .form-row {
    width: 100%;
  }
  .classroom-contents .writing-box .form-group + .form-group {
    margin-top: 30px;
  }
  .classroom-contents .writing-box .btn-wrap {
    margin-top: 20px;
  }
  .classroom-contents .class-title .btn.btn-lg {
    min-width: auto;
    padding: 0 10px;
  }
  .classroom-contents .class-title .date {
    font-size: 14px;
    margin-left: 10px;
  }
  .classroom-contents .test-box .test-head {
    padding: 20px;
  }
  .classroom-contents .test-box .test-head .heading {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .classroom-contents .test-box .test-head .info {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px 20px;
  }
  .classroom-contents .test-box .test-head .info .item {
    width: 100%;
  }
  .classroom-contents .test-box .test-head .info .item + .item::before {
    content: none;
  }
  .classroom-contents .test-box .test-body .item .form-group {
    padding-left: 20px;
  }
  .classroom-contents .test-box .test-body .result-box {
    padding: 10px 20px;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    gap: 5px 20px;
  }
  .popup .classroom-contents .leadership-box .title {
    margin-bottom: 16px;
  }
  .popup .classroom-contents .leadership-box .l-head {
    flex-direction: column;
    gap: 20px;
  }
  .popup .classroom-contents .leadership-box .l-head .list {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .popup .classroom-contents .leadership-box .l-body .l-row {
    flex-wrap: wrap;
  }
  .popup .classroom-contents .leadership-box .l-body .l-row .card {
    width: 100%;
    height: auto;
  }
  .popup .classroom-contents .leadership-box .l-body .radar-chart-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .popup .classroom-contents .leadership-box .l-body .table-box {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .classroom-contents .text-result-box {
    flex-direction: column;
    gap: 13px;
  }
  .classroom-contents .text-result-box .txt-area {
    width: 100%;
  }
}
.search-contents {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 100px;
}
.search-contents .search-box {
  max-width: 1000px;
  margin: 20px auto 30px;
}
.search-contents .heading-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  color: #000;
  margin-bottom: 20px;
}
.search-contents .popular-list {
  border-radius: 10px;
  background-color: #f7f8fa;
  margin-bottom: 36px;
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.search-contents .popular-list .title {
  padding: 0 80px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: -0.8px;
  color: #000;
}
.search-contents .popular-list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.search-contents .popular-list .list .item {
  width: 180px;
  max-width: 180px;
}
.search-contents .popular-list .list .item a {
  display: flex;
  align-items: center;
}
.search-contents .popular-list .list .item a:hover .keyword {
  color: #0077cc;
  font-weight: 500;
  text-decoration: underline;
}
.search-contents .popular-list .list .item .badge-num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  border: solid 1px #b0b5d1;
  background-color: #e8ecff;
  font-size: 13px;
  letter-spacing: -0.65px;
  color: #0077cc;
  margin-right: 7px;
  white-space: nowrap;
}
.search-contents .popular-list .list .item .badge-num.badge-ranker {
  border: solid 1px #b0b5d1;
  background-color: #fff;
}
.search-contents .popular-list .list .item .keyword {
  max-width: calc(100% - 35px);
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-contents .tabs-box {
  margin-bottom: 46px;
}
.search-contents .list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.search-contents .list-head .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: -1px;
  color: #000;
}
.search-contents .list-head .btn-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.search-contents .list-head .btn-more .ico {
  margin-left: 7px;
}
.search-contents .list-box + .list-box {
  margin-top: 60px;
}
.search-contents .link-list {
  padding-top: 12px;
  border-top: 1px solid #EEE;
}
.search-contents .link-list .item {
  padding: 14px 2px;
}
.search-contents .link-list .item .location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}
.search-contents .link-list .item .content {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #666;
}
.search-contents .link-list .item .content .btn-go-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.search-contents .link-list .item .writer {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: #666;
}
.search-contents .empty {
  text-align: center;
  width: 100%;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 60px 0;
  margin-top: 20px;
}
.search-contents .empty .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.9px;
  margin-bottom: 25px;
}
.search-contents .empty .description {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  text-align: left;
  margin: 0 auto;
}
.search-contents .empty .description .item {
  position: relative;
  display: inline-block;
  padding-left: 9px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: #666;
}
.search-contents .empty .description .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #666;
}
.search-contents.flex .row-list .item .date {
  font-size: 15px;
  line-height: 17px;
  bottom: 25px;
  left: 20px;
  z-index: 2;
  color: #666;
}
.search-contents.flex .row-list .item .date .num {
  font-weight: 500;
  color: #333;
}
.search-contents.flex .row-list .item .date span {
  position: relative;
  display: inline-block;
}
.search-contents.flex .row-list .item .date span + span {
  margin-left: 20px;
}
.search-contents.flex .row-list .item .date span + span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #EEE;
}
.search-contents.flex .row-list .item .card-rectangle .btn-heart {
  margin-bottom: 40px;
}
.search-contents.flex .row-list .item .card-rectangle .info .desc {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.search-contents.flex .row-list .item .card-rectangle .info .info-item:first-child {
  width: calc(100% - 240px);
}
.search-contents.flex .row-list .item .card-rectangle .info .info-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  align-items: flex-end;
}
.search-contents .row-list .item .card-rectangle .info .info-item:first-child {
  width: calc(100% - 180px);
}
.search-contents .row-list .item .card-rectangle .info .info-item:nth-child(2) {
  width: 180px;
}
.search-contents .button-group {
  margin-top: 20px;
}
.search-contents .button-group .btn.with-icon {
  gap: 5px;
}
.search-contents .pagination {
  padding-top: 30px;
  border-top: 1px solid #EEE;
}

@media (max-width: 768px) {
  .search-contents {
    padding-top: 30px;
  }
  .search-contents .popular-list {
    flex-direction: column;
    padding: 30px 20px;
    align-items: flex-start;
  }
  .search-contents .popular-list .title {
    padding: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 17px;
  }
  .search-contents .popular-list .list {
    gap: 20px 0;
  }
  .search-contents .popular-list .list .item {
    width: 50%;
    max-width: 50%;
  }
  .search-contents .popular-list .list .item .keyword {
    font-size: 14px;
    line-height: 20px;
  }
  .search-contents .empty {
    padding: 80px 20px;
  }
  .search-contents.flex .row-list .item .date {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .search-contents.flex .row-list .item .card-rectangle .info .info-item:first-child {
    width: auto;
  }
  .search-contents .row-list .item .card-rectangle .info .info-item:first-child {
    width: 100%;
  }
  .search-contents .row-list .item .card-rectangle .info .info-item:nth-child(2) {
    width: 100%;
  }
}
.center-info .img-banner {
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
}
.center-info .img-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.center-info .heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1.1px;
  text-align: center;
  color: #0077cc;
  margin-bottom: 20px;
}
.center-info .heading .font {
  font-family: NanumMyeongjo;
}
.center-info .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  margin-bottom: 30px;
}
.center-info .dot-list {
  width: 285px;
  margin: 0 auto 40px;
}
.center-info .dot-list .l-item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.75px;
  padding-left: 20px;
  text-align: left;
}
.center-info .dot-list .l-item::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 100%;
  background-color: #666;
  top: 8px;
  left: 9px;
}
.center-info .i-box {
  border: 1px solid #ccc;
  padding: 25px 20px 70px 20px;
  margin-bottom: 60px;
}
.center-info .i-box .title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.99px;
  text-align: center;
  margin-bottom: 48px;
}
.center-info .i-box .title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #6db9f1;
}
.center-info .i-box .i-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 330px;
}
.center-info .i-box .i-list .i-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.center-info .i-box .i-list .i-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 12px);
  background-color: #cccccc;
  left: -24px;
  top: 20px;
  z-index: 2;
}
.center-info .i-box .i-list .i-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/sub/ico-info-dot.svg);
  background-size: cover;
  left: -33px;
  top: 1px;
  z-index: 1;
}
.center-info .i-box .i-list .i-item .year {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -0.9px;
}
.center-info .i-box .i-list .i-item .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.68px;
  padding-left: 10px;
}
.center-info .i-box .i-list .i-item .info > span {
  position: relative;
  padding-left: 10px;
}
.center-info .i-box .i-list .i-item .info > span::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 15px;
}
.center-info .f-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.center-info .f-list .f-item {
  position: relative;
  display: flex;
  gap: 26px;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/sub/img-func-card.svg);
  width: 232px;
  height: 208px;
  padding: 40px 40px 58px;
}
.center-info .f-list .f-item .txt {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.68px;
  text-align: center;
  word-break: keep-all;
}
.center-info .row {
  display: flex;
  gap: 70px;
}
.center-info .row .img {
  max-width: 454px;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.center-info .row .img img {
  width: 100%;
  height: auto;
}
.center-info .row .txt .txt-1 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: -0.6px;
  color: #000;
  margin-bottom: 43px;
}
.center-info .row .txt .txt-1::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: calc(100% + 31px);
  height: 4px;
  background-image: linear-gradient(to right, #CDEAFF, #005B9E);
  z-index: 1;
}
.center-info .row .txt .txt-1::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -31px;
  width: 20px;
  height: 20px;
  background-image: url(../img/sub/triangle-bottom.svg);
  z-index: 2;
}
.center-info .row .txt .txt-2 {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.72px;
  word-break: keep-all;
}
.center-info .row .txt .txt-2 + .txt-2 {
  margin-top: 12px;
}
.center-info .row .txt .button-group {
  justify-content: flex-start;
  margin-top: 40px;
}

@media (max-width: 1050px) {
  .center-info .img-banner {
    margin: 0 auto 30px;
  }
  .center-info .heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.9px;
    word-break: keep-all;
    margin-bottom: 20px;
  }
  .center-info .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .center-info .dot-list {
    margin: 0 auto 30px;
  }
  .center-info .i-box {
    margin-bottom: 30px;
  }
  .center-info .i-box .i-list {
    padding-left: 250px;
  }
  .center-info .f-list {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
  }
  .center-info .row {
    flex-direction: column;
    gap: 20px;
  }
  .center-info .row .img {
    margin: 0 auto;
  }
  .center-info .row .txt .txt-1 {
    display: none;
  }
  .center-info .row .txt .button-group {
    justify-content: center;
  }
  .center-info .row .txt .button-group .btn.with-icon {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .center-info .i-box .i-list {
    padding-left: 40px;
  }
  .center-info .i-box .i-list .i-item {
    gap: 20px;
  }
  .center-info .i-box .i-list .i-item .info {
    gap: 10px;
  }
  .center-info .row .txt .button-group {
    flex-wrap: wrap;
    gap: 10px;
  }
  .center-info .row .txt .button-group .btn {
    margin-left: 0;
  }
}
.center-os .img {
  width: 100%;
  margin: 0 auto 20px;
}
.center-os .img .mo {
  display: none;
}
.center-os img {
  width: 100%;
  height: auto;
}
.center-os .work-flow {
  position: relative;
  width: 100%;
  background-image: url(../img/sub/bg-ktl-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  padding: 16px 20px 15px;
}
.center-os .work-flow .ico-ktl {
  width: 176px;
  height: 176px;
  background-image: url(../img/sub/img-ktl.png);
  background-size: cover;
}
.center-os .work-flow .box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 115px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.72px;
  color: #fff;
  flex-wrap: wrap;
  z-index: 2;
}
.center-os .work-flow .box .txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.center-os .work-detail .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}
.center-os .work-detail .box {
  word-break: keep-all;
}
.center-os .work-detail .box .row {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.center-os .work-detail .box .row:first-child {
  border-top: 1px solid #ddd;
}
.center-os .work-detail .box .col-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F9F9F9;
  border-right: 1px solid #ddd;
  width: 245px;
  padding: 40px;
}
.center-os .work-detail .box .col-title > .ico {
  margin-bottom: 29px;
}
.center-os .work-detail .box .col-title .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.9px;
  text-align: center;
}
.center-os .work-detail .box .col-title .btn {
  margin-top: 10px;
}
.center-os .work-detail .box .col-desc {
  flex: 1;
  padding: 40px;
  display: flex;
  gap: 40px;
}
.center-os .work-detail .box .col-desc .list {
  display: flex;
  width: calc(50% - 20px);
  flex-direction: column;
  gap: 37px;
}
.center-os .work-detail .box .col-desc .list .item .tit {
  position: relative;
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.81px;
  padding-left: 28px;
  min-height: 18px;
  margin-bottom: 20px;
}
.center-os .work-detail .box .col-desc .list .item .tit:only-child {
  margin-bottom: 0;
}
.center-os .work-detail .box .col-desc .list .item .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/sub/ico-check.svg);
  background-size: cover;
}
.center-os .work-detail .box .col-desc .list .item .sub {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.72px;
  padding-left: 28px;
  margin-bottom: 15px;
}
.center-os .work-detail .box .col-desc .list .item .sub:first-child {
  margin-top: 39px;
}
.center-os .work-detail .box .col-desc .list .item .desc {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #666;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.center-os .work-detail .box.mo {
  display: none;
}

@media (max-width: 1000px) {
  .center-os .img .pc {
    display: none;
  }
  .center-os .img .mo {
    display: block;
  }
  .center-os .work-flow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
  }
  .center-os .work-flow .box {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .center-os .work-flow .box .txt {
    order: 2;
    width: 207px;
    text-align: left;
  }
  .center-os .work-flow .box .ico-ktl {
    order: 1;
    margin-bottom: 15px;
  }
  .center-os .work-flow .box span {
    width: 100%;
  }
  .center-os .work-flow .box span:nth-child(2n-1) {
    padding-left: 0;
  }
  .center-os .work-detail .row {
    flex-direction: column;
  }
  .center-os .work-detail .box {
    gap: 20px;
  }
  .center-os .work-detail .box br {
    display: none;
  }
  .center-os .work-detail .box .col-title {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: 0;
    padding: 15px 20px;
  }
  .center-os .work-detail .box .col-title > .ico {
    margin-bottom: 20px;
  }
  .center-os .work-detail .box .col-desc {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }
  .center-os .work-detail .box .col-desc .list {
    width: 100%;
    gap: 20px;
  }
  .center-os .work-detail .box .col-desc .list .item .tit:last-child {
    margin-bottom: 0;
  }
  .center-os .work-detail .box .col-desc .list .item .sub:first-child {
    margin-top: 0;
  }
  .center-os .work-detail .box.pc {
    display: none;
  }
  .center-os .work-detail .box.mo {
    display: block;
  }
}
.center-location .map-wrap {
  margin-bottom: 40px;
}
.center-location .map-wrap .location {
  display: flex;
  gap: 10px;
  line-height: 19px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.center-location .map {
  width: 100%;
  margin-bottom: 20px;
}
.center-location .map .root_daum_roughmap {
  width: 100%;
  aspect-ratio: 1000/380;
}
.center-location .map .root_daum_roughmap .cont {
  display: none;
}
.center-location .map .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.center-location .map .wrap_controllers {
  display: none;
}
.center-location .transit-list .item .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.08px;
  margin-bottom: 15px;
}
.center-location .transit-list .item .detail {
  display: flex;
  align-items: center;
}
.center-location .transit-list .item .detail .img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.center-location .transit-list .item .detail .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.center-location .transit-list .item .detail .info {
  flex: 1;
  padding-left: 40px;
}
.center-location .transit-list .item .detail .info .title-sm {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.81px;
  margin-bottom: 20px;
}
.center-location .transit-list .item .detail .info .desc {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.72px;
}
.center-location .transit-list .item + .item {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.center-location .contents-info {
  margin-top: 15px;
  margin-bottom: 0;
}
.center-location .dot-list {
  margin-top: 5px;
}
.center-location .dot-list .l-item {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.72px;
  color: #333;
  padding-left: 7px;
  text-align: left;
}
.center-location .dot-list .l-item::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 100%;
  background-color: #666;
  top: 10px;
  left: 0;
}

@media (max-width: 1000px) {
  .center-location .map .root_daum_roughmap {
    aspect-ratio: 370/380;
  }
  .center-location .transit-list .item {
    padding-bottom: 30px;
  }
  .center-location .transit-list .item .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .center-location .transit-list .item .detail {
    flex-direction: column;
  }
  .center-location .transit-list .item .detail .img {
    margin-bottom: 10px;
  }
  .center-location .transit-list .item .detail .info {
    padding-left: 0;
  }
  .center-location .contents-info {
    margin-top: 30px;
  }
}
.safety-info-content {
  word-break: keep-all;
}
.safety-info-content .img-banner {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
.safety-info-content .img-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.safety-info-content .sub-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.safety-info-content .sub-heading .txt {
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.68px;
  color: #000;
  line-height: 25px;
}
.safety-info-content .sub-heading .txt::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 11px;
  bottom: 0;
  left: -10px;
  background-color: #D9EFFF;
  z-index: -1;
}
.safety-info-content .heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1.1px;
  text-align: center;
  color: #0077cc;
  margin-bottom: 30px;
}
.safety-info-content .heading .font {
  font-family: NanumMyeongjo;
}
.safety-info-content .sub {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.72px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.safety-info-content .info-box {
  display: flex;
  padding: 27px 0;
  border: 2px solid #0077cc;
  margin-bottom: 60px;
}
.safety-info-content .info-box .i-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.safety-info-content .info-box .i-item + .i-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #ccc;
  left: 0;
  top: 0;
}
.safety-info-content .info-box .i-item .tit {
  display: flex;
  justify-content: center;
}
.safety-info-content .info-box .i-item .tit .txt {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.72px;
  text-align: center;
}
.safety-info-content .info-box .i-item .tit .txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #0077cc;
}
.safety-info-content .info-box .i-item .desc {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.72px;
  text-align: center;
  color: #666;
}
.safety-info-content .content-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.08px;
  margin-bottom: 20px;
}
.safety-info-content .program-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.safety-info-content .program-list .p-item {
  display: flex;
  width: calc(50% - 10px);
  border: 1px solid #ccc;
  min-height: 200px;
  word-break: keep-all;
}
.safety-info-content .program-list .p-item .item-head {
  width: 150px;
  flex-shrink: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f9f9f9;
}
.safety-info-content .program-list .p-item .item-head .badge-wrap {
  margin-bottom: 10px;
}
.safety-info-content .program-list .p-item .item-head .tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.81px;
  color: #000;
}
.safety-info-content .program-list .p-item .item-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.safety-info-content .program-list .p-item .item-body .tit {
  position: relative;
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.81px;
  padding-left: 28px;
  margin-bottom: 16px;
}
.safety-info-content .program-list .p-item .item-body .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/sub/ico-check.svg);
  background-size: cover;
}
.safety-info-content .program-list .p-item .item-body .desc {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.68px;
  text-align: left;
  color: #666;
}
.safety-info-content .program-list .p-item .item-body .desc span {
  display: block;
}
.safety-info-content .program-list .p-item .item-body .desc span + span {
  margin-top: 4px;
}
.safety-info-content .banner {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  background-image: url(../img/sub/bg-manager-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 40px;
  margin-bottom: 60px;
}
.safety-info-content .banner .tit {
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.81px;
  padding: 0 30px;
  color: #fff;
  margin-right: 70px;
  border: 1px solid #fff;
  border-radius: 24.5px;
}
.safety-info-content .banner .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.72px;
  color: #fff;
}
.safety-info-content .banner .btn {
  margin-left: auto;
}
.safety-info-content .content-desc {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.72px;
  margin-bottom: 60px;
}
.safety-info-content .course-img {
  display: flex;
  justify-content: space-around;
}
.safety-info-content .course-img img {
  max-width: 376px;
  height: auto;
}

@media (max-width: 1280px) {
  .safety-info-content .sub-heading {
    margin-bottom: 10px;
  }
  .safety-info-content .heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .safety-info-content .sub {
    line-height: 23px;
  }
  .safety-info-content .info-box {
    flex-direction: column;
    padding: 0 17px;
    margin-bottom: 30px;
  }
  .safety-info-content .info-box .i-item {
    padding: 30px 0;
    gap: 13px;
  }
  .safety-info-content .info-box .i-item .tit .txt {
    font-size: 18px;
  }
  .safety-info-content .info-box .i-item + .i-item::before {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ddd;
    border-left: 0;
    left: 0;
    top: 0;
  }
  .safety-info-content .program-list {
    flex-wrap: wrap;
  }
  .safety-info-content .program-list .p-item {
    width: 100%;
    flex-direction: column;
    min-height: auto;
  }
  .safety-info-content .program-list .p-item .item-head {
    width: 100%;
    align-items: center;
    padding: 15px;
  }
  .safety-info-content .program-list .p-item .item-head .badge-wrap {
    margin-bottom: 3px;
  }
  .safety-info-content .program-list .p-item .item-head br {
    display: none;
  }
  .safety-info-content .program-list .p-item .item-body {
    padding: 20px 30px;
  }
  .safety-info-content .program-list .p-item .item-body .desc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 81px;
  }
  .safety-info-content .banner {
    flex-direction: column;
    align-items: center;
    height: auto;
    max-height: 500px;
    aspect-ratio: 370/250;
    background-position: center;
    padding: 27px 15px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .safety-info-content .banner .tit {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .safety-info-content .banner .desc {
    margin-bottom: 30px;
    text-align: center;
    max-width: 224px;
  }
  .safety-info-content .banner .desc br {
    display: none;
  }
  .safety-info-content .banner .btn {
    margin-left: 0;
    flex-shrink: 0;
  }
  .safety-info-content .content-desc {
    margin-bottom: 30px;
  }
  .safety-info-content .course-img {
    flex-direction: column;
    justify-content: center;
    gap: 60px;
  }
  .safety-info-content .course-img .c-item {
    width: 100%;
  }
  .safety-info-content .course-img .c-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.safety-status-contents .section-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
.safety-status-contents .table th, .safety-status-contents .table td {
  padding: 15px 10px;
}
.safety-status-contents .table .border-bottom-grey {
  border-bottom-color: #ccc !important;
}
.safety-status-contents .table.table-list .ellipse-target {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.safety-status-contents .row {
  display: flex;
  gap: 40px;
}
.safety-status-contents .row .col {
  flex: 1;
}
.safety-status-contents .row + .row {
  margin-top: 40px;
}
.safety-status-contents .chart-box {
  border: 1px solid #dfdfdf;
  background-color: #f6f8f9;
  padding: 30px 40px 30px 30px;
  margin-top: 30px;
}
.safety-status-contents .pie-chart-box {
  border: 1px solid #dfdfdf;
  background-color: #f6f8f9;
  padding: 30px 20px 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.safety-status-contents .pie-chart-box canvas {
  width: 300px !important;
  height: 300px !important;
}
.safety-status-contents .pie-chart-wrap {
  border: 1px solid #dfdfdf;
  background-color: #f6f8f9;
  padding: 30px 20px 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.safety-status-contents .pie-chart-wrap canvas {
  width: 400px !important;
  height: 400px !important;
}
.safety-status-contents .data-legend ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
}
.safety-status-contents .data-legend li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.safety-status-contents .data-legend li .color {
  width: 15px;
  height: 15px;
}
.safety-status-contents .data-legend li .color.color-1 {
  background-color: #ff6283;
}
.safety-status-contents .data-legend li .color.color-2 {
  background-color: #0077cc;
}
.safety-status-contents .data-legend li .color.color-3 {
  background-color: #6a53bd;
}
.safety-status-contents .data-legend li .color.color-4 {
  background-color: #ff9f40;
}
.safety-status-contents .data-legend li .txt {
  font-size: 14px;
  line-height: 15px;
}
.safety-status-contents .search-box {
  margin-bottom: 30px;
}
.safety-status-contents .search-box .form-group {
  width: 100%;
}
.safety-status-contents .search-box .form-group .form-control {
  width: 100%;
  flex: 1;
}
.safety-status-contents .search-box .form-group + .form-group {
  margin-top: 10px;
  margin-left: 0;
}
.safety-status-contents .search-box .form-search {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
}
.safety-status-contents .search-box .form-search .form-select {
  flex: 1;
}
.safety-status-contents .horizontal-bar-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 25px 180px 45px;
  border: 1px solid #dfdfdf;
  background-color: #f6f8f9;
}
.safety-status-contents .horizontal-bar-chart canvas {
  height: 300px !important;
}
.safety-status-contents .yellow-box {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: #666;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #eee;
  background-color: #fffcf1;
}
.safety-status-contents .yellow-box span {
  font-size: 18px;
  font-weight: bold;
}
.safety-status-contents .yellow-box + .table {
  margin-top: 30px;
}
.safety-status-contents .status-list-content .board .board-foot .button-group {
  justify-content: flex-end;
  margin-top: 20px;
}
.safety-status-contents .status-list-content .box-row {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.safety-status-contents .status-list-content .info-box {
  flex: 1;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 0 20px 20px;
}
.safety-status-contents .status-list-content .info-box.bg-skyblue {
  border-color: #0077cc;
  background-color: #f7fcff;
}
.safety-status-contents .status-list-content .info-box .b-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.safety-status-contents .status-list-content .info-box .b-head .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.99px;
  line-height: 28px;
  color: #000;
}
.safety-status-contents .status-list-content .info-box .b-head .btns {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.safety-status-contents .status-list-content .info-box .b-head .btns .btn.btn-border-grey {
  padding: 0;
  min-width: 40px;
}
.safety-status-contents .status-list-content .info-box .b-body {
  display: flex;
  gap: 40px;
}
.safety-status-contents .status-list-content .list {
  flex: 1;
  justify-content: space-between;
}
.safety-status-contents .status-list-content .list .item {
  display: flex;
  gap: 20px;
}
.safety-status-contents .status-list-content .list .item + .item {
  margin-top: 20px;
}
.safety-status-contents .status-list-content .list .item .tit {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.72px;
}
.safety-status-contents .status-list-content .list .item .tit small {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.safety-status-contents .status-list-content .list .item .val {
  flex: 1;
  line-height: 16px;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.72px;
}
.safety-status-contents .status-list-content .contents-info {
  margin-bottom: 60px;
}
.safety-status-contents .status-list-content .safety-inspection-result {
  margin-top: 60px;
}
.safety-status-contents .status-list-content .safety-inspection-result .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.99px;
  color: #000;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.safety-status-contents .status-list-content .safety-inspection-result .list-row {
  display: flex;
  gap: 160px;
  margin-bottom: 30px;
}
.safety-status-contents .status-list-content .safety-inspection-result .list-row .list {
  flex: none;
}
.safety-status-contents .status-list-content .safety-inspection-result .table {
  margin-bottom: 30px;
}
.safety-status-contents .status-list-content .safety-inspection-result .table.v-table {
  margin-bottom: 20px;
}
.safety-status-contents .status-list-content .safety-inspection-result .table .border-bottom-grey {
  border-bottom-color: #EEE !important;
}
.safety-status-contents .status-list-content .safety-inspection-result .table .border-right-grey {
  border-right-color: #ccc !important;
}
.safety-status-contents .status-list-content .safety-inspection-result .table th:first-child, .safety-status-contents .status-list-content .safety-inspection-result .table td:first-child {
  border-left: 0;
}
.safety-status-contents .status-list-content .safety-inspection-result .table th:last-child, .safety-status-contents .status-list-content .safety-inspection-result .table td:last-child {
  border-right: 0;
}
.safety-status-contents .status-list-content .safety-inspection-result .table .col-title {
  height: 50px;
  font-size: 15px;
  font-weight: bold;
}
.safety-status-contents .status-list-content .safety-inspection-result .grade {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.safety-status-contents .status-list-content .safety-inspection-result .grade.grade-green {
  background-color: #00A9BC;
}
.safety-status-contents .status-list-content .safety-inspection-result .grade.grade-purple {
  background-color: #5D7ACA;
}
.safety-status-contents .status-list-content .safety-inspection-result .grade.grade-red {
  background-color: #F33F4D;
}
.safety-status-contents .status-list-content .safety-inspection-result .grade-info {
  display: flex;
  gap: 30px;
  padding: 15px 0;
}
.safety-status-contents .status-list-content .safety-inspection-result .grade-info .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.safety-status-contents .status-list-content .safety-inspection-result .grade-info .item .txt {
  font-size: 16px;
  color: #333;
  letter-spacing: -0.72px;
}
.safety-status-contents .status-list-content .empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 50px;
  margin-bottom: 30px;
}
.safety-status-contents .status-list-content .empty .txt {
  font-size: 15px;
  line-height: 18px;
}
.safety-status-contents .apply-completed {
  margin: 0 auto 30px;
}
.safety-status-contents .apply-completed .img {
  width: 63px;
}
.safety-status-contents .apply-completed .txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.54px;
  color: #666;
}

@media (max-width: 1280px) {
  .safety-status-contents .table th, .safety-status-contents .table td {
    padding: 15px 5px;
  }
  .safety-status-contents .table.table-list.table-status th, .safety-status-contents .table.table-list.table-status td {
    padding: 0;
    display: inline-block;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(1), .safety-status-contents .table.table-list.table-status td:nth-child(1) {
    display: none;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(2), .safety-status-contents .table.table-list.table-status td:nth-child(2) {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(3) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(3) span::before {
    content: "지역";
    margin-right: 5px;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(3) span::after, .safety-status-contents .table.table-list.table-status td:nth-child(3) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(4) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(4) span::before {
    content: "운영주체";
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(4) span::after, .safety-status-contents .table.table-list.table-status td:nth-child(4) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(5) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(5) span::before {
    content: "객석수";
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(5) span::after, .safety-status-contents .table.table-list.table-status td:nth-child(5) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(6) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(6) span::before {
    content: "구동식 무대기구 수";
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(3) span, .safety-status-contents .table.table-list.table-status th:nth-child(4) span, .safety-status-contents .table.table-list.table-status th:nth-child(5) span, .safety-status-contents .table.table-list.table-status th:nth-child(6) span, .safety-status-contents .table.table-list.table-status td:nth-child(3) span, .safety-status-contents .table.table-list.table-status td:nth-child(4) span, .safety-status-contents .table.table-list.table-status td:nth-child(5) span, .safety-status-contents .table.table-list.table-status td:nth-child(6) span {
    display: inline-block;
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-status th:nth-child(3) span::before, .safety-status-contents .table.table-list.table-status th:nth-child(4) span::before, .safety-status-contents .table.table-list.table-status th:nth-child(5) span::before, .safety-status-contents .table.table-list.table-status th:nth-child(6) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(3) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(4) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(5) span::before, .safety-status-contents .table.table-list.table-status td:nth-child(6) span::before {
    color: #000;
    font-weight: 500;
    margin-right: 5px;
  }
  .safety-status-contents .table.table-list.table-performance-info th, .safety-status-contents .table.table-list.table-performance-info td {
    padding: 0;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(2), .safety-status-contents .table.table-list.table-performance-info td:nth-child(2) {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(3), .safety-status-contents .table.table-list.table-performance-info td:nth-child(3) {
    display: inline-block;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(3) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(3) span::before {
    content: "기간";
    margin-right: 5px;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(3) span::after, .safety-status-contents .table.table-list.table-performance-info td:nth-child(3) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(4), .safety-status-contents .table.table-list.table-performance-info td:nth-child(4) {
    display: inline-block;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(4) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(4) span::before {
    content: "장소";
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(4) span::after, .safety-status-contents .table.table-list.table-performance-info td:nth-child(4) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(5), .safety-status-contents .table.table-list.table-performance-info td:nth-child(5) {
    display: inline-block;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(5) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(5) span::before {
    content: "등록일";
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(5) span::after, .safety-status-contents .table.table-list.table-performance-info td:nth-child(5) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(6), .safety-status-contents .table.table-list.table-performance-info td:nth-child(6) {
    display: inline-block;
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(6) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(6) span::before {
    content: "조회수";
  }
  .safety-status-contents .table.table-list.table-performance-info th:nth-child(3) span::before, .safety-status-contents .table.table-list.table-performance-info th:nth-child(4) span::before, .safety-status-contents .table.table-list.table-performance-info th:nth-child(5) span::before, .safety-status-contents .table.table-list.table-performance-info th:nth-child(6) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(3) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(4) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(5) span::before, .safety-status-contents .table.table-list.table-performance-info td:nth-child(6) span::before {
    color: #000;
    font-weight: 500;
    margin-right: 5px;
  }
  .safety-status-contents .table.table-list.table-edu-status th, .safety-status-contents .table.table-list.table-edu-status td {
    padding: 0;
    display: inline-block;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(1), .safety-status-contents .table.table-list.table-edu-status td:nth-child(1) {
    display: none;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(2), .safety-status-contents .table.table-list.table-edu-status td:nth-child(2) {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(3) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(3) span::before {
    content: "지역";
    margin-right: 5px;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(3) span::after, .safety-status-contents .table.table-list.table-edu-status td:nth-child(3) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(4) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(4) span::before {
    content: "운영주체";
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(4) span::after, .safety-status-contents .table.table-list.table-edu-status td:nth-child(4) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(5) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(5) span::before {
    content: "안전총괄책임자 교육 교육수료일";
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(5) span::after, .safety-status-contents .table.table-list.table-edu-status td:nth-child(5) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(6) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(6) span::before {
    content: "안전총괄책임자 교육 교육유효기간";
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(6) span::after, .safety-status-contents .table.table-list.table-edu-status td:nth-child(6) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(7) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(7) span::before {
    content: "안전관리담당자 교육 교육수료일";
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(7) span::after, .safety-status-contents .table.table-list.table-edu-status td:nth-child(7) span::after {
    content: "|";
    margin-left: 5px;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(8) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(8) span::before {
    content: "안전관리담당자 교육 교육유효기간";
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(3) span, .safety-status-contents .table.table-list.table-edu-status th:nth-child(4) span, .safety-status-contents .table.table-list.table-edu-status th:nth-child(5) span, .safety-status-contents .table.table-list.table-edu-status th:nth-child(6) span, .safety-status-contents .table.table-list.table-edu-status th:nth-child(7) span, .safety-status-contents .table.table-list.table-edu-status th:nth-child(8) span, .safety-status-contents .table.table-list.table-edu-status td:nth-child(3) span, .safety-status-contents .table.table-list.table-edu-status td:nth-child(4) span, .safety-status-contents .table.table-list.table-edu-status td:nth-child(5) span, .safety-status-contents .table.table-list.table-edu-status td:nth-child(6) span, .safety-status-contents .table.table-list.table-edu-status td:nth-child(7) span, .safety-status-contents .table.table-list.table-edu-status td:nth-child(8) span {
    display: inline-block;
  }
  .safety-status-contents .table.table-list.table-edu-status th:nth-child(3) span::before, .safety-status-contents .table.table-list.table-edu-status th:nth-child(4) span::before, .safety-status-contents .table.table-list.table-edu-status th:nth-child(5) span::before, .safety-status-contents .table.table-list.table-edu-status th:nth-child(6) span::before, .safety-status-contents .table.table-list.table-edu-status th:nth-child(7) span::before, .safety-status-contents .table.table-list.table-edu-status th:nth-child(8) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(3) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(4) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(5) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(6) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(7) span::before, .safety-status-contents .table.table-list.table-edu-status td:nth-child(8) span::before {
    color: #000;
    font-weight: 500;
    margin-right: 5px;
  }
  .safety-status-contents .row {
    flex-direction: column;
  }
  .safety-status-contents .chart-box {
    padding: 20px 5px;
    height: auto !important;
  }
  .safety-status-contents .search-box {
    background-color: #f6f8f9;
    padding: 20px;
  }
  .safety-status-contents .search-box .form-group {
    flex-direction: column;
  }
  .safety-status-contents .search-box .form-group .form-control {
    flex: none;
  }
  .safety-status-contents .search-box .form-group + .form-group {
    margin-top: 5px;
  }
  .safety-status-contents .search-box .form-group .button-group {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .safety-status-contents .search-box .form-group .button-group .btn {
    flex: 1;
  }
  .safety-status-contents .search-box .form-group .btn {
    display: flex;
    margin: 0;
  }
  .safety-status-contents .search-box .form-search {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .safety-status-contents .search-box .form-search .form-select {
    width: 100% !important;
  }
  .safety-status-contents .search-box .button-group {
    width: 100%;
  }
  .safety-status-contents .horizontal-bar-chart {
    padding: 25px 20px 45px;
  }
  .safety-status-contents .status-list-content .search-box .form-group {
    gap: 10px;
  }
  .safety-status-contents .status-list-content .search-box .form-select {
    width: 100%;
  }
  .safety-status-contents .status-list-content .info-box .b-head {
    display: flex;
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .safety-status-contents .status-list-content .info-box .b-head .title {
    width: 100%;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .safety-status-contents .status-list-content .info-box .b-head .btns {
    margin-left: 0;
    margin-right: auto;
  }
  .safety-status-contents .status-list-content .info-box .b-body {
    flex-direction: column;
    gap: 20px;
  }
  .safety-status-contents .status-list-content .box-row {
    flex-direction: column;
  }
  .safety-status-contents .status-list-content .safety-inspection-result .list-row {
    flex-direction: column;
    gap: 20px;
  }
  .safety-status-contents .status-list-content .safety-inspection-result .table.v-table {
    margin-bottom: 30px;
  }
  .safety-status-contents .status-list-content .safety-inspection-result .table.v-table br {
    display: none;
  }
  .safety-status-contents .status-list-content .safety-inspection-result .grade-info {
    flex-direction: column;
    gap: 20px;
    padding: 5px 0;
  }
}
/* privacy */
/* basic_table */
.basic_table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 2px solid #005b9e;
}

.basic_table th, .basic_table td {
  padding: 13px 5px;
  border: 1px solid #d5dfe2;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.basic_table th {
  background-color: #eef5fa;
  font-weight: 700;
}

.basic_table thead th {
  font-size: 1.06em;
  font-weight: 700;
}

.basic_table tbody th {
  background-color: #eef5fa;
}

.basic_table tbody th.ta_l {
  padding: 20px 25px;
}

.basic_table tbody td.ta_l {
  padding: 20px 25px;
}

.basic_table .left {
  padding-left: 20px;
}

.basic_table .tb_pl {
  text-align: left;
  padding: 30px 5px 30px 15px;
}

.basic_table .dot_list {
  margin-bottom: 10px;
}

/********** useful **********/
.hide {
  position: absolute;
  left: -9999px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

caption {
  position: static;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  text-indent: -9999px;
}

.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
}

.none {
  display: none !important;
}

.on_iblock {
  display: inline-block !important;
}

.on_block {
  display: block !important;
}

.pc-view {
  display: block !important;
}

.m-view {
  display: none !important;
}

.fc_fff {
  color: #fff;
}

.fc_333 {
  color: #333;
}

.fc_666 {
  color: #666;
}

.fc_blue {
  color: #1879ba;
}

.fc_skyblue {
  color: #62c1e8;
}

.fc_red {
  color: #e42626;
}

.fw_bold {
  font-weight: 700;
} /* 주 사용 폰트의 font-face 에 맞춰 사용 */
.ta_l {
  text-align: left !important;
}

.ta_c {
  text-align: center !important;
}

.ta_r {
  text-align: right !important;
}

.dotdot1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dotdot2 {
  display: block;
  display: -webkit-box;
  line-height: 1.3em;
  height: 2.6em;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dotdot3 {
  display: block;
  display: -webkit-box;
  line-height: 1.3em;
  height: 3.9em;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mid_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.link_txt {
  color: #7692d8;
}

.link_txt.break {
  word-break: break-all;
}

.link_txt:hover {
  text-decoration: underline;
}

.ovh {
  overflow: hidden;
}

.on_991 {
  display: none !important;
}

.on_767 {
  display: none !important;
}

.on_640 {
  display: none !important;
}

.on_480 {
  display: none !important;
}

.ib_991 {
  display: none !important;
}

.ib_767 {
  display: none !important;
}

.ib_640 {
  display: none !important;
}

.ib_560 {
  display: none !important;
}

.ib_480 {
  display: none !important;
}

.i_991 {
  display: none !important;
}

.i_767 {
  display: none !important;
}

.i_640 {
  display: none !important;
}

.i_480 {
  display: none !important;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

/********** // useful **********/
/* sub_common */
.sub_each {
  margin-bottom: 60px;
}

.sub_each2 {
  margin-bottom: 60px;
  padding-left: 15px;
}

.f_blue {
  color: #005b9e;
}

.f_gray {
  color: #949494;
}

.f_bk {
  color: #303030;
}

.f_blue2 {
  color: #003b67;
}

.sub_tit {
  line-height: 35px;
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/privacy/sub_tit.png") left 8px no-repeat;
  font-family: "NanumSquare";
  font-size: 1.333em;
  color: #003b67;
  font-weight: 700;
}

.sub_tit a {
  margin-left: 10px;
  padding: 8px 20px;
  background: #005b9e;
  border: 1px solid #005b9e;
  font-size: 0.789em;
  color: #fff;
  font-weight: 400;
  font-family: "Pretendard";
}

.table_img {
  width: 40%;
}

.label_img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

/*Privacy Laballing */
.privacy_list {
  display: flex;
  flex-wrap: wrap;
}

.privacy_list > li {
  width: 100%;
  height: 330px;
  text-align: center;
  position: relative;
}

.privacy_list > li:nth-child(3n) {
  border-right: 0;
}

.privacy_list > li a {
  display: block;
  padding: 67px 10px;
}

.privacy_list > li .privaty_before .name {
  font-size: 18px;
  margin-top: 18px;
}

.privaty_after {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 92, 158, 0.9);
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  text-align: left;
  padding: 25px;
  color: #fff;
  min-height: 100%;
  transition: opacity 0.5s;
}

.privaty_after p {
  font-size: 15px;
}

.privaty_after .title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.privaty_after .bullet_wrap {
  margin-top: 10px;
}

.privaty_after .bullet_wrap .bullet01 {
  margin-bottom: 5px;
}

.privaty_after .bullet_wrap .bullet01:before {
  background: #fff;
}

.privacy_list > li:hover .privaty_after {
  opacity: 1;
}

.bullet01 {
  padding-left: 12px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
}

.bullet01:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: 2px;
  top: 9px;
}

.bullet01:last-child {
  margin-bottom: 0 !important;
}

.privacy_quick_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #1665cc;
  border-bottom: 1px solid #e1e1e1;
}

.privacy_quick_list > li {
  border-right: 1px solid #e1e1e1;
  position: relative;
  width: 33.3333333333%;
  border-bottom: 1px solid #e1e1e1;
}

.privacy_quick_list > li:nth-child(3n) {
  border-right: 0;
}

.privacy_quick_list > li:nth-child(13), .privacy_quick_list > li:nth-child(14) {
  border-bottom: none;
}

.privacy_quick_list > li > a {
  display: block;
  padding: 14px 20px 14px 80px;
  width: 100%;
  background-position: left 31px center;
  background-repeat: no-repeat;
  background-size: 35px;
  height: 71px;
  display: flex;
  align-items: center;
}

.privacy_quick_list > li span {
  font-size: 18px;
  display: inline-block;
}

.privacy_quick_list > li:hover a {
  color: #1764ce;
  outline: 2px solid #1764ce;
  padding: 12px 18px 12px 78px;
  background-position: left 29px center;
}

/*Privacy List */
.privacy_quick_list > li.list01 a, #prvc_cont1 .titleB:before {
  background-image: url(../img/privacy/personal_info_2.png);
}

.privacy_quick_list > li.list02 a, #prvc_cont2 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_02.jpg);
}

.privacy_quick_list > li.list03 a, #prvc_cont3 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_03.png);
}

.privacy_quick_list > li.list04 a, #prvc_cont4 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_04.jpg);
}

.privacy_quick_list > li.list05 a, #prvc_cont5 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_05.jpg);
}

.privacy_quick_list > li.list06 a, #prvc_cont6 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_06.jpg);
}

.privacy_quick_list > li.list07 a, #prvc_cont7 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_07.jpg);
}

.privacy_quick_list > li.list08 a, #prvc_cont8 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_08.jpg);
}

.privacy_quick_list > li.list09 a, #prvc_cont9 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_09.jpg);
}

.privacy_quick_list > li.list10 a, #prvc_cont10 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_10.jpg);
}

.privacy_quick_list > li.list11 a, #prvc_cont11 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_11.jpg);
}

.privacy_quick_list > li.list12 a, #prvc_cont12 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_12.jpg);
}

.privacy_quick_list > li.list13 a, #prvc_cont13 .titleB:before {
  background-image: url(../img/privacy/privacy_icon2_13.jpg);
}

/* priv_con_wrap */
.priv_con_wrap .sub_each > p {
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 20px;
}

a.priv_btn {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 20px;
  background: #005b9e;
  border: 1px solid #005b9e;
  font-size: 0.789em;
  color: #fff;
  font-weight: 400;
  font-family: "Pretendard";
}

/* priv_wrap */
.priv_wrap .priv_box {
  margin-bottom: 40px;
  padding: 20px 20px 60px;
  background: url("../img/privacy/priv_img01.png") right 60px center no-repeat;
  border-bottom: 2px solid #dedede;
}

.priv_wrap .priv_box h2 {
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
  font-family: "NanumSquare";
}

.priv_wrap .priv_box p {
  padding-right: 205px;
  font-size: 1.067em;
  line-height: 1.5rem;
  color: #303030;
  font-family: "Pretendard";
  word-break: keep-all;
}

.board_view_con {
  padding: 40px 25px;
}

.board_view_file {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d7d7d7;
}

.board_view_file .tit {
  display: table-cell;
  width: 20%;
  padding: 15px 25px;
  background-color: #f7f7f7;
  vertical-align: middle;
}

.board_view_file .file_box {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}

.board_view_file .file_each {
  margin-bottom: 13px;
  padding-left: 20px;
  background: url("../img/privacy/attach_ico.png") 0 3px no-repeat;
}

.board_view_file .file_each:last-child {
  margin-bottom: 0;
}

.board_view_file .file_each a:hover {
  text-decoration: underline;
}

.priv-info-wrapper {
  margin-top: 70px;
  padding-top: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  background: #f9f9f9;
}

.priv-info-wrapper .mb-wrapper {
  display: none;
}

@media (max-width: 991px) {
  .priv-info-wrapper {
    margin: 70px 30px 0;
  }
}
@media (max-width: 767px) {
  .priv-info-wrapper {
    margin: 50px 15px 0;
    padding-top: 0;
    border: 0;
    border-radius: 0;
    background: unset;
  }
  .priv-info-wrapper .dt-wrapper {
    display: none;
  }
  .priv-info-wrapper .mb-wrapper {
    display: block;
  }
  .priv-info-wrapper .mb-wrapper .each-content {
    margin-bottom: 70px;
  }
  .priv-info-wrapper .mb-wrapper .each-content h3 {
    padding: 15px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #005b9e;
    border-radius: 26px;
  }
  .priv-info-wrapper .mb-wrapper .each-content .info-content {
    margin-top: 30px;
    border: 1px solid #005b9e;
    border-radius: 15px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }
  .priv-info-wrapper .mb-wrapper .each-content .info-content ol {
    margin-top: 10px;
  }
  .priv-info-wrapper .mb-wrapper .each-content .info-content ol li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .priv-info-wrapper .mb-wrapper .each-content h3 {
    font-size: 15px;
  }
  .priv-info-wrapper .mb-wrapper .each-content h3.ls {
    border-radius: 33px;
  }
}
.priv-rights-info-wrapper {
  margin-top: 70px;
}

.priv-rights-info-wrapper .mb-wrapper {
  display: none;
}

@media (max-width: 575px) {
  .priv-rights-info-wrapper {
    margin-top: 50px;
  }
  .priv-rights-info-wrapper .dt-wrapper {
    display: none;
  }
  .priv-rights-info-wrapper .mb-wrapper {
    display: block;
  }
  .priv-rights-info-wrapper .mb-wrapper .img-box {
    text-align: center;
    margin-bottom: 70px;
  }
  .priv-rights-info-wrapper .mb-wrapper .img-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .privacy_list > li .privaty_after {
    display: none;
  }
  .privacy_list > li:hover .privaty_after {
    display: none;
  }
  /* priv_wrap */
  .priv_wrap .priv_box {
    margin-bottom: 40px;
    padding: 20px 20px 60px;
    background: none;
    border-bottom: 2px solid #dedede;
  }
  .priv_wrap .priv_box h2 {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 700;
    font-family: "NanumSquare";
  }
  .priv_wrap .priv_box p {
    padding-right: 0px;
    font-size: 1.067em;
    color: #303030;
    font-family: "NanumBarunGothic";
    word-break: keep-all;
  }
  .priv_wrap .priv_wrap .priv_box {
    background: none;
  }
  .priv_wrap .priv_wrap .priv_box p {
    padding-right: 0;
  }
  .privacy_quick_list > li > a {
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 70px 5px 20px;
    background-position: center top 20px;
  }
  .privacy_quick_list > li span {
    font-size: 14px;
  }
  .privacy_quick_list > li:hover a {
    height: 100%;
    padding: 70px 5px 20px;
    background-position: center top 20px;
  }
}
.dt-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link_ico {
  display: inline-block;
  width: 20px;
  height: 13px;
  text-indent: -9999px;
  background: url(../img/privacy/lift_link_ico.png) left 3px center no-repeat;
  transform: translateY(3px);
  margin-left: 5px;
}

.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}

.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari, and Chrome 53 */
  -webkit-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -moz-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -0.6em;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.foreigner-content .bg-head {
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 60px;
}
.foreigner-content .bg-head img {
  display: block;
  width: 100%;
}
.foreigner-content .content-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.foreigner-content .content-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.08px;
  color: #000;
  margin-bottom: 30px;
}
.foreigner-content .content-desc {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.72px;
  color: #000;
}
.foreigner-content .content-desc + .content-desc {
  margin-top: 10px;
}
.foreigner-content .section-head {
  margin-bottom: 60px;
}
.foreigner-content .form-row {
  display: flex;
  gap: 40px;
}
.foreigner-content .form-row .form-col {
  width: calc(50% - 20px);
}
.foreigner-content .form-row .form-group .label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.foreigner-content .form-row .form-group + .form-group {
  margin-top: 30px;
}
.foreigner-content .form-row .form-group .tip {
  margin-top: 5px;
}
.foreigner-content .form-row .form-group .form-control {
  width: 100%;
  font-size: 16px;
  height: 60px;
  line-height: 58px;
}
.foreigner-content .form-row .form-group .form-control:focus {
  border-color: #000;
}
.foreigner-content .terms {
  padding: 30px;
  background-color: #f9f9f9;
}
.foreigner-content .terms .terms-content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.72px;
}
.foreigner-content .terms .terms-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.foreigner-content .terms .terms-action .form-radio-group {
  gap: 30px;
}
.foreigner-content .section + .section {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 60px;
}
.foreigner-content .course-info {
  padding: 30px;
  background-color: #f9f9f9;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}
.foreigner-content .course-info .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: -0.81px;
}
.foreigner-content .course-media {
  display: flex;
  gap: 80px;
}
.foreigner-content .course-media .video-js {
  width: 740px;
  height: auto;
  aspect-ratio: 740/417;
}
.foreigner-content .course-media .video-js video {
  width: 100%;
  height: auto;
}
.foreigner-content .course-media .play-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(100% - 740px - 80px);
  padding-top: 34px;
}
.foreigner-content .course-media .play-info .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.08px;
  color: #000;
}
.foreigner-content .course-media .play-info .step {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 26px;
}
.foreigner-content .course-media .play-info .step .check-step {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.foreigner-content .course-media .play-info .step .check-step.on {
  background-color: #0077CC;
  border: none;
  background-image: url(../img/foreigner/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 11px;
}
.foreigner-content .course-media .play-info .step .check-step.on::after {
  font-weight: 500;
  color: #333;
}
.foreigner-content .course-media .play-info .step .check-step::after {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  position: absolute;
  top: 35px;
  left: 0;
}
.foreigner-content .course-media .play-info .step .check-step:nth-child(1)::after {
  content: "Chapter1";
}
.foreigner-content .course-media .play-info .step .check-step:nth-child(3)::after {
  content: "Chapter2";
}
.foreigner-content .course-media .play-info .step .check-step:nth-child(5)::after {
  content: "Chapter3";
}
.foreigner-content .course-media .play-info .step .check-step:nth-child(7)::after {
  content: "Chapter4";
}
.foreigner-content .course-media .play-info .step .line {
  width: 20%;
  border-bottom: 2px dotted #dddddd;
}
.foreigner-content .course-media .play-info .course-tit {
  padding: 20px;
  background-color: #f7fcff;
  font-weight: bold;
  color: #0077cc;
  font-size: 18px;
  letter-spacing: -0.81px;
  line-height: 24px;
}
.foreigner-content .course-media .play-info .cert-btn {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #ccc;
}
.foreigner-content .course-media .play-info .cert-btn.on {
  background-color: #0077CC;
}
.foreigner-content .course-media .play-info .prev-link {
  display: inline-flex;
  text-decoration: underline;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.72px;
}
.foreigner-content .video-js .vjs-big-play-button {
  width: 44.5px;
  height: 31px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%);
  line-height: 30px;
  font-size: 25px;
}

.foreigner-popup-content {
  padding: 20px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.63px;
}

@media (max-width: 1280px) {
  .foreigner-content .bg-head {
    height: 80px;
    margin-bottom: 30px;
  }
  .foreigner-content .bg-head img {
    height: 100%;
    object-fit: cover;
  }
  .foreigner-content .content-inner {
    padding: 0 15px;
  }
  .foreigner-content .section-head {
    margin-bottom: 30px;
  }
  .foreigner-content .form-row {
    flex-direction: column;
    gap: 30px;
  }
  .foreigner-content .form-row .form-col {
    width: 100%;
  }
  .foreigner-content .terms {
    padding: 20px 20px 34px;
  }
  .foreigner-content .terms .terms-action {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .foreigner-content .course-info {
    padding: 20px;
  }
  .foreigner-content .course-media {
    flex-direction: column;
    gap: 30px;
  }
  .foreigner-content .course-media .video-js {
    width: 100%;
  }
  .foreigner-content .course-media .play-info {
    width: 100%;
  }
  .foreigner-content .course-media .play-info .step .line {
    width: 10%;
  }
}
/*# sourceMappingURL=pages.css.map */
