@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);
  }
}
.section__text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2_5);
  .ico_arrow {
    padding-top: var(--space-1);
  }
}
.section__text_wrap > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-2_5);
  padding: var(--space-2_5) var(--space-5);
  border-radius: 100px;
  background: #512fc9;
  color: var(--color-white);
  box-sizing: border-box;
  font-size: var(--font-size-lg);
}
.section__text_wrap > a > span {
  color: #512fc9;
  font-size: var(--font-size-lg);
  text-decoration: underline;
  text-decoration-color: #512fc9;
  text-underline-offset: var(--space-1);
}
.img_teleport {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: var(--space-5);
  img {
    width: 864px;
    height: auto;
  }
}
section:nth-of-type(4) .ico-list2 > li {
  background: var(--color-white);
  box-shadow: 0 22px 15px -14px rgba(81, 47, 201, 0.1),
    0 -22px 15px -14px rgba(81, 47, 201, 0.1),
    20px 4px 15px -14px rgba(81, 47, 201, 0.1),
    -19px -2px 15px -14px rgba(81, 47, 201, 0.1);
}
section:nth-of-type(4) .ico-list2 .ico-list__content > b {
  color: var(--color-purple-800);
}
section:nth-of-type(4) .ico-list2 .ico-list__content > p {
  color: var(--color-gray-500);
  font-weight: 200;
  text-align: center;
}
@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 {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;
}

#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;
  }
}
