@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/a-big-deal');
figure {
  margin: 0;
}
#gnb a {
  color: #fff;
}
.gnb_1dli:nth-of-type(3) .gnb_1da {
  color: #fbc100 !important;
}
.gnb_1da::after {
  background-color: #fff;
}
#container {
  padding: initial;
  position: initial;
  background: initial;
  min-height: initial;
}
#container:after {
  display: initial;
  visibility: initial;
  clear: initial;
  content: initial;
}
/* .ico-list3 .ico-list__title .ico_wrap {
  background-color: var(--color-gray-50);
} */
@media (max-width: 767px) {
  .img_teleport {
    width: 100%;
    height: auto;
    img {
      width: 100%;
      height: auto;
    }
  }
}

@media (max-width: 969px) {
  .subTitleWrap.subTitle_pc_view::after {
    display: none;
  }
}
/* 내용관리 */
#ctt {
}
.ctt_admin {
  margin: 0 5px;
  text-align: right;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con > p {
  display: none;
}

#ctt_con {
  background: none;
}
@media (max-width: 639px) {
  #ctt {
    padding-top: 0;
  }
  #ctt_con {
    margin-top: 0;
  }
  .ctt_con_inner {
    background: none;
  }
}
