@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(2) .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 {
  background: url(../../../../img/mobile/s5/s5TitleBg.png);
  background-repeat: repeat-x;
  background-size: contain;
} */
.section-logo {
  padding-top: var(--space-28);
  padding-bottom: var(--space-16);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: var(--space-7);
  img {
    width: auto;
    height: var(--space-7);
  }
}
@media (max-width: 969px) {
  .subTitleWrap.subTitle_pc_view::after {
    display: none;
  }
}
section.colabox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-15);
  .colabox__text {
    font-size: var(--font-size-2xl);
    font-weight: 600;
    line-height: 30px;
    text-align: center;
  }
}
/* 내용관리 */
/* #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 > p {
  display: none;
}

.titleEn {
  font-family: 'Arial Black';
  font-size: 40px;
  color: #000;
}
#ctt_con {
  max-width: 100%;
  height: auto;
  background: url(../../../../img/mobile/s5/s5SubBg02.png) no-repeat 0 0;
  background-size: 1159px 1168px;
  background-position: -10% 78%;
}
.ctt_con_inner {
  max-width: 1200px;
  background: url(../../../../img/mobile/s5/s5SubBg01.png) no-repeat 50% 0;
  background-size: 708px 713px;
}
@media (max-width: 639px) {
  #ctt {
    padding-top: 0;
  }
  #ctt_con {
    margin-top: 0;
  }
}
