@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/a-big-deal');
figure {
  margin: 0;
}
/* #hd{background:none;position: relative;transition: 0.6s;}
.fixed #hd{background-color: #fff;}
.fixed #hd #gnb a{color:#000} */
/* .sticky{ background-color: rgba(0, 0, 0, 0.5);} */
#gnb a {
  color: #fff;
}
.gnb_1dli:nth-of-type(4) .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;
}

.subTitleWrap.subTitle_pc_view {
  position: relative;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33vw;
  background: url(../../../../img/mobile/s10/s10TitleBg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
/* top:-120px; */

/* 내용관리 */
/* #ctt {margin:10px 0;padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} */
#ctt {
}
.ctt_admin {
  margin: 0 5px;
  text-align: right;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con {
  max-width: 1200px;
  margin: 0 auto;
  background-image: none;
}
#ctt_con > p {
  display: none;
}

@media (max-width: 969px) {
  #ctt_con {
    margin-top: 0;
    padding: 0 3rem;
  }
}

@media (max-width: 639px) {
  #ctt {
    padding-top: 0;
  }
  #hd {
    position: relative;
    background-color: #000;
  }
  .ctt_con_inner {
    overflow: hidden;
  }
}
