@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(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;
}

.subTitleWrap.subTitle_pc_view {
  position: relative;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33vw;
  background: url(../../../../img/mobile/s7/s7TitleBg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
/* top:-120px; */

#container_title {
  color: #000;
  line-height: initial;
  font-size: 84px;
  font-family: 'a Big Deal', sans-serif;
}

.titleGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.titleGroup p.s789Title {
  color: #fff;
  font-size: 80px;
  font-family: 'a Big Deal', sans-serif;
}
.titleGroup img {
  width: 30%;
  max-width: 100%;
}

/* 내용관리 */
/* #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;
  padding: 0 3rem;
}
#ctt_con > p {
  display: none;
}

.ctt_con_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctt_img {
  text-align: left;
}

.titleEn {
  font-family: 'Arial Black';
  font-size: 40px;
  color: #000;
}
.titleKo {
  font-family: 'SUIT Variable';
  font-size: 22px;
  color: #000;
  letter-spacing: -2.8px;
  font-weight: 700;
}
.caption {
  margin-top: 15px;
  color: #000;
  font-family: 'SUIT Variable';
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 1.5;
}

.middleTitle .en {
  font-family: 'Arial Black';
  font-size: 40px;
  color: #000;
}
.middleTitle .ko {
  font-family: 'SUIT Variable';
  font-size: 22px;
  color: #000;
  letter-spacing: -1.8px;
  font-weight: 600;
  text-align: center;
}
.middleTitle .text {
  line-height: 2;
  font-size: 16px;
  letter-spacing: -1.8px;
  font-weight: 400;
  text-align: center;
}
.group6 .middleTitle .text {
  font-size: 18px;
  letter-spacing: -0.5px;
}
.group01 {
  margin-top: 130px;
}
.group01,
.group02 {
  max-width: 100%;
  width: 100%;
}
.group02 .middleTitle p {
  text-align: left;
}
.group01 .subtitle p {
  font-family: 'Arial Black';
  font-size: 55px;
  color: #000;
}

.group03 figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.group03 figure img {
  flex-shrink: 0;
  width: 537px;
  height: auto;
  max-width: 537px;
}
.group03 figure figcaption {
  flex-grow: 1;
}
.group03 figure figcaption .ko {
  font-family: 'SUIT Variable';
  font-size: 30px;
  color: #000;
  letter-spacing: -1.8px;
  font-weight: 600;
}
.group03 figure figcaption p.titleEn {
  font-family: 'Arial Black';
  font-size: 40px;
  color: #000;
}
.group03 figure figcaption p.titleKo {
  font-family: 'SUIT Variable';
  font-size: 22px;
  color: #000;
  letter-spacing: -1.8px;
  font-weight: 700;
}
.group03 figure figcaption p.caption {
  margin-top: 15px;
  color: #000;
  font-family: 'SUIT Variable';
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.5;
}

.group04 .description {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.group04 dl {
  margin-top: 3%;
  border: 1px solid #000;
  flex: 1 1 30%;
}
/* .group04 dl{display: flex;flex-direction: column;justify-content: center;margin-top:20px;border:1px solid #000;flex: 1 1 1 30%;} */
.group04 dl dt {
  padding: 15px 0 15px 0;
  width: 100%;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
  letter-spacing: -1px;
}
.group04 dl dd {
  text-align: center;
  padding: 10%;
}
.group04 dl dd p {
  padding-bottom: 5%;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  letter-spacing: -0.5px;
}
/* .group04 dl dd{display:flex;justify-content: center;align-items: center;flex-direction: column;width:100%;font-size:18px;font-weight:400;} */
.group04 dl dd img {
  width: 84px;
  height: auto;
  padding-bottom: 10%;
}

.btnMore {
  margin-top: 105px;
  padding-top: 8%;
  max-width: 100%;
  width: 100%;
  border-top: 1px solid #707070;
}
.btnMore p.title {
  font-family: 'SUIT Variable';
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -2px;
}
.btnMore p.text {
  margin-top: 18px;
  font-family: 'SUIT Variable';
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 2;
}

.subTitleWrap p {
  font-size: 18px;
  font-family: 'Arial Regular';
  line-height: 1.3;
  text-align: left;
}

@media (max-width: 969px) {
  #ctt_con {
  }

  #ctt_con {
    margin-top: 0;
    padding: 0 3rem;
  }
  .group01 {
    margin-top: 3rem;
  }
  #ctt_con {
    background: none;
  }
  .group03 figure {
    flex-wrap: wrap;
  }
  .subTitleWrap.subTitle_pc_view::after {
    display: none;
  }

  .middleTitle .ko {
    text-align: left;
  }
  .group04 .description {
  }
  .group04 dl {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border: 1px solid #000;
  }
  .middleTitle .text {
    text-align: left;
  }
}

@media (max-width: 639px) {
  #hd {
    position: relative;
    background-color: #000;
  }
  #ctt {
    padding-top: 0;
  }
  #ctt_con {
    margin-top: 0;
  }
  .subTitle_m_view #container_title {
    line-height: 55px;
    border-bottom: 1px solid #eee;
    color: #000;
    font-family: 'Arial Bold';
    font-size: 1em;
    text-align: left;
    padding: 0 20px;
    background: none;
  }

  .group01 .subtitle p {
    font-size: 30px;
  }
  .group03 figure img {
    width: 100%;
    height: auto;
    max-width: initial;
    max-height: initial;
  }

  .group04 .description {
    flex-direction: column;
  }
  .group04 dl dd {
    padding: 7%;
  }
}
