*, html {
  outline: none;
}

.ai_name_2023 {
  padding-bottom: 213px;
}
.ai_name_2023 img {
  display: block;
  margin: 0 auto;
}

.sc_wrap {
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}
.sc_wrap:last-child > .inside {
  border-bottom: none;
}
.sc_wrap:last-child > .inside .box {
  padding-bottom: 0;
}
.sc_wrap .inside {
  width: auto;
  padding: 0;
  border-bottom: 1px solid #e3e4e9;
}
.sc_wrap .inside .box {
  padding: 70px 0;
  border-bottom: 1px solid #e3e4e9;
}
.sc_wrap .inside .box:last-child {
  border: none;
}
.sc_wrap .inside h2.title {
  margin-bottom: 20px;
  line-height: 47px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  word-break: keep-all;
}
.sc_wrap .inside h2.title > span {
  color: #7d8bdf;
}
.sc_wrap .inside h3.sub_title {
  margin-bottom: 20px;
  line-height: 24px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  word-break: keep-all;
}
.sc_wrap .inside ul.desc > li {
  padding-left: 10px;
  line-height: 28px;
  color: #5b5b5b;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;
}
.sc_wrap .inside ul.desc > li::before {
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #5b5b5b;
  border-radius: 100%;
  content: "";
}
.sc_wrap .inside p.desc {
  line-height: 28px;
  color: #5b5b5b;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;
}
.sc_wrap .inside .img_scroll {
  position: relative;
  width: 100%;
  margin-top: 40px;
  overflow-x: scroll;
}
.sc_wrap .inside .img_scroll.ex {
  margin-top: 70px;
}
.sc_wrap .inside .img_scroll > img {
  min-width: 1200px;
}
.sc_wrap .inside .img_scroll > a {
  position: absolute;
  top: 117px;
  left: 430px;
  width: 215px;
  color: #000;
  font-family: "Pretendard";
  font-size: 19px;
  font-weight: 500;
  background: #f4f4f6;
  cursor: pointer;
  z-index: 5;
}
.sc_hero {
  max-width: none;
  padding: 0;
  margin-bottom: 40px;
  background: url(/front/imgs/ai_name_2023/bg_top.png) repeat-x top;
}
.sc_hero > img {
  display: block;
  margin: 0 auto;
}
.sc2 > .inside h3.sub_title {
  padding-top: 20px;
}
.sc9 > .inside .img_scroll > img:last-child {
  padding-top: 70px;
  border-top: 1px solid #e3e4e9;
}
.sc_nav {
  width: 100%;
  z-index: 5;
}
@media (min-width: 1024px) {
  .sc_nav.fixed {
    position: fixed;
    top: 0;
    transition: all 0.5s;
  }
}
.sc_nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding-top: 10px;
  margin: 0 auto;
  transition: all 0.5s;
  background: #fff;
}
.sc_nav .nav > li {
  height: 34px;
}
.sc_nav .nav > li:first-child {
  padding-left: 0;
}
.sc_nav .nav > li:last-child {
  padding-right: 0;
}
.sc_nav .nav > li > a h4 {
  padding-bottom: 10px;
  line-height: 17px;
  color: #5b5b5b;
  font-size: 17px;
  font-weight: 400;
  font-family: "Pretendard";
}
.sc_nav .nav a.active {
  border-bottom: 4px solid #1e44b2;
}
.sc_nav .nav a.active h4 {
  color: #000;
  font-weight: 700;
}
.sc_quick {
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 140px;
  width: 124px;
  padding-top: 20px;
}
.sc_quick.on ul {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 30px;
  opacity: 1;
}
.sc_quick.on ul::after {
  animation: move 7s steps(7) infinite;
}
.sc_quick.on .item {
  animation: color_on 7s ease infinite;
}
.sc_quick.on .item2 {
  animation-delay: 1s;
}
.sc_quick.on .item3 {
  animation-delay: 2s;
}
.sc_quick.on .item4 {
  animation-delay: 3s;
}
.sc_quick.on .item5 {
  animation-delay: 4s;
}
.sc_quick.on .item6 {
  animation-delay: 5s;
}
.sc_quick.on .item7 {
  animation-delay: 6s;
}
.sc_quick.on .btn_quick {
  border-radius: 0 0 15px 15px;
}
.sc_quick.on .btn_quick::after {
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 8px;
  background: url(/front/imgs/ai_name_2023/icon_nav_arrow2.png) no-repeat top, #6025f4;
}
.sc_quick ul {
  display: block;
  opacity: 0;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
  background: #6025f4;
}
.sc_quick ul::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  width: 110px;
  height: 30px;
  border-radius: 14.5px;
  background: #fff;
}
.sc_quick .item {
  position: relative;
  white-space: nowrap;
  margin-bottom: 12px;
  line-height: 30px;
  color: #fff;
  font-family: "Pretendard";
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}
.sc_quick .item:last-child {
  margin-bottom: 0;
}
.sc_quick .item a {
  display: block;
}
.sc_quick .btn_quick {
  width: 100%;
  padding: 18px 0 116px;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Pretendard";
  border-radius: 15px;
  border: 1px solid #6024f4;
  background: url(/front/imgs/ai_name_2023/icon_char.png) no-repeat bottom, linear-gradient(to top, #3fbbfe 5%, #6024f4);
}
.sc_quick .btn_quick span {
  color: #3eedfd;
}
.sc_quick .btn_quick::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 49px;
  height: 49px;
  background: url(/front/imgs/ai_name_2023/icon_nav_arrow.png) no-repeat top;
}
@keyframes color_on {
  0% {
    color: #000;
    font-weight: 700;
  }
  14% {
    color: #000;
    font-weight: 700;
  }
  15% {
    color: #fff;
    font-weight: 400;
  }
}
@keyframes move {
  0% {
    top: 22px;
  }
  100% {
    top: 315px;
  }
}
@media (max-width: 1023px) {
  .sc_wrap {
    padding: 0 40px;
  }
  .sc_wrap .inside .box {
    padding: 80px 0;
  }
  .sc_wrap .inside h2.title {
    margin-bottom: 40px;
    line-height: 45px;
    font-size: 45px;
  }
  .sc_wrap .inside h3.sub_title {
    margin-bottom: 40px;
    line-height: 43px;
    font-size: 33px;
  }
  .sc_wrap .inside ul.desc > li {
    padding-left: 10px;
    line-height: 39px;
    font-size: 24px;
  }
  .sc_wrap .inside ul.desc > li::before {
    width: 3px;
    height: 3px;
    top: 17px;
  }
  .sc_wrap .inside p.desc {
    line-height: 39px;
    font-size: 24px;
  }
  .sc_wrap .inside .img_scroll {
    width: 100%;
    margin-top: 40px;
    overflow-x: scroll;
  }
  .sc_wrap .inside .img_scroll > img {
    min-width: 1200px;
  }
  .sc_wrap .inside .img_scroll > img.ex {
    margin-top: 70px;
  }
  .sc_hero {
    background: #7d8bdf;
    padding: 0;
    margin-bottom: 20px;
  }
  .sc_hero .inside {
    padding: 0;
  }
  .sc_nav .nav {
    overflow-y: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
    position: static;
    max-width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .sc_nav .nav::-webkit-scrollbar {
    display: none;
  }
  .sc_nav .nav > li {
    padding: 20px 36px 0 0;
    height: auto;
    white-space: nowrap;
  }
  .sc_nav .nav > li:first-child {
    padding-left: 0;
  }
  .sc_nav .nav > li:last-child {
    padding-right: 0;
  }
  .sc_nav .nav > li > a h4 {
    padding-bottom: 15px;
    line-height: 24px;
    font-size: 24px;
  }
  .sc_quick {
    right: 20px;
    bottom: 140px;
    width: 124px;
    padding-top: 22px;
  }
  .sc_quick.on ul {
    padding: 28px 0 30px;
  }
  .sc_quick.on .btn_quick {
    border-radius: 0 0 15px 15px;
  }
  .sc_quick.on .btn_quick::after {
    top: -10px;
    width: 100%;
    height: 9px;
    background: url(/front/imgs/ai_name_2023/icon_nav_arrow2_MO.png) no-repeat top, #6025f4;
    background-size: contain;
  }
  .sc_quick ul {
    border-radius: 15px 15px 0 0;
  }
  .sc_quick ul::after {
    top: 22px;
    width: 114px;
    height: 40px;
    border-radius: 6px;
  }
  .sc_quick .item {
    margin-bottom: 14px;
    line-height: 40px;
    font-size: 18px;
  }
  .sc_quick .btn_quick {
    padding: 18px 0 120px;
    font-size: 20px;
    border-radius: 15px;
  }
  .sc_quick .btn_quick::after {
    top: -22px;
    width: 49px;
    height: 49px;
    background: url(/front/imgs/ai_name_2023/icon_nav_arrow_MO.png) no-repeat top;
    background-size: contain;
  }
  @keyframes move {
    0% {
      top: 28px;
    }
    100% {
      top: 350px;
    }
  }
}
@media (max-width: 767px) {
  .sc_wrap {
    padding: 0 20px;
  }
  .sc_wrap .inside .box {
    padding: 52px 0;
  }
  .sc_wrap .inside h2.title {
    margin-bottom: 26px;
    line-height: 30px;
    font-size: 30px;
  }
  .sc_wrap .inside h3.sub_title {
    margin-bottom: 26px;
    line-height: 28px;
    font-size: 22px;
  }
  .sc_wrap .inside ul.desc > li {
    padding-left: 6px;
    line-height: 26px;
    font-size: 16px;
  }
  .sc_wrap .inside ul.desc > li::before {
    width: 2px;
    height: 2px;
    top: 12px;
  }
  .sc_wrap .inside p.desc {
    line-height: 26px;
    font-size: 16px;
  }
  .sc_wrap .inside .img_scroll {
    margin-top: 26px;
  }
  .sc_wrap .inside .img_scroll > img.ex {
    margin-top: 46px;
  }
  .sc_hero {
    padding: 0;
    margin-bottom: 12px;
  }
  .sc_nav .nav {
    padding: 0 20px;
  }
  .sc_nav .nav > li {
    padding: 12px 24px 0 0;
  }
  .sc_nav .nav > li > a h4 {
    padding-bottom: 10px;
    line-height: 16px;
    font-size: 16px;
  }
  .sc_quick {
    right: 2.78vw;
    width: 17.22vw;
    padding-top: 3.06vw;
  }
  .sc_quick.on ul {
    padding: 3.89vw 0 4.17vw;
  }
  .sc_quick.on .btn_quick {
    border-radius: 0 0 2.08vw 2.08vw;
  }
  .sc_quick.on .btn_quick::after {
    top: -1.39vw;
    width: calc(100% + 2px);
    height: 2vw;
    z-index: 2;
  }
  .sc_quick ul {
    border-radius: 2.08vw 2.08vw 0 0;
  }
  .sc_quick ul::after {
    top: 3.06vw;
    width: 15.83vw;
    height: 5.56vw;
    border-radius: 0.83vw;
  }
  .sc_quick .item {
    margin-bottom: 1.94vw;
    line-height: 5.56vw;
    font-size: 2.5vw;
  }
  .sc_quick .btn_quick {
    padding: 2.5vw 0 16.67vw;
    font-size: 2.78vw;
    border-radius: 2.08vw;
    background: url(/front/imgs/ai_name_2023/icon_char.png) no-repeat bottom, linear-gradient(to top, #3fbbfe 5%, #6024f4);
    background-size: 17.22vw;
  }
  .sc_quick .btn_quick::after {
    top: -3.06vw;
    width: 6.81vw;
    height: 6.81vw;
  }
  @keyframes move {
    0% {
      top: 3.89vw;
    }
    100% {
      top: 48.61vw;
    }
  }
}