@import url("https://fonts.googleapis.com/css?family=Cabin&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
html {
  font-family: 'Noto Sans KR', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px; }

h4 {
  font-size: 18px;
  line-height: 29.124px; }
  @media screen and (min-width: 1650px) {
    h4 {
      font-size: 22px;
      line-height: 35.596px; } }

h5, h6 {
  font-size: 14px;
  line-height: 22.652px; }
  @media screen and (min-width: 1650px) {
    h5, h6 {
      font-size: 16px;
      line-height: 25.888px; } }

p {
  line-height: 22.652px;
  font-size: 14px;
  line-height: 22.652px;
  color: #373737; }
  @media screen and (min-width: 1650px) {
    p {
      font-size: 16px;
      line-height: 25.888px; } }

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #a2a2a2; }

.section {
  clear: both;
  padding: 0;
  margin: 0; }

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 1650px) {
    .wrap {
      padding: 0; } }

.col {
  display: block;
  float: left;
  margin: 1.5% 0; }
  .col:first-of-type {
    margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .col {
      margin: 1.5% 0 1.5% 3%; } }

.group {
  zoom: 1;
  /* For IE 6/7 */ }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .span_1_of_2 {
      width: calc(50% - 1.5%); }
      .span_1_of_2:nth-of-type(2n+3) {
        margin-left: 0; } }

.span_3of_3, .span_2_of_3, .span_1_of_3 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_2_of_3 {
    width: calc(66.66% - 1.2%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 2%); }
    .span_1_of_3:nth-of-type(3n+4) {
      margin-left: 0; } }

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 1.2%); } }

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 1.5%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(25% - 2.3076923077%); } }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

html {
  overflow-x: hidden; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

img {
  width: 100%;
  height: auto; }

.featherlight-content {
  padding: 5px 5px 0 !important; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
    top: auto;
    bottom: 0;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden; }
    .featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span {
      position: relative;
      top: 60px;
      text-shadow: none;
      font-size: 20px;
      line-height: 25px;
      display: block; }
  .featherlight-content .featherlight-next {
    right: 0;
    left: auto; }
    .featherlight-content .featherlight-next span {
      right: -5%; }
  .featherlight-content .featherlight-previous {
    left: 0; }
  .featherlight-content .featherlight-close-icon {
    font-size: 40px;
    color: #fff;
    width: auto;
    padding: 20px; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 45%; }
  .owl-nav div {
    position: absolute; }
    .owl-nav div i {
      color: #373737;
      font-weight: 700;
      font-size: 30px; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.video-block iframe {
  width: 100% !important;
  height: 50.5vw; }
  @media screen and (min-width: 768px) {
    .video-block iframe {
      height: 35vw; } }
  @media screen and (min-width: 1024px) {
    .video-block iframe {
      height: 25.5vw; } }

#breadcrumbs ul {
  font-size: 14px;
  line-height: 22.652px;
  color: #373737; }
  @media screen and (min-width: 1650px) {
    #breadcrumbs ul {
      font-size: 16px;
      line-height: 25.888px; } }
  #breadcrumbs ul a {
    color: #a2a2a2;
    font-weight: 700; }

.text-block ul, .split ul {
  margin: 10px 0;
  width: 100%;
  float: left; }
  .text-block ul li, .split ul li {
    font-size: 14px;
    line-height: 22.652px;
    color: #373737;
    margin: 0;
    width: 100%;
    float: left; }
    @media screen and (min-width: 1650px) {
      .text-block ul li, .split ul li {
        font-size: 16px;
        line-height: 25.888px; } }
    @media screen and (min-width: 1024px) {
      .text-block ul li, .split ul li {
        font-size: 18px;
        line-height: 29.124px; } }
  @media screen and (min-width: 1024px) and (min-width: 1650px) {
    .text-block ul li, .split ul li {
      font-size: 22px;
      line-height: 35.596px; } }

    .text-block ul li:before, .split ul li:before {
      font-weight: 700;
      content: "\f101";
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      line-height: 29.124px;
      color: #a2a2a2;
      position: relative;
      padding-right: 8px;
      display: block;
      float: left;
      height: 35px; }
      @media screen and (min-width: 1650px) {
        .text-block ul li:before, .split ul li:before {
          font-size: 22px;
          line-height: 35.596px; } }
.text-block p.large-body, .split p.large-body {
  font-size: 18px;
  line-height: 29.124px; }
  @media screen and (min-width: 1650px) {
    .text-block p.large-body, .split p.large-body {
      font-size: 22px;
      line-height: 35.596px; } }

.text-block ul {
  float: left;
  margin: 10px 0 20px; }
.text-block ul.bullet-width li {
  width: 50%; }
  @media screen and (min-width: 560px) {
    .text-block ul.bullet-width li {
      width: 50%; } }
.text-block img {
  width: 90%;
  display: block;
  margin: 0 auto; }

.pagination {
  position: relative;
  display: block; }
  .pagination .next-button, .pagination .previous-button {
    background-color: #1D95E1;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    font-size: 25px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae; }
    .pagination .number-button:hover {
      background-color: #1D95E1;
      color: #ffffff;
      border: 1px solid #1D95E1; }
  .pagination a.active {
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1; }

.blog-pager ul a {
  background: #ededed;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 700;
  color: #a2a2a2; }
  .blog-pager ul a span {
    display: none; }
.blog-pager ul .prev-p {
  float: left; }
.blog-pager ul .next-p {
  float: right; }

.twitter-carousel li img {
  height: auto;
  width: 100%;
  margin-top: 10px;
  -webkit-mask-image: linear-gradient(black 10%, rgba(0, 0, 0, 0) 40%);
  mask-image: linear-gradient(black 10%, rgba(0, 0, 0, 0) 40%); }
.twitter-carousel li.twitter-img {
  height: 200px;
  overflow: hidden; }

.btn {
  float: left;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 25px;
  color: #fff;
  background: #a2a2a2;
  text-transform: uppercase; }
  .btn:hover {
    background: #ededed;
    color: #fff; }
  @media screen and (min-width: 1140px) {
    .btn {
      padding: 12px 35px; } }
  @media screen and (min-width: 1650px) {
    .btn {
      font-size: 18px;
      padding: 18px 40px; } }

.btn.color1 {
  background: #222222; }
  .btn.color1:hover {
    background: #373737; }

.btn.color2 {
  background: #69a5e1; }
  .btn.color2:hover {
    background: #373737; }

.btn.color3 {
  background: #548f29; }
  .btn.color3:hover {
    background: #373737; }

.btn.white {
  background: #fff;
  color: #222222; }
  .btn.white:hover {
    background: #a2a2a2;
    color: #fff; }

.btn#login:before {
  content: "\f2f6";
  font-family: 'Font Awesome 5 Free';
  padding-right: 10px; }

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.grow:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.owl-nav div i {
  color: #a2a2a2;
  font-size: 30px; }

.main-banner-carousel.owl-carousel {
  height: 100%; }
  .main-banner-carousel.owl-carousel .owl-stage-outer, .main-banner-carousel.owl-carousel .owl-stage, .main-banner-carousel.owl-carousel .owl-item {
    height: 100%; }

.textBlock h1, .textBlock h2, .textBlock h3, .textBlock h4, .textBlock h5, .textBlock h6 {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 31.2px; }
  @media screen and (min-width: 768px) {
    .textBlock h1, .textBlock h2, .textBlock h3, .textBlock h4, .textBlock h5, .textBlock h6 {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) {
    .textBlock h1, .textBlock h2, .textBlock h3, .textBlock h4, .textBlock h5, .textBlock h6 {
      font-size: 26px;
      line-height: 31.2px; } }
  @media screen and (min-width: 1140px) {
    .textBlock h1, .textBlock h2, .textBlock h3, .textBlock h4, .textBlock h5, .textBlock h6 {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (min-width: 1650px) {
    .textBlock h1, .textBlock h2, .textBlock h3, .textBlock h4, .textBlock h5, .textBlock h6 {
      font-size: 40px;
      line-height: 48px; } }

.text.area ul li {
  list-style-type: disc;
  list-style-position: inside;
  color: #373737; }

header {
  position: inherit;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }
  @media screen and (min-width: 768px) {
    header {
      padding-bottom: 25px; } }
  header .logo {
    position: relative;
    z-index: 10;
    width: 75%;
    float: left;
    background: #fff;
    padding: 20px 20px;
    margin-top: 3%; }
    @media screen and (min-width: 768px) {
      header .logo {
        width: 35%;
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      header .logo {
        width: 35%; } }
    @media screen and (min-width: 1140px) {
      header .logo {
        width: 28%; } }
    @media screen and (min-width: 1650px) {
      header .logo {
        width: 25%; } }
  header #form-search {
    display: none;
    margin-top: 25px;
    margin-bottom: -25px;
    margin-right: 120px;
    width: 400px;
    float: right;
    position: relative; }
    @media screen and (min-width: 1140px) {
      header #form-search {
        width: 550px;
        margin-right: 0; } }
    header #form-search input::-webkit-input-placeholder {
      color: #fff !important; }
    header #form-search input:-moz-placeholder {
      color: #fff !important; }
    header #form-search input::-moz-placeholder {
      color: #fff !important; }
    header #form-search input:-ms-input-placeholder {
      color: #fff !important; }
    header #form-search select {
      color: #fff; }
    header #form-search textarea {
      color: #fff; }
    header #form-search textarea::placeholder {
      color: #fff; }
    header #form-search i {
      position: absolute;
      left: 25px;
      top: 17px;
      color: #fff;
      font-size: 14px; }
    header #form-search input[type=text] {
      color: #fff;
      width: 100%;
      -webkit-border-radius: 80px;
      -moz-border-radius: 80px;
      -ms-border-radius: 80px;
      border-radius: 80px;
      font-family: 'Noto Sans KR', sans-serif;
      font-weight: 700;
      font-size: 14px;
      border: 2px solid #fff;
      background: transparent;
      padding: 12px 25px;
      padding-left: 50px; }
  header .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 8%;
    width: auto;
    margin-top: 15px; }
    @media screen and (max-width: 555px) {
      header .contact {
        float: left;
        display: none; } }
    @media screen and (min-width: 768px) {
      header .contact {
        justify-content: end;
        float: none;
        margin-left: 0;
        display: flex;
        margin-top: 28px;
        margin-right: 7%; } }
    @media screen and (min-width: 1024px) {
      header .contact {
        float: right; } }
    @media screen and (min-width: 1140px) {
      header .contact {
        float: right; } }
    header .contact .fa-2x {
      font-size: 1.5em; }
    header .contact a {
      font-size: 17px;
      color: #000; }
    header .contact .phone {
      padding-right: 30px;
      color: #000; }
      @media screen and (max-width: 555px) {
        header .contact .phone {
          padding-bottom: 10px; } }
      @media screen and (min-width: 768px) {
        header .contact .phone {
          padding-left: 15px;
          padding-bottom: 0px; } }
      header .contact .phone i {
        padding-right: 15px; }
    header .contact .email {
      color: #000; }
      header .contact .email i {
        padding-right: 15px; }
  header .nav-area {
    float: right;
    margin-top: 30px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (min-width: 768px) {
      header .nav-area {
        margin-top: 40px; } }
    header .nav-area .main-nav, header .nav-area .btn-area, header .nav-area .search {
      float: right; }
    header .nav-area .search {
      cursor: pointer;
      padding: 12px 16px;
      margin-left: 20px;
      margin-right: 120px;
      display: none; }
      @media screen and (min-width: 768px) {
        header .nav-area .search {
          display: block; } }
      @media screen and (min-width: 1140px) {
        header .nav-area .search {
          margin-right: 0; } }
      @media screen and (min-width: 1650px) {
        header .nav-area .search {
          padding: 18px 22px; } }
    header .nav-area .btn-area {
      display: none; }
      @media screen and (min-width: 768px) {
        header .nav-area .btn-area {
          display: block;
          margin-right: 130px; } }
      @media screen and (min-width: 1140px) {
        header .nav-area .btn-area {
          padding-right: 0; } }
      header .nav-area .btn-area .btn {
        margin-right: 20px; }
        header .nav-area .btn-area .btn:last-of-type {
          margin-right: 0; }
        @media screen and (min-width: 1140px) {
          header .nav-area .btn-area .btn:last-of-type {
            margin-right: 0; } }
  header .mobile-nav-btn {
    position: fixed;
    top: 15px;
    right: 35px;
    z-index: 10;
    color: #ffffff;
    background: #69a5e1;
    font-size: 30px;
    height: 75px;
    width: 75px;
    padding: 22px 0;
    text-align: center;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 768px) {
      header .mobile-nav-btn {
        top: 65px;
        right: 50px; } }
    @media (min-width: 1025px) {
      header .mobile-nav-btn {
        display: none; } }
    header .mobile-nav-btn.close {
      display: none; }

.sticky-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25); }
  .sticky-header .logo {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 160px;
    padding: 55px 0;
    margin-top: 1%; }
    .sticky-header .logo img {
      width: 130%; }
  .sticky-header .nav-area {
    margin-top: 50px; }
    .sticky-header .nav-area .main-nav a {
      color: #222222; }

@media (max-width: 1024px) {
  nav.main-nav {
    display: none;
    position: fixed;
    z-index: 9;
    background: #69a5e1;
    width: 100%;
    padding: 30px;
    padding-top: 140px;
    left: 0;
    top: 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    nav.main-nav {
      padding-top: 180px; } }
@media (max-width: 1024px) {
    nav.main-nav ul li {
      display: inline-block;
      margin-right: 40px;
      padding: 15px 0;
      width: 100%;
      text-align: center; }
      nav.main-nav ul li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        line-height: 29.124px; } }
      @media screen and (max-width: 1024px) and (min-width: 1650px) {
        nav.main-nav ul li a {
          font-size: 22px;
          line-height: 35.596px; } }
@media (max-width: 1024px) {
      nav.main-nav ul li.item-with-dropdown i {
        margin-left: 10px;
        color: #fff; }
      nav.main-nav ul li.item-with-dropdown .dropdown {
        display: none;
        position: relative;
        left: -15%;
        width: 130%;
        background: #548f29;
        padding: 10px 20px;
        margin: 20px 0;
        text-align: center; }
        nav.main-nav ul li.item-with-dropdown .dropdown li {
          margin: 20px 0; }
          nav.main-nav ul li.item-with-dropdown .dropdown li a {
            font-size: 18px;
            line-height: 29.124px;
            padding: 0; } }
          @media screen and (max-width: 1024px) and (min-width: 1650px) {
            nav.main-nav ul li.item-with-dropdown .dropdown li a {
              font-size: 22px;
              line-height: 35.596px; } }
@media (max-width: 1024px) {
            nav.main-nav ul li.item-with-dropdown .dropdown li a:hover {
              color: #fff;
              text-decoration: underline; }

  nav.main-nav.sticky {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding-top: 100px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    nav.main-nav.sticky {
      padding-top: 50px; } }

@media (min-width: 1025px) {
  nav.main-nav ul li {
    display: inline-block;
    margin-right: 40px;
    padding: 14px 0; }
    nav.main-nav ul li a {
      color: #000;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      line-height: 22.652px; } }
    @media screen and (min-width: 1025px) and (min-width: 1650px) {
      nav.main-nav ul li a {
        font-size: 16px;
        line-height: 25.888px; } }
@media (min-width: 1025px) {
    nav.main-nav ul li.item-with-dropdown {
      position: relative;
      padding-bottom: 30px; }
      nav.main-nav ul li.item-with-dropdown i {
        margin-left: 10px;
        font-size: 12px;
        color: #69a5e1; }
      nav.main-nav ul li.item-with-dropdown .dropdown {
        display: none;
        position: absolute;
        top: 40px;
        left: -25%;
        width: 150%;
        background: #69a5e1;
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px; }
        nav.main-nav ul li.item-with-dropdown .dropdown li {
          margin: 20px 0;
          border-radius: 5px;
          background-color: #69a5e1;
          width: 100%; }
          nav.main-nav ul li.item-with-dropdown .dropdown li a {
            font-size: 14px;
            line-height: 16.8px;
            color: #fff;
            padding: 0; }
            nav.main-nav ul li.item-with-dropdown .dropdown li a:hover {
              color: #fff;
              text-decoration: underline; } }
          @media screen and (min-width: 1025px) and (min-width: 1650px) {
            nav.main-nav ul li.item-with-dropdown .dropdown li a {
              font-size: 18px;
              line-height: 21.6px; } }
@media (min-width: 1025px) {
      nav.main-nav ul li.item-with-dropdown:hover .dropdown {
        display: block;
        z-index: 99; } }
footer {
  float: left;
  width: 100%;
  height: 100%;
  background-size: 210% 100%;
  background-image: url(); }
  @media screen and (min-width: 768px) {
    footer {
      background-size: 228% 126%; } }
  @media screen and (min-width: 1140px) {
    footer {
      background-size: 100% 150%; } }
  footer .overlay {
    padding: 40px 0 10px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    float: left;
    position: relative; }
    footer .overlay .main-area .title {
      color: #ffffff;
      font-size: 18px;
      line-height: 29.124px;
      margin-bottom: 30px; }
      @media screen and (min-width: 1650px) {
        footer .overlay .main-area .title {
          font-size: 22px;
          line-height: 35.596px; } }
    footer .overlay .main-area p {
      color: #ffffff; }
    footer .overlay .main-area .social {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      line-height: 29.124px;
      background: #ffffff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      width: 55px;
      height: 55px;
      padding: 10px 0;
      text-align: center;
      margin-bottom: 7px;
      margin-right: 7px;
      color: #222222;
      line-height: 35px; }
      @media screen and (min-width: 1650px) {
        footer .overlay .main-area .social {
          font-size: 22px;
          line-height: 35.596px; } }
      footer .overlay .main-area .social:hover {
        background: #222222;
        color: #ffffff; }
    footer .overlay .main-area ul .cols {
      float: left;
      width: 48%;
      margin-right: 2%; }
      footer .overlay .main-area ul .cols:last-of-type {
        margin-right: 0; }
    footer .overlay .main-area ul li {
      float: left;
      width: 100%;
      margin-bottom: 7px; }
      footer .overlay .main-area ul li a {
        font-size: 14px;
        line-height: 22.652px;
        color: #ffffff; }
        @media screen and (min-width: 1650px) {
          footer .overlay .main-area ul li a {
            font-size: 16px;
            line-height: 25.888px; } }
    footer .overlay .bottom-area {
      width: 100%;
      float: left;
      margin: 50px 0; }
      footer .overlay .bottom-area .logo {
        width: 200px;
        float: left; }
      footer .overlay .bottom-area .cert-logo img {
        max-width: 197px; }
        @media screen and (min-width: 768px) {
          footer .overlay .bottom-area .cert-logo img {
            max-width: 230px; } }
      footer .overlay .bottom-area p {
        color: #ffffff;
        float: left;
        padding-top: 20px; }
        @media screen and (min-width: 768px) {
          footer .overlay .bottom-area p {
            padding-top: 0px;
            float: right; } }
        footer .overlay .bottom-area p a {
          color: #ffffff; }

.login {
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: relative; }
  .login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/resources/themes/MowGrow/images/mowing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-color: #373737;
    background-repeat: no-repeat;
    opacity: .1; }
  .login .login-details {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 85vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    height: 85vh; }
    .login .login-details:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10vw;
      height: 100%;
      background-image: url("/resources/themes/MowGrow/images/mowing.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-size: cover;
      background-color: #373737;
      background-repeat: no-repeat;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      @media screen and (min-width: 768px) {
        .login .login-details:before {
          content: "";
          width: 15vw; } }
      @media screen and (min-width: 1140px) {
        .login .login-details:before {
          width: 10vw; } }
    @media screen and (min-width: 768px) {
      .login .login-details {
        padding: 30px;
        width: 70vw;
        height: 650px;
        padding-left: 18vw; } }
    @media screen and (min-width: 1140px) {
      .login .login-details {
        width: 60vw;
        padding-left: 12vw; } }
    @media screen and (min-width: 1650px) {
      .login .login-details {
        width: 50vw; } }
    .login .login-details .logo {
      width: 130px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .logo {
          width: 200px;
          margin-bottom: 20px; } }
    .login .login-details h3 {
      font-size: 18px;
      font-weight: 500;
      color: #a2a2a2;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details h3 {
          margin-bottom: 20px; } }
    .login .login-details .powered-by {
      font-weight: 500;
      position: absolute;
      bottom: 30px;
      right: 30px;
      color: #a2a2a2; }
      .login .login-details .powered-by a {
        color: #F96E11; }
        .login .login-details .powered-by a:hover {
          opacity: .5; }
    .login .login-details .message.warning {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .message.warning {
          font-size: 14px;
          line-height: 18px; } }
    .login .login-details form label {
      font-size: 14px;
      margin-bottom: 10px;
      float: left;
      width: 100%;
      color: #a2a2a2; }
    .login .login-details form input[type=text], .login .login-details form input[type=password] {
      font-family: 'Noto Sans KR', sans-serif;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px;
      margin-bottom: 10px;
      width: 100%;
      border: 2px solid #ededed;
      padding: 15px; }
      .login .login-details form input[type=text]:focus, .login .login-details form input[type=password]:focus {
        outline: none; }
    .login .login-details form input[type=submit] {
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 15px 30px;
      border: 0;
      background: #a2a2a2;
      margin: 10px 0; }
      .login .login-details form input[type=submit]:hover {
        background: #373737; }
    .login .login-details form .field.checkbox {
      margin-top: 10px; }
      .login .login-details form .field.checkbox label {
        float: left;
        width: calc(100% - 20px); }
      .login .login-details form .field.checkbox input[type=checkbox] {
        float: left;
        position: relative;
        top: 4px;
        width: 20px; }
    .login .login-details form #ForgotPassword a {
      font-size: 14px;
      font-weight: 700;
      color: #b4b4b4; }

.main-banner {
  height: 600px; }
  @media screen and (min-width: 768px) {
    .main-banner {
      height: 700px; } }
  @media screen and (min-width: 1024px) {
    .main-banner {
      height: 650px; } }
  @media screen and (min-width: 1140px) {
    .main-banner {
      height: 800px; } }
  @media screen and (min-width: 1650px) {
    .main-banner {
      height: 850px; } }
  .main-banner .main-banner-carousel .item {
    background-color: #373737;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin-bottom: 50px; }
    .main-banner .main-banner-carousel .item .overlay {
      background: rgba(0, 0, 0, 0.45);
      width: 100%;
      height: 100%;
      float: left;
      position: relative; }
      .main-banner .main-banner-carousel .item .overlay .text-area {
        text-align: center;
        position: relative;
        top: 200px; }
        @media screen and (min-width: 768px) {
          .main-banner .main-banner-carousel .item .overlay .text-area {
            top: 200px;
            padding: 0 10%; } }
        @media screen and (min-width: 1140px) {
          .main-banner .main-banner-carousel .item .overlay .text-area {
            top: 250px;
            padding: 0 15%; } }
        @media screen and (min-width: 1650px) {
          .main-banner .main-banner-carousel .item .overlay .text-area {
            top: 250px; } }
        .main-banner .main-banner-carousel .item .overlay .text-area .title {
          letter-spacing: 1px;
          font-size: 32px;
          line-height: 38.4px;
          color: #fff; }
          @media screen and (min-width: 768px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 40px;
              line-height: 48px; } }
          @media screen and (min-width: 1024px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 50px;
              line-height: 60px; } }
          @media screen and (min-width: 1140px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 58px;
              line-height: 69.6px; } }
          @media screen and (min-width: 1650px) {
            .main-banner .main-banner-carousel .item .overlay .text-area .title {
              font-size: 60px;
              line-height: 72px; } }
        .main-banner .main-banner-carousel .item .overlay .text-area p {
          font-size: 18px;
          line-height: 29.124px;
          color: #fff;
          margin-bottom: 30px; }
          @media screen and (min-width: 1650px) {
            .main-banner .main-banner-carousel .item .overlay .text-area p {
              font-size: 22px;
              line-height: 35.596px; } }
          @media screen and (min-width: 768px) {
            .main-banner .main-banner-carousel .item .overlay .text-area p {
              margin-bottom: 50px; } }
          @media screen and (min-width: 1140px) {
            .main-banner .main-banner-carousel .item .overlay .text-area p {
              margin-bottom: 100px; } }
        .main-banner .main-banner-carousel .item .overlay .text-area .btn {
          float: unset; }
  .main-banner .main-banner-carousel .owl-nav {
    top: 80%; }
    @media screen and (min-width: 1140px) {
      .main-banner .main-banner-carousel .owl-nav {
        top: 65%; } }
    .main-banner .main-banner-carousel .owl-nav div i {
      font-size: 50px; }
    .main-banner .main-banner-carousel .owl-nav .owl-prev {
      left: 2%; }
      @media screen and (min-width: 1024px) {
        .main-banner .main-banner-carousel .owl-nav .owl-prev {
          left: 3%; } }
      @media screen and (min-width: 1650px) {
        .main-banner .main-banner-carousel .owl-nav .owl-prev {
          left: 6%; } }
    .main-banner .main-banner-carousel .owl-nav .owl-next {
      right: 2%; }
      @media screen and (min-width: 1024px) {
        .main-banner .main-banner-carousel .owl-nav .owl-next {
          right: 3%; } }
      @media screen and (min-width: 1650px) {
        .main-banner .main-banner-carousel .owl-nav .owl-next {
          right: 6%; } }

.internal-banner {
  height: 350px;
  background-color: #373737;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  .internal-banner .overlay {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    float: left;
    position: relative; }
    .internal-banner .overlay .title {
      position: relative;
      top: 150px;
      letter-spacing: 1px;
      font-size: 32px;
      line-height: 38.4px;
      color: #fff;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .internal-banner .overlay .title {
          font-size: 40px;
          line-height: 48px; } }
      @media screen and (min-width: 1024px) {
        .internal-banner .overlay .title {
          font-size: 50px;
          line-height: 60px; } }
      @media screen and (min-width: 1140px) {
        .internal-banner .overlay .title {
          font-size: 58px;
          line-height: 69.6px; } }
      @media screen and (min-width: 1650px) {
        .internal-banner .overlay .title {
          font-size: 60px;
          line-height: 72px; } }
    .internal-banner .overlay i {
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #fff;
      background: #69a5e1;
      height: 55px;
      width: 55px;
      padding: 18px 0;
      -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border-radius: 5px;
      font-size: 20px;
      text-align: center;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .internal-banner .overlay i:hover {
        background: #222222; }

.internal-banner.service {
  margin-bottom: 70px; }
  @media screen and (min-width: 1140px) {
    .internal-banner.service {
      margin-bottom: 90px; } }
  .internal-banner.service .overlay i {
    cursor: unset;
    padding: 35px 0;
    width: 110px;
    height: 110px;
    font-size: 40px;
    background: #fff;
    color: #222222;
    bottom: -50px; }
    @media screen and (min-width: 1140px) {
      .internal-banner.service .overlay i {
        bottom: -75px;
        padding: 45px 0;
        width: 150px;
        height: 150px;
        font-size: 60px; } }

.internal-banner.news .overlay .title h1 {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 31.2px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .internal-banner.news .overlay .title h1 {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) {
    .internal-banner.news .overlay .title h1 {
      font-size: 26px;
      line-height: 31.2px; } }
  @media screen and (min-width: 1140px) {
    .internal-banner.news .overlay .title h1 {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (min-width: 1650px) {
    .internal-banner.news .overlay .title h1 {
      font-size: 40px;
      line-height: 48px; } }
.internal-banner.news .overlay .title p {
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600; }

.internal-banner.search .overlay .title h1 {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 31.2px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .internal-banner.search .overlay .title h1 {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) {
    .internal-banner.search .overlay .title h1 {
      font-size: 26px;
      line-height: 31.2px; } }
  @media screen and (min-width: 1140px) {
    .internal-banner.search .overlay .title h1 {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (min-width: 1650px) {
    .internal-banner.search .overlay .title h1 {
      font-size: 40px;
      line-height: 48px; } }
  .internal-banner.search .overlay .title h1 span {
    color: #222222; }
.internal-banner.search .overlay .title p {
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600; }
  .internal-banner.search .overlay .title p span {
    color: #222222; }

.internal-banner.case-study .overlay .title h1 {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 31.2px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .internal-banner.case-study .overlay .title h1 {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) {
    .internal-banner.case-study .overlay .title h1 {
      font-size: 26px;
      line-height: 31.2px; } }
  @media screen and (min-width: 1140px) {
    .internal-banner.case-study .overlay .title h1 {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (min-width: 1650px) {
    .internal-banner.case-study .overlay .title h1 {
      font-size: 40px;
      line-height: 48px; } }
.internal-banner.case-study .overlay .title .tags {
  line-height: 0;
  float: left;
  width: 100%;
  text-align: center; }
  .internal-banner.case-study .overlay .title .tags li {
    background: #a2a2a2;
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 22.652px;
    font-weight: 700;
    padding: 8px 13px;
    display: inline-block;
    margin-right: 5px; }
    @media screen and (min-width: 1650px) {
      .internal-banner.case-study .overlay .title .tags li {
        font-size: 16px;
        line-height: 25.888px; } }
.internal-banner.case-study .overlay .logo {
  position: absolute;
  height: 80px;
  width: 80px;
  bottom: -30px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    .internal-banner.case-study .overlay .logo {
      height: 120px;
      width: 120px; } }
  .internal-banner.case-study .overlay .logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%; }

.image-text-icon {
  margin: 30px 0;
  position: relative;
  float: left;
  width: 100%; }
  .image-text-icon .img.area {
    position: absolute;
    background-color: #373737;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    float: right; }
    @media screen and (min-width: 768px) {
      .image-text-icon .img.area {
        position: relative;
        height: 480px;
        width: 80%; } }
    @media screen and (min-width: 1650px) {
      .image-text-icon .img.area {
        width: 70%; } }
  .image-text-icon .text.area {
    position: relative;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 40px;
    float: left;
    width: 100%;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      .image-text-icon .text.area {
        float: unset;
        position: absolute;
        top: 30px;
        width: 80%;
        background: #fff;
        padding-right: 80px; } }
    @media screen and (min-width: 1024px) {
      .image-text-icon .text.area {
        top: 60px;
        left: 80px;
        width: 70%; } }
    @media screen and (min-width: 1140px) {
      .image-text-icon .text.area {
        width: 65%; } }
    @media screen and (min-width: 1650px) {
      .image-text-icon .text.area {
        width: 50%;
        top: 40px; } }
    .image-text-icon .text.area i {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      color: #222222;
      width: 120px;
      height: 120px;
      padding: 28px;
      font-size: 60px;
      opacity: .4; }
      @media screen and (min-width: 768px) {
        .image-text-icon .text.area i {
          opacity: 1;
          right: -60px;
          background: #fff; } }
    .image-text-icon .text.area .title {
      position: relative;
      z-index: 2;
      letter-spacing: 1px;
      font-size: 26px;
      line-height: 31.2px; }
      @media screen and (min-width: 768px) {
        .image-text-icon .text.area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .image-text-icon .text.area .title {
          font-size: 26px;
          line-height: 31.2px; } }
      @media screen and (min-width: 1140px) {
        .image-text-icon .text.area .title {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (min-width: 1650px) {
        .image-text-icon .text.area .title {
          font-size: 40px;
          line-height: 48px; } }
    .image-text-icon .text.area .btn {
      margin-top: 15px; }

.image-text-icon.alt .img.area {
  float: left; }
.image-text-icon.alt .text.area {
  padding-right: 40px;
  left: auto;
  right: 0; }
  @media screen and (min-width: 768px) {
    .image-text-icon.alt .text.area {
      padding-left: 80px; } }
  @media screen and (min-width: 1024px) {
    .image-text-icon.alt .text.area {
      right: 80px; } }
  .image-text-icon.alt .text.area i {
    left: 0;
    right: auto; }
    @media screen and (min-width: 768px) {
      .image-text-icon.alt .text.area i {
        left: -60px; } }

.full-cta {
  float: left;
  width: 100%;
  background: #69a5e1;
  padding: 40px; }
  @media screen and (min-width: 768px) {
    .full-cta {
      padding: 50px; } }
  @media screen and (min-width: 1140px) {
    .full-cta {
      padding: 80px; } }
  .full-cta .text-area {
    width: 100%;
    float: left; }
    @media screen and (min-width: 768px) {
      .full-cta .text-area {
        width: 70%; } }
    @media screen and (min-width: 1140px) {
      .full-cta .text-area {
        width: 55%; } }
    .full-cta .text-area .title {
      letter-spacing: 1px;
      font-size: 26px;
      line-height: 31.2px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .full-cta .text-area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .full-cta .text-area .title {
          font-size: 26px;
          line-height: 31.2px; } }
      @media screen and (min-width: 1140px) {
        .full-cta .text-area .title {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (min-width: 1650px) {
        .full-cta .text-area .title {
          font-size: 40px;
          line-height: 48px; } }
    .full-cta .text-area p {
      color: #fff;
      font-size: 18px;
      line-height: 29.124px; }
      @media screen and (min-width: 1650px) {
        .full-cta .text-area p {
          font-size: 22px;
          line-height: 35.596px; } }
    .full-cta .text-area .btn:hover {
      background: #548f29; }
  .full-cta .btn {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .full-cta .btn {
        width: 28%; } }
    @media screen and (min-width: 1024px) {
      .full-cta .btn {
        width: 25%; } }

.cta {
  background-color: #373737;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 380px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cta {
      width: 95%;
      float: right; } }
  .cta .text-area {
    position: absolute;
    left: 0;
    top: 0;
    background: #222222;
    width: 100%;
    padding: 30px; }
    @media screen and (min-width: 768px) {
      .cta .text-area {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -ms-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        width: 95%;
        left: -5%;
        top: 50px; } }
    @media screen and (min-width: 1024px) {
      .cta .text-area {
        padding: 30px 50px;
        top: 80px; } }
    @media screen and (min-width: 1140px) {
      .cta .text-area {
        width: 85%; } }
    @media screen and (min-width: 1650px) {
      .cta .text-area {
        width: 80%; } }
    .cta .text-area .title {
      color: #fff;
      letter-spacing: 1px;
      font-size: 26px;
      line-height: 31.2px; }
      @media screen and (min-width: 768px) {
        .cta .text-area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .cta .text-area .title {
          font-size: 26px;
          line-height: 31.2px; } }
      @media screen and (min-width: 1140px) {
        .cta .text-area .title {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (min-width: 1650px) {
        .cta .text-area .title {
          font-size: 40px;
          line-height: 48px; } }

@media screen and (min-width: 1140px) {
  .span_1_of_3 .cta {
    width: 90%; } }
@media screen and (min-width: 768px) {
  .span_1_of_3 .cta .text-area {
    width: 95%;
    left: -10%;
    top: 50px; } }

.timeline-carousel-container {
  float: left;
  width: 100%;
  margin: 30px 0;
  background-color: #373737;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .timeline-carousel-container {
      height: 500px;
      margin: 30px 0 120px; } }
  .timeline-carousel-container .overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 30px 0; }
    @media screen and (min-width: 768px) {
      .timeline-carousel-container .overlay {
        padding: 40px 0;
        height: 100%; } }
    @media screen and (min-width: 1140px) {
      .timeline-carousel-container .overlay {
        padding: 60px 0; } }
    .timeline-carousel-container .overlay .text-area {
      float: left;
      width: 100%;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .timeline-carousel-container .overlay .text-area {
          margin-bottom: 0;
          width: 35%;
          margin-right: 5%; } }
      @media screen and (min-width: 1024px) {
        .timeline-carousel-container .overlay .text-area {
          width: 45%; } }
      @media screen and (min-width: 1140px) {
        .timeline-carousel-container .overlay .text-area {
          width: 25%; } }
      @media screen and (min-width: 1650px) {
        .timeline-carousel-container .overlay .text-area {
          width: 30%; } }
      .timeline-carousel-container .overlay .text-area .title {
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 31.2px; }
        @media screen and (min-width: 768px) {
          .timeline-carousel-container .overlay .text-area .title {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .timeline-carousel-container .overlay .text-area .title {
            font-size: 26px;
            line-height: 31.2px; } }
        @media screen and (min-width: 1140px) {
          .timeline-carousel-container .overlay .text-area .title {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (min-width: 1650px) {
          .timeline-carousel-container .overlay .text-area .title {
            font-size: 40px;
            line-height: 48px; } }
    .timeline-carousel-container .overlay .timeline-carousel {
      width: 100%;
      float: right; }
      @media screen and (min-width: 768px) {
        .timeline-carousel-container .overlay .timeline-carousel {
          width: 60%; } }
      @media screen and (min-width: 1024px) {
        .timeline-carousel-container .overlay .timeline-carousel {
          width: 50%; } }
      @media screen and (min-width: 1140px) {
        .timeline-carousel-container .overlay .timeline-carousel {
          width: 70%; } }
      @media screen and (min-width: 1650px) {
        .timeline-carousel-container .overlay .timeline-carousel {
          width: 60%; } }
      .timeline-carousel-container .overlay .timeline-carousel .owl-stage {
        padding-bottom: 15px; }
        .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item {
          -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
          background: #fff; }
          .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .img-area {
            position: relative;
            background-color: #373737;
            background-size: cover;
            background-repeat: no-repeat;
            height: 130px; }
            @media screen and (min-width: 1650px) {
              .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .img-area {
                height: 150px; } }
            .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .img-area i {
              background: #fff;
              color: #222222;
              font-size: 30px;
              height: 75px;
              width: 75px;
              padding: 22px 0;
              text-align: center;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto; }
          .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area {
            width: 100%;
            background: #fff;
            padding: 20px;
            text-align: center;
            padding-bottom: 70px; }
            @media screen and (min-width: 768px) {
              .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area {
                padding-bottom: 0;
                min-height: 370px; } }
            .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area .title {
              font-size: 18px;
              line-height: 29.124px; }
              @media screen and (min-width: 1650px) {
                .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area .title {
                  font-size: 22px;
                  line-height: 35.596px; } }
            .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area .date {
              color: #222222;
              font-family: 'Noto Sans KR', sans-serif;
              font-weight: 600;
              letter-spacing: 1px;
              font-size: 26px;
              line-height: 31.2px;
              position: absolute;
              left: 0;
              bottom: 20px;
              width: 100%; }
              @media screen and (min-width: 768px) {
                .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area .date {
                  font-size: 24px;
                  line-height: 28.8px; } }
              @media screen and (min-width: 1024px) {
                .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area .date {
                  font-size: 26px;
                  line-height: 31.2px; } }
              @media screen and (min-width: 1140px) {
                .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area .date {
                  font-size: 30px;
                  line-height: 36px; } }
              @media screen and (min-width: 1650px) {
                .timeline-carousel-container .overlay .timeline-carousel .owl-stage .owl-item .item .text-area .date {
                  font-size: 40px;
                  line-height: 48px; } }
      @media screen and (min-width: 1650px) {
        .timeline-carousel-container .overlay .timeline-carousel .owl-nav .owl-prev {
          left: -50px; } }
      @media screen and (min-width: 1650px) {
        .timeline-carousel-container .overlay .timeline-carousel .owl-nav .owl-next {
          right: -50px; } }

.service-carousel-container .title {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 31.2px;
  text-align: center;
  width: 100%;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .service-carousel-container .title {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) {
    .service-carousel-container .title {
      font-size: 26px;
      line-height: 31.2px; } }
  @media screen and (min-width: 1140px) {
    .service-carousel-container .title {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (min-width: 1650px) {
    .service-carousel-container .title {
      font-size: 40px;
      line-height: 48px; } }
  @media screen and (min-width: 768px) {
    .service-carousel-container .title {
      margin: 45px 0 0; } }
.service-carousel-container .service-carousel .owl-stage {
  padding: 40px 0; }
  .service-carousel-container .service-carousel .owl-stage .item {
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 30px;
    text-align: center; }
    .service-carousel-container .service-carousel .owl-stage .item i {
      color: #222222;
      font-size: 60px; }
    .service-carousel-container .service-carousel .owl-stage .item .title {
      font-size: 18px;
      line-height: 29.124px; }
      @media screen and (min-width: 1650px) {
        .service-carousel-container .service-carousel .owl-stage .item .title {
          font-size: 22px;
          line-height: 35.596px; } }
    .service-carousel-container .service-carousel .owl-stage .item p {
      margin-bottom: 80px; }
    .service-carousel-container .service-carousel .owl-stage .item .btn {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 80%; }
@media screen and (min-width: 1650px) {
  .service-carousel-container .service-carousel .owl-nav .owl-prev {
    left: -50px; } }
@media screen and (min-width: 1650px) {
  .service-carousel-container .service-carousel .owl-nav .owl-next {
    right: -50px; } }

.testimonials .item {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px; }
  .testimonials .item:last-of-type {
    margin-bottom: 0; }
  .testimonials .item > i {
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: .3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border-radius: 23px;
    color: #222222;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 24px 0;
    font-size: 40px; }
    @media screen and (min-width: 768px) {
      .testimonials .item > i {
        top: auto;
        left: auto;
        z-index: 10;
        opacity: 1; } }
  @media screen and (min-width: 768px) {
    .testimonials .item {
      width: 90%;
      padding: 30px 50px;
      min-height: 200px;
      margin-bottom: 60px; } }
  @media screen and (min-width: 1140px) {
    .testimonials .item {
      width: 75%;
      padding: 60px 80px;
      min-height: 300px; } }
  .testimonials .item .title, .testimonials .item p {
    position: relative;
    z-index: 2; }
  .testimonials .item .title {
    font-size: 18px;
    line-height: 29.124px; }
    @media screen and (min-width: 1650px) {
      .testimonials .item .title {
        font-size: 22px;
        line-height: 35.596px; } }
  .testimonials .item .byline {
    margin: 20px 0 0 0; }
    .testimonials .item .byline span {
      font-weight: 700; }
  .testimonials .item .stars {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ededed;
    padding: 15px 20px; }
    .testimonials .item .stars i {
      display: inline-block;
      color: #222222;
      font-size: 22px; }
  @media screen and (min-width: 768px) {
    .testimonials .item:last-of-type {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .testimonials .item:nth-of-type(odd) {
      float: left; } }
  @media screen and (min-width: 768px) {
    .testimonials .item:nth-of-type(odd) i {
      left: -50px; } }
  @media screen and (min-width: 768px) {
    .testimonials .item:nth-of-type(even) {
      float: right; } }
  @media screen and (min-width: 768px) {
    .testimonials .item:nth-of-type(even) i {
      top: -50px;
      right: 70px; } }
  .testimonials .item:nth-of-type(even) .stars {
    right: auto;
    left: -20px; }

.testimonials-feature {
  float: left;
  width: 100%;
  margin: 30px 0;
  background-color: #373737;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .testimonials-feature {
      margin: 100px 0; } }
  .testimonials-feature .overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 40px 0; }
    @media screen and (min-width: 1140px) {
      .testimonials-feature .overlay {
        padding: 80px 0; } }
    .testimonials-feature .overlay .wrap {
      position: relative; }
      .testimonials-feature .overlay .wrap .text-area {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 40px; }
        @media screen and (min-width: 768px) {
          .testimonials-feature .overlay .wrap .text-area {
            min-height: 400px;
            margin-bottom: 0;
            width: 35%;
            margin-right: 5%; } }
        @media screen and (min-width: 1024px) {
          .testimonials-feature .overlay .wrap .text-area {
            width: 45%; } }
        @media screen and (min-width: 1140px) {
          .testimonials-feature .overlay .wrap .text-area {
            width: 25%; } }
        @media screen and (min-width: 1650px) {
          .testimonials-feature .overlay .wrap .text-area {
            width: 30%; } }
        .testimonials-feature .overlay .wrap .text-area .title {
          letter-spacing: 1px;
          font-size: 26px;
          line-height: 31.2px; }
          @media screen and (min-width: 768px) {
            .testimonials-feature .overlay .wrap .text-area .title {
              font-size: 24px;
              line-height: 28.8px; } }
          @media screen and (min-width: 1024px) {
            .testimonials-feature .overlay .wrap .text-area .title {
              font-size: 26px;
              line-height: 31.2px; } }
          @media screen and (min-width: 1140px) {
            .testimonials-feature .overlay .wrap .text-area .title {
              font-size: 30px;
              line-height: 36px; } }
          @media screen and (min-width: 1650px) {
            .testimonials-feature .overlay .wrap .text-area .title {
              font-size: 40px;
              line-height: 48px; } }
        .testimonials-feature .overlay .wrap .text-area p {
          margin-bottom: 20px; }
          .testimonials-feature .overlay .wrap .text-area p:last-of-type {
            margin-bottom: 140px; }
        .testimonials-feature .overlay .wrap .text-area .btn {
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center;
          margin: 30px 0; }
      .testimonials-feature .overlay .wrap .testimonials {
        width: 100%;
        float: right; }
        @media screen and (min-width: 768px) {
          .testimonials-feature .overlay .wrap .testimonials {
            width: 60%;
            position: absolute;
            top: -90px;
            right: 0; } }
        @media screen and (min-width: 1024px) {
          .testimonials-feature .overlay .wrap .testimonials {
            width: 50%; } }
        @media screen and (min-width: 1140px) {
          .testimonials-feature .overlay .wrap .testimonials {
            width: 70%;
            top: -130px; } }
        @media screen and (min-width: 1650px) {
          .testimonials-feature .overlay .wrap .testimonials {
            width: 60%; } }

.testimonials-carousel-container {
  float: left;
  width: 100%;
  margin: 30px 0;
  background-color: #373737;
  background-size: cover;
  background-repeat: no-repeat; }
  .testimonials-carousel-container .overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 40px 0; }
    @media screen and (min-width: 1140px) {
      .testimonials-carousel-container .overlay {
        padding: 50px 0; } }
    .testimonials-carousel-container .overlay .testimonials.carousel {
      margin: 0 auto;
      width: 95%; }
      @media screen and (min-width: 768px) {
        .testimonials-carousel-container .overlay .testimonials.carousel {
          width: 65%; } }
      @media screen and (min-width: 1024px) {
        .testimonials-carousel-container .overlay .testimonials.carousel {
          width: 60%; } }
      @media screen and (min-width: 1650px) {
        .testimonials-carousel-container .overlay .testimonials.carousel {
          width: 50%; } }
      .testimonials-carousel-container .overlay .testimonials.carousel .owl-stage-outer {
        padding: 60px 0; }
      @media screen and (min-width: 768px) {
        .testimonials-carousel-container .overlay .testimonials.carousel .owl-nav .owl-prev {
          left: -30px; } }
      @media screen and (min-width: 768px) {
        .testimonials-carousel-container .overlay .testimonials.carousel .owl-nav .owl-next {
          right: -30px; } }
      .testimonials-carousel-container .overlay .testimonials.carousel .item {
        float: right;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .testimonials-carousel-container .overlay .testimonials.carousel .item i {
            top: -50px;
            left: auto;
            right: 70px; } }
        .testimonials-carousel-container .overlay .testimonials.carousel .item .stars {
          right: auto;
          left: -20px; }

.testimonial-form {
  background: #ededed;
  padding: 65px; }
  .testimonial-form form {
    padding: 0; }
    .testimonial-form form .btn.small.sendFormButton {
      margin-top: 0px;
      padding-top: 25px;
      padding: 15px 30px; }

.twitter {
  float: left;
  width: 100%;
  background: #ededed;
  padding: 30px; }
  @media screen and (min-width: 768px) {
    .twitter {
      padding: 40px; } }
  .twitter .title {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 31.2px;
    width: 100%;
    text-align: center;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .twitter .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .twitter .title {
        font-size: 26px;
        line-height: 31.2px; } }
    @media screen and (min-width: 1140px) {
      .twitter .title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1650px) {
      .twitter .title {
        font-size: 40px;
        line-height: 48px; } }
  .twitter .twitter-info {
    width: 100%;
    text-align: center; }
    .twitter .twitter-info a, .twitter .twitter-info i {
      display: inline-block;
      font-size: 18px;
      line-height: 29.124px;
      color: #222222; }
      @media screen and (min-width: 1650px) {
        .twitter .twitter-info a, .twitter .twitter-info i {
          font-size: 22px;
          line-height: 35.596px; } }
    .twitter .twitter-info a {
      font-family: 'Noto Sans KR', sans-serif;
      font-weight: 600; }
  .twitter .col {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .twitter .col {
        text-align: left; } }
    .twitter .col .date, .twitter .col a {
      font-weight: 700;
      color: #222222; }

.team-list {
  margin: 30px auto; }
  @media screen and (min-width: 1650px) {
    .team-list .col {
      padding-left: 50px; } }
  .team-list .col .details-container {
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    float: left;
    width: 100%; }
    .team-list .col .details-container .area {
      float: left;
      width: 100%; }
    .team-list .col .details-container .img.area {
      position: relative; }
      .team-list .col .details-container .img.area i {
        width: 90px;
        height: 90px;
        text-align: center;
        padding: 24px 0;
        font-size: 40px;
        background: #fff;
        color: #222222;
        -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        left: 10px; }
        @media screen and (min-width: 768px) {
          .team-list .col .details-container .img.area i {
            top: 20px; } }
        @media screen and (min-width: 1650px) {
          .team-list .col .details-container .img.area i {
            top: 50px;
            left: -50px; } }
    .team-list .col .details-container .text.area {
      background: #fff;
      padding: 30px; }
      @media screen and (min-width: 768px) {
        .team-list .col .details-container .text.area {
          padding: 40px 30px; } }
      .team-list .col .details-container .text.area .title {
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 31.2px; }
        @media screen and (min-width: 768px) {
          .team-list .col .details-container .text.area .title {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .team-list .col .details-container .text.area .title {
            font-size: 26px;
            line-height: 31.2px; } }
        @media screen and (min-width: 1140px) {
          .team-list .col .details-container .text.area .title {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (min-width: 1650px) {
          .team-list .col .details-container .text.area .title {
            font-size: 40px;
            line-height: 48px; } }
      .team-list .col .details-container .text.area .role {
        color: #222222;
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 31.2px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 600; }
        @media screen and (min-width: 768px) {
          .team-list .col .details-container .text.area .role {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .team-list .col .details-container .text.area .role {
            font-size: 26px;
            line-height: 31.2px; } }
        @media screen and (min-width: 1140px) {
          .team-list .col .details-container .text.area .role {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (min-width: 1650px) {
          .team-list .col .details-container .text.area .role {
            font-size: 40px;
            line-height: 48px; } }
      .team-list .col .details-container .text.area p {
        margin-bottom: 20px; }

.team-detail {
  margin: 30px auto;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1650px) {
    .team-detail .col {
      padding-left: 50px; } }
  .team-detail .col .details-container {
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    float: left;
    width: 100%; }
    .team-detail .col .details-container .area {
      float: left;
      width: 100%;
      position: relative; }
      .team-detail .col .details-container .area i {
        width: 90px;
        height: 90px;
        text-align: center;
        padding: 24px 0;
        font-size: 40px;
        background: #fff;
        color: #222222;
        -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        left: 10px; }
        @media screen and (min-width: 768px) {
          .team-detail .col .details-container .area i {
            top: 20px; } }
        @media screen and (min-width: 1650px) {
          .team-detail .col .details-container .area i {
            top: 50px;
            left: -50px; } }
    .team-detail .col .details-container .text.area {
      background: #fff;
      padding: 30px; }
      @media screen and (min-width: 768px) {
        .team-detail .col .details-container .text.area {
          padding: 40px 30px; } }
      .team-detail .col .details-container .text.area .title {
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 31.2px; }
        @media screen and (min-width: 768px) {
          .team-detail .col .details-container .text.area .title {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .team-detail .col .details-container .text.area .title {
            font-size: 26px;
            line-height: 31.2px; } }
        @media screen and (min-width: 1140px) {
          .team-detail .col .details-container .text.area .title {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (min-width: 1650px) {
          .team-detail .col .details-container .text.area .title {
            font-size: 40px;
            line-height: 48px; } }
      .team-detail .col .details-container .text.area .role {
        color: #222222;
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 31.2px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 600; }
        @media screen and (min-width: 768px) {
          .team-detail .col .details-container .text.area .role {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .team-detail .col .details-container .text.area .role {
            font-size: 26px;
            line-height: 31.2px; } }
        @media screen and (min-width: 1140px) {
          .team-detail .col .details-container .text.area .role {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (min-width: 1650px) {
          .team-detail .col .details-container .text.area .role {
            font-size: 40px;
            line-height: 48px; } }
      .team-detail .col .details-container .text.area p {
        margin-bottom: 20px; }
    @media screen and (min-width: 1650px) {
      .team-detail .col .details-container .bio.area {
        padding-left: 80px; } }
    .team-detail .col .details-container .bio.area i {
      z-index: 1;
      opacity: .1; }
      @media screen and (min-width: 1650px) {
        .team-detail .col .details-container .bio.area i {
          opacity: 1; } }
    .team-detail .col .details-container .bio.area .title {
      color: #222222;
      font-size: 18px;
      line-height: 29.124px; }
      @media screen and (min-width: 1650px) {
        .team-detail .col .details-container .bio.area .title {
          font-size: 22px;
          line-height: 35.596px; } }
    .team-detail .col .details-container .bio.area .title, .team-detail .col .details-container .bio.area p {
      position: relative;
      z-index: 2; }
    .team-detail .col .details-container .bio.area ul {
      margin-bottom: 30px; }
      .team-detail .col .details-container .bio.area ul li {
        position: relative;
        margin-bottom: 13px;
        padding-left: 25px;
        font-weight: 700;
        color: #373737; }
        .team-detail .col .details-container .bio.area ul li:before {
          content: '\f061';
          font-family: 'Font Awesome\ 5 Free';
          font-weight: 900;
          color: #222222;
          position: absolute;
          top: 3px;
          left: 0; }

.team-contact-info {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #222222; }
  @media screen and (min-width: 768px) {
    .team-contact-info {
      margin-top: -310px;
      padding: 340px 0 80px; } }
  .team-contact-info .title {
    color: #fff;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .team-contact-info .title {
        font-size: 40px;
        line-height: 48px; } }
    @media screen and (min-width: 1024px) {
      .team-contact-info .title {
        font-size: 50px;
        line-height: 60px; } }
    @media screen and (min-width: 1140px) {
      .team-contact-info .title {
        font-size: 58px;
        line-height: 69.6px; } }
    @media screen and (min-width: 1650px) {
      .team-contact-info .title {
        font-size: 60px;
        line-height: 72px; } }
  .team-contact-info .btn {
    float: left;
    width: 100%;
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 31.2px;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    text-transform: unset;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .team-contact-info .btn {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .team-contact-info .btn {
        font-size: 26px;
        line-height: 31.2px; } }
    @media screen and (min-width: 1140px) {
      .team-contact-info .btn {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1650px) {
      .team-contact-info .btn {
        font-size: 40px;
        line-height: 48px; } }
    @media screen and (min-width: 768px) {
      .team-contact-info .btn {
        text-align: left; } }
    .team-contact-info .btn:before {
      content: '';
      font-family: 'Font Awesome\ 5 Free';
      font-weight: 900;
      color: #222222;
      float: left;
      position: relative;
      top: 0;
      left: 0;
      margin-right: 30px;
      display: none; }
      @media screen and (min-width: 768px) {
        .team-contact-info .btn:before {
          display: block; } }
    @media screen and (min-width: 768px) {
      .team-contact-info .btn {
        padding: 35px 40px; } }
    @media screen and (min-width: 1024px) {
      .team-contact-info .btn {
        width: 49%;
        margin-right: 2%; }
        .team-contact-info .btn:nth-of-type(2) {
          margin-right: 0; } }
  .team-contact-info .btn.email:before {
    content: '\f0e0'; }
  .team-contact-info .btn.phone:before {
    content: '\f095'; }

.image-text-carousel-container {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .image-text-carousel-container .image-text-carousel .owl-stage-outer {
      margin: 0 80px; } }
  @media screen and (min-width: 768px) {
    .image-text-carousel-container .image-text-carousel .owl-stage-outer .owl-stage {
      left: -80px; } }
  .image-text-carousel-container .image-text-carousel .owl-item .item {
    margin: 20px 0;
    position: relative;
    float: left;
    width: 100%; }
    .image-text-carousel-container .image-text-carousel .owl-item .item .img.area {
      position: absolute;
      background-color: #373737;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      float: right; }
      @media screen and (min-width: 768px) {
        .image-text-carousel-container .image-text-carousel .owl-item .item .img.area {
          position: relative;
          height: 400px;
          width: 90%; } }
    .image-text-carousel-container .image-text-carousel .owl-item .item .text.area {
      position: relative;
      -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      background: rgba(255, 255, 255, 0.9);
      padding: 30px 40px;
      float: left;
      width: 100%;
      top: 0;
      left: 0; }
      @media screen and (min-width: 768px) {
        .image-text-carousel-container .image-text-carousel .owl-item .item .text.area {
          float: unset;
          position: absolute;
          top: 40px;
          width: 90%;
          background: #fff;
          padding-right: 80px; } }
      @media screen and (min-width: 1140px) {
        .image-text-carousel-container .image-text-carousel .owl-item .item .text.area {
          width: 80%; } }
      .image-text-carousel-container .image-text-carousel .owl-item .item .text.area i {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        color: #222222;
        width: 90px;
        height: 90px;
        text-align: center;
        padding: 24px 0;
        font-size: 40px;
        opacity: .4; }
        @media screen and (min-width: 768px) {
          .image-text-carousel-container .image-text-carousel .owl-item .item .text.area i {
            opacity: 1;
            right: -40px;
            background: #fff; } }
      .image-text-carousel-container .image-text-carousel .owl-item .item .text.area .title {
        position: relative;
        z-index: 2;
        font-size: 18px;
        line-height: 29.124px; }
        @media screen and (min-width: 1650px) {
          .image-text-carousel-container .image-text-carousel .owl-item .item .text.area .title {
            font-size: 22px;
            line-height: 35.596px; } }
      .image-text-carousel-container .image-text-carousel .owl-item .item .text.area .btn {
        margin-top: 15px; }
  .image-text-carousel-container .image-text-carousel .owl-item:nth-of-type(even) .item .img.area {
    float: left; }
  .image-text-carousel-container .image-text-carousel .owl-item:nth-of-type(even) .item .text.area {
    padding-right: 40px;
    left: auto;
    right: 0; }
    @media screen and (min-width: 768px) {
      .image-text-carousel-container .image-text-carousel .owl-item:nth-of-type(even) .item .text.area {
        padding-left: 80px; } }
    .image-text-carousel-container .image-text-carousel .owl-item:nth-of-type(even) .item .text.area i {
      left: 0;
      right: auto; }
      @media screen and (min-width: 768px) {
        .image-text-carousel-container .image-text-carousel .owl-item:nth-of-type(even) .item .text.area i {
          left: -40px; } }

.logo-carousel-container {
  float: left;
  width: 100%;
  background: #ededed;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .logo-carousel-container {
      padding: 80px 0; } }
  .logo-carousel-container .title {
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .logo-carousel-container .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .logo-carousel-container .title {
        font-size: 26px;
        line-height: 31.2px; } }
    @media screen and (min-width: 1140px) {
      .logo-carousel-container .title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1650px) {
      .logo-carousel-container .title {
        font-size: 40px;
        line-height: 48px; } }
    @media screen and (min-width: 768px) {
      .logo-carousel-container .title {
        margin-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    .logo-carousel-container .logo-carousel .owl-stage-outer {
      margin: 0 80px; } }
  @media screen and (min-width: 768px) {
    .logo-carousel-container .logo-carousel .owl-stage-outer .owl-stage {
      left: -80px; } }
  .logo-carousel-container .logo-carousel .item {
    position: relative;
    height: 180px;
    background: #fff; }
    @media screen and (min-width: 768px) {
      .logo-carousel-container .logo-carousel .item {
        height: 170px; } }
    @media screen and (min-width: 1024px) {
      .logo-carousel-container .logo-carousel .item {
        height: 180px; } }
    @media screen and (min-width: 1140px) {
      .logo-carousel-container .logo-carousel .item {
        height: 220px; } }
    @media screen and (min-width: 1650px) {
      .logo-carousel-container .logo-carousel .item {
        height: 250px; } }
    .logo-carousel-container .logo-carousel .item img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 60%; }

.process-diagram-container {
  margin: 40px 0;
  float: left;
  width: 100%; }
  .process-diagram-container .process-diagram {
    position: relative;
    float: left;
    width: 100%; }
    .process-diagram-container .process-diagram:before {
      content: "";
      background: #222222;
      width: 6px;
      height: 100%;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 90%; }
      @media screen and (min-width: 1024px) {
        .process-diagram-container .process-diagram:before {
          height: 80%; } }
      @media screen and (min-width: 1140px) {
        .process-diagram-container .process-diagram:before {
          height: 75%; } }
      @media screen and (min-width: 1650px) {
        .process-diagram-container .process-diagram:before {
          height: 76%; } }
    .process-diagram-container .process-diagram .item {
      width: 100%;
      float: left;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 1024px) {
        .process-diagram-container .process-diagram .item:not(:first-of-type) {
          margin-top: -30px; } }
      @media screen and (min-width: 1140px) {
        .process-diagram-container .process-diagram .item:not(:first-of-type) {
          margin-top: -70px; } }
      @media screen and (min-width: 1650px) {
        .process-diagram-container .process-diagram .item:not(:first-of-type) {
          margin-top: -100px; } }
      .process-diagram-container .process-diagram .item .icon:before {
        content: '\f107';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: #fff;
        font-size: 18px;
        width: 45px;
        height: 45px;
        padding: 20px 0 0;
        text-align: center;
        background: #222222;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        z-index: 9;
        top: 72px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .process-diagram-container .process-diagram .item .icon i {
        width: 90px;
        height: 90px;
        text-align: center;
        padding: 24px 0;
        font-size: 40px;
        background: #fff;
        color: #222222;
        -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .process-diagram-container .process-diagram .item .text-area {
        position: relative;
        z-index: 8;
        background: #ededed;
        padding: 30px;
        float: right;
        right: 0;
        margin: 130px 0 60px; }
        .process-diagram-container .process-diagram .item .text-area:before {
          content: "";
          position: absolute;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 20px 0;
          border-color: transparent #ededed transparent transparent;
          display: none; }
          @media screen and (min-width: 1024px) {
            .process-diagram-container .process-diagram .item .text-area:before {
              display: block; } }
        @media screen and (min-width: 768px) {
          .process-diagram-container .process-diagram .item .text-area {
            padding: 30px 40px; } }
        @media screen and (min-width: 1024px) {
          .process-diagram-container .process-diagram .item .text-area {
            margin: 0;
            width: 42%; } }
        @media screen and (min-width: 1140px) {
          .process-diagram-container .process-diagram .item .text-area {
            right: 20px; } }
        @media screen and (min-width: 1650px) {
          .process-diagram-container .process-diagram .item .text-area {
            width: 40%;
            right: 65px; } }
        .process-diagram-container .process-diagram .item .text-area * {
          position: relative;
          z-index: 2; }
        .process-diagram-container .process-diagram .item .text-area .img-area {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1;
          opacity: .1;
          background-size: cover;
          background-repeat: no-repeat;
          width: 50%;
          height: 100%; }
        .process-diagram-container .process-diagram .item .text-area .title {
          letter-spacing: 1px;
          font-size: 26px;
          line-height: 31.2px; }
          @media screen and (min-width: 768px) {
            .process-diagram-container .process-diagram .item .text-area .title {
              font-size: 24px;
              line-height: 28.8px; } }
          @media screen and (min-width: 1024px) {
            .process-diagram-container .process-diagram .item .text-area .title {
              font-size: 26px;
              line-height: 31.2px; } }
          @media screen and (min-width: 1140px) {
            .process-diagram-container .process-diagram .item .text-area .title {
              font-size: 30px;
              line-height: 36px; } }
          @media screen and (min-width: 1650px) {
            .process-diagram-container .process-diagram .item .text-area .title {
              font-size: 40px;
              line-height: 48px; } }
        .process-diagram-container .process-diagram .item .text-area .btn {
          float: unset;
          display: inline-block;
          margin-top: 20px; }
      .process-diagram-container .process-diagram .item:nth-of-type(even) .text-area {
        right: auto;
        left: 0;
        float: left; }
        .process-diagram-container .process-diagram .item:nth-of-type(even) .text-area:before {
          left: auto;
          right: -20px;
          border-width: 20px 0 20px 20px;
          border-color: transparent transparent transparent #ededed; }
        @media screen and (min-width: 1140px) {
          .process-diagram-container .process-diagram .item:nth-of-type(even) .text-area {
            left: 20px; } }
        @media screen and (min-width: 1650px) {
          .process-diagram-container .process-diagram .item:nth-of-type(even) .text-area {
            left: 65px; } }
        .process-diagram-container .process-diagram .item:nth-of-type(even) .text-area .img-area {
          right: auto;
          left: 0; }
      @media screen and (min-width: 1024px) {
        .process-diagram-container .process-diagram .item:last-of-type .icon:before {
          display: none; } }

.service-list {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .service-list .item {
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .service-list .item {
        margin-bottom: 70px; } }
    .service-list .item i {
      position: absolute;
      top: 70px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #fff;
      color: #222222;
      padding: 45px 0;
      text-align: center;
      width: 150px;
      height: 150px;
      font-size: 60px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25); }
      @media screen and (min-width: 1024px) {
        .service-list .item i {
          top: 0;
          bottom: 0;
          margin: auto;
          padding: 35px 0;
          width: 110px;
          height: 110px;
          font-size: 40px; } }
      @media screen and (min-width: 1140px) {
        .service-list .item i {
          padding: 45px 0;
          width: 150px;
          height: 150px;
          font-size: 60px; } }
    .service-list .item .area {
      float: left;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .service-list .item .area {
          width: 50%; } }
    .service-list .item .img.area {
      background-color: #373737;
      background-size: cover;
      background-repeat: no-repeat;
      height: 300px; }
      @media screen and (min-width: 1024px) {
        .service-list .item .img.area {
          height: auto; } }
    .service-list .item .text.area {
      padding: 30px; }
      @media screen and (min-width: 768px) {
        .service-list .item .text.area {
          padding: 40px; } }
      @media screen and (min-width: 1024px) {
        .service-list .item .text.area {
          padding-left: 80px; } }
      @media screen and (min-width: 1140px) {
        .service-list .item .text.area {
          padding: 60px;
          padding-left: 120px; } }
      .service-list .item .text.area .title {
        letter-spacing: 1px;
        font-size: 26px;
        line-height: 31.2px; }
        @media screen and (min-width: 768px) {
          .service-list .item .text.area .title {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .service-list .item .text.area .title {
            font-size: 26px;
            line-height: 31.2px; } }
        @media screen and (min-width: 1140px) {
          .service-list .item .text.area .title {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (min-width: 1650px) {
          .service-list .item .text.area .title {
            font-size: 40px;
            line-height: 48px; } }
      .service-list .item .text.area .btn {
        float: unset;
        display: inline-block;
        margin-top: 20px; }
    .service-list .item:nth-of-type(even) .img.area {
      float: right; }
    .service-list .item:nth-of-type(even) .text.area {
      padding-left: 30px; }
      @media screen and (min-width: 768px) {
        .service-list .item:nth-of-type(even) .text.area {
          padding-left: 50px; } }
      @media screen and (min-width: 1024px) {
        .service-list .item:nth-of-type(even) .text.area {
          padding-right: 80px; } }
      @media screen and (min-width: 1140px) {
        .service-list .item:nth-of-type(even) .text.area {
          padding-right: 120px; } }

.feature-text {
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  background: #fff;
  padding: 30px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .feature-text {
      padding: 40px; } }
  @media screen and (min-width: 1140px) {
    .feature-text {
      padding: 60px;
      padding-left: 70px;
      width: calc(100% - 50px);
      float: right; } }
  .feature-text * {
    position: relative;
    z-index: 2; }
  .feature-text i {
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 40px;
    background: #fff;
    color: #222222;
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
    opacity: .2; }
    @media screen and (min-width: 1140px) {
      .feature-text i {
        padding: 24px 0;
        opacity: 1;
        left: -50px;
        right: auto; } }
    @media screen and (min-width: 1650px) {
      .feature-text i {
        top: 50px; } }
  .feature-text .title {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .feature-text .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .feature-text .title {
        font-size: 26px;
        line-height: 31.2px; } }
    @media screen and (min-width: 1140px) {
      .feature-text .title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1650px) {
      .feature-text .title {
        font-size: 40px;
        line-height: 48px; } }

.checklist {
  float: left;
  width: 100%; }
  .checklist .title {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 31.2px; }
    @media screen and (min-width: 768px) {
      .checklist .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .checklist .title {
        font-size: 26px;
        line-height: 31.2px; } }
    @media screen and (min-width: 1140px) {
      .checklist .title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1650px) {
      .checklist .title {
        font-size: 40px;
        line-height: 48px; } }
  .checklist li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px; }
    .checklist li i {
      position: absolute;
      left: 0;
      top: 0;
      color: #222222;
      background: #fff;
      -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      width: 65px;
      height: 65px;
      padding: 22px 0;
      font-size: 24px;
      text-align: center; }
    .checklist li p {
      width: calc(100% - 32px);
      float: right;
      background: #ededed;
      font-weight: 700;
      padding: 20px;
      padding-left: 55px; }

.image-text-full {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .image-text-full .item {
    background-color: #373737;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0; }
    @media screen and (min-width: 1140px) {
      .image-text-full .item {
        padding: 80px 0; } }
    .image-text-full .item .feature-text {
      width: 100%;
      float: right; }
      @media screen and (min-width: 768px) {
        .image-text-full .item .feature-text {
          width: calc(80% - 50px); } }
      @media screen and (min-width: 1140px) {
        .image-text-full .item .feature-text {
          width: calc(50% - 50px); } }
    .image-text-full .item:nth-of-type(even) .feature-text {
      float: left; }
      @media screen and (min-width: 1140px) {
        .image-text-full .item:nth-of-type(even) .feature-text {
          margin-left: 50px; } }

.news.list .col:nth-of-type(1), .news.list .col:nth-of-type(2) {
  margin-top: 0; }

.gallery-list .item .title {
  font-size: 20px;
  line-height: 24px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gallery-list .item .title {
      font-size: 24px;
      line-height: 28.8px; } }
.gallery-list .item a {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%; }
  .gallery-list .item a:nth-of-type(2n) {
    margin-right: 0; }
  .gallery-list .item a img {
    margin-bottom: 10px; }
  .gallery-list .item a p {
    text-align: center;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 22.652px; }
    @media screen and (min-width: 1650px) {
      .gallery-list .item a p {
        font-size: 16px;
        line-height: 25.888px; } }
  .gallery-list .item a.full {
    width: 100%;
    margin: 0; }
    .gallery-list .item a.full img {
      margin: 0 auto 10px; }

.news-categories {
  float: left;
  width: 100%;
  padding: 25px 30px;
  background: #ededed; }
  .news-categories .title {
    font-size: 18px;
    line-height: 29.124px; }
    @media screen and (min-width: 1650px) {
      .news-categories .title {
        font-size: 22px;
        line-height: 35.596px; } }
  .news-categories li {
    float: left;
    width: 100%;
    margin: 12px 0; }
    .news-categories li a {
      color: #222222;
      font-weight: 700; }
      .news-categories li a:hover {
        color: #222222; }

.news .col {
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25); }
  .news .col .area {
    float: left;
    width: 100%; }
  .news .col .text.area {
    background: #fff;
    padding: 30px; }
    @media screen and (min-width: 768px) {
      .news .col .text.area {
        padding: 50px 30px; } }
    .news .col .text.area .title {
      font-size: 18px;
      line-height: 29.124px; }
      @media screen and (min-width: 1650px) {
        .news .col .text.area .title {
          font-size: 22px;
          line-height: 35.596px; } }
    .news .col .text.area p {
      margin-bottom: 20px; }

.latest.news {
  margin: 30px 0; }
  .latest.news .title {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 31.2px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .latest.news .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .latest.news .title {
        font-size: 26px;
        line-height: 31.2px; } }
    @media screen and (min-width: 1140px) {
      .latest.news .title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1650px) {
      .latest.news .title {
        font-size: 40px;
        line-height: 48px; } }

.search-list .col {
  -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25); }
  .search-list .col .area {
    float: left;
    width: 100%; }
  .search-list .col .img.area {
    height: 310px;
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .search-list .col .img.area:before {
      font-family: "Font Awesome\ 5 Free";
      font-weight: 900;
      font-size: 20vw;
      width: 20vw;
      height: 20vw;
      color: #fff;
      content: "\f002";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .search-list .col .img.area:before {
          font-size: 10vw;
          width: 10vw;
          height: 10vw; } }
      @media screen and (min-width: 1024px) {
        .search-list .col .img.area:before {
          font-size: 5vw;
          width: 5vw;
          height: 5vw; } }
  .search-list .col .text.area {
    background: #fff;
    padding: 30px; }
    @media screen and (min-width: 768px) {
      .search-list .col .text.area {
        padding: 40px 30px; } }
    .search-list .col .text.area .title {
      font-size: 18px;
      line-height: 29.124px;
      margin-bottom: 5px; }
      @media screen and (min-width: 1650px) {
        .search-list .col .text.area .title {
          font-size: 22px;
          line-height: 35.596px; } }
    .search-list .col .text.area .page-type {
      font-family: 'Noto Sans KR', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 29.124px;
      color: #222222; }
      @media screen and (min-width: 1650px) {
        .search-list .col .text.area .page-type {
          font-size: 22px;
          line-height: 35.596px; } }
    .search-list .col .text.area p {
      margin-bottom: 20px; }

.case-study-list {
  margin: 30px 0; }
  .case-study-list .filter {
    float: left;
    width: 100%;
    background: #ededed;
    padding: 30px;
    margin-bottom: 30px; }
    .case-study-list .filter .title {
      font-size: 18px;
      line-height: 29.124px; }
      @media screen and (min-width: 1650px) {
        .case-study-list .filter .title {
          font-size: 22px;
          line-height: 35.596px; } }
    .case-study-list .filter .tags {
      float: left;
      width: 100%; }
      .case-study-list .filter .tags li {
        background: #a2a2a2;
        color: #fff;
        font-weight: 700;
        padding: 8px 13px;
        display: inline-block;
        margin-right: 5px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        .case-study-list .filter .tags li:hover {
          background: #222222; }
  .case-study-list .col {
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25); }
    .case-study-list .col:first-of-type {
      margin-left: 0; }
    .case-study-list .col .area {
      float: left;
      width: 100%; }
    .case-study-list .col .text.area {
      background: #fff;
      padding: 30px; }
      @media screen and (min-width: 768px) {
        .case-study-list .col .text.area {
          padding: 40px 30px; } }
      .case-study-list .col .text.area .title {
        font-size: 18px;
        line-height: 29.124px; }
        @media screen and (min-width: 1650px) {
          .case-study-list .col .text.area .title {
            font-size: 22px;
            line-height: 35.596px; } }
      .case-study-list .col .text.area p {
        margin-bottom: 20px; }
      .case-study-list .col .text.area .tags {
        margin-bottom: 20px; }
        .case-study-list .col .text.area .tags li {
          font-size: 14px;
          background: #a2a2a2;
          font-weight: 700;
          color: #fff;
          padding: 5px 8px;
          margin-right: 5px;
          display: inline-block; }

.latest.news {
  margin: 30px 0; }
  .latest.news .title {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 31.2px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .latest.news .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .latest.news .title {
        font-size: 26px;
        line-height: 31.2px; } }
    @media screen and (min-width: 1140px) {
      .latest.news .title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1650px) {
      .latest.news .title {
        font-size: 40px;
        line-height: 48px; } }

.career-list {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .career-list .item {
    -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    background: #fff;
    padding: 30px;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .career-list .item {
        padding: 40px; } }
    @media screen and (min-width: 1140px) {
      .career-list .item {
        padding: 60px;
        padding-left: 70px;
        width: calc(100% - 50px);
        float: right; } }
    .career-list .item * {
      position: relative;
      z-index: 2; }
    .career-list .item i {
      width: 90px;
      height: 90px;
      text-align: center;
      font-size: 40px;
      background: #fff;
      color: #222222;
      -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 20px;
      opacity: .2; }
      @media screen and (min-width: 1140px) {
        .career-list .item i {
          padding: 24px 0;
          opacity: 1;
          left: -50px;
          right: auto; } }
      @media screen and (min-width: 1650px) {
        .career-list .item i {
          top: 50px; } }
    .career-list .item .title {
      letter-spacing: 1px;
      font-size: 26px;
      line-height: 31.2px; }
      @media screen and (min-width: 768px) {
        .career-list .item .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .career-list .item .title {
          font-size: 26px;
          line-height: 31.2px; } }
      @media screen and (min-width: 1140px) {
        .career-list .item .title {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (min-width: 1650px) {
        .career-list .item .title {
          font-size: 40px;
          line-height: 48px; } }
    .career-list .item .pay {
      letter-spacing: 1px;
      font-size: 26px;
      line-height: 31.2px;
      color: #222222;
      font-weight: 600;
      font-family: 'Noto Sans KR', sans-serif;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .career-list .item .pay {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .career-list .item .pay {
          font-size: 26px;
          line-height: 31.2px; } }
      @media screen and (min-width: 1140px) {
        .career-list .item .pay {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (min-width: 1650px) {
        .career-list .item .pay {
          font-size: 40px;
          line-height: 48px; } }
    .career-list .item .btn {
      margin-top: 30px;
      display: inline-block;
      float: unset;
      cursor: pointer; }

.form-info {
  width: 100%;
  margin: 30px 0; }
  .form-info .item {
    float: left;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .form-info .item {
        width: 50%; } }
  .form-info .item.info {
    padding: 30px;
    background: #222222; }
    @media screen and (min-width: 768px) {
      .form-info .item.info {
        padding: 40px; } }
    .form-info .item.info .title {
      color: #fff;
      letter-spacing: 1px;
      font-size: 26px;
      line-height: 31.2px; }
      @media screen and (min-width: 768px) {
        .form-info .item.info .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .form-info .item.info .title {
          font-size: 26px;
          line-height: 31.2px; } }
      @media screen and (min-width: 1140px) {
        .form-info .item.info .title {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (min-width: 1650px) {
        .form-info .item.info .title {
          font-size: 40px;
          line-height: 48px; } }
    .form-info .item.info p {
      color: #fff; }
    .form-info .item.info .contact-info {
      margin: 40px 0; }
      .form-info .item.info .contact-info li {
        margin: 15px 0; }
        .form-info .item.info .contact-info li i {
          color: #222222;
          font-size: 18px;
          line-height: 29.124px;
          margin-right: 20px; }
          @media screen and (min-width: 1650px) {
            .form-info .item.info .contact-info li i {
              font-size: 22px;
              line-height: 35.596px; } }
        .form-info .item.info .contact-info li p, .form-info .item.info .contact-info li a {
          font-family: 'Noto Sans KR', sans-serif;
          font-weight: 600;
          color: #fff;
          font-size: 18px;
          line-height: 29.124px;
          display: inline-block; }
          @media screen and (min-width: 1650px) {
            .form-info .item.info .contact-info li p, .form-info .item.info .contact-info li a {
              font-size: 22px;
              line-height: 35.596px; } }
  .form-info .item.CustomisableForm:before {
    display: none; }
    @media screen and (min-width: 1024px) {
      .form-info .item.CustomisableForm:before {
        display: block; } }

.form-info.map .item.map {
  width: 100%; }
  .form-info.map .item.map #map {
    height: 500px;
    width: 100%; }

.gallery .filter {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .gallery .filter div {
    border-radius: 5px;
    color: #69a5e1;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22.652px;
    line-height: 22.652px; }
    @media screen and (min-width: 1650px) {
      .gallery .filter div {
        font-size: 16px;
        line-height: 25.888px; } }
  .gallery .filter p {
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #69a5e1;
    color: #69a5e1;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .gallery .filter p:last-of-type {
      margin-right: 0; }
    .gallery .filter p:hover {
      background: #69a5e1;
      color: #fff; }
  .gallery .filter .current {
    background: #69a5e1;
    color: #fff; }
.gallery .grid {
  width: 100%;
  float: left; }
  .gallery .grid li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 1% 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .gallery .grid li img {
      width: auto !important;
      height: 100%; }
  .gallery .grid .grid-1x1 {
    width: 48%;
    height: 200px; }
    @media screen and (min-width: 768px) {
      .gallery .grid .grid-1x1 {
        height: 180px;
        width: 23%; } }
    @media screen and (min-width: 1024px) {
      .gallery .grid .grid-1x1 {
        height: 280px; } }
  .gallery .grid .grid-2x2 {
    width: 48%;
    height: 200px; }
    @media screen and (min-width: 768px) {
      .gallery .grid .grid-2x2 {
        height: 380px; } }
    @media screen and (min-width: 1024px) {
      .gallery .grid .grid-2x2 {
        height: 580px; } }
  @media screen and (min-width: 768px) {
    .gallery .grid .filtered {
      float: left !important;
      clear: none !important;
      width: 23.5%;
      height: 180px;
      margin-right: 2% !important; } }
  @media screen and (min-width: 1024px) {
    .gallery .grid .filtered {
      height: 280px; } }

.CustomisableForm {
  background: #ededed;
  padding: 35px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .CustomisableForm:before {
      position: absolute;
      top: 70px;
      left: -20px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 20px 0;
      border-color: transparent #ededed transparent transparent; } }
  .CustomisableForm .title {
    font-size: 18px;
    line-height: 29.124px; }
    @media screen and (min-width: 1650px) {
      .CustomisableForm .title {
        font-size: 22px;
        line-height: 35.596px; } }
  .CustomisableForm .field, .CustomisableForm .FieldWrapper {
    margin: 15px 0; }
    .CustomisableForm .field input::-webkit-input-placeholder, .CustomisableForm .FieldWrapper input::-webkit-input-placeholder {
      color: #a2a2a2 !important; }
    .CustomisableForm .field input:-moz-placeholder, .CustomisableForm .FieldWrapper input:-moz-placeholder {
      color: #a2a2a2 !important; }
    .CustomisableForm .field input::-moz-placeholder, .CustomisableForm .FieldWrapper input::-moz-placeholder {
      color: #a2a2a2 !important; }
    .CustomisableForm .field input:-ms-input-placeholder, .CustomisableForm .FieldWrapper input:-ms-input-placeholder {
      color: #a2a2a2 !important; }
    .CustomisableForm .field select, .CustomisableForm .FieldWrapper select {
      color: #a2a2a2; }
    .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      color: #a2a2a2; }
    .CustomisableForm .field textarea::placeholder, .CustomisableForm .FieldWrapper textarea::placeholder {
      color: #a2a2a2; }
    .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
      padding: 15px;
      width: 100%;
      background: #fff;
      color: #a2a2a2;
      font-family: 'Noto Sans KR', sans-serif;
      font-size: 18px;
      line-height: 29.124px;
      border: 0; }
      @media screen and (min-width: 1650px) {
        .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          font-size: 22px;
          line-height: 35.596px; } }
    .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      height: 200px; }
  .CustomisableForm .field.select, .CustomisableForm .FieldWrapper.select {
    position: relative; }
    .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
      font-family: "Font Awesome\ 5 Free";
      font-weight: 900;
      font-size: 30px;
      color: #222222;
      content: "\f107";
      position: absolute;
      top: 20px;
      right: 25px; }
    .CustomisableForm .field.select select, .CustomisableForm .FieldWrapper.select select {
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }

form input:focus {
  outline: none; }
form input[type="submit"] {
  margin-top: 25px;
  border: 0;
  font-size: 14px;
  line-height: 22.652px;
  font-weight: 600;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 25px;
  color: #fff;
  background: #222222;
  text-transform: uppercase; }
  @media screen and (min-width: 1650px) {
    form input[type="submit"] {
      font-size: 16px;
      line-height: 25.888px; } }
  form input[type="submit"]:hover {
    background: #373737;
    color: #fff; }
  @media screen and (min-width: 1140px) {
    form input[type="submit"] {
      padding: 12px 35px; } }
  @media screen and (min-width: 1650px) {
    form input[type="submit"] {
      padding: 15px 40px; } }

/*# sourceMappingURL=main.css.map */
