@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
}
:root {
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: #673ab7;
}
h1 {
  font-size: 74px !important;
  font-family: "Noto M";
  color: #fff;
}
h2 {
  font-size: 60px !important;
  font-family: "Noto M";
}
/* header */
header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee !important;
  /* header-top */
  /* header-bt */
}
header .sg-top {
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}
header .sg-top > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
header .sg-top > ul > li {
  display: flex;
  font-size: 13px;
}
header .sg-top > ul > li img {
  vertical-align: middle;
}
header .sg-top > ul > li span {
  line-height: 35px;
}
header .sg-top > ul > li span.red {
  color: #ef4638;
}
header .sg-top > ul > li .softbowl {
  width: 100px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/softbowl.png) center no-repeat;
}
header .sg-top > ul > li .blog {
  width: 54px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/sg-sns4.jpg) center no-repeat;
}
header .sg-top > ul > li .facebook {
  width: 85px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/sg-sns3.gif) center #3b5998 no-repeat;
}
header .sg-gnb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 128px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}
header .sg-gnb-wrap.subwrap {
  z-index: 10;
  position: fixed;
  top: 0;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  max-width: none;
  display: flex;
  justify-content: space-evenly;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  animation: dropHeader 0.5s;
}
@keyframes dropHeader {
  0% {
    top: -5rem;
  }
  100% {
    top: 0;
  }
}
header .sg-gnb-wrap h1 {
  display: table-cell;
  padding: 25px 0 20px 0;
  vertical-align: middle;
}
header .sg-gnb-wrap h1 a {
  display: block;
  width: 210px;
  height: 58px;
  background: url(../images/sbchart-logo.png) left center no-repeat;
  background-size: 100%;
  font-size: 0;
}
header .sg-gnb-wrap .sg-gnb-nav {
  height: 100%;
  padding: 0 40px;
}
header .sg-gnb-wrap .sg-gnb-nav > ul {
  height: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
}
header .sg-gnb-wrap .sg-gnb-nav > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 180px;
  text-align: center;
}
header .sg-gnb-wrap .sg-gnb-nav > ul > li > a {
  font-size: 18px;
  font-family: "Pret R";
}
header .sg-gnb-wrap .sg-gnb-nav > ul > li:hover {
  cursor: pointer;
}
header .sg-gnb-wrap .sg-gnb-nav > ul > li:hover > a {
  color: #673ab7;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
header .sg-gnb-wrap .sb-btn-version {
  height: 40px;
  padding: 0 20px;
  border-radius: 50px 0 50px 50px;
  text-align: center;
  background: #673ab7;
  text-decoration-color: #673ab7;
}
header .sg-gnb-wrap .sb-btn-version > a {
  line-height: 40px;
  font-size: 14px;
  font-family: "Noto M";
  color: #fff;
  transition: all 0.3s ease-in-out;
}
header .sg-gnb-wrap .sb-btn-version:hover {
  background-color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #673ab7;
  transition: all 0.3s ease-in-out;
}
header .sg-gnb-wrap .sb-btn-version:hover > a {
  color: #673ab7;
}
header .sg-gnb-wrap .allmenu {
  display: none;
}
header .sg-gnb-tuto {
  height: 60px;
  background: #f5f5f5;
  width: 100%;
}
header .sg-gnb-tuto > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .sg-gnb-tuto > ul > li,
header .sg-gnb-tuto > ul a {
  width: 10%;
  color: #888888;
  font-size: 16px;
  font-family: "Pret M";
  text-align: center;
  cursor: pointer;
}
header .sg-gnb-tuto > ul > li.on a {
  font-family: "Pret B";
  color: #2d0050;
}
header .sg-gnb-tuto.subwrap {
  z-index: 9;
  position: fixed;
  top: 80px;
  margin: 0 auto;
  max-width: none;
  display: flex;
  justify-content: space-evenly;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  animation: dropTuto 0.5s;
}
@keyframes dropTuto {
  0% {
    top: -5rem;
  }
  100% {
    top: 80px;
  }
}
.sg-top-banner {
  background: linear-gradient(270deg, #000000, #541fab, #000000);
  background-size: 600% 600%;
  animation: bannerBgAnim 10s ease infinite;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.sg-top-banner a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sg-top-banner a .banner-text {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  color: white;
}
.sg-top-banner a .banner-text span {
  font-size: 18px;
  color: #8670f3;
  font-weight: 600;
}
.sg-top-banner .banner-close {
  position: absolute;
  right: 20px;
  top: 8px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}
.sg-top-banner.hide {
  transform: translateY(-100%);
  opacity: 0;
}
@keyframes bannerBgAnim {
  0% {
    background-position: 0% 70%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 70%;
  }
}
@keyframes dropTuto {
  0% {
    top: -5rem;
  }
  100% {
    top: 80px;
  }
}
.sg-con-wrap.data-visual-wrap {
  height: auto;
  margin-top: 2em;
}
.sg-con-wrap.data-visual-wrap .swiper-container2 {
  width: 100%;
  height: 100%;
}
.sg-con-wrap.data-visual-wrap .swiper-container2 .swiper-slide {
  width: 60%;
  max-width: 1143px;
  min-width: 1143px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sg-con-wrap.data-visual-wrap .swiper-container2 .swiper-slide.swiper-slide-active {
  border: 1px solid #000;
  background: url(../images/browser_top.png) center top no-repeat;
  background-size: contain;
  padding-top: 30px;
  border-radius: 12px;
  overflow: hidden;
}
.sg-con-wrap.data-visual-wrap .swiper-container2 .swiper-slide.swiper-slide-next,
.sg-con-wrap.data-visual-wrap .swiper-container2 .swiper-slide.swiper-slide-prev {
  width: 50%;
  opacity: 0.4;
}
.sg-con-wrap.data-visual-wrap .swiper-container2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 {
  margin: 2em 0;
  border-bottom: 1px solid #d4d4d4;
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  margin: 0 1.5em;
  color: #000;
  opacity: 1;
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet:before {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 17px;
  font-family: "Noto M";
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 4px solid #673ab7;
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: #673ab7;
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(1):before {
  content: "자산운용대시보드";
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(2):before {
  content: "회원관리대시보드";
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(3):before {
  content: "주택거래대시보드";
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(4):before {
  content: "항공통계대시보드";
}
.sg-con-wrap.data-visual-wrap .swiper-pagination2 .swiper-pagination-bullet:nth-child(5):before {
  content: "주문분석대시보드";
}
.sg-con-wrap.sg-all-chart-wrap {
  height: auto;
  padding: 100px 0;
}
.sg-con-wrap.map-chart-wrap {
  height: auto;
}
.sg-con-wrap.map-chart-wrap .sg-low {
  justify-content: space-evenly;
}
.sg-con-wrap.map-chart-wrap .sg-sticky-bg {
  padding: 100px 0;
  background-position: left bottom;
}
.sg-con-wrap.map-chart-wrap .sg-vtit > span {
  color: #d9f9ff;
  font-weight: bold;
}
.sg-con-wrap.map-chart-wrap .sg-vsub.subtit {
  margin: 10px 0;
}
.sg-con-wrap.responsive-wrap .sg-low {
  justify-content: space-evenly;
}
.sg-con-wrap.responsive-wrap .sg-low .sg-textbox .sg-vtit {
  font-size: 50px;
  letter-spacing: -2px;
}
.sg-con-wrap.responsive-wrap .sg-low .sg-textbox .sg-vsub.subtit {
  margin: 10px 0;
}
.sg-con-wrap.certi-wrap .sg-low {
  justify-content: space-evenly;
}
.sg-con-wrap.certi-wrap .sg-low .sg-textbox .sg-vtit.small {
  font-size: 50px;
  letter-spacing: -2px;
}
.sg-con-wrap.certi-wrap .sg-low .sg-textbox .sg-vsub.subtit {
  margin: 10px 0;
}
.sb-all-chart {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-top: 20px;
  overflow: hidden;
}
.sb-all-chart li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.sb-all-chart li span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.sb-all-chart li a {
  display: inline-block;
  width: 210px;
  height: 177px;
  border: 1px solid #e5e5e5;
}
.sb-all-chart li:hover a {
  border: 1px solid #a176ef;
  box-shadow: 3px 3px 8px #dadada;
}
.sb-all-chart li.sb-line a {
  background: url(../images/chart_thumb/thumb-i-line.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-bar a {
  background: url(../images/chart_thumb/thumb-i-bar.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-bar-r a {
  background: url(../images/chart_thumb/thumb-i-bar-r.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-spline a {
  background: url(../images/chart_thumb/thumb-i-spline.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-step a {
  background: url(../images/chart_thumb/thumb-i-step.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-area a {
  background: url(../images/chart_thumb/thumb-i-area.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-bubble a {
  background: url(../images/chart_thumb/thumb-i-bubble.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-com a {
  background: url(../images/chart_thumb/thumb-i-combi.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-stack a {
  background: url(../images/chart_thumb/thumb-i-stackbar.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-stack-h a {
  background: url(../images/chart_thumb/thumb-i-stackbar-100.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-stack-r a {
  background: url(../images/chart_thumb/thumb-i-stackbar-r.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-staarea a {
  background: url(../images/chart_thumb/thumb-i-stackarea.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-staarea-h a {
  background: url(../images/chart_thumb/thumb-i-stackarea-100.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-staarea-p a {
  background: url(../images/chart_thumb/thumb-i-scatterbar.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-pie a {
  background: url(../images/chart_thumb/thumb-i-pie.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-donut a {
  background: url(../images/chart_thumb/thumb-i-donut.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-gauge a {
  background: url(../images/chart_thumb/thumb-i-gauge.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-radar a {
  background: url(../images/chart_thumb/thumb-i-radar.jpg) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-map a {
  background: url(../images/chart_thumb/thumb-i-map.png) center 0px no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-heatmap a {
  background: url(../images/chart_thumb/thumb-i-heatmap.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-histogram a {
  background: url(../images/chart_thumb/thumb-i-histogram.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-tree a {
  background: url(../images/chart_thumb/thumb_i_tree.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-gantt a {
  background: url(../images/chart_thumb/thumb-i-gantt.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-barrange a {
  background: url(../images/chart_thumb/thumb-i-Barrange.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-org a {
  background: url(../images/chart_thumb/thumb-i-Org.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-wing a {
  background: url(../images/chart_thumb/thumb-i-wing.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-candlestick a {
  background: url(../images/chart_thumb/thumb-i-candlestick.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-heartbeat a {
  background: url(../images/chart_thumb/thumb-i-headerbeat.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-broken a {
  background: url(../images/chart_thumb/thumb_i_broken.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-treemap a {
  background: url(../images/chart_thumb/thumb-i-treemap.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-imageSingle a {
  background: url(../images/chart_thumb/thumb_i_imageSingle.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-gaugeNew a {
  background: url(../images/chart_thumb/thumb_i_gaugeNew.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-areaRange a {
  background: url(../images/chart_thumb/thumb_i_arearange.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-sankey a {
  background: url(../images/chart_thumb/thumb-i-sankey.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-sunburst a {
  background: url(../images/chart_thumb/thumb-i-sunburst.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-treeRadial a {
  background: url(../images/chart_thumb/thumb-i-treeRadial.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-boxplot a {
  background: url(../images/chart_thumb/thumb_i_boxplot.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-plot a {
  background: url(../images/chart_thumb/thumb_i_plot.jpg) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-wordcloud a {
  background: url(../images/chart_thumb/thumb_i_wordcloud.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-ontology a {
  background: url(../images/chart_thumb/thumb_i_ontology.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-matrix a {
  background: url(../images/chart_thumb/thumb_i_matrix.png) center 0 no-repeat;
  background-size: contain;
}
.sb-all-chart li.sb-pointer a {
  background: url(../images/chart_thumb/thumb_i_pointer.png) center 0 no-repeat;
  background-size: contain;
}
#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  background-size: cover;
  transition: 1s opacity;
  opacity: 0.7;
  /* 배경 비디오의 투명도를 조절할 수 있습니다. */
  filter: hue-rotate(45deg);
}
.sg-con-wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  /* section - banner */
  /* section - info */
  /* section - sticky */
}
.sg-con-wrap.full {
  height: 1080px;
}
.sg-con-wrap.mid {
  height: 600px;
}
.sg-con-wrap.small {
  height: 300px;
}
.sg-con-wrap.auto {
  height: auto;
}
.sg-con-wrap .sg-banner {
  position: relative;
  width: 100%;
  min-width: 1600px;
  height: 680px;
  padding: 0 10em;
  box-sizing: border-box;
  background: #000;
  overflow: hidden;
}
.sg-con-wrap .sg-banner .sg-banner-imgbox {
  position: absolute;
  top: -420px;
  left: 0;
  width: 100%;
  height: 1000px;
  min-height: 1300px;
  background-size: contain;
}
.sg-con-wrap .sg-banner .sg-banner-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap {
  width: 40%;
  text-align: right;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-tit {
  display: inline-block;
  align-items: center;
  padding-bottom: 30px;
  font-weight: bold;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-tit > img {
  width: 63px;
  height: 68px;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-tit > h1 {
  display: inline-block;
  vertical-align: super;
  font-family: "Noto R";
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-sub {
  padding: 15px 0;
  font-family: "Noto R";
  color: #fff;
  text-align: right;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-sub .sg-subtop {
  font-size: 22px;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-sub .sg-subtbt {
  padding-top: 10px;
  font-size: 22px;
  line-height: 34px;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-btnwrap {
  display: flex;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-btnwrap > div {
  display: flex;
  align-items: center;
  padding: 4px 20px;
  margin-right: 12px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  background: none;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-btnwrap > div:hover {
  border: 2px solid #673ab7;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap {
  color: #fff;
  font-family: "Pret R";
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap .sg-point-tit {
  position: relative;
  padding: 20px;
  font-size: 18px;
  display: inline-block;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap .sg-point-tit::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/icon-point.png) no-repeat;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap .sg-slidewrap > div {
  font-size: 15px;
  line-height: 30px;
  max-height: 164px;
  overflow: hidden;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap .sg-slidewrap .slick-slide:nth-child(2n) {
  opacity: 0.75;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap .sg-slidewrap .slick-track .slick-slide {
  cursor: pointer;
}
.sg-con-wrap .sg-banner-mockbox {
  height: 100%;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sg-con-wrap .sg-banner-mockbox > img {
  position: absolute;
  bottom: 0%;
  right: 6%;
  width: 1040px;
}
.sg-con-wrap .sg-info {
  position: relative;
  padding-top: 80px;
}
.sg-con-wrap .sg-info .sg-info-backbox {
  width: 100%;
  height: 400px;
  text-align: center;
}
.sg-con-wrap .sg-info .sg-info-backbox .sg-info-back1 {
  position: absolute;
  top: 34px;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background: url(../images/bg-05.png) center no-repeat;
}
.sg-con-wrap .sg-info .sg-info-backbox .sg-info-back2 {
  position: absolute;
  top: 34px;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background: url(../images/bg-06.png) center no-repeat;
}
.sg-con-wrap .sg-info .chart-type-wrap {
  display: flex;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}
.sg-con-wrap .sg-info .chart-type-wrap ul.sb-all-chart {
  padding: 5em 3em;
  box-sizing: border-box;
  border-radius: 30px;
}
.sg-con-wrap .sg-info .sg-info-textbox {
  text-align: center;
}
.sg-con-wrap .sg-info .sg-info-textbox .sg-info-tit {
  position: relative;
  display: inline-block;
}
.sg-con-wrap .sg-info .sg-info-textbox .sg-info-subtit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #222;
  padding: 1.5em 0;
  padding-bottom: 0;
  letter-spacing: -1px;
}
.sg-con-wrap .sg-info .sg-info-textbox .sg-info-subtit span {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  font-weight: normal;
  height: 30px;
  padding: 1px 20px;
  border-radius: 30px;
  background: #673ab7;
  color: #fff;
  font-size: 16px;
  font-weight: inherit;
}
.sg-con-wrap .sg-info .sg-info-textbox .sg-info-subtit span.enter {
  background: #5bb2f1;
}
.sg-con-wrap .sg-info .sg-info-textbox > p {
  padding: 20px 0;
  font-size: 20px;
  font-family: "Pret R";
  line-height: 28px;
  color: #485860;
}
.sg-con-wrap .sg-info .sg-info-body {
  position: absolute;
  top: 250px;
  width: 100%;
}
.sg-con-wrap .sg-info .sg-info-body > ul {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  min-width: 1200px;
  height: 310px;
}
.sg-con-wrap .sg-info .sg-info-body > ul > li {
  width: 425px;
}
.sg-con-wrap .sg-info .sg-info-body > ul > li .sg-itit {
  padding: 20px 0 0 0;
  font-size: 20px;
  font-family: "Pret M";
}
.sg-con-wrap .sg-info .sg-info-body > ul > li > p {
  padding: 6px 0;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
}
.sg-con-wrap .sg-sticky {
  height: 100%;
  background: #5daebc;
}
.sg-con-wrap .sg-sticky .sg-sticky-bg {
  width: 100%;
  height: 100%;
  background: url(../images/bg-01.png) no-repeat;
  background-size: cover;
}
.sg-con-wrap .sg-grouping {
  height: 100%;
  background: #6033b0;
}
.sg-con-wrap .sg-grouping .sg-grouping-bg {
  width: 100%;
  height: 100%;
  background: url(../images/bg-02.png) no-repeat;
  background-size: cover;
}
.sg-con-wrap .sg-binding {
  height: 100%;
  background: #a64899;
}
.sg-con-wrap .sg-binding .sg-binding-bg {
  width: 100%;
  height: 100%;
  background: url(../images/bg-03.png) no-repeat;
  background-size: cover;
}
.sg-con-wrap .sg-skill {
  height: 100%;
  background: #f5f5f5;
}
.sg-con-wrap .sg-skill .sg-slidetext {
  width: 35%;
  padding: 40px;
}
.sg-con-wrap .sg-skill .sg-slidetext .sg-stit {
  display: block;
  padding: 15px 0;
  font-size: 30px;
  font-family: "Pret B";
  color: #673ab7;
}
.sg-con-wrap .sg-skill .sg-slidetext .sg-stit2 {
  display: block;
  line-height: 58px;
  font-size: 50px;
  font-family: "Noto B";
  color: #000;
}
.sg-con-wrap .sg-skill .sg-slidetext .sg-ssub {
  display: block;
  line-height: 28px;
  padding: 20px 0;
  font-size: 20px;
  font-family: "Pret R";
  color: #485860;
}
.sg-con-wrap .sg-skill swiper-container {
  width: 65%;
  height: 54%;
}
.sg-con-wrap .sg-skill swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 300px;
  height: 400px;
  background: #ffffff;
  display: block;
  text-align: start;
  padding: 40px 36px;
  box-sizing: border-box;
  font-family: "Pret M";
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.sg-con-wrap .sg-skill swiper-slide .sg-itit {
  display: block;
  font-size: 20px;
  line-height: 50px;
  font-family: "Pret B";
}
.sg-con-wrap .sg-skill swiper-slide .sg-isub {
  font-size: 16px;
  line-height: 22px;
  color: #485860;
  font-family: "Pret R";
}
.sg-con-wrap .sg-skill swiper-slide .sg-iicon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.sg-con-wrap .sg-skill swiper-slide:hover {
  background: #673ab7;
  transform: translateY(-10px);
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.sg-con-wrap .sg-skill swiper-slide:hover .sg-itit {
  color: #fff;
}
.sg-con-wrap .sg-skill swiper-slide:hover .sg-isub {
  color: #fff;
}
.sg-con-wrap .sg-skill .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #673ab7 !important;
}
.sg-con-wrap .sg-typo {
  position: relative;
  height: 100%;
  padding: 320px 0;
  box-sizing: border-box;
}
.sg-con-wrap .sg-typo .sg-typo-03 {
  position: absolute;
  top: 15%;
  left: 30%;
  transform: translate(0, -50%);
  width: 18ch;
  font-size: 72px;
  font-family: "Noto B";
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
}
.sg-con-wrap .sg-typo .sg-typo-03 > span {
  font-size: 78px;
  font-family: "Noto B";
  color: #673ab7;
}
.sg-con-wrap .sg-typo .sg-typo-04 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15%;
  left: 50%;
  opacity: 0;
  transform: translate(0, -50%);
  font-size: 100px;
}
.sg-con-wrap .sg-typo .sg-typo-04 > img {
  width: 83px;
  height: 88px;
}
.sg-con-wrap .sg-typo .sg-typo-04 > h1 {
  font-size: 84px;
  color: #333;
  padding: 0px 0 8px 16px;
  box-sizing: border-box;
}
.sg-con-wrap .sg-typo .sg-typo-04 > h1 > span {
  color: #673ab7;
}
.sg-con-wrap .sg-typo .sg-certi-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-con-wrap .sg-typo .sg-certi {
  width: 100%;
}
.sg-con-wrap .sg-typo .sg-certi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sg-con-wrap .sg-typo .sg-certi > ul li {
  display: inline-flex;
  justify-content: center;
  margin: 2em 0;
}
.sg-con-wrap .sg-typo .sg-certi .circle {
  display: inline-grid;
  width: 25%;
  transition: transform 0.3s;
  transform: perspective(800px) rotateY(0deg);
  transform-style: preserve-3d;
  color: red;
}
.sg-con-wrap .sg-typo .sg-certi .circle .circle-front {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sg-con-wrap .sg-typo .sg-certi .circle .circle-front img {
  width: 70%;
}
.sg-con-wrap .sg-typo .sg-certi .circle .circle-back {
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}
.sg-con-wrap .sg-typo .sg-certi .circle .circle-back.black {
  color: #333333;
}
.sg-con-wrap .sg-typo .sg-certi .circle:nth-child(2n) {
  margin-top: 5em;
}
.sg-con-wrap .sg-typo .sg-certi .circle:hover {
  transform: perspective(800px) rotateY(180deg);
  cursor: pointer;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c1 .circle-front {
  background: #f3f3f3;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c1 .circle-back {
  background: #f3f3f3;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c2 .circle-front {
  background: #369882;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c2 .circle-back {
  background: #3f9f89;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c3 .circle-front {
  background: #1ca6b4;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c3 .circle-back {
  background: #33becc;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c4 .circle-front {
  background: #af5aac;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c4 .circle-back {
  background: #c875c5;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c5 img {
  width: 60%;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c5 .circle-front {
  background: #36528b;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c5 .circle-back {
  background: #5d77ac;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c6 .circle-front {
  background: #af5aac;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c6 .circle-back {
  background: #c875c5;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c7 .circle-front {
  background: #f3f3f3;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c7 .circle-back {
  background: #f3f3f3;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c8 .circle-front {
  background: #1ca6b4;
}
.sg-con-wrap .sg-typo .sg-certi .circle.c8 .circle-back {
  background: #33becc;
}
.sg-con-wrap .sg-typo .sg-certi .circle > * {
  grid-area: 1 / 1 / 1 / 1;
  width: 230px;
  height: 230px;
  backface-visibility: hidden;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}
.sg-con-wrap .sg-client {
  height: 100%;
  background: #fff;
  /* 반응형 스타일 */
}
.sg-con-wrap .sg-client .sg-ctextbox {
  padding-top: 150px;
  text-align: center;
}
.sg-con-wrap .sg-client .sg-ctextbox .sg-csub {
  padding: 20px 0;
  font-size: 20px;
  font-family: "Pret R";
  color: #485860;
  line-height: 26px;
}
.sg-con-wrap .sg-client .sg-countbox {
  padding: 40px 0;
  text-align: center;
}
.sg-con-wrap .sg-client .sg-countbox > ul {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 40px;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist {
  display: flex;
  align-items: center;
  border: 3px dotted #cac4d5;
  border-radius: 100px;
  padding: 1em 2em;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .sg-ccount {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .sg-ccount img {
  width: 150px;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .sg-num {
  color: #673ab7;
  font-size: 40px;
  font-family: "Noto B";
  display: inline-block;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .text-basic {
  color: #673ab7;
  font-size: 35px;
  font-family: "Noto B";
  margin-left: 0.1em;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .text-basic.black-t {
  color: #2e2e2e;
  font-size: 22px;
  display: inline-block;
  margin-right: 0.8em;
}
.sg-con-wrap .sg-client .sg-clientbox {
  overflow: hidden;
  display: flex;
}
.sg-con-wrap .sg-client .sg-clientbox > ul {
  display: flex;
}
.sg-con-wrap .sg-client .sg-clientbox > ul .sg-client-item {
  position: relative;
  width: 280px;
  height: 280px;
  background: #f0f0f0 /*#fff*/;
  margin: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}
.sg-con-wrap .sg-client .sg-clientbox > ul .sg-client-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowRolling-R {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.sg-con-wrap .sg-low {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  align-items: center;
  width: 1600px;
  height: 100%;
  margin: 0 auto;
}
.sg-con-wrap .sg-low .sg-video {
  width: 50%;
}
.sg-con-wrap .sg-low .sg-video .sb-videobox {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.sg-con-wrap .sg-low .sg-video .sb-videobox > video {
  transform: translate(40px, -140px);
}
.sg-con-wrap .sg-low .sg-video .sb-videobox > video.grouping {
  transform: translate(-46px, -100px);
}
.sg-con-wrap .sg-low .sg-video .sb-videobox > video.binding {
  transform: translate(0, -70px);
}
.sg-con-wrap .sg-low .sg-textbox {
  padding: 20px 0;
  box-sizing: border-box;
}
.sg-con-wrap .sg-low .sg-textbox .sg-vtit {
  display: block;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 60px;
  font-family: "Noto B";
  line-height: 60px;
  box-sizing: border-box;
  color: #fff;
}
.sg-con-wrap .sg-low .sg-textbox .sg-vtit.small {
  font-size: 75px;
  line-height: 80px;
}
.sg-con-wrap .sg-low .sg-textbox .sg-vsub {
  display: block;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-family: "pret R";
  line-height: 30px;
}
.sg-con-wrap .sg-low .sg-textbox .sg-vsub.subtit {
  font-size: 26px;
}
.sg-con-wrap .sg-low .sg-textbox .btn-demo {
  width: auto;
  height: 60px;
  padding: 0 20px;
  background: none;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-family: "pret R";
  margin: 20px;
  cursor: pointer;
}
.sg-con-wrap .sg-low .sg-textbox .btn-demo:hover {
  background: #fff;
  color: #673ab7;
  transition: 0.3s all;
}
.sg-con-wrap .sg-low .sg-textbox .btn-demo.txt-color:hover {
  color: #222a4e;
}
.sg-con-wrap .sg-low .sg-textbox.leftbox {
  padding-left: 125px;
}
.sg-con-wrap .sg-low .sg-textbox .sg-txt-point {
  font-size: 20px;
  background: #fff;
  color: #673ab7;
  font-weight: bold;
  padding: 2px 10px;
  margin-left: 8px;
  border-radius: 15px 0 15px 0;
}
.sg-con-wrap .sg-guide {
  align-items: center;
  height: 100%;
  background: url(../images/bg-04.jpg) no-repeat;
  background-size: cover;
}
.sg-con-wrap .sg-guide:hover {
  animation: bgsize 0.5s forwards;
}
@keyframes bgsize {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 5%;
  }
}
.sg-con-wrap .sg-guide .sg-gtextbox {
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 56px;
}
.sg-con-wrap .sg-guide .sg-gtextbox .sg-gsub {
  font-size: 20px;
  line-height: 40px;
}
.sg-con-wrap .sg-guide .sg-inqbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.sg-con-wrap .sg-guide .sg-inqbox > div {
  width: 300px;
  height: 60px;
  margin: 0 30px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50px 0 50px 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
.sg-con-wrap .sg-guide .sg-inqbox > div:hover {
  background: #fff;
  color: #00264b;
  transition: 0.3s all;
  cursor: pointer;
}
.sg-con-wrap .sg-guide .sg-inqbox > div:hover > a {
  color: #00264b !important;
}
.sg-con-wrap .sg-guide .sg-inqbox > div > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff !important;
}
footer {
  width: 100%;
  background: #1b2025;
}
footer .sg-footer-wrap {
  display: table;
  width: 100%;
  max-width: 1200px;
  padding: 60px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
footer .sg-footer-wrap > div {
  display: table-cell;
  vertical-align: top;
}
footer .sg-footer-wrap > div:first-child {
  text-align: left;
}
footer .sg-footer-wrap > div:last-child {
  text-align: right;
}
footer .sg-footer-wrap p {
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
footer .sg-footer-wrap span {
  text-shadow: 1px 0;
  color: #c9c9c9;
}
footer .sg-footer-wrap span a {
  color: #fff;
}
footer .sg-footer-wrap .footer-menu > ul > li {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  border-left: 1px solid #464646;
  vertical-align: top;
}
footer .sg-footer-wrap .footer-menu > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #c9c9c9;
  font-size: 16px;
  text-shadow: 1px 0;
}
footer .sg-footer-wrap .footer-menu > ul > li > a:hover {
  text-decoration: none;
}
footer .sg-footer-wrap .footer-menu > ul > li > ul {
  padding-top: 20px;
}
footer .sg-footer-wrap .footer-menu > ul > li > ul > li {
  line-height: 30px;
}
footer .sg-footer-wrap .footer-menu > ul > li > ul > li > a {
  color: #737272;
  font-size: 14px;
  text-decoration: none;
}
footer .sg-footer-copyright {
  height: 74px;
  background: #101315;
  text-align: center;
  line-height: 74px;
  font-size: 14px;
  color: #5a5c62;
}
footer .sb-sns-wrap {
  padding: 5px 20px 20px 0;
  text-align: left;
}
footer .footer-sns {
  padding-right: 0.5em;
}
.fixed-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 5%;
  right: 30px;
  z-index: 9999;
}
.fixed-nav > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
}
.fixed-nav > span.demo-nav {
  position: relative;
  background: linear-gradient(45deg, #2979ef, #29c9ef);
  transition: 0.3s all;
  overflow: hidden;
}
.fixed-nav > span.demo-nav ul.sublink {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 70px;
  opacity: 0;
}
.fixed-nav > span.demo-nav ul.sublink li {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  padding: 10px 0;
}
.fixed-nav > span.demo-nav ul.sublink li .demo-link {
  color: #fff;
}
.fixed-nav > span.demo-nav ul.sublink li:hover {
  background: #2979ef;
  border-radius: 20px;
}
.fixed-nav > span.demo-nav ul.sublink li:hover a {
  padding-top: 36px;
  color: #fff;
  font-size: 14px;
  color: #93faff;
}
.fixed-nav > span.demo-nav ul.sublink li:before {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 46px;
  height: 31px;
  margin: 0 auto;
  background: url(../images/nav-demo.png) no-repeat;
  text-align: center;
  content: "";
}
.fixed-nav > span.demo-nav > span a {
  position: relative;
  z-index: 9999;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 18px;
  box-sizing: border-box;
}
.fixed-nav > span.demo-nav:hover {
  background: #2979ef;
  width: 150px;
  border-radius: 20px;
  transition: 0.3s all;
}
.fixed-nav > span.demo-nav:hover img {
  display: none;
}
.fixed-nav > span.demo-nav:hover ul.sublink {
  opacity: 1;
}
.fixed-nav > span.kakao-nav {
  position: relative;
  background: linear-gradient(45deg, #ffbe32, #ffe942);
  transition: 0.3s all;
  overflow: hidden;
  margin-top: 12px;
}
.fixed-nav > span.kakao-nav ul.sublink {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 70px;
  opacity: 0;
}
.fixed-nav > span.kakao-nav ul.sublink li {
  position: relative;
  display: inline-block;
  float: left;
  width: 100px;
  color: #000;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  padding: 10px 0;
}
.fixed-nav > span.kakao-nav ul.sublink li::before {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 33px;
  height: 29px;
  margin: 0 auto;
  background: url(../images/subkakao.png) no-repeat;
  text-align: center;
  content: "";
}
.fixed-nav > span.kakao-nav ul.sublink li:first-child {
  border-right: 1px solid #ffef71;
}
.fixed-nav > span.kakao-nav ul.sublink li:last-child {
  padding-right: 0;
}
.fixed-nav > span.kakao-nav ul.sublink li a {
  display: block;
  font-size: 14px;
  padding-top: 2px;
  text-shadow: 0.5px 0 0 black;
  color: #391b1b;
}
.fixed-nav > span.kakao-nav ul.sublink li a span {
  display: inline-block;
  padding-top: 30px;
}
.fixed-nav > span.kakao-nav ul.sublink li:hover {
  background: #ffc932;
}
.fixed-nav > span.kakao-nav ul.sublink li:hover a {
  text-shadow: 0.5px 0 0 black;
}
.fixed-nav > span.kakao-nav:hover {
  background: #ffd541;
  width: 200px;
  border-radius: 20px;
  transition: 0.3s all;
}
.fixed-nav > span.kakao-nav:hover img {
  display: none;
}
.fixed-nav > span.kakao-nav:hover ul.sublink {
  opacity: 1;
}
.fixed-nav > span a {
  position: relative;
  z-index: 9999;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 18px;
  box-sizing: border-box;
  text-decoration: none;
}
/* 2023.04.12 jc추가 */
/* visibility: hidden 을 위한 속성 - BEM  */
.header__navigation--sub {
  visibility: hidden;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sg-con-wrap .sg-banner-mockbox > img {
    right: 6%;
    width: 1040px;
  }
}
