@charset "utf-8";
html,
body {
  width: 100%;
  height: auto;
  max-width: 2560px;
}
html.demo-body footer,
body.demo-body footer {
  width: 100%;
  background: #1b2025;
}
html.demo-body footer .sg-footer-wrap,
body.demo-body footer .sg-footer-wrap {
  display: table;
  width: calc(100% - 280px);
  padding: 60px 120px;
  margin: 0 0 0 280px;
  box-sizing: border-box;
}
html.demo-body footer .sg-footer-wrap > div,
body.demo-body footer .sg-footer-wrap > div {
  display: table-cell;
  vertical-align: top;
}
html.demo-body footer .sg-footer-wrap > div:first-child,
body.demo-body footer .sg-footer-wrap > div:first-child {
  text-align: left;
}
html.demo-body footer .sg-footer-wrap > div:last-child,
body.demo-body footer .sg-footer-wrap > div:last-child {
  text-align: right;
}
html.demo-body footer .sg-footer-wrap p,
body.demo-body footer .sg-footer-wrap p {
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
html.demo-body footer .sg-footer-wrap span,
body.demo-body footer .sg-footer-wrap span {
  text-shadow: 1px 0;
  color: #c9c9c9;
}
html.demo-body footer .sg-footer-wrap span > a,
body.demo-body footer .sg-footer-wrap span > a {
  color: #c9c9c9;
}
html.demo-body footer .sg-footer-wrap .footer-menu > ul > li,
body.demo-body 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;
}
html.demo-body footer .sg-footer-wrap .footer-menu > ul > li > a,
body.demo-body footer .sg-footer-wrap .footer-menu > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #c9c9c9;
  font-size: 16px;
  text-shadow: 1px 0;
}
html.demo-body footer .sg-footer-wrap .footer-menu > ul > li > a:hover,
body.demo-body footer .sg-footer-wrap .footer-menu > ul > li > a:hover {
  text-decoration: none;
}
html.demo-body footer .sg-footer-wrap .footer-menu > ul > li > ul,
body.demo-body footer .sg-footer-wrap .footer-menu > ul > li > ul {
  padding-top: 20px;
}
html.demo-body footer .sg-footer-wrap .footer-menu > ul > li > ul > li,
body.demo-body footer .sg-footer-wrap .footer-menu > ul > li > ul > li {
  line-height: 30px;
}
html.demo-body footer .sg-footer-wrap .footer-menu > ul > li > ul > li > a,
body.demo-body footer .sg-footer-wrap .footer-menu > ul > li > ul > li > a {
  color: #737272;
  font-size: 14px;
  text-decoration: none;
}
html.demo-body footer .sg-footer-copyright,
body.demo-body footer .sg-footer-copyright {
  width: calc(100% - 280px);
  margin-left: 280px;
  height: 60px;
  background: #101315;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #5a5c62;
}
html.demo-body footer .sb-sns-wrap,
body.demo-body footer .sb-sns-wrap {
  padding: 5px 20px 20px 0;
  text-align: left;
}
html.demo-body footer .footer-sns,
body.demo-body footer .footer-sns {
  padding-right: 0.5em;
}
:root {
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: #E7772E;
}
h1 {
  font-size: 74px;
  font-family: "Noto M";
  color: #fff;
}
h2 {
  font-size: 60px;
  font-family: "Noto M";
}
.fixed-nav {
  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;
}
header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
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 {
  z-index: 9999 !important;
  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: 194px;
  height: 56px;
  background: url(../images/sbux-logo.png) left center no-repeat;
  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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  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: #E7772E;
  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 {
  width: 180px;
  height: 40px;
  border-radius: 50px 0 50px 50px;
  text-align: center;
  background: #E7772E;
  text-decoration-color: #E7772E;
}
header .sg-gnb-wrap .sb-btn-version > a {
  line-height: 40px;
  font-size: 16px;
  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: #E7772E;
  transition: all 0.3s ease-in-out;
}
header .sg-gnb-wrap .sb-btn-version:hover > a {
  color: #E7772E;
}
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%;
  min-width: 120px;
  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: #E7772E;
}
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;
  }
}
.template-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-size: cover !important;
  background: url(/SBUxNew/images/template-banner.png) no-repeat;
}
.template-banner-wrap > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.sg-con-wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.sg-con-wrap.full {
  height: 1080px;
}
.sg-con-wrap.full2 {
  height: 960px;
}
.sg-con-wrap.mid {
  height: 600px;
}
.sg-con-wrap.small {
  height: 300px;
}
.sg-con-wrap.auto {
  height: auto;
}
.sg-con-wrap .sb-btn-version-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 999;
  top: 25em;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sg-con-wrap .sb-btn-version {
  width: 180px;
  height: 40px;
  border-radius: 50px 0 50px 50px;
  text-align: center;
  background: #E7772E;
  text-decoration-color: #E7772E;
}
.sg-con-wrap .sb-btn-version > a {
  line-height: 40px;
  font-size: 16px;
  font-family: "Noto M";
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.sg-con-wrap .sg-banner {
  position: relative;
  width: 100%;
  min-width: 1600px;
  height: 680px;
  padding: 0 10em;
  box-sizing: border-box;
  overflow: hidden;
}
.sg-con-wrap .sg-banner .sg-banner-content {
  display: flex;
  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%;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-tit {
  display: inline-block;
  align-items: center;
}
.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: "Pret R";
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-sub {
  padding: 15px 0;
  font-family: "Pret R";
  color: #fff;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-sub .sg-subtop {
  font-size: 30px;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-sub .sg-subtbt {
  font-size: 18px;
  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 #E7772E;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap {
  padding-top: 30px;
  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;
}
.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;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap .sg-slidewrap .slick-track {
  cursor: pointer;
}
.sg-con-wrap .sg-banner .sg-banner-content .sg-banner-textwrap .sg-banner-pointwrap .sg-slidewrap .slick-slide {
  white-space: nowrap;
  overflow-x: 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.aurora {
  position: relative;
  background: #000;
}
.sg-con-wrap .sg-banner.aurora::before,
.sg-con-wrap .sg-banner.aurora::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  border-radius: 100%;
  opacity: 0.1;
}
.sg-con-wrap .sg-banner.aurora::before {
  box-shadow: 0 0 35vmax 35vmax orange;
  animation: hue 5s 0s linear infinite,
			  move1 10s 0s linear infinite;
}
.sg-con-wrap .sg-banner.aurora::after {
  box-shadow: 0 0 35vmax 35vmax orangered;
  animation: hue 10s 0s linear infinite,
			  move2 20s 0s linear infinite;
}
@keyframes hue {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(20deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
@keyframes move1 {
  0% {
    top: 0vh;
    left: 50vw;
  }
  25% {
    left: 0vw;
  }
  50% {
    top: 100vh;
  }
  75% {
    left: 100vw;
  }
  100% {
    top: 0vh;
    left: 50vw;
  }
}
@keyframes move2 {
  0% {
    top: 50vh;
    left: 100vw;
  }
  25% {
    top: 100vh;
  }
  50% {
    left: 0vw;
  }
  75% {
    top: 0vh;
  }
  100% {
    top: 50vh;
    left: 100vw;
  }
}
.sg-con-wrap .sg-banner .lottie-main-top {
  position: relative;
  right: -225px;
  scale: 1.4;
  opacity: 0;
  transform: rotate(-10deg) translateY(25px);
  animation: fadeAndSlide 4s ease 1s forwards;
}
@keyframes fadeAndSlide {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translateY(25px);
  }
  40% {
    opacity: 1;
    transform: rotate(-10deg) translateY(25px);
  }
  100% {
    opacity: 1;
    transform: rotate(-10deg) translateY(0);
  }
}
.sg-con-wrap .sg-info {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  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 .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 > 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 {
  padding: 0 6.625em;
}
.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: 15px;
  line-height: 24px;
  box-sizing: border-box;
}
.sg-con-wrap .sg-skill-first {
  height: 100%;
}
.sg-con-wrap .sg-skill-first .sg-bg {
  width: 100%;
  height: 100%;
  background: url(../images/bg-01.png) no-repeat;
  background-size: cover;
}
.sg-con-wrap .sg-skill-seconde {
  height: 100%;
  background: #ffffff;
}
.sg-con-wrap .sg-skill-seconde .sg-bg {
  width: 100%;
  height: 100%;
  background: url(../images/bg-02.png) no-repeat;
  background-size: cover;
}
.sg-con-wrap .sg-skill-seconde .sg-designbox {
  position: relative;
}
.sg-con-wrap .sg-skill-seconde .sg-designbox .lottie-sb {
  width: 60%;
  height: 60%;
}
.sg-con-wrap .sg-skill-seconde .sg-designbox .motion-img-left {
  position: absolute;
  top: 120px;
  left: 120px;
  width: 25%;
  height: 25%;
  transform: scale(0);
  transform-origin: center;
  animation: grow-scale 0.8s ease-out forwards 0.5s, float-y 2s ease-in-out infinite 1.3s;
}
.sg-con-wrap .sg-skill-seconde .sg-designbox .motion-img-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sg-con-wrap .sg-skill-seconde .sg-designbox .motion-img-right {
  position: absolute;
  top: unset;
  bottom: 120px;
  left: unset;
  right: 120px;
  width: 25%;
  height: 25%;
  transform: scale(0);
  transform-origin: center;
  animation: grow-scale 0.8s ease-out forwards 0.8s, float-y 2s ease-in-out infinite 1.6s;
}
.sg-con-wrap .sg-skill-seconde .sg-designbox .motion-img-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sg-con-wrap .sg-skill-third {
  height: 100%;
}
.sg-con-wrap .sg-skill-third .sg-bg {
  width: 100%;
  height: 100%;
  background: url(../images/bg-01.png) no-repeat;
  background-size: cover;
}
.sg-con-wrap .sg-skill-third .sg-designbox {
  position: relative;
}
.sg-con-wrap .sg-skill-third .sg-designbox .lottie-sb {
  width: 60%;
  height: 60%;
}
.sg-con-wrap .sg-skill-third .sg-designbox .motion-img-left {
  position: absolute;
  top: 120px;
  left: 120px;
  width: 28%;
  height: 28%;
  transform: scale(0);
  transform-origin: center;
  animation: grow-scale 0.8s ease-out forwards 0.5s, float-y 2s ease-in-out infinite 1.3s;
}
.sg-con-wrap .sg-skill-third .sg-designbox .motion-img-left img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.sg-con-wrap .sg-skill-third .sg-designbox .motion-img-right {
  position: absolute;
  top: unset;
  bottom: 120px;
  left: 120px;
  width: 28%;
  height: 28%;
  transform: scale(0);
  transform-origin: center;
  animation: grow-scale 0.8s ease-out forwards 0.8s, float-y 2s ease-in-out infinite 1.6s;
}
.sg-con-wrap .sg-skill-third .sg-designbox .motion-img-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sg-con-wrap .sg-typo {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 250px 0;
  box-sizing: border-box;
}
.sg-con-wrap .sg-typo .sg-typo-03 {
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -415px;
  width: 900px;
  font-size: 84px;
  font-family: "Pret B";
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
  color: #333;
}
.sg-con-wrap .sg-typo .sg-typo-03 > span {
  font-size: 84px;
  font-family: "Pret B";
  color: #E7772E;
}
.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: #E7772E;
}
.sg-con-wrap .sg-typo .sg-certi.pc {
  display: block;
}
.sg-con-wrap .sg-typo .sg-certi.mo {
  display: none;
}
.sg-con-wrap .sg-typo .sg-certi table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.sg-con-wrap .sg-typo .sg-certi table tr {
  height: 300px;
}
.sg-con-wrap .sg-typo .sg-certi table tr:first-child {
  border-bottom: 1px solid #e4e4e4;
}
.sg-con-wrap .sg-typo .sg-certi table tr:last-child {
  border-bottom: none;
}
.sg-con-wrap .sg-typo .sg-certi table tr td.td-border {
  border-right: 1px solid #e4e4e4;
}
.sg-con-wrap .sg-typo .sg-certi table tr td {
  display: table-cell;
  vertical-align: middle;
}
.sg-con-wrap .sg-typo .sg-certi table tr td > div {
  width: 150px;
  height: 150px;
  display: inline-flex;
  justify-content: center;
}
.sg-con-wrap .sg-typo .sg-certi table tr td > div > img {
  object-fit: contain;
}
.sg-con-wrap .sg-typo .sg-certi table tr td > p {
  padding: 10px 0;
  font-size: 20px;
  line-height: 24px;
  font-family: "Pret R";
}
.sg-con-wrap .sg-typo .sg-certi table tr td:hover {
  background: #f5f5f5;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}
.sg-con-wrap .sg-client {
  height: 100%;
  background: #fff;
}
.sg-con-wrap .sg-client .sg-ctextbox {
  padding-top: 150px;
  text-align: center;
  margin-bottom: 40px;
}
.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 {
  display: flex;
  justify-content: center;
  padding-left: 40px;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist {
  display: flex;
  align-items: center;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .sg-cicontext {
  display: block;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .sg-num {
  color: #E7772E;
  font-size: 70px;
  font-family: "Pret B";
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .text-basic {
  color: #485860;
  font-size: 18px;
}
.sg-con-wrap .sg-client .sg-countbox > ul .sg-countlist .sg-ccount {
  padding: 0 40px;
}
.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: #eee;
  margin: 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;
  align-items: center;
  width: 1600px;
  height: 100%;
  margin: 0 auto;
}
.sg-con-wrap .sg-low .sg-designbox {
  position: relative;
  width: 55%;
  height: 100%;
  display: flex ;
  align-items: center;
  justify-content: center;
}
.sg-con-wrap .sg-low .sg-textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: 45%;
  padding: 20px 0;
  box-sizing: border-box;
}
.sg-con-wrap .sg-low .sg-textbox .sg-vtit {
  display: block;
  font-size: 50px;
  font-family: "Pret B";
  line-height: 60px;
  box-sizing: border-box;
  color: #fff;
}
.sg-con-wrap .sg-low .sg-textbox .sg-vsub {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-family: "pret R";
  line-height: 30px;
}
.sg-con-wrap .sg-low .sg-textbox .sg-vsub.subtit {
  font-size: 24px;
}
.sg-con-wrap .sg-low .sg-textbox .btn-demo {
  width: 160px;
  height: 60px;
  background: none;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-family: "pret R";
  margin: 10px 0;
  cursor: pointer;
}
.sg-con-wrap .sg-low .sg-textbox .btn-demo:hover {
  background: #fff;
  color: #E7772E;
  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: 130px;
}
.sg-con-wrap .sg-low .sg-textbox .sg-txt-point {
  font-size: 20px;
  background: #fff;
  color: #E7772E;
  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.png) 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 {
  color: #fff;
}
footer {
  width: 100%;
  background: #1b2025;
}
footer .sg-footer-wrap {
  display: table;
  width: 100%;
  padding: 60px 300px;
  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: #c9c9c9;
}
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 {
  width: 100%;
  height: 60px;
  background: #101315;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #5a5c62;
}
footer .sb-sns-wrap {
  padding: 5px 20px 20px 0;
  text-align: left;
}
footer .footer-sns {
  padding-right: 0.5em;
}
/* 2023.04.12 jc추가 */
/* visibility: hidden 을 위한 속성 - BEM  */
.header__navigation--sub {
  visibility: hidden;
}
@keyframes grow-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes float-y {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1) translateY(-20px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
