@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Spoqa Han Sans', 'Sans-serif';
  font-size: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

li {
  padding: 0;
  -webkit-padding-start: 0;
  list-style-type: none; }

button {
  border: 0; }

a > img {
  border: 0; }

a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: inherit; }

.inner {
  position: relative;
  width: 1132px;
  padding: 0 16px;
  margin: auto; }

.slideshowContainer {
  display: grid;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden; }

.circleMain {
  display: flex;
  animation: scroll 40s linear infinite; }
  .circleMain .circleOne {
    cursor: pointer;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    background-color: #FFF;
    margin-top: 4%; }
  .circleMain .circleTwo {
    cursor: pointer;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    background-color: #FFF;
    margin-top: 3%;
    margin-left: 40px; }
  .circleMain .circleThree {
    cursor: pointer;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    background-color: #FFF;
    margin-top: 5%;
    margin-left: 30px; }
  .circleMain .circleFour {
    cursor: pointer;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    background-color: #FFF;
    margin-top: 2%;
    margin-left: 20px; }
  .circleMain .circleFive {
    cursor: pointer;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    background-color: #FFF;
    margin-top: 7%; }
  .circleMain .circleSix {
    cursor: pointer;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    background-color: #FFF;
    margin-top: 3%;
    margin-left: 20px; }
  .circleMain .circleSeven {
    cursor: pointer;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    background-color: #FFF;
    margin-top: 6%;
    margin-left: 30px; }
  .circleMain .circleEight {
    cursor: pointer;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    background-color: #FFF;
    margin-top: 4%;
    margin-left: 30px; }
  .circleMain .circleNine {
    cursor: pointer;
    border-radius: 50%;
    width: 145px;
    height: 145px;
    background-color: #FFF;
    margin-top: 5.5%;
    margin-left: 30px; }

.circleMain:hover {
  animation-play-state: paused; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-250px * 9)); } }

.hide {
  display: none; }

#header,
#content,
#footer {
  width: 100%;
  min-width: 1132px; }

#header {
  position: absolute;
  z-index: 3;
  padding: 36px 0;
  background-color: #FFF;
  border-bottom: 1px solid #ADB5BD; }
  #header.scroll {
    top: 0;
    position: fixed; }
  #header .company-logo {
    display: inline-block;
    position: relative;
    top: 6px;
    width: 201px;
    height: 26px;
    margin-right: 48px;
    background: url("/img/iconpack.svg") no-repeat;
    background-position: 0px 0px; }
  #header .header-link {
    display: inline-block;
    vertical-align: baseline; }
    #header .header-link .header-link-item {
      position: relative;
      display: inline-block;
      margin-right: 44px;
      color: #212529;
      font-weight: bold;
      font-size: 16px; }
      #header .header-link .header-link-item:last-child {
        margin-right: 0; }
      #header .header-link .header-link-item .header-link-item-text:hover {
        cursor: pointer; }
      #header .header-link .header-link-item .header-link-item-text.arrow:after {
        position: absolute;
        content: ' ';
        width: 13px;
        height: 13px;
        top: 7px;
        right: -20px;
        background-image: url("/img/iconpack.svg");
        background-repeat: no-repeat;
        background-position: 0px -331px;
        cursor: pointer; }
      #header .header-link .header-link-item .header-link-item-text.arrow.active {
        color: #4C6EF5; }
        #header .header-link .header-link-item .header-link-item-text.arrow.active:after {
          background-position: 0px -3970px; }
      #header .header-link .header-link-item .subwrap {
        display: none;
        position: fixed;
        background-color: #FFF;
        width: 100%;
        height: auto;
        left: 0;
        top: 103px;
        text-align: center;
        border-top: 1px solid #ADB5BD;
        border-bottom: 1px solid #ADB5BD;
        z-index: 3; }
        #header .header-link .header-link-item .subwrap ul {
          margin: auto; }
          #header .header-link .header-link-item .subwrap ul.company {
            width: 656px; }
          #header .header-link .header-link-item .subwrap ul.solution {
            width: 984px; }
          #header .header-link .header-link-item .subwrap ul.news {
            width: 984px; }
          #header .header-link .header-link-item .subwrap ul .cell {
            display: table-cell;
            width: 328px;
            padding: 36px 0 36px;
            border-left: 1px solid #ADB5BD;
            text-align: center;
            vertical-align: top;
            color: #212529; }
            #header .header-link .header-link-item .subwrap ul .cell:last-child {
              border-right: 1px solid #ADB5BD; }
            #header .header-link .header-link-item .subwrap ul .cell .link {
              display: block;
              margin-bottom: 12px;
              font-size: 14px;
              font-weight: 400; }
              #header .header-link .header-link-item .subwrap ul .cell .link:last-child {
                margin-bottom: 0; }
              #header .header-link .header-link-item .subwrap ul .cell .link.title {
                margin-bottom: 16px;
                font-size: 16px;
                font-weight: bold; }
      #header .header-link .header-link-item.active .subwrap {
        display: block; }
  #header .portalbtn {
    position: absolute;
    top: -6px;
    right: 142px;
    vertical-align: baseline; }
    #header .portalbtn a {
      display: inline-block;
      cursor: pointer;
      position: relative;
      padding: 17px;
      font-size: 12px;
      line-height: 12px;
      background-color: #4263EB;
      color: #FFF;
      border: 0;
      border-radius: 6px; }
  #header .header-language {
    position: absolute;
    top: 4px;
    right: -36px;
    vertical-align: baseline; }
    #header .header-language .language-item {
      display: inline-block;
      color: #ADB5BD;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer; }
      #header .header-language .language-item:first-child:after {
        content: '|';
        display: inline-block;
        margin: 0 10px;
        font-weight: 300;
        color: #212529; }
      #header .header-language .language-item:last-child:before {
        content: '|';
        display: inline-block;
        margin: 0 10px;
        font-weight: 300; }
      #header .header-language .language-item.selected {
        color: #212529; }

#content {
  padding-top: 104px; }
  #content.non-index {
    padding-top: 152px; }
  #content .location-nav {
    position: fixed;
    top: 104px;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    min-width: 1132px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ADB5BD; }
    #content .location-nav .link {
      font-size: 13px; }
      #content .location-nav .link.current {
        font-weight: bold; }
      #content .location-nav .link:not(:last-child)::after {
        content: ' ';
        display: inline-block;
        position: relative;
        top: 9px;
        width: 28px;
        height: 28px;
        margin: 0 4px;
        background: url("/img/iconpack.svg");
        background-repeat: no-repeat;
        background-position: 0px -275px; }
      #content .location-nav .link:hover:not(.empty) {
        text-decoration: underline; }
  #content .block {
    min-width: 1132px; }
    #content .block.gray {
      background-color: #F1F3F5; }
    #content .block.gray-1 {
      background-color: #F8F9FA;
      min-height: 600px;
      padding: 80px 0; }
    #content .block.blue {
      background-color: #4263EB;
      color: #FFF; }
    #content .block.blue-gradient {
      background: linear-gradient(270deg, #15AABF 0%, #4C6EF5 100%);
      color: #FFF; }
    #content .block .col-2 {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      padding-right: 48px; }
      #content .block .col-2:last-child {
        padding-left: 48px;
        padding-right: 0; }
    #content .block.product-heading {
      padding: 80px 0;
      color: #000; }
      #content .block.product-heading .text-main {
        margin-bottom: 8px;
        font-size: 28px;
        font-weight: bold; }
      #content .block.product-heading .text-main-release {
        margin-bottom: 8px;
        font-size: 28px;
        font-weight: bold; }
      #content .block.product-heading .releasesection {
        margin-top: 40px;
        border-top: 1px solid #CED4DA; }
      #content .block.product-heading .releasesubsectionactive {
        cursor: pointer;
        display: block;
        font-size: 16px;
        margin: 10px 0 0 0;
        padding: 7px 0 7px 10px;
        color: #4263EB;
        width: 100%;
        background-color: #f2f4ff;
        border-radius: 5px; }
      #content .block.product-heading .releasesubsection {
        cursor: pointer;
        display: block;
        font-size: 16px;
        margin: 10px 0 0 0;
        padding: 7px 0 7px 10px; }
      #content .block.product-heading .text-sub {
        font-size: 20px;
        font-weight: normal; }
      #content .block.product-heading .text-desc {
        font-size: 16px;
        color: #000;
        line-height: 26px; }
    #content .block.product-image .image {
      display: block;
      width: 100%;
      height: auto; }
    #content .block.product-desc {
      padding: 80px 0; }
      #content .block.product-desc .product-desc-item {
        display: inline-block;
        width: 33%;
        padding: 0 32px;
        vertical-align: top;
        text-align: center; }
        #content .block.product-desc .product-desc-item .icon {
          content: ' ';
          display: block;
          width: 200px;
          height: 132px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 40px;
          background: url("/img/iconpack.svg");
          background-repeat: no-repeat; }
          #content .block.product-desc .product-desc-item .icon.catv1 {
            background-position: 0 -3726px; }
          #content .block.product-desc .product-desc-item .icon.catv2 {
            background-position: 0 -3594px; }
          #content .block.product-desc .product-desc-item .icon.catv3 {
            background-position: 0 -2010px; }
          #content .block.product-desc .product-desc-item .icon.tdrb1 {
            background-position: 0 -1614px; }
          #content .block.product-desc .product-desc-item .icon.tdrb2 {
            background-position: 0 -1746px; }
          #content .block.product-desc .product-desc-item .icon.tdrb3 {
            background-position: 0 -1878px; }
          #content .block.product-desc .product-desc-item .icon.cara1 {
            background-position: 0 -3330px; }
          #content .block.product-desc .product-desc-item .icon.cara2 {
            background-position: 0 -3462px; }
          #content .block.product-desc .product-desc-item .icon.cara3 {
            background-position: 0 -3594px; }
          #content .block.product-desc .product-desc-item .icon.uppward1 {
            background-position: 0 -3066px; }
          #content .block.product-desc .product-desc-item .icon.uppward2 {
            background-position: 0 -3198px; }
          #content .block.product-desc .product-desc-item .icon.uppward3 {
            background-position: 0 -1218px; }
          #content .block.product-desc .product-desc-item .icon.dapp1 {
            background-position: 0 -3066px; }
          #content .block.product-desc .product-desc-item .icon.dapp2 {
            background-position: 0 -3462px; }
          #content .block.product-desc .product-desc-item .icon.portal1 {
            background-position: 0 -1218px; }
          #content .block.product-desc .product-desc-item .icon.portal2 {
            background-position: 0 -1350px; }
          #content .block.product-desc .product-desc-item .icon.portal3 {
            background-position: 0 -1482px; }
          #content .block.product-desc .product-desc-item .icon.icfapi1 {
            background-position: 0 -2670px; }
          #content .block.product-desc .product-desc-item .icon.icfapi2 {
            background-position: 0 -2802px; }
          #content .block.product-desc .product-desc-item .icon.icfapi3 {
            background-position: 0 -2934px; }
          #content .block.product-desc .product-desc-item .icon.tc1 {
            background-position: 0 -2010px; }
          #content .block.product-desc .product-desc-item .icon.tc2 {
            background-position: 0 -2142px; }
          #content .block.product-desc .product-desc-item .icon.tc3 {
            background-position: 0 -2274px; }
          #content .block.product-desc .product-desc-item .icon.cac1 {
            background-position: 0 -2010px; }
          #content .block.product-desc .product-desc-item .icon.cac2 {
            background-position: 0 -2406px; }
          #content .block.product-desc .product-desc-item .icon.cac3 {
            background-position: 0 -2538px; }
        #content .block.product-desc .product-desc-item .text-main {
          margin-bottom: 20px;
          font-size: 18px;
          font-weight: bold;
          color: #000; }
        #content .block.product-desc .product-desc-item .text-desc {
          font-size: 14px;
          line-height: 26px;
          color: #000;
          text-align: left; }
          #content .block.product-desc .product-desc-item .text-desc.en {
            text-align: center; }
    #content .block.product .col-2:first-child {
      padding-top: 120px;
      padding-bottom: 120px; }
    #content .block.product .product-text {
      font-size: 30px;
      margin-bottom: 40px; }
    #content .block.product .product-button {
      position: relative;
      width: 250px;
      height: 46px;
      padding: 4px 0px 4px 16px;
      font-size: 16px;
      background-color: #4263EB;
      color: #FFF;
      text-align: left;
      border: 0;
      cursor: pointer; }
      #content .block.product .product-button:after {
        content: ' ';
        position: absolute;
        top: 16px;
        right: 10px;
        width: 14px;
        height: 14px;
        background: url("/img/iconpack.svg");
        background-repeat: no-repeat;
        background-position: 0px -303px; }
    #content .block.product.blue-gradient .product-button {
      background-color: white;
      color: #4C6EF5; }
      #content .block.product.blue-gradient .product-button:after {
        background-position: 0 -317px; }
    #content .block.product .background {
      position: relative;
      min-height: 416px; }
      #content .block.product .background .uppward {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 440px;
        height: auto;
        margin: auto; }
      #content .block.product .background .portal {
        width: auto;
        height: 416px; }
      #content .block.product .background .mockup {
        width: auto;
        height: 416px; }

#footer {
  height: auto;
  padding: 80px 0;
  background-color: #000;
  color: #FFF; }
  #footer .row {
    vertical-align: top; }
    #footer .row:first-child {
      margin-bottom: 52px; }
    #footer .row .company-logo {
      display: inline-block;
      position: relative;
      width: 241px;
      height: 31px;
      background: url("/img/iconpack.svg") no-repeat;
      background-position: 0px -26px; }
    #footer .row .icon-pack {
      float: right; }
      #footer .row .icon-pack .icon {
        display: inline-block;
        margin-right: 16px;
        width: 27px;
        height: 27px;
        background: url("/img/iconpack.svg") no-repeat; }
        #footer .row .icon-pack .icon.facebook {
          background-position: 0px -344px; }
        #footer .row .icon-pack .icon.twitter {
          background-position: 0px -371px; }
        #footer .row .icon-pack .icon.medium {
          background-position: 0px -398px; }
        #footer .row .icon-pack .icon.reddit {
          background-position: 0px -425px; }
        #footer .row .icon-pack .icon.linkedin {
          background-position: 0px -452px; }
        #footer .row .icon-pack .icon.youtube {
          background-position: 0px -479px; }
    #footer .row .vertical-box {
      display: inline-block;
      width: 164px;
      vertical-align: top; }
      #footer .row .vertical-box:first-child {
        width: 444px;
        font-size: 15px; }
      #footer .row .vertical-box.language .language-item {
        display: inline-block;
        margin-right: 14px;
        cursor: pointer; }
        #footer .row .vertical-box.language .language-item.selected {
          font-weight: bold;
          text-decoration: underline; }
        #footer .row .vertical-box.language .language-item:last-child {
          margin-right: 0; }
      #footer .row .vertical-box .footer-vertical-item {
        margin-bottom: 24px;
        font-size: 13px; }
        #footer .row .vertical-box .footer-vertical-item.title {
          margin-bottom: 24px;
          font-size: 15px;
          font-weight: 400; }
        #footer .row .vertical-box .footer-vertical-item:last-child {
          margin-bottom: 0; }
    #footer .row .bottom-box {
      display: inline-block;
      width: 49%;
      vertical-align: bottom; }
      #footer .row .bottom-box.location:before {
        display: block;
        content: '';
        width: 120px;
        height: 1px;
        margin: 45px 0 24px;
        background: #FFF; }
      #footer .row .bottom-box.location .korea {
        cursor: default !important;
        margin-right: 3px; }
      #footer .row .bottom-box.location .japan {
        cursor: default !important; }
      #footer .row .bottom-box.location li {
        margin-bottom: 12px;
        font-size: 13px; }
        #footer .row .bottom-box.location li:last-child {
          margin-bottom: 0; }
        #footer .row .bottom-box.location li .label {
          display: inline-block;
          width: 60px;
          font-weight: 400; }
        #footer .row .bottom-box.location li .label-footer {
          display: inline-block;
          width: 70px;
          font-weight: 400; }
        #footer .row .bottom-box.location li span:hover, #footer .row .bottom-box.location li a:hover {
          cursor: pointer; }
        #footer .row .bottom-box.location li#circEmail {
          display: inline-block; }
          #footer .row .bottom-box.location li#circEmail.hide {
            display: none; }
      #footer .row .bottom-box.copyright {
        text-align: right;
        font-size: 13px;
        color: #868E96;
        width: 51%; }

.transparent-masking {
  display: none;
  position: fixed;
  top: 97px;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2; }
  .transparent-masking.visible {
    display: block;
    width: 100%;
    height: 100%; }

.map-masking {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.64;
  width: 100%;
  height: 100%;
  z-index: 5; }
  .map-masking .close {
    position: fixed;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #ADB5BD;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 5; }
    .map-masking .close:hover {
      color: #FFF; }

.map {
  position: fixed !important;
  top: 20%;
  left: 5%;
  width: 90%;
  height: 60%;
  z-index: 6; }
  .map:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: url("/img/iconpack.svg") no-repeat;
    background-position: 0px -4018px; }
  .map .gm-ui-hover-effect {
    display: none !important; }

@media screen and (min-width: 1px) and (max-width: 480px) {
  #header,
  #content,
  #footer {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  #content {
    padding-top: 54px; }
    #content.non-index {
      padding-top: 102px; }
    #content .block {
      min-width: 100%; }
  .inner {
    width: 100%; }
  #header {
    height: 54px;
    padding: 0;
    border-bottom: 1px solid #ADB5BD; }
    #header.active {
      background-color: #000;
      border-bottom: 0; }
    #header.scroll {
      position: fixed; }
    #header .company-logo {
      display: block;
      top: 16px;
      width: 184px;
      height: 26px;
      margin: 0 auto;
      background: url("/img/iconpack.svg") no-repeat;
      background-position: 0px 0px; }
      #header .company-logo.active {
        background-position: 0px -4053px; }
    #header .mobile-expand {
      position: absolute;
      display: block;
      width: 35px;
      height: 35px;
      top: 12px;
      right: 16px;
      background: url("/img/iconpack.svg") no-repeat;
      background-position: 0px -3984px; }
      #header .mobile-expand.active {
        background-position: 0px -4018px; }
    #header .header-link {
      position: fixed;
      display: none;
      top: 54px;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 16px 54px;
      background-color: #000;
      overflow-y: auto; }
      #header .header-link.active {
        display: block; }
      #header .header-link .header-link-item {
        display: block;
        min-height: 64px;
        line-height: 64px;
        margin-right: 0;
        color: #FFF;
        border-bottom: 1px solid #495057; }
        #header .header-link .header-link-item:first-child {
          margin-top: 36px; }
        #header .header-link .header-link-item .header-link-item-text {
          display: block; }
          #header .header-link .header-link-item .header-link-item-text:hover {
            cursor: pointer; }
          #header .header-link .header-link-item .header-link-item-text.arrow:after {
            right: 0;
            top: 25px;
            transform: rotate(90deg);
            background-position: 0px -303px; }
          #header .header-link .header-link-item .header-link-item-text.arrow.active {
            color: #FFF; }
            #header .header-link .header-link-item .header-link-item-text.arrow.active:after {
              transform: rotate(90deg);
              background-position: 0px -303px; }
        #header .header-link .header-link-item .subwrap {
          position: static;
          background-color: transparent;
          top: initial;
          border: 0;
          box-shadow: none; }
          #header .header-link .header-link-item .subwrap ul {
            margin: auto;
            width: 100% !important; }
            #header .header-link .header-link-item .subwrap ul .cell {
              display: block;
              width: 100%;
              margin-top: 24px;
              border-left: 0;
              border-right: 0;
              padding: 0;
              color: #FFF;
              text-align: left;
              line-height: 24px; }
              #header .header-link .header-link-item .subwrap ul .cell:last-child {
                border-right: 0;
                margin-bottom: 48px; }
              #header .header-link .header-link-item .subwrap ul .cell.line {
                padding-top: 20px;
                border-top: 1px solid #212529; }
              #header .header-link .header-link-item .subwrap ul .cell .link:last-child {
                margin-bottom: 0; }
              #header .header-link .header-link-item .subwrap ul .cell .link.title {
                margin-bottom: 20px;
                font-size: 14px;
                color: #868E96; }
    #header .header-language {
      display: none; }
    #header .portalbtn {
      display: none; }
  #content {
    padding-top: 54px; }
    #content.non-index {
      padding-top: 102px; }
    #content .location-nav {
      width: 100%;
      min-width: 100%;
      top: 54px; }
      #content .location-nav .empty:not(:last-child) {
        display: none; }
    #content .block .col-2 {
      display: inline-block;
      width: 100%;
      padding: 0; }
      #content .block .col-2:last-child {
        padding: 0;
        margin-top: 48px; }
    #content .block.product-heading {
      padding: 56px 0; }
      #content .block.product-heading .text-main {
        margin-bottom: 8px;
        font-size: 20px; }
      #content .block.product-heading .text-sub {
        font-size: 16px; }
    #content .block.product-image {
      padding: 0;
      overflow: hidden; }
      #content .block.product-image .image {
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1.1); }
    #content .block.product-desc {
      padding: 56px 0; }
      #content .block.product-desc .product-desc-item {
        display: block;
        width: 100%;
        padding: 0; }
        #content .block.product-desc .product-desc-item:first-child:before {
          display: block;
          content: ' ';
          border-top: 1px solid #CED4DA;
          margin: 32px 0; }
        #content .block.product-desc .product-desc-item:not(:last-child):after {
          display: block;
          content: ' ';
          border-top: 1px solid #CED4DA;
          margin: 32px 0; }
        #content .block.product-desc .product-desc-item .icon {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 24px;
          transform: scale(0.8); }
        #content .block.product-desc .product-desc-item .text-main {
          margin-bottom: 16px; }
    #content .block.product {
      overflow-x: hidden; }
      #content .block.product .product-text {
        font-size: 20px;
        margin-bottom: 24px; }
      #content .block.product .col-2:first-child {
        position: relative;
        z-index: 1; }
      #content .block.product .background {
        position: absolute;
        left: 35%;
        width: 100%;
        height: 368px;
        min-height: 0;
        margin-top: 0;
        overflow: hidden;
        padding: 16px; }
        #content .block.product .background .background-image {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: auto;
          margin: auto; }
        #content .block.product .background .uppward {
          display: none; }
  #footer {
    padding: 54px 0; }
    #footer .row {
      vertical-align: top; }
      #footer .row:first-child {
        margin-bottom: 30px; }
      #footer .row .company-logo {
        width: 197px;
        height: 21px;
        background-size: 100%;
        background-position: 0px -17px; }
      #footer .row .icon-pack {
        position: absolute;
        bottom: 254px; }
      #footer .row .vertical-box {
        width: 50%; }
        #footer .row .vertical-box:first-child {
          width: 100%;
          margin-bottom: 56px; }
        #footer .row .vertical-box.company, #footer .row .vertical-box.solution {
          margin-bottom: 56px; }
      #footer .row .bottom-box {
        display: block;
        width: 100%; }
        #footer .row .bottom-box.location {
          margin-bottom: 56px; }
          #footer .row .bottom-box.location:before {
            margin: 138px 0 24px; }
        #footer .row .bottom-box.copyright {
          text-align: left;
          width: 100%; } }
