@charset "UTF-8";
@keyframes text-active-animation {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes line-top {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(13px);
  }
}
@keyframes line-top-reverse {
  0% {
    transform: translateY(13px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes line-top-rotate {
  0% {
    transform: translateY(13px) rotateZ(0deg);
  }
  100% {
    transform: translateY(13px) rotateZ(45deg);
  }
}
@keyframes line-top-rotate-reverse {
  0% {
    transform: translateY(13px) rotateZ(45deg);
  }
  100% {
    transform: translateY(13px) rotateZ(0deg);
  }
}
@keyframes line-mid {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes line-mid-reverse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes line-mid-invisible {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes line-bot {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes line-bot-reverse {
  0% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes line-bot-rotate {
  0% {
    transform: translateY(-13px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-13px) rotateZ(135deg);
  }
}
@keyframes down1 {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes up1 {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
/*메인배너 animation list*/
@keyframes topani1 {
  0% {
    transform: translateY(90px);
  }
  20% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(-90px);
  }
}
@keyframes topani2 {
  0% {
    transform: translateY(90px);
  }
  20% {
    transform: translateY(90px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(-90px);
  }
}
@keyframes topani3 {
  0% {
    transform: translate(-50%, 100px);
  }
  20% {
    transform: translate(-50%, 100px);
  }
  40% {
    transform: translate(-50%, 100px);
  }
  60% {
    transform: translate(-50%, 100px);
  }
  80% {
    transform: translate(-50%, 0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%, 0px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.hidden {
  display: none;
}

.s-wrap {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  /*common*/
  /* 메인 인트로 애니메이션 */
  /*header*/
  /*video*/
  /*section*/
  /*section product info content*/
}
.s-wrap .hidden {
  display: none;
}
.s-wrap .s-row {
  display: flex;
  width: 100%;
}
.s-wrap .s-row.s-align-jc {
  justify-content: center;
}
.s-wrap .s-row.s-align-jsb {
  justify-content: space-between;
}
.s-wrap .s-row.s-align-jse {
  justify-content: space-evenly;
}
.s-wrap .s-row.s-align-ac {
  align-items: center;
}
.s-wrap .s-row.s-align-cc {
  justify-content: center;
  align-items: center;
}
.s-wrap .floating-btn-wrap {
  position: fixed;
  left: 1em;
  bottom: 1em;
}
.s-wrap .floating-btn-wrap > li.f-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0.3em 0;
  transition: all 0.2;
  background: #222222;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.s-wrap .floating-btn-wrap > li.f-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.s-wrap .floating-btn-wrap > li.f-btn a img {
  width: 20px;
  height: 20px;
}
.s-wrap .floating-btn-wrap > li.f-btn a span {
  font-size: 0;
}
.s-wrap .floating-btn-wrap > li.f-btn:hover {
  width: 150px;
  border-radius: 20px;
  transition: all 0.3s;
  background: #3BAFC7;
}
.s-wrap .floating-btn-wrap > li.f-btn:hover a {
  text-decoration: none;
}
.s-wrap .floating-btn-wrap > li.f-btn:hover a span {
  display: block;
  margin: 0 0.5em;
  font-size: 16px;
  color: #fff;
}
.s-wrap .floating-btn-wrap > li.f-btn.demolink {
  background-size: 50%;
}
.s-wrap .floating-btn-wrap > li.f-btn.demolink img {
  width: 30px;
  height: 20px;
}
.s-wrap .floating-btn-wrap > li.f-btn.demolink:hover {
  transition: all 0.2s;
}
.s-wrap .floating-btn-wrap > li.f-btn.marketing {
  background-size: 40%;
}
.s-wrap .floating-btn-wrap > li.f-btn.marketing:hover {
  transition: all 0.2s;
}
.s-wrap .floating-btn-wrap > li.f-btn.kakao {
  background-size: 50%;
}
.s-wrap .floating-btn-wrap > li.f-btn.kakao:hover {
  transition: all 0.2s;
}
.s-wrap .floating-btn-wrap > li.f-btn.technical {
  background-size: 40%;
}
.s-wrap .floating-btn-wrap > li.f-btn.technical:hover {
  transition: all 0.2s;
}
.s-wrap #slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100vh;
  opacity: 0;
}
.s-wrap #slide.load {
  opacity: 1;
}
.s-wrap #slide.load.loadfin {
  z-index: -1;
}
.s-wrap .slide_area .frame_box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: calc(50% + 1px);
  background: #fff;
  z-index: 20;
  transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  overflow: hidden;
}
.s-wrap .slide_area .frame_box.bottom {
  top: auto;
  bottom: 0;
}
.s-wrap .slide_area .frame_box .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100px);
  width: 297px;
  height: 65px;
  background: url("/resources/images/2023/softbowl_logo.svg") no-repeat center center;
  background-size: 279px 65px;
  opacity: 0;
  transition: all 2s ease-in-out;
}
.s-wrap .slide_area .frame_box .logo {
  bottom: 0px;
  width: 351px;
  height: 94px;
  transform: translateX(-50%);
}
.s-wrap .slide_area.load .frame_box {
  height: 0;
}
.s-wrap .slide_area .txt_box {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translate(-50%, 0);
  text-align: center;
}
.s-wrap .slide_area .txt_box p {
  height: 90px;
  overflow: hidden;
  line-height: 90px;
}
.s-wrap .slide_area .txt_box span {
  display: block;
  color: #222;
  font-size: clamp(40px, 7.0564516129vw, 80px);
  font-weight: 800;
}
.s-wrap .slide_area .frame_box.bottom .txt_box {
  bottom: auto;
  top: 0;
}
.s-wrap #slide.load .slide_area .txt_box span {
  animation: topani1 4s ease-out forwards;
}
.s-wrap #slide.load .slide_area .frame_box.bottom .txt_box span {
  animation: topani2 4s ease-out forwards;
}
.s-wrap #slide.load .slide_area .frame_box .logo {
  animation: topani3 4s ease-out none;
}
.s-wrap header {
  position: absolute;
  top: 0;
  z-index: 999;
  padding: 0 1em;
  height: 90px;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.s-wrap header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.s-wrap header h1 {
  flex-shrink: 0;
  width: 166px;
  height: 39px;
  background: url("/resources/images/2023/s-logo.png") no-repeat center;
  font-size: 0;
}
.s-wrap header h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.s-wrap header nav {
  height: 100%;
}
.s-wrap header nav > ul {
  height: 100%;
}
.s-wrap header nav > ul > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
}
.s-wrap header nav > ul > li a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.814516129vw, 20px);
  font-weight: 500;
}
.s-wrap header nav > ul > li:hover {
  background: #000;
  transform: translateY(0);
  transition: all 0.3s;
}
.s-wrap header nav > ul > li:hover:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #40BCD3;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
}
.s-wrap header nav > ul > li:hover .s-submenu {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s;
  display: block;
}
.s-wrap header nav > ul > li .s-submenu {
  opacity: 0;
  display: none;
  transform: translateY(-10px);
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1em 0 2em 0;
  background: #000;
  box-sizing: border-box;
}
.s-wrap header nav > ul > li .s-submenu li {
  text-align: center;
  margin-top: 15px;
}
.s-wrap header nav > ul > li .s-submenu li:hover a {
  color: #40BCD3;
}
.s-wrap header nav > ul > li .s-submenu li a {
  font-size: clamp(13px, 1.5120967742vw, 17px);
}
.s-wrap header #wrapper {
  width: 40px;
  height: 35px;
}
.s-wrap header #line-wrapper {
  position: relative;
  top: 50%;
  z-index: 9999;
  margin-top: -26px;
  width: 30px;
  height: 35px;
  cursor: pointer;
}
.s-wrap header .init {
  animation: none !important;
}
.s-wrap header .line {
  position: relative;
  background: #ffffff;
  margin-top: 11px;
  margin-bottom: 11px;
  width: 100%;
  height: 2px;
}
.s-wrap header .line-top {
  animation: line-top 0.5s forwards ease-out, line-top-rotate 0.3s 0.5s forwards ease-out;
}
.s-wrap header .top-reverse {
  animation: line-top-rotate-reverse 0.3s forwards ease-out, line-top-reverse 0.5s 0.3s forwards ease-out;
}
.s-wrap header .line-mid {
  animation: line-mid 0.5s forwards ease-out;
}
.s-wrap header .mid-reverse {
  animation: line-mid-invisible 0.3s forwards ease-out, line-mid-reverse 0.5s 0.3s forwards ease-out;
}
.s-wrap header .line-bot {
  animation: line-bot 0.5s forwards ease-out, line-bot-rotate 0.3s 0.5s forwards ease-out;
}
.s-wrap header .bot-reverse {
  animation: line-bot-rotate-reverse 0.3s forwards ease-out, line-bot-reverse 0.5s 0.3s forwards ease-out;
}
.s-wrap .allmenu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5em;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.s-wrap .allmenu-wrap .logo-wrap {
  display: flex;
  justify-content: center;
}
.s-wrap .allmenu-wrap > ul {
  width: 50%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-wrap .allmenu-wrap > ul > li {
  display: flex;
  padding: 3em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.s-wrap .allmenu-wrap > ul > li > a {
  width: 200px;
  flex-shrink: 0;
  font-size: clamp(20px, 2.4193548387vw, 26px);
  text-decoration: none;
  color: #fff;
}
.s-wrap .allmenu-wrap > ul > li ul {
  display: flex;
  flex-wrap: wrap;
}
.s-wrap .allmenu-wrap > ul > li ul li {
  position: relative;
  margin-bottom: 0.5em;
  margin-right: 2em;
}
.s-wrap .allmenu-wrap > ul > li ul li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(14px, 1.814516129vw, 20px);
  opacity: 0.75;
  font-weight: 300;
}
.s-wrap .allmenu-wrap > ul > li ul li:hover:before {
  content: "";
  position: absolute;
  bottom: -34px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #40BCD3;
}
.s-wrap .allmenu-wrap > ul > li ul li:hover a {
  opacity: 1;
  color: #40BCD3;
}
.s-wrap .allmenu-wrap > ul > li:last-child {
  margin-bottom: 0;
}
.s-wrap .main-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  box-sizing: border-box;
}
.s-wrap .main-con .sbgrid-logo-icon {
  padding: 0 0 4rem 0;
}
.s-wrap .main-con .bold-text {
  font-size: clamp(30px, 4.0322580645vw, 50px);
  font-weight: 900;
  font-family: "Pretendard";
}
.s-wrap .s-main {
  position: relative;
  height: clamp(300px, 50%, 800px);
}
.s-wrap .s-main video.main-video {
  width: 100%;
  filter: brightness(0.5);
}
.s-wrap .s-main .main-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.s-wrap .s-main .main-text-wrap .main-text {
  color: #fff;
  font-size: clamp(30px, 4.0322580645vw, 50px);
  text-align: center;
  line-height: 60px;
}
.s-wrap .s-main .main-text-wrap .sub-text {
  color: #fff;
  font-size: clamp(14px, 1.814516129vw, 20px);
  padding: 3rem 0;
}
.s-wrap .s-main .main-text-wrap .btn-3 {
  position: relative;
  background: rgb(0, 172, 238);
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 42px;
  border: none;
}
.s-wrap .s-main .main-text-wrap .btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.s-wrap .s-main .main-text-wrap .btn-3 span:hover {
  color: #40BCD3;
}
.s-wrap .s-main .main-text-wrap .btn-3 span:hover:before {
  height: 100%;
}
.s-wrap .s-main .main-text-wrap .btn-3 span:hover:after {
  width: 100%;
}
.s-wrap .s-main .main-text-wrap .btn-3 span:before, .s-wrap .s-main .main-text-wrap .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #40BCD3;
  transition: all 0.3s ease;
}
.s-wrap .s-main .main-text-wrap .btn-3 span:before {
  width: 2px;
  height: 0%;
}
.s-wrap .s-main .main-text-wrap .btn-3 span:after {
  width: 0%;
  height: 2px;
}
.s-wrap .s-main .main-text-wrap .btn-3:before, .s-wrap .s-main .main-text-wrap .btn-3:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: #40BCD3;
  transition: all 0.3s ease;
}
.s-wrap .s-main .main-text-wrap .btn-3:before {
  height: 0%;
  width: 2px;
}
.s-wrap .s-main .main-text-wrap .btn-3:after {
  width: 0%;
  height: 2px;
}
.s-wrap .s-main .main-text-wrap .btn-3:hover {
  background: transparent;
  box-shadow: none;
}
.s-wrap .s-main .main-text-wrap .btn-3:hover:before {
  height: 100%;
}
.s-wrap .s-main .main-text-wrap .btn-3:hover:after {
  width: 100%;
}
.s-wrap .slide-area {
  width: 850px;
  flex-grow: 0;
  flex-shrink: 0;
}
.s-wrap .slide-area img {
  scale: 0.9;
}
.s-wrap .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-wrap .slick-dots {
  bottom: -70px;
}
.s-wrap .slick-dots li {
  width: auto;
  height: auto;
  width: 70px;
  height: 6px;
  margin: 0 5px;
}
.s-wrap .slick-dots li .slick-dots li button {
  width: auto;
  height: auto;
}
.s-wrap .slick-dots li button:before {
  width: 70px;
  height: 6px;
  background: #fff;
}
.s-wrap .slick-dots li.slick-active button:before {
  background: #24707e;
}
.s-wrap .slick-prev:before, .s-wrap .slick-next:before {
  display: none !important;
}
.s-wrap .s-section .max-width {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.s-wrap .s-section.s-typing {
  height: 1000px;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}
.s-wrap .s-section.s-grid-content {
  position: relative;
  height: 1000px;
  background: #94d3df url("/resources/images/2023/grid-bg.png") 100% no-repeat;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  background-size: cover;
}
.s-wrap .s-section.s-grid-content .slick-dots li.slick-active button:before {
  background: #104752;
}
.s-wrap .s-section.s-ux-content { /*position: relative;*/
  height: 1000px;
  background: #ffb785 url("/resources/images/2023/ux-bg.png") 100% no-repeat;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  background-size: cover;
}
.s-wrap .s-section.s-ux-content .slick-dots li.slick-active button:before {
  background: #da6030;
}
.s-wrap .s-section.s-chart-content { /*position: relative;*/
  height: 1000px;
  background: #b59be4 url("/resources/images/2023/chart-bg.png") 100% no-repeat;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  background-size: cover;
}
.s-wrap .s-section.s-wrapdoc-content { /*position: relative;*/
  height: 1000px;
  background: #ACC8FF url("/resources/images/2023/wrapdoc-bg.png") 100% no-repeat;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  background-size: cover;
}
.s-wrap .s-section.s-chart-content .slick-dots li.slick-active button:before {
  background: #673AB7;
}
.s-wrap .s-section.s-wrapdoc-content .slick-dots li.slick-active button:before {
  background: #407BFF;
}
.s-wrap .con-top-text {
  display: flex;
  flex-direction: column;
}
.s-wrap .con-top-text span {
  font-size: clamp(25px, 3.0241935484vw, 35px);
  padding: 0.1em 0;
}
.s-wrap .con-top-text span.bold {
  font-weight: 600;
}
.s-wrap .con-product-text {
  display: flex;
  align-items: center;
  padding: 3em 0;
}
.s-wrap .con-product-text img {
  display: inline-block;
  width: 92px;
  margin-right: 1em;
}
.s-wrap .con-product-text .product-tit {
  font-size: clamp(40px, 6.6532258065vw, 70px);
  font-weight: bold;
}
.s-wrap .main-link-wrap {
  display: flex;
}
.s-wrap .main-link-wrap li {
  margin-right: 0.5em;
}
.s-wrap .main-link-wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 2em;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transform: all 0.2s;
}
.s-wrap .main-link-wrap li a img {
  display: inline-block;
  padding-left: 10px;
}
.s-wrap .main-link-wrap li:hover a {
  background: #222;
  transform: all 0.2s;
}
.s-wrap .con-info-text {
  margin-top: 3rem;
  line-height: 30px;
  word-break: keep-all;
}

.s-wrap .con-info-text.m-none {
  margin-top: 0;
}
.s-wrap .con-info-text span {
  font-size: clamp(18px, 2.0161290323vw, 22px);
}
.s-wrap .con-info-text span.br {
  display: block;
}
.s-wrap .s-bottom-content-wrap {
  height: 1000px;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content { /*margin-top: 16rem; */
  height: 1000px;
  background: url("/resources/images/2023/bottom-con-bg.jpg") no-repeat;
  background-size: cover;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content > .max-width {
  height: 100%;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box {
  padding: 6rem;
  height: 100%;
  box-sizing: border-box;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box h2 {
  color: #fff;
  font-size: clamp(20px, 2.4193548387vw, 26px);
  padding: 1.5em;
  box-sizing: border-box;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left {
  width: 50%;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box {
  flex-direction: column;
  background: #fff;
  height: 100%;
  margin-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box .tit {
  margin-top: 1em;
  background: #E9E9E9;
  font-size: clamp(21px, 2.6209677419vw, 28px);
  text-align: center;
  padding: 0.3em 2em;
  box-sizing: border-box;
  font-weight: 600;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box p {
  margin: 2em 0;
  line-height: 2em;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box p span {
  font-size: clamp(14px, 1.814516129vw, 20px);
  text-align: center;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box p span.br {
  display: block;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box .contact-list {
  position: relative;
  padding-left: 2rem;
  margin-top: 2rem;
  font-size: clamp(14px, 1.814516129vw, 20px);
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box .contact-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 5px;
  height: 50px;
  background: #3BAFC7;
  font-size: clamp(18px, 2.0161290323vw, 22px);
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box .contact-list dl {
  display: flex;
  margin-bottom: 0.5em;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .left.contact-box .contact-list dl dt {
  font-weight: bold;
  width: 60px;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right {
  width: 50%;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right > div {
  height: 50%;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .online-box {
  position: relative;
  width: 50%;
  background: url("/resources/images/2023/online.png") #0D8EFF right bottom no-repeat;
  margin-right: 2em;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .employment-box {
  position: relative;
  width: 50%;
  background: url("/resources/images/2023/employment.png") #673AB7 right bottom no-repeat;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .partner-box {
  position: relative;
  margin-top: 2em;
  height: calc(50% - 2em);
  background: url("/resources/images/2023/partner-bg.png") #40BCD3 right bottom no-repeat;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .partner-box .sub-t {
  margin-top: 1em;
  font-size: clamp(14px, 1.814516129vw, 20px);
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .box-more {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 0;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .box-more .box-more-plus,
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .box-more .box-more-plus::after {
  display: block;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .box-more .box-more-plus {
  margin-top: -2px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -2px;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
}
.s-wrap .s-bottom-content-wrap .s-bottom-content .s-bottom-box .right .box-more .box-more-plus::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  top: -7px;
  left: 7px;
}
.s-wrap footer {
  position: relative;
  z-index: 900;
  padding: 0 5em;
  background: #1F212D;
  box-sizing: border-box;
}
.s-wrap footer .s-row {
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
  box-sizing: border-box;
  text-align: center;
}
.s-wrap footer .s-row h3 {
  font-size: clamp(25px, 3.0241935484vw, 35px);
  font-weight: bold;
  color: rgba(255, 255, 255, 0.62);
}
.s-wrap footer address {
  color: rgba(165, 165, 165, 0.62);
  font-style: normal;
  line-height: 23px;
  padding-left: 3rem;
}
.s-wrap footer .s-footer-top .family-site {
  width: 200px;
  height: 35px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #a7a7a7;
  box-sizing: border-box;
}
.s-wrap footer .s-footer-bottom {
  box-sizing: border-box;
}
footer .s-footer-bottom .bottom-left {display: flex; align-items: center; justify-content: flex-start;}
footer .s-footer-bottom .bottom-right {display: flex; align-items: center; gap: 12px; justify-content: flex-end;}
footer .s-footer-bottom .bottom-right a img {width: 40px; height: 40px;}

.s-wrap .floating-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 999;
  padding: 1.5em 1em;
  background: #222;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
.s-wrap .floating-top:hover {
  background-color: #3BAFC7;
  transition: all 0.2s;
}

.scroll-bounce {
  background: url("/resources/images/scroll-bounce.png") no-repeat center;
  animation: bounce 1s infinite;
}/*# sourceMappingURL=main-layout.css.map */