@import url("fontello/css/fontello.css");
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* common */

:lang(ko) {
  font-family: "Noto Sans KR", sans-serif;
}

body {
  width: 100%;
  height: 100%;
  display: block;
}

header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 999;
  border-bottom: 1px solid #ababab;
}
section {
  width: 100%;
  min-height: 871px;
  height: 100%;
  position: relative;
}
footer {
  background-color: #424950;
  width: 100%;
  height: 200px;
  display: block;
}
.intro {
  display: block;
  height: 100%;
  z-index: 3;
  position: relative;
  margin-top: 100px;
}
.content-inner {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
#carousel-example-generic {
    background-image: url(../images/main/bg-main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.interval {
    padding-top: 200px;
    margin-top: 200px;
}
.section-title {
  text-align: left;
  display: inline-block;
  margin-top: 5%;
  margin-bottom: 4%;
  position: relative;
  z-index: 50;
}
.section-title p {
  font-size: 49px;
  font-weight: 600;
  color: #00709A;
  letter-spacing: 1.1px;
}
.section-title span {
    font-size: 18px;
}
.work-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: block;
}
.work-box .inner-box {
    position: relative;
    display: inline-block;
    width: 338px;
    height: 500px;
    background-color: #fff;
    border-radius: 27px;
    margin-right: 93px;
    vertical-align: middle;
}
.work-box .inner-box:last-child {
    margin-right: 0;
}
.work-box .inner-box h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 330px;
}
.work-box .inner-box p {
    text-align: center;
    font-size: 16px;
    color: #89979E;
}
.work-box .inner-box>a {
    position: absolute;
    bottom: -25px;
    right: 34%;
    transform: translateX(-50%);
}
.system-img img {
    position: absolute;
    top: 38px;
    left: 55px;
}
.metabus-img img {
    position: absolute;
    top: -50px;
    left: 10px;
}
.cloud-img img {
    position: absolute;
    top: -55px;
    left: 78px;
}

/* header */

.fixed-header {
  position: fixed;
  top: 0;
}
.fixed-header .logo {
  display: inline-block;
  float: left;
  width: 13%;
  height: 100px;
}
.fixed-header .logo img {
  padding-top: 30px;
  width: 100%;
}
.header-menu > ul {
  width: auto;
  float: right;
}
.header-menu > ul > li {
  display: inline-block;
  height: 100px;
  text-align: center;
  float: left;
}
.header-menu > ul > li:nth-of-type(2) {
  min-width: 140px;
}
.header-menu > ul > li > a {
  color: #505050;
  vertical-align: middle;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 35px;
  transition: all 0.4s;
}
.header-menu > ul > li > a:hover {
  border: none;
  text-decoration: none;
  color: #000;
  background-color: #eaeaea;
  transition: all 0.4s;
}
.header-menu .pc-menu {
  display: none;
}
.header-menu li:hover > .pc-menu {
  display: block;
  margin-top: -5px;
  position: absolute;
  width: 160px;
}
.header-menu > .pc-menu ul {
  width: 200px;
  height: auto;
  position: absolute;
  background-color: #fff;
}
.pc-menu > ul {
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
.pc-menu > div {
  border: 2px solid #6bb0ec;
  width: 100%;
}
.pc-menu > ul > li {
  display: block;
  text-align: center;
  width: 100%;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  text-align: left;
}
.pc-menu > ul > li:first-of-type {
  padding-top: 10px;
}
.pc-menu > ul > li:last-of-type {
  padding-bottom: 5px;
}
.pc-menu > ul > li > a {
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 10px;
  color: #8a8a8a;
  display: inline-block;
}
.pc-menu > ul > li > a:hover {
  color: #8a8a8a;
  text-decoration: none;
  background-color: #eaeaea;
}
.pc-menu > ul > li > a.selected {
  background-color: #6bb0ec;
  color: #fff;
}

/* 모바일 전환시 메뉴 */
.sidebar {
  display: none;
}
.hamburger {
  display: none;
}

/* personal popup */
.personal-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  display: none;
  z-index: 999;
}
.personal-pop .pop-container {
  width: 80%;
  max-width: 700px;
  min-width: 700px;
  height: 600px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #b9b9b9;
  margin-top: 3%;
  padding: 30px 50px;
}
.pop-container .pop-title {
  height: 70px;
  border-bottom: 2px solid #b9b9b9;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.pop-container .pop-title span {
  color: #2074d7;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.2px;
  display: inline-block;
}
.pop-container .pop-title i {
  float: right;
}
.pop-container .pop-title img {
  width: 18px;
}
.pop-container .pop-title img:hover {
  cursor: pointer;
}
.pop-content .personal-text {
  width: 100%;
  height: 100%;
  display: inline-block;
  clear: left;
  white-space: pre-wrap;
  max-height: 400px;
  overflow-y: auto;
  text-align: left;
  font-size: 12px;
  color: #343434;
}
.personal-text .per-text-top {
  padding: 1% 2%;
  display: inline-block;
  border-bottom: 1px solid #dcdcdc;
  float: left;
}
.personal-text .per-text-bottom {
  /* padding: 1% 0; */
  display: inline-block;
  float: left;
  width: 98%;
}
.personal-text .per-text-bottom p.bottom-title {
  color: #2074d7;
  font-size: 16px;
  font-weight: bold;
}
.personal-text .per-text-bottom img {
  vertical-align: baseline;
}

/* email denied popup */
.email-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  display: none;
  z-index: 999;
}
.email-pop .pop-container {
  width: 80%;
  max-width: 800px;
  min-width: 800px;
  height: 360px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #b9b9b9;
  margin-top: 3%;
  padding: 30px 50px;
}
.email-text {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.email-text > div {
  display: inline-block;
  border-bottom: 2px solid #2074d7;
  margin-bottom: 19px;
}
.email-text > div > span {
  display: block;
  text-align: center;
  width: 100%;
  margin: 5px auto;
  color: #343434;
  font-size: 15px;
  padding-top: 16px;
  font-weight: bold;
}
.email-text > p:first-of-type {
  color: #1c1c1c;
  font-size: 12px;
}
.email-text > p:last-of-type {
  color: #1c1c1c;
  font-size: 11px;
}
/*리뉴얼 팝업*/
.pagepop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 25%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  z-index: 999;
}
.pagepop .pop-container {
  width: 80%;
  max-width: 800px;
  min-width: 800px;
  height: 360px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #b9b9b9;
  margin-top: 3%;
  padding: 30px 50px;
}
.apolog-text {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.apolog-text > div {
  display: inline-block;
  border-bottom: 2px solid #2074d7;
  margin-bottom: 19px;
}
.apolog-text > div > span {
  display: block;
  text-align: center;
  width: 100%;
  margin: 5px auto;
  color: #343434;
  font-size: 15px;
  padding-top: 16px;
  font-weight: bold;
}
.apolog-text > p:first-of-type {
  color: #1c1c1c;
  font-size: 12px;
}

/* 푸터 */
.foot-left {
  float: left;
  width: 35%;
  height: 100%;
  text-align: right;
  display: inline-block;
  padding: 3% 1%;
}
.foot-right {
  float: left;
  color: #bfbfbf;
  width: 65%;
  height: 100%;
  padding: 2% 5%;
}
.foot-left > div {
  position: relative;
  display: inline-block;
  margin-top: 4%;
}
.foot-left > div > img {
  width: auto;
  height: auto;
  max-width: 200px;
}
.foot-right > div {
  margin-top: 10px;
}
.foot-right > div span {
  margin: 0% 2%;
  color: #dfdfdf;
  font-size: 15px;
  font-weight: bold;
}
.foot-right > div span:hover {
  cursor: pointer;
}
.foot-right > div span#personal {
  color: #00dcff;
}
.foot-right > div p {
  margin: 0% 2%;
  font-size: 13px;
  font-weight: 200;
}

/* 탑버튼 */
.topbtn {
  position: fixed;
  z-index: 9999;
  right: 2%;
  bottom: 5%;
  background-color: #fff !important;
  font-size: 30px !important;
  width: 50px;
  height: 60px;
  border: 1px solid #0c3e69 !important;
  color: #0c3e69;
  padding: 0 !important;
}
.btn-group-sm > .btn,
.btn-sm.topbtn {
  border-radius: 0;
}

/* 배경 애니메이션 */
body > .graphic {
  position: absolute;
  z-index: 1;
}
.graphic.b1 {
    top: -9%;
  right: 0%;
  margin-top: 900px;
  transition-duration: 2.5s;
}
.actb1 {
  margin-top: 1100px !important;
  transition-duration: 2.5s;
}
.graphic.b2 {
    top: -15%;
  left: 0%;
  margin-top: 1500px;
  transition-duration: 2s;
}
.actb2 {
  margin-top: 1600px !important;
  transition-duration: 2s;
}
.graphic.b3 {
    top: 210%;
    right: 8%;
  margin-top: 1800px;
  transition-duration: 2.5s;
}
.actb3 {
  margin-top: 1700px !important;
  transition-duration: 2.5s;
}
.graphic.b4 {
  top: 123%;
  left: 0% !important;
  margin-top: 2400px;
  transition-duration: 2.5s;
}
.actb4 {
  left: 5% !important;
  transition-duration: 2.5s;
}

/* 인트로 */

.intro > div:first-of-type {
  width: 100%;
  height: 871px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.intro img {
  width: 100%;
  overflow: hidden;
  /*margin-top: -150px;*/
}
.intro-text {
  position: absolute;
  top: 18%;
  margin-left: 19%;
  color: #fff;
  z-index: 99;
  width: auto;
  height: 400px;
  display: inline-block;
}
.intro-text .hg-circle {
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 10px 35px;
}
.intro-text .hg-circle small {
    font-size: 11px;
}
.intro-text>.hg-circle>p {
    margin: 0 !important;
    font-size: 32px !important;
    font-weight: 400 !important;
}
.intro-text p:first-of-type {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.intro-text p:last-of-type {
  font-size: 48px;
  font-weight: 600;
  padding: 0;
  margin: 65px 0 35px;
}
.intro-text span {
  font-size: 18px;
  font-weight: 100;
}
.intro-text h3 {
    font-size: 23px;
    margin-top: 30px;
}
.intro-text a {
  color: #030423;
  background: linear-gradient(95deg, #ECFFE8, #00BAFF);
  padding: 10px 77px;
  margin-top: 75px;
  display: inline-block;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}
.intro-text a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.carousel-indicators {
  bottom: 60px !important;
}
.carousel-indicators li {
  border: 1px solid #fff !important;
  width: 8px !important;
  height: 8px !important;
}
.carousel-indicators li.active {
  background-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.intro-img {
    position: absolute;
    top: 179px;
    right: 425px;
}
/* 비지니스 */
.business {
  margin-top: 200px;
}
.business-box {
  text-align: center;
  position: relative;
  z-index: 5;
}
.b-detail {
  width: 33.33%;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  position: relative;
}
.b-detail:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 80;
}
.firstborn {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 80;
}
.firstborn .b-box {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
}
.firstborn .b-box img {
  transform: translateY(-100px);
  transition-duration: initial;
  transition: all 0.3s;
}
.firstborn .b-box:after {
  visibility: hidden;
  opacity: 0;
}
.firstborn .b-box:before {
  -webkit-transform: scale(1.12) !important;
  -moz-transform: scale(1.12) !important;
  -ms-transform: scale(1.12) !important;
  -o-transform: scale(1.12) !important;
  transform: scale(1.12) !important;
}
.firstborn .b-text .inner {
  width: 240px !important;
  padding: 0 17px !important;
  margin-top: -30px !important;
  margin-left: 40px !important;
}
.firstborn .b-text .title {
  padding-bottom: 0 !important;
  text-align: left;
  margin-top: 41px !important;
}
.firstborn .b-text .inner img {
  display: none;
}
.firstborn .b-text .inner .title-subs {
  line-height: 16px !important;
}
.firstborn .b-text .inner > .title-more {
  padding-top: 10px !important;
}
.b-detail .b-box {
  position: relative;
  display: block;
  width: 100%;
  height: 325px;
  overflow: hidden;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.b-detail .b-box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 170px;
  z-index: 1;
  background: #6bb0ec;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.b-detail .b-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.b-detail:hover .b-box {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
}
.b-detail:hover .b-box img {
  transform: translateY(-100px);
  transition-duration: initial;
  transition: all 0.3s;
}
.b-detail:hover .b-box:before {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.b-detail:hover .b-box:after {
  visibility: hidden;
  opacity: 0;
}

.b-detail .b-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  height: 235px;
  overflow: hidden;
  color: #fff;
}
.b-detail .b-text .inner {
  position: relative;
  color: #fff;
  width: 240px;
  white-space: nowrap;
  margin: 0 auto;
  padding: 35px 0;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transform: none;
}
.b-detail .b-text .title-subs {
  text-align: left;
}
.b-detail .b-text .inner {
  position: relative;
  color: #fff;
  width: 240px;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transform: none;
}
.b-detail:hover .b-text .inner {
  width: 240px;
  padding: 0 17px;
  margin-top: 14px;
  margin-left: 40px !important;
}
.b-detail:hover .b-text .inner .title-subs {
  line-height: 17px;
}
.b-detail:hover .b-text .inner > .title-more {
  padding-top: 10px;
}
.b-detail .b-text .inner img {
  width: 40px;
}
.b-detail:hover .b-text .inner img {
  display: none;
}
.b-detail .b-text .inner .title {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: -0.5px;
  padding: 0 0 120px;
}
.b-detail .b-text .inner .title span {
  font-size: 14px;
}
.b-detail .b-text .inner .title p {
  padding: 0;
  margin-top: -16px;
}
.b-detail:hover .b-text .title {
  padding-bottom: 0;
  text-align: left;
}

.b-detail .b-text .inner .title-subs {
  font-size: 13px;
  line-height: 23px;
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.b-detail .b-text .inner > .title-more {
  position: relative;
  font-size: 14px;
  text-align: left;
  padding-top: 15px;
}
.b-detail .b-text .inner .title-more a {
  color: #fff;
}

/* 마우스오버효과 준비중 */
.intro:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*워크*/
.container-work {
    background-image: url(../images/main/work-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 1256px;
}

/* 프로세스 */
.left-subs {
  display: none !important;
}
.process {
  margin-top: 500px;
}
.process-box {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.process-box .pro-left {
  float: left;
  text-align: left;
  height: 100%;
  display: inline-block;
  margin-top: 6%;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
.process-box .pro-right {
  float: right;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.m-title {
  display: none;
}
.pro-align {
  width: auto;
  height: auto;
  display: inline-block;
  margin-left: -25px;
}
.pro-align > div,
.pro-align > div > div {
  display: inline-block;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  margin-left: -14px;
  text-align: center;
}
.pro-align > div:hover > div:last-of-type {
  border: 2px solid #0c3e69;
  font-weight: 600;
  transition: all 0.3s;
}
.pro-left .pro-align:first-of-type > .align-left {
  margin-left: 35px;
}
.pro-align > div:first-of-type {
  margin-left: 10px;
}
.pro-align > div > div:last-of-type {
  position: absolute;
  margin-left: -125px;
  margin-top: 0;
  padding-top: 50px;
}
.pro-align > span {
  opacity: 1 !important;
  color: #000 !important;
  z-index: 999 !important;
  display: inline-block;
}
.pro-align > p {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.pro-right .right-1st {
  border: 30px solid #ebf3fb;
  border-radius: 100%;
}
.pro-right .right-2nd {
  border: 21px solid #bdd8ef;
  border-radius: 100%;
  background-image: url(/images/main/07-chart.jpg);
  background-position: -10px;
}
.pro-right .right-3rd {
  border: 7px solid #0c3e69;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background-color: #23232375;
  background: rgba(0, 0, 0, 0.3);
  background-position: -10px;
}
.pro-right .right-3rd p {
  color: #fff;
  font-size: 23px;
  letter-spacing: -2px;
  font-weight: 300;
  margin-top: 50px;
}
.pro-right .right-3rd span {
  color: #fff;
  font-size: 13px;
}
.pro-border {
  border: 1px solid #0c3e69;
  width: 100%;
  display: block;
  position: absolute;
  top: 46%;
}
.change-txt {
  display: none;
}
.change-txt.seeing {
  display: block;
}

.analysis > div > div:last-of-type {
  border: 2px solid #0c3e69;
  font-weight: 600;
  transition: all 0.3s;
}

/* 아우어 */
.our {
  background-color: #eaeaea;
  height: 1000px;
  overflow-y: hidden;
}
.ourslide {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  margin-left: 19%;
}
.remote {
  float: left;
  width: 9%;
  padding: 0;
}
.remote .inter {
  background-color: #292929;
  color: #fff;
  width: 100%;
  height: 209px;
  display: inline-block;
}
.remote .inter span {
  margin-top: 50px;
  display: inline-block;
  font-size: 25px;
  margin: 47% 13%;
  border-top: 3px solid #6bb0ec;
}
.remote .inarrow {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  z-index: 9999 !important;
}
.remote .inarrow div {
  width: 45%;
  display: inline-block;
  background-color: #fff;
  margin: 0.5%;
  text-align: center;
  box-shadow: 0px 1px 5px 0px #afafaf;
  z-index: 9999 !important;
}
.our-box {
  height: 400px;
  float: left;
  width: 90%;
}
.our-box .slick-list {
  height: 400px;
}
.our-cont {
  display: inline-block;
  height: auto;
  width: 465px;
  max-width: 465px;
  background-color: #fff;
  margin: 0 55px;
}
.our-cont.slick-current {
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.16);
}
.our-cont > .our-bx-two {
  color: #000;
  text-decoration: none !important;
  cursor: auto;
}
.our-cont > .our-bx-two > div.ourimg {
  display: inline-block;
  height: 246px;
  max-width: 465px;
  width: 465px;
  overflow: hidden;
}
.our-cont > .our-bx-two > div.ourimg img {
  width: 100%;
  height: 100%;
}
.our-cont > .our-bx-two > img {
  width: 100%;
  max-width: 465px;
  text-align: center;
  height: auto;
}
.our-cont > .our-bx-two > div.ourtext {
  width: 465px;
  height: 100px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  padding: 10px 20px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 35px !important;
}
.our-box .slick-prev,
.our-box .slick-prev:before,
.our-box .slick-next,
.our-box .slick-next:before {
  width: 5%;
  height: 81px;
  background-color: #fff !important;
  z-index: 9 !important;
}
.our-box .slick-prev {
  left: -10.5% !important;
  top: 66% !important;
  color: #000 !important;
}
.our-box .slick-prev:before {
  content: "<";
  color: #000 !important;
}
.our-box .slick-next {
  left: -4.8% !important;
  top: 66% !important;
  color: #000 !important;
}
.our-box .slick-next:before {
  content: ">";
  color: #000 !important;
}
.water1 {
  width: auto;
  position: absolute;
  display: inline-block;
  margin-top: 0;
  -webkit-animation: watermove1 40s infinite;
  animation: watermove1 40s infinite;
  margin-top: -80px;
}
.water2 {
  width: auto;
  position: absolute;
  display: inline-block;
  bottom: 0;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation: watermove2 50s infinite;
  animation: watermove2 50s infinite;
  animation-timing-function: linear;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes watermove1 {
  0% {
    transform: translate(-50%, -30px);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(-50%, -30px);
  }
}

/* Standard syntax */
@keyframes watermove1 {
  0% {
    transform: translate(-50%, -30px);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(-50%, -30px);
  }
}

@-webkit-keyframes watermove2 {
  0% {
    transform: translate(-100%, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* Standard syntax */
@keyframes watermove2 {
  0% {
    transform: translate(-110%, 80px);
  }
  50% {
    transform: translate(-60%, 80px);
  }
  100% {
    transform: translate(-100%, 80px);
  }
}

/* 파트너 */
.partner-box {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* 패밀리사이트 로고 슬라이드 */

.family-site {
  width: 100%;
  min-height: 600px;
  position: relative;
  display: inline-block;
  float: left;
  margin: 50px 0;
  /* padding-top: 5px; */
  background-color: #fff;
}
.box-flow-wrap {
  position: relative;
  height: max-content;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}
.box-flow {
  position: relative;
  background: #fff;
  height: 100%;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.box-flow > li {
  float: left;
  margin: 0 40px;
  height: 100%;
  min-height: 60px;
  width: 190px;
  text-align: center !important;
  align-items: center !important;
  display: flex !important;
  align-content: center !important;
}
.box-flow > li a {
  display: block;
  height: auto;
  width: 95%;
  margin: 0 auto;
}

.box-flow > li img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.box-detail {
  width: 18%;
  margin: 0 15px 15px 0;
}
.box-detail > img {
  width: 100%;
}
.logo-group {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}













.sec-intro .carousel-indicators {
  /* bottom: 37% !important; */
}

/* 패밀리사이트 슬라이드 애니메이션 */
@-webkit-keyframes logo-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@-ms-keyframes logo-scroll {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -ms-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes logo-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

/* 메뉴 토글 */
#t1 {
  display: none;
}

@media all and (max-width: 1800px) {
  body > .graphic {
    width: 30%;
  }

  /* our */
  .ourslide {
    margin-left: 16%;
  }
  .our-cont {
    width: 70%;
    margin: 0 17px;
  }
  .remote {
    width: 7%;
  }
  .remote .inter {
    width: 100%;
  }
  .remote .inter span {
    font-size: 18px;
  }
  .our-cont > div > div.ourimg {
    width: 100%;
    max-height: 253px;
  }
  .our-cont > div > div.ourtext {
    width: 100%;
    max-width: 360px;
  }
  .intro-img {
      width: 400px;
      top: 240px;
  }
  .intro-text {
      margin-left: 17%;
  }
}

@media all and (max-width: 1710px) {
    .intro-img {
          width: 350px;
          top: 240px;
      }
      .intro-text {
          margin-left: 15%;
      }
}

@media all and (max-width: 1600px) {
    .intro-img {
          width: 350px;
          top: 240px;
          right: 350px;
      }
      .intro-text {
          margin-left: 13%;
      }
}

@media all and (max-width: 1500px) {
    .intro-img {
        width: 300px;
        top: 240px;
        right: 250px;
    }
    .intro-text {
        margin-left: 11%;
    }
}

@media all and (max-width: 1366px) {
  .business {
    margin-top: 0;
  }
  .process {
    margin-top: 0;
  }
  .intro > div:first-of-type {
    height: auto;
  }
  .carousel-inner > .item,
  .intro:after {
    height: 700px;
  }
  .foot-left {
    padding: 4.5% 1%;
  }
  .intro-text {
      margin-left: 7%;
  }
}

@media all and (max-width: 1280px) {   /*인트로*/
  .intro-text {
      top: 12%;
  }
  .intro-text {
      margin-left: 10%;
  }
  .intro-img {
      right: 130px;
  }

  /* 공통 */
  .content-inner {
    max-width: none;
    width: 80%;
  }
  .section-title p {
    font-size: 38px;
  }
  .section-title span {
    font-size: 14px;
  }
  .header-menu > ul > li > a {
    font-size: 13px;
    padding: 35px 25px;
  }
  .pc-menu > ul > li > a {
    font-size: 12px;
    padding: 10px;
  }
  .graphic {
    width: 30%;
  }

  /* 비지니스 */
  .b-detail .b-box {
    height: 334px;
  }
  .b-detail .b-text .inner {
    width: 180px;
  }
  .b-detail .b-box:before {
    height: 150px;
  }
  .b-detail .b-text .inner .title {
    font-size: 20px;
  }
  .firstborn .b-text .title {
    margin-top: 66px !important;
  }
  .b-detail .b-text .inner .title span {
    font-size: 13px;
  }
  .b-detail .b-text .inner .title p {
    margin-bottom: 5px;
  }
  .b-detail .b-text .inner .title-subs {
    font-size: 12px;
  }
  .b-detail .b-text .inner > .title-more {
    font-size: 13px;
  }
  .firstborn .b-text .inner {
    margin-left: 20px !important;
  }
  .b-detail:hover .b-text .inner {
    margin-left: 20px !important;
  }
  .b-detail:hover .b-text .inner .title {
    margin-top: 33px !important;
  }
  .b-detail:hover .b-text .inner .title-subs {
    line-height: 16px !important;
  }

  /*워크*/
  .work-box {
      width: 80%;
      max-width: 1024px;
  }
  .work-box .inner-box {
      width: 30%;
      margin-right: 40px;
  }
  .cloud-img img {
      position: absolute;
      max-width: 65%;
      top: -55px;
      left: 55px;
  }
  .metabus-img img {
      position: absolute;
      max-width: 90%;
      top: -50px;
      left: 20px;
  }
  .system-img img {
      max-width: 65%;
      left: 55px;
  }
  .work-box .inner-box>a img {
        max-width: 100%;
        left: 130px;
  }
  .work-box .inner-box h3 {
      margin-top: 300px;
  }

  /* 프로세스 */
  .pro-align > div,
  .pro-align > div > div {
    width: 97.5px;
    height: 97.5px;
  }
  .pro-align > div > div:last-of-type {
    margin-left: -97px;
    padding-top: 38px;
  }
  .pro-right .right-1st {
    border: 20px solid #ebf3fb;
  }
  .pro-right .right-2nd {
    border: 16px solid #bdd8ef;
  }
  .pro-right .right-3rd {
    border: 4px solid #0c3e69;
    width: 150px;
    height: 150px;
    display: block;
  }
  .pro-right .right-3rd p {
    font-size: 18px;
    margin-top: 20px;
  }
  .pro-right .right-3rd span {
    font-size: 12px;
  }
  .pro-border {
    top: 44%;
  }

  /* 아우어 */
  .ourslide {
    margin-left: 10%;
  }
  .remote {
    width: 8%;
    height: 113px;
  }
  .remote .inter {
    height: 113px;
  }
  .remote .inter span {
    font-size: 17px;
  }
  .our-box .slick-prev,
  .our-box .slick-prev:before,
  .our-box .slick-next,
  .our-box .slick-next:before {
    width: 44px;
    height: 44px;
  }
  .our-box {
    width: 80%;
    margin-left: 5%;
  }
  .our-box .slick-next,
  .our-box .slick-next:before {
    top: 36% !important;
    left: -10.8% !important;
  }
  .our-box .slick-prev,
  .our-box .slick-prev:before {
    top: 36% !important;
    left: -16% !important;
  }
  .our-cont > .our-bx-two > div.ourimg {
    width: 100%;
  }
  /* .our-cont {
    width: 336px !important;
    margin: 0 90px;
  }
  .our-cont > .our-bx-two > div.ourimg {
    width: 336px;
    max-width: 336px;
  }
  .our-cont > .our-bx-two > div.ourtext {
    width: 336px;
    height: 75px;
  } */
  /*메인  파트너사*/
  .box-flow {
    padding-left: 0;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-flow img {
    /* width: 610px; */
    /* min-width: 100%; */
    /* content: url(/images/main/partners_1280.png); */
  }
  .partner {
    min-height: 871px;
  }
  .work-box .inner-box>a {
    right: 33%;
    transform: translateX(-50%);
  }
}

/* 여기서부터 태블릿 적용할 것 */
@media all and (max-width: 1024px) {
  .fixed-header {
    height: 70px;
  }
  .fixed-header > .content-inner {
    text-align: center;
  }
  .fixed-header .logo img {
    padding-top: 19px;
  }
  .interval {
    padding-top: 100px;
    margin-top: 200px;
  }
  .header-menu {
    display: none;
  }
  .fixed-header .logo {
    float: none;
    height: 70px;
    width: 130px;
  }
  footer {
    height: 170px;
  }

  .foot-left {
    padding: 6%;
    width: 33%;
  }
  .foot-left > div {
    margin-top: 0;
  }
  .foot-left > div > img {
    width: 150px;
  }
  .foot-right {
    padding: 2%;
  }
  .foot-right > div span {
    font-size: 13px;
  }
  .foot-right > div p {
    font-size: 12px;
    font-weight: 100;
  }

  .section-title p {
    font-size: 30px;
  }
  .section-title span {
    font-size: 12px;
  }

  /*-----------hamburger START*/
  .hamburger {
    position: absolute;
    left: 13px;
    top: 13px;
    width: 50px !important;
    display: block;
  }
  .hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger:hover {
    cursor: pointer;
  }
  .hamburger.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
  .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    height: 4000px;
    margin-top: 40px;
    z-index: 10;
    display: none;
    transition: 0.3s all linear;
  }
  .left-move {
    transform: translateX(-200px);
    transition: all 0.5s ease;
  }
  .left-move2 {
    transform: translateX(200px);
    transition: transform 0.5s ease;
  }

  .sidebar {
    height: 100%;
    width: 200px;
    background: #fff;
    position: fixed;
    display: block;
    top: 70px;
    left: -200px;
    z-index: 999;
    text-align: left;

    transition: transform 0.5s ease;
  }
  .scroll-event {
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
  }

  .nav-header {
    width: 100%;
    height: 70px;
    background: #c5c5c5;
    text-align: center;
    background-image: url(/images/logo/patent1.png);
    background-repeat: no-repeat;
    background-position: 44px 6px;
    background-size: 60%;
  }

  .sidebar ul {
    list-style: none;
    padding: 0;
    /*        font-size: 15px;*/
    color: #464646;
    /*        margin-top: 39px;*/
  }
  .sidebar ul ul {
    list-style: none;
    padding: 0;
    background: #ececec;
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 12px;
    display: none;
  }
  .sidebar ul ul a {
    color: #212121;
  }
  .sidebar ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    cursor: pointer;
  }
  .sidebar ul li li {
    border: 0;
  }
  .sidebar ul ul li:hover a {
    color: #0089ea;
    text-decoration: none;
  }

  .sidebar ul ul li:hover .icon-right-dir-1::before {
    transform: rotate(90deg);
    transition: transform 0.5s ease;
  }
  .icon-left-open-1 {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 10px;
  }
  .icon-left-open-1::before {
    transition: transform 0.5s ease;
  }
  .sidebar i {
    transition: transform 0.5s ease;
  }
  .icon-right-dir-1 {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 2px;
    transition: transform 0.5s ease;
  }
  .icon-right-dir-1::before {
    transition: transform 0.5s ease;
  }
  .active_icon::before {
    transform: rotate(-90deg);
    transition: transform 0.5s ease;
  }
  .active_icon2::before {
    transform: rotate(-90deg);
    transition: transform 0.5s ease;
    color: #29d8d1;
  }
  /*-----------hamburger END*/

  .carousel-inner > .item,
  .intro:after {
    height: 800px;
  }
  .carousel-indicators {
    bottom: 18% !important;
  }
  .intro-text {
    top: 17%;
  }
  .intro-text p:last-of-type {
    font-size: 50px;
  }

  .intro {
    margin-top: 70px;
  }
  .intro > div:first-of-type {
    height: 871px;
  }
  .intro img {
    display: none;
    /* width: 100%; */
    height: 954px !important;
    overflow: hidden;
    margin-top: 0;
  }
  .tab-left,
  .tab-right {
    width: 48%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .tab-left {
    float: left;
    margin-right: 20px;
  }
  .tab-right {
    float: right;
  }
  .b-detail:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  /* business */
  .business {
    height: 1350px;
  }

  .business > div > .section-title {
    visibility: hidden;
  }
  .b-detail .b-box {
    width: 100%;
  }
  .b-detail .b-text .inner {
    width: 100% !important;
    z-index: 99;
    margin-top: -56px;
    padding: 0 20px;
    text-align: left;
  }
  .b-detail:hover .b-text .inner {
    margin-top: -56px;
  }
  .b-detail:hover .b-text .inner .title {
    margin-top: -56px !important;
  }
  .b-detail:hover .b-text .inner .title-subs {
    line-height: 23px !important;
  }
  .b-detail .b-box:before,
  .b-detail:hover .b-box:before {
    transform: none;
    height: 50%;
    top: 50%;
    -webkit-transform-origin-x: unset;
  }
  .b-detail .b-box:after {
    visibility: visible;
    opacity: 1;
    top: 50%;
  }
  .b-detail .b-text {
    height: 50%;
  }
  .b-detail:hover .b-text .inner img,
  .b-detail .b-text .inner img {
    display: none;
  }
  .b-detail .b-text .inner .title {
    padding: 0;
    font-size: 16px;
  }
  .b-detail .b-text .inner .title span {
    display: none;
  }

  .business-box div:nth-of-type(1) .b-box:before {
    background-color: #6bb0ec;
  }
  .business-box div:nth-of-type(3) .b-box:before {
    background-color: #e6eeff;
  }
  .business-box div:nth-of-type(3) .b-text .inner,
  .business-box div:nth-of-type(3) .b-text .inner .title-more a {
    color: #212121;
  }
  .business-box div:nth-of-type(4) .b-box:before {
    background-color: #ddeef5;
  }
  .business-box div:nth-of-type(4) .b-text .inner,
  .business-box div:nth-of-type(4) .b-text .inner .title-more a {
    color: #212121;
  }
  .business-box div:nth-of-type(5) .b-box:before {
    background-color: #0c3e69;
  }
  .business-box div:nth-of-type(6) .b-box:before {
    background-color: #ddefff;
  }
  .business-box div:nth-of-type(6) .b-text .inner,
  .business-box div:nth-of-type(6) .b-text .inner .title-more a {
    color: #212121;
  }

  .firstborn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 80;
  }
  .firstborn .b-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.23);
  }
  .firstborn .b-box img {
    transform: translateY(-100px);
    transition-duration: initial;
    transition: all 0.3s;
  }
  .firstborn .b-box:after {
    visibility: hidden;
    opacity: 0;
  }
  .firstborn .b-box:before {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  /* .firstborn .b-text .inner {
    width: 100%;
    padding: 0 20px;
    margin-top: -58px !important;
  } */
  .firstborn .b-text .title {
    padding-bottom: 0 !important;
    text-align: left;
    margin-top: -50px !important;
  }
  .firstborn .b-text .inner {
    margin-left: 5px !important;
  }
  .firstborn .b-text .inner img {
    display: none;
  }
  .firstborn .b-text .inner .title-subs {
    line-height: 23px !important;
  }

    /*work*/
    .work-box {
        width: 80%;
        max-width: 1024px;
    }
    .work-box .inner-box {
        width: 100%;
        max-width: 600px;
        margin-right: 0px;
        margin-bottom: 50px;
        height: 250px;
    }
    .work-box .inner-box h3 {
        text-align: left;
        font-size: 20px;
        margin-top: 0px;
        margin-left: 0px;
    }
    .work-box .inner-box p {
        text-align: left;
        font-size: 16px;
        color: #89979E;
        margin-left: 0px;
    }
    .work-box .inner-box>a {
        position: absolute;
        right: -50px;
        top: 95px;
    }
    .system-img img {
        max-width: 30%;
        left: 70px;
        top: 0;
        }
    .metabus-img img {
        position: absolute;
        max-width: 40%;
        top: -50px;
        left: 45px;
    }
    .cloud-img img {
        position: absolute;
        max-width: 27%;
        top: -55px;
        left: 90px;
    }
    .none-box {
          min-width: 115px;
          height: 175px;
          display: inline-block;
          width: 50%;
    }
    .text-box {
        display: inline-block;
    }

  /* process */
  .pro-left p {
    display: none;
  }
  .pro-align {
    width: 100%;
  }
  .pro-left .pro-align:first-of-type > .align-left {
    margin-left: 10px;
  }
  .pro-align > div,
  .pro-align > div > div {
    margin-left: 0;
    float: left;
    margin-top: -2%;
  }
  .pro-align > div > div:last-of-type {
    padding-top: 37px;
  }
  .left-subs {
    width: 75% !important;
    height: 75px !important;
    float: right !important;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 0 !important;
    padding: 2% 0;
    padding-top: 17px;
    margin-top: 0px !important;
    margin-bottom: 10px;
    display: inline-block !important;
  }
  .align-left {
    width: 15%;
  }
  .pro-right {
    visibility: hidden;
  }
  .process > div:last-of-type {
    display: none;
  }

  /* our */
  .remote,
  .slick-arrow {
    display: none !important;
  }
  .ourslide {
    margin-left: 0;
  }
  .our-box {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .our-cont > div > div.ourimg {
    max-height: 240px;
  }
  /*비즈니스*/
  .b-detail:last-child {
    float: right;
    margin-right: 0;
  }
  .graphic.b3 {
    top: 255%;
  }
  .graphic.b4 {
    top: 171%;
  }
  .box-detail {
    width: 23%;
    margin: 0 8px 8px 0;
  }
}

@media all and (max-width: 768px) {
    /*인트로*/
    .intro-text {
          top: 18%;
      }
      .intro-text p:last-of-type {
          font-size: 40px;
      }
      .intro-text p span {
            font-size: 40px !important;
        }
      .intro-img {
          display: none;
      }
  .our-box .slick-list {
    height: 351px;
  }
  /*비즈니스*/
  .box-flow img {
    /* width: 340px; */
    /* min-width: 100%; */
    /* content: url(/images/main/partners_tablet.png); */
  }
  .tab-left {
    margin-right: 0;
  }
  .b-detail .b-text .inner .title {
    font-size: 15px;
    line-height: 41px;
  }
  .b-detail .b-text .inner .title-subs {
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 4px;
  }
  .b-detail .b-text .inner > .title-more {
    padding-top: 18px;
  }
  /*워크*/
  .container-work {
    margin-bottom: 200px;
  }
}
@media all and (max-width: 620px) {
  footer {
    height: 170px;
  }
  .foot-left {
    padding: 10% 4%;
  }
  .foot-right {
    padding: 2% 3%;
  }
  .foot-left > div {
    margin-top: 2%;
  }
  .foot-left > div > img {
    width: 120px;
  }
  .cloud-img img {
      position: absolute;
      max-width: 27%;
      top: -35px;
      left: 70px;
  }
  .system-img img {
      max-width: 30%;
      left: 50px;
      top: 20px;
  }
  .metabus-img img {
      position: absolute;
      max-width: 40%;
      top: -35px;
      left: 35px;
  }
  .none-box {
      min-width: 100px;
      height: 175px;
      display: inline-block;
      width: 47%;
  }
  .box-detail {
    width: 30%;
    margin: 0 8px 8px 0;
  }
}
@media all and (max-width: 580px) {
  .foot-left {
    width: 32%;
  }
  .foot-right {
    width: 67%;
  }
  .work-box .inner-box {
      margin-bottom: 100px;
      height: 350px;
  }
  .system-img img {
      left: 160px;
  }
  .metabus-img img {
      left: 145px;
  }
  .cloud-img img {
      left: 175px;
  }
  .none-box {
      min-width: 100px;
      height: 200px;
      display: block;
      width: 47%;
  }
  .text-box {
      display: block;
  }
  .work-box .inner-box h3 {
      text-align: center;
  }
  .work-box .inner-box p {
      text-align: center;
  }
  .work-box .inner-box>a {
      right: 38%;
      transform: translateX(-50%);
      top: 325px;
  }
  .work-box .inner-box {
      margin-bottom: 100px;
      height: 350px;
  }
  .graphic.b3 {
    top: 310%;
  }
  .graphic.b4 {
    top: 350%;
  }
}
@media all and (max-width: 540px) {
  /*메인 슬라이드*/
  .intro-text {
    margin-left: 7%;
  }
  .intro > div:first-of-type {
      height: 670px;
  }
  /*메인 사업 영역*/
  .b-detail .b-text .inner {
    padding: 0 15px;
  }
  .b-detail .b-text .inner .title-subs {
    font-size: 11px;
    line-height: 18px;
  }
  .b-detail .b-text .inner .title {
    line-height: 43px;
  }
  .firstborn .b-text .inner {
    margin-left: 0 !important;
    margin-top: -56px !important;
  }
  .firstborn .b-text .inner .title-subs {
    line-height: 18px !important;
  }
  .b-detail:hover .b-text .inner {
    margin-left: 0 !important;
    padding: 0 15px;
  }
  .b-detail:hover .b-text .inner .title-subs {
    line-height: 18px !important;
  }
  .intro-text {
      top: 12%;
  }
  .intro-text>.hg-circle>p {
      font-size: 24px !important;
  }
  .intro-text p:last-of-type {
      font-size: 30px;
  }
  .intro-text p span {
      font-size: 30px !important;
      padding: 8px 20px 12px !important;
      margin: 0 0 0 10px !important;
  }
  .intro-text span {
      font-size: 16px;
  }
  .intro-text h3 {
      font-size: 18px;
  }
  .intro-text h3 span {
      font-size: 18px !important;
  }
  .left-subs {
    width: 70% !important;
  }
}
@media all and (max-width: 460px) {
  footer {
    height: 200px;
  }
  .foot-left {
    width: 31%;
    padding-left: 11% 7%;
  }
  .foot-left > div {
    margin-top: 33%;
  }
  .foot-right {
    width: 69%;
    padding: 6% 3%;
  }
  .intro-text {
      top: 12%;
  }
  .intro-text>.hg-circle>p {
      font-size: 24px !important;
  }
  .intro-text p:last-of-type {
      font-size: 30px;
  }
  .intro-text p span {
      font-size: 30px !important;
      padding: 8px 20px 12px !important;
      margin: 0 0 0 10px !important;
  }
  .intro-text span {
      font-size: 16px;
  }
  .intro-text h3 {
      font-size: 18px;
  }
  .intro-text h3 span {
      font-size: 18px !important;
  }
  .left-subs {
    width: 68% !important;
  }
  .work-box .inner-box>a {
    right: 35%;
    transform: translateX(-50%);
    top: 325px;
  }
  .system-img img {
    left: 135px;
    max-width: 35%;
  }
  .metabus-img img {
    left: 115px;
  }
  .cloud-img img {
    left: 140px;
  }
}
@media all and (max-width: 425px) {
  section {
    min-height: unset;
  }
  .content-inner {
    width: 90%;
  }
  .intro,
  .intro:after {
    height: 735px;
    overflow-y: hidden;
    min-height: unset;
  }
  .intro-text {
    top: 27%;
    margin-left: 6%;
  }
  .intro > div:first-of-type {
    height: 736px;
  }

  .section-title span {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .tab-left,
  .tab-right {
    width: 48%;
  }

  .tab-left {
    float: left;
    margin-right: 11px;
  }

  .b-detail .b-text .inner .title-subs {
    font-size: 11px;
    margin-left: 10px;
  }
  .b-detail .b-text .inner .title p {
    margin-left: 10px;
  }
  .b-detail .b-text .inner > .title-more {
    margin-left: 10px;
  }

  .pro-align {
    margin-left: 0 !important;
  }
  .pro-left .pro-align:first-of-type > .align-left {
    /* margin-left: 0; */
  }
  .left-subs {
    width: 70% !important;
    height: 80px !important;
  }
  .ourslide {
    z-index: 100;
  }
  .our {
    min-height: 300px;
    height: 600px;
  }
  .our-box {
    margin-top: 10%;
  }
  .our-cont {
    width: 336px !important;
    margin: 0 15px;
  }
  .our-cont > .our-bx-two {
    width: 100%;
  }
  .our-cont > .our-bx-two > div.ourimg {
    width: 100%;
    height: 200px;
    max-width: none;
    width: 100%;
  }
  .our-cont > .our-bx-two > div.ourtext {
    width: 100%;
    height: 65px;
    font-size: 9px;
    overflow: hidden;
  }
  /*메인 파트너사*/
  .box-flow img {
    /* width: 100%; */
    /* content: url(/images/main/partners_mobile.png); */
  }
  .box-flow {
    left: 50%;
  }
  .b-detail:hover .b-text .inner {
    padding-left: 10px !important;
  }
  .b-detail:hover .b-text .inner .title p {
    margin-left: 0;
  }
  .b-detail:hover .b-text .inner .title-subs {
    margin-left: 0;
  }
  .b-detail:hover .b-text .inner > .title-more {
    margin-left: 0;
  }
  .b-detail .b-text .inner {
    padding-left: 0 !important;
  }
  .b-detail .b-text .inner .title-subs {
    font-size: 10px;
    line-height: 17px;
  }
  footer {
    height: 210px;
  }
  .foot-left {
    float: none;
    width: 100%;
    padding: 0;
    padding-top: 6%;
    height: fit-content;
    text-align: center;
  }
  .foot-left > div {
    margin-top: 0;
  }
  .foot-right {
    width: 100%;
    float: none;
    height: fit-content;
    padding: 0 6%;
    margin-top: 6%;
    text-align: center;
  }
  .our-cont {
    width: 280px !important;
  }
  .work-box {
        width: 90%;
        max-width: 1024px;
  }
  .system-img img {
      left: 130px;
      max-width: 35%;
  }
  .metabus-img img {
      left: 110px;
      max-width: 45%;
  }
  .cloud-img img {
      left: 135px;
      max-width: 35%;
  }
  .work-box .inner-box>a {
  }
  .intro-text {
          top: 12%;
          margin-left: 5%;
      }
      .intro-text>.hg-circle>p {
          font-size: 24px !important;
      }
      .intro-text p:last-of-type {
          font-size: 30px;
      }
      .intro-text p span {
          font-size: 30px !important;
          padding: 8px 20px 12px !important;
          margin: 0 0 0 10px !important;
      }
      .intro-text span {
          font-size: 16px;
      }
      .intro-text h3 {
          font-size: 18px;
      }
      .intro-text h3 span {
          font-size: 18px !important;
      }
}
@media all and (max-width: 400px) {
  .b-detail .b-text .inner .title-subs {
    white-space: pre-wrap;
    width: 140px;
  }
  .intro-text {
          top: 12%;
          margin-left: 5%;
      }
      .intro-text>.hg-circle>p {
          font-size: 24px !important;
      }
      .intro-text p:last-of-type {
          font-size: 30px;
      }
      .intro-text p span {
          font-size: 30px !important;
          padding: 8px 20px 12px !important;
          margin: 0 0 0 10px !important;
      }
      .intro-text span {
          font-size: 16px;
      }
      .intro-text h3 {
          font-size: 18px;
      }
      .intro-text h3 span {
          font-size: 18px !important;
      }
}
@media all and (max-width: 360px) {
    .intro-text {
        top: 12%;
        margin-left: 5%;
    }
    .intro-text>.hg-circle>p {
        font-size: 24px !important;
    }
    .intro-text p:last-of-type {
        font-size: 26px;
    }
    .intro-text p span {
        font-size: 26px !important;
        padding: 8px 20px 12px !important;
        margin: 0 0 0 10px !important;
    }
    .intro-text span {
        font-size: 16px;
    }
    .intro-text h3 {
        font-size: 18px;
    }
    .intro-text h3 span {
        font-size: 18px !important;
    }
    .system-img img {
        left: 100px;
        max-width: 40%;
    }
    .metabus-img img {
        left: 90px;
        max-width: 50%;
    }
    .cloud-img img {
        left: 100px;
        max-width: 40%;
    }
    .work-box .inner-box>a {
      right: 32%;
      transform: translateX(-50%);
    }
}
@media all and (max-width: 320px) {
  footer {
    height: 230px;
  }
  .foot-left {
    padding-top: 8%;
  }
  .intro-text {
      top: 10%;
      margin-left: 5%;
  }
  .intro-text>.hg-circle>p {
      font-size: 24px !important;
  }
  .intro-text span {
      font-size: 14px;
  }
  .intro-text h3 {
      font-size: 18px;
  }
  .intro-text h3 span {
        font-size: 18px !important;
    }
  .intro-text p:last-of-type {
      font-size: 24px;
  }

  .intro-text p span {
        font-size: 18px !important;
        padding: 8px 20px 12px !important;
        margin: 0 0 0 10px !important;
  }
  .work-box .inner-box>a {
      right: 30%;
      transform: translateX(-50%);
  }
  .system-img img {
      left: 90px;
      max-width: 40%;
  }
  .metabus-img img {
      left: 70px;
      max-width: 60%;
  }
  .cloud-img img {
      left: 90px;
      max-width: 40%;
  }
  .box-detail {
    width: 46%;
    margin: 0 8px 8px 0;
  }
}
@media all and (max-width: 280px) {
  .tab-right {
    width: 100%;
  }
  .tab-left {
    width: 100%;
  }
  .intro-text {
    margin-left: 5%;
    top: 15%;
  }
  .intro-text p:first-of-type {
    font-size: 17px;
  }
  .intro-text p:last-of-type {
    font-size: 25px;
  }
  .intro-text>.hg-circle>p {
      font-size: 20px !important;
  }
  .intro-text p span {
      font-size: 16px !important;
    padding: 8px 20px 12px!important;
    margin: 0 0 0 10px!important;
  }
  .intro-text span {
    font-size: 13px;
  }
  .intro-text h3 {
      font-size: 15px;
  }
  .intro-text h3 span {
      font-size: 15px !important;
  }
  .our-cont {
    width: 241px !important;
  }
  .work-box .inner-box {
      margin-bottom: 70px;
  }
  .system-img img {
      left: 60px;
      max-width: 50%;
  }
  .metabus-img img {
      left: 50px;
      max-width: 70%;
  }
  .cloud-img img {
      left: 70px;
      max-width: 50%;
  }
  .work-box .inner-box h3 {
      font-size: 18px;
  }
  .work-box .inner-box p {
      font-size: 14px;
  }
  .interval {
      margin-top: 1100px;
  }
  .work-box .inner-box>a {
    right: 28%;
    transform: translateX(-50%);
  }
}
