@media only screen and (min-width: 993px) {

  /* common */
  .c1-wrap .content-group {
    position: relative;
    color: #000;
  }

  .c1-wrap .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: #9ba174;
    margin: 0 0 20px;
  }

  .c1-wrap .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .c1-wrap .content-group .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -0.4px;
  }

  .c1-wrap .content-group .view-btn {
    display: block;
    position: relative;
    width: 170px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    color: #000;
    transition: color .3s, border-color .4s;
    z-index: 1;
  }

  .c1-wrap .content-group .view-btn:hover {
    color: #fff;
    border-color: #000;
  }

  .c1-wrap .content-group .view-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: .4s;
    z-index: -1;
  }

  .c1-wrap .content-group .view-btn:hover::before {
    left: 0;
    width: 100%;
  }

  /* c1-wrap */
  .c1-wrap {
    background: #fff;
    overflow: hidden;
  }

  .c1-wrap .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
  }

  .c1-wrap .content-group,
  .c1-list {
    width: 50%;
  }

  .c1-wrap .content-group {
    padding-left: 65px;
  }

  .c1-wrap .content-group .title {
    margin-bottom: 30px;
  }

  .c1-wrap .content-group .description {
    margin-bottom: 50px;
  }

  .c1-list {
    display: flex;
    flex-wrap: wrap;
  }

  .c1-list li {
    flex-basis: 50%;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 1px;
    padding: 40px 32px 51px;
  }

  .c1-list li:nth-child(n+3) {
    border-bottom: none;
  }

  .c1-list .top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .c1-list .num {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    color: #9ba174;
  }

  .c1-list .text-group em {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
  }

  .c1-list .text-group p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #616161;
    letter-spacing: -0.38px;
  }

  /* common */
  .c2-wrap .content-group {
    position: relative;
  }

  .c2-wrap .content-group.white {
    color: #fff;
  }

  .c2-wrap .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: #9ba174;
    margin: 0 0 20px;
  }

  .c2-wrap .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .c2-wrap .content-group .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -0.4px;
  }

  .c2-wrap .content-group.white .view-btn {
    display: block;
    position: relative;
    width: 170px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #fff;
    background: transparent;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    transition: color .3s, border-color .4s;
    z-index: 1;
  }

  .c2-wrap .content-group.white .view-btn:hover {
    color: #000;
    border-color: #fff;
  }

  .c2-wrap .content-group.white .view-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: .4s;
    z-index: -1;
  }

  .c2-wrap .content-group.white .view-btn:hover::before {
    left: 0;
    width: 100%;
  }

  /* c2-wrap */
  .c2-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .c2-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/c2_bg.jpg") no-repeat center/cover;
    transition: .5s;
    z-index: -1;
  }

  .c2-wrap:hover::before {
    transform: scale(1.1);
  }

  .c2-wrap .inner {
    border-left: 1px solid rgba(255, 255, 255, .3);
    min-height: 500px;
    padding: 120px 0 0 64px;
  }

  .c2-wrap .content-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c2-wrap .content-group::before {
    position: absolute;
    left: 0;
    top: -33px;
  }

  .c2-wrap .content-group .title {
    position: relative;
    bottom: 7px;
  }

  .c2-wrap .content-group .description {
    width: 57%;
    padding: 10px;
  }

  /* c3-wrap */
  .c3-wrap {
    padding-bottom: 102px;
  }

  .c3-wrap .inner {
    display: flex;
    justify-content: space-between;
    margin-top: -230px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 2;
  }

  .c3-wrap .inner>div {
    width: 50%;
    min-height: 500px;
  }

  .c3-map .root_daum_roughmap .wrap_map {
    height: inherit;
  }

  .c3-board {
    background: #fff;
    padding: 55px 60px;
  }

  .c3-board a {
    display: block;
  }

  .c3-board__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 27px;
  }

  .c3-board__title .icon {
    margin-left: 15px;
  }

  .c3-board__title strong {
    display: inline-block;
    width: 72%;
    font-size: 24px;
    font-weight: 700;
    color: #000;
  }

  .c3-board__title .btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9ba174;
  }

  .c3-board__title .btn img {
    transition: .3s;
  }

  .c3-board__title .btn:hover img {
    transform: rotate(90deg);
  }

  .c3-board-list li {
    border-bottom: 1px solid #ddd;
  }

  .c3-board-list li:first-child {
    border-top: 1px solid #ddd;
  }

  .c3-board-list li a {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }

  .c3-board-list .title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 13px;
    min-height: 20px;
    width: calc(100% - 150px);
    transition: color .2s;
  }

  .c3-board-list .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #9ba174;
    border-radius: 50%;
  }

  .c3-board-list .date {
    font-size: 19px;
    font-weight: 1000;
    color: #b2b2b2;
    min-height: 20px;
    width: 130px;
    transition: color .2s;
  }

  .c3-board-list li:hover .title,
  .c3-board-list li:hover .date {
    color: #9ba174;
  }

  /* c4-wrap */
  /* .c4-wrap {padding-bottom: 102px;} */
  .c4-wrap .inner {
    display: flex;
    justify-content: space-between;
    margin-top: -230px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 2;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
  }

  .c4-wrap .inner>div {
    width: 100%;
    height: 500px;
  }

  .c4-board {
    background: #ffffff00;
    padding: 30px
  }

  .c4-board a {
    display: block;
  }

  .location-info__list .flag img {
    max-width: 50px;
    text-align: center;
  }

  .location-info__list {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 23px 0 rgba(0, 74, 29, 0.11);
    margin-bottom: -55px;
    position: relative;
    z-index: 3;
  }

  .location-info__list li {
    position: relative;
    width: 25%;
    background: #9ba174;
    text-align: center;
    padding: 60px 30px;
  }

  .location-info__list li:nth-child(3)::before,
  .location-info__list li:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 179px;
    background: #ccc;
  }

  .location-info__list li:nth-child(3)::before {
    left: 0;
  }

  .location-info__list li:nth-child(3)::after {
    right: 0;
  }

  .location-info__list li.logo {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .location-info__list li.logo:hover .image img {
    transform: none;
  }

  .location-info__list li.logo .image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .location-info__list .text-group {
    color: #ffffff;
    margin-top: 17px;
  }

  .location-info__list .text-group em {
    font-size: 22px;
    font-weight: 700;
  }

  .location-info__list .text-group p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.69;
    margin-top: 20px;
  }

  .c4-wrap .view-btn {
    display: block;
    position: relative;
    width: 170px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    color: #000;
    transition: color .3s, border-color .4s;
    z-index: 1;
  }

  .c4-wrap .view-btn:hover {
    color: #fff;
    border-color: #000;
  }

  .c4-wrap .view-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: .4s;
    z-index: -1;
  }

  .c4-wrap .view-btn:hover::before {
    left: 0;
    width: 100%;
  }


  /* c5-wrap */
  .c5-wrap {
    background: #fff;
    overflow: hidden;
    padding: 50px 0;
  }

  .c5-wrap .inner {
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
  }

  .c5-wrap .content-group {
    position: relative;
    color: #000;
    text-align: center;
  }

  .c5-wrap .content-group::before {
    display: inline-flex;
  }


  [carrousel] {
    display: none;
  }


  .about-policy__list {
    display: flex;
  }

  .about-policy__list li {
    width: 33.33%;
    padding: 80px 0 120px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
  }

  .about-policy__list li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

  .about-policy__list li:hover {
    background: rgba(0, 0, 0, 0.15);
  }

  .about-policy__list .icon-c5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    transition: .3s;
    margin: 0 auto;
  }

  .about-policy__list .icon-c5 img {
    max-width: 75px;
    height: 75px;
  }

  .about-policy__list li .icon-c5 {
    background: rgb(0, 0, 0, 0.05);
  }

  .about-policy__list li:hover .icon-c5 {
    background: rgb(255, 255, 255);
  }

  .about-policy__list .text-group {
    position: relative;
    color: #000000;
    text-align: center;
  }

  .about-policy__list .text-group::before {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background: #01a13f;
    margin: -25px auto 0;
  }

  .about-policy__list .num {
    font-family: 'Montserrat';
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -2.2px;
    display: block;
    margin: 18px 0 22px;
  }

  .c5-wrap .title {
    margin-bottom: 50px;
  }

  .about-policy__list p {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.68px;
  }

  .about-policy__list p strong {
    font-weight: 700;
  }

  .map-wrap {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 2;
    margin-top: 100px;
  }

  .map-wrap>div {
    width: 50%;
    min-height: 500px;
  }

  /*  Team Starts */
  .team-members {
    transform: rotate(-45deg);
    margin-right: -16em;
  }

  .team-members li>div {
    float: left;
    width: 20%;
  }

  .team-members li:nth-child(2)>div:first-child {
    margin-left: 20%;
  }

  .team-members li:last-child>div:first-child {
    margin-left: 40%;
  }

  @media only screen and (min-width: 768px) {
    #member-not-web {
      display: none;
    }
  }

  .member-details>div {
    background-color: #ddd;
    margin: 5px;
  }

  .member-details img {
    transform: rotate(45deg) translate(0, 15px) scale(1.2);
    display: block;
    width: auto;
    height: 180px;
  }

  .team-overview .view-btn {
    display: block;
    position: relative;
    width: 170px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    color: #000;
    transition: color .3s, border-color .4s;
    z-index: 1;
  }

  .team-overview .view-btn:hover {
    color: #fff;
    border-color: #000;
  }

  .team-overview .view-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: .4s;
    z-index: -1;
  }

  .team-overview .view-btn:hover::before {
    left: 0;
    width: 100%;
  }


  /* hover content - style */
  .member-details>div {
    position: relative;
    overflow: hidden;
  }

  .member-info {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-12px, 15px);
    left: 0;
    right: 0;
    z-index: 2;
    margin: 15px 30px 0 0;
    text-align: center;
  }

  .member-info h3,
  .member-info p {
    margin: 0;
    color: #fff;
    position: relative;
    opacity: 0;
    visibility: hidden;
  }

  .member-info h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    top: -100px;
  }

  .member-info p {
    font-weight: 300;
    font-size: 12px;
    bottom: -150px;
  }

  .member-details>div:after {
    content: '';
    background-image: linear-gradient(45deg, #9ba174 30%, transparent 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }

  /* hover content - onhover */
  .member-details *,
  .member-details>div:after {
    cursor: pointer;
    transition: all .4s ease;
  }

  .member-details:hover *,
  .member-details:hover>div:after {
    opacity: 1;
    visibility: visible;
  }

  .member-details:hover .member-info h3 {
    top: 0;
  }

  .member-details:hover .member-info p {
    bottom: 0;
  }

  /* Team overview */
  .team-overview {
    width: 600px;
  }

  .team-overview h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .team-overview>a {
    margin-bottom: 30px;
    display: block;
  }

  .team-overview>a:before {
    content: '';
    width: 10px;
    height: 2px;
    position: relative;
    top: -3px;
    margin-right: 5px;
    background-color: #ccc;
    display: inline-block;
  }


  /* For centering elements - optional - Can use table,tablecell instead */
  .flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-center>div:first-child {
    order: 2;
  }


  /* c6-wrap */

  .c2-wrap::before .c2-wrap:hover::before {
    transform: scale(1.1);
  }

  .c2-wrap .inner {
    border-left: 1px solid rgba(255, 255, 255, .3);
    min-height: 500px;
    padding: 120px 0 0 64px;
  }

  .c2-wrap .content-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c2-wrap .content-group::before {
    position: absolute;
    left: 0;
    top: -33px;
  }

  .c2-wrap .content-group .title {
    position: relative;
    bottom: 7px;
  }

  .c2-wrap .content-group .description {
    width: 57%;
    padding: 10px;
  }

  .c6-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 500px;
    padding: 50px 0;
  }

  .c6-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f9f4;
    transition: .5s;
    z-index: -1;
  }

  .c6-wrap .inner {
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
    width: 100%;
    height: 550px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .c6-wrap .content-group {
    position: relative;
    color: #000;
    text-align: center;
    margin-top: 10px;
  }

  .c6-wrap .content-group::before {
    display: inline-flex;
  }

  .partner-logo img {
    width: 170px !important;
    height: auto !important;
  }

  .carousel-client {
    display: flex;
    align-items: center;
  }

  .c6-wrap .view-btn {
    display: block;
    position: relative;
    width: 170px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #ccc;
    background: #000;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    transition: color .3s, border-color .4s;
    z-index: 1;
  }

  .c6-wrap .view-btn:hover {
    color: #000;
    border-color: rgba(255, 255, 255, .3);
  }

  .c6-wrap .view-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: .4s;
    z-index: -1;
  }

  .c6-wrap .view-btn:hover::before {
    left: 0;
    width: 100%;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-250px * 7));
    }
  }

  .project-home {
    background: #f3f9f4;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
    height: 100px;
    margin: 50px 0;
    overflow: hidden;
    position: relative;
    width: 960px;
  }

  .project-home::before,
  .project-home::after {
    background: linear-gradient(to right, #f3f9f4 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }

  .project-home::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }

  .project-home::before {
    left: 0;
    top: 0;
  }

  .project-home .slide-track {
    animation: scroll 40s linear infinite;
    /* Adjust the duration as needed */
    display: flex;
    width: calc(250px * 14);
  }

  .project-home .slide {
    height: 100px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .slide img {
    max-height: 100%;
    max-width: 100%;
  }

  /* Add a container to control the animation duration */
  .animation-container {
    animation: slider-animation 40s linear infinite;
    /* Adjust the duration to match the scroll animation */
  }

  /* Define the animation for the container */
  @keyframes slider-animation {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-250px * 7));
      /* Adjust the number of slides accordingly */
    }
  }






  /* sub-visual */
  .sub-visual {
    position: relative;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
  }

  .sub-visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg.jpg');
  }

  .sub-visual .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg2.jpg');
  }

  .sub-visual .bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg3.jpg');
  }

  .sub-visual .bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg4.jpg');
  }

  .sub-visual.sub1 .bg {
    background-image: url('../img/bg.jpg');
  }

  .sub-visual.sub1 .bg2 {
    background-image: url('../img/bg2.jpg');
  }

  .sub-visual.sub1 .bg3 {
    background-image: url('../img/bg3.jpg');
  }

  .sub-visual.sub1 .bg4 {
    background-image: url('../img/bg4.jpg');
  }

  .sub-visual.sub2 .bg {
    background-image: url('../img/main3.jpg');
  }

  .sub-visual.sub3 .bg {
    background-image: url('../img/main2.jpg');
  }

  .sub-visual:hover .bg,
  .sub-visual:hover .bg2,
  .sub-visual:hover .bg3,
  .sub-visual:hover .bg4 {
    transform: scale(1.1);
  }

  .sub-visual .page-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
  }

  .sub-visual h3 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
  }

  /* Greetings
-------------------------------------------------------*/
  .greeting .content-group {
    position: relative;
    color: #000;
  }

  .greeting .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .greeting {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .greeting .inner {
    padding: 120px 0 110px;
    max-width: 1230px;
  }

  .greeting .content-group .flag {
    width: 50px;
    margin-left: 10px;
  }

  .greeting .content-group::before,
  .greeting .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .greeting .content-group::before {
    background-image: url("../img/icon.png");
    width: 40px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .greeting .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .greeting .content-group h3.title {
    position: relative;
  }

  .greeting .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 666px;
    height: 1px;
    background: #ccc;
  }

  .greeting .text-group {
    margin-top: 45px;
  }

  .greeting .text-group .desc {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
  }

  .greeting .desc em {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 20px;
  }

  .greeting .desc em span {
    color: #01a13f;
  }

  .greeting .text-group .signature {
    color: #000;
    margin-top: 60px;
  }

  .greeting .signature span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-right: 18px;
  }

  .greeting .signature strong {
    color: #01a13f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
  }



  /* About
-------------------------------------------------------*/
  .about .content-group {
    position: relative;
    color: #000;
  }

  .about .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .about {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .about .inner {
    padding: 120px 0 110px;
    max-width: 1230px;
  }

  .about .content-group .flag {
    width: 50px;
    margin-left: 10px;
  }

  .about .content-group::before,
  .about .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .about .content-group::before {
    background-image: url("../img/icon.png");
    width: 40px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .about .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .about .content-group h3.title {
    position: relative;
  }

  .about .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 666px;
    height: 1px;
    background: #ccc;
  }

  .about .text-group {
    margin-top: 45px;
  }

  .about .text-group .desc {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
  }

  .about .desc em {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 20px;
  }

  .about .desc em span {
    color: #01a13f;
  }

  .about .text-group .signature {
    color: #000;
    margin-top: 60px;
  }

  .about .signature span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-right: 18px;
  }

  .about .signature strong {
    color: #01a13f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
  }


  /* Network
-------------------------------------------------------*/
  .network .content-group {
    position: relative;
    color: #000;
    text-align: center;
  }

  .network .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .network .content-group .title::before {
    content: '';
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 38px;
    background: url("../img/title_obj.png") no-repeat center;
  }

  .network .content-group.white {
    color: #fff;
  }

  .network {
    overflow: hidden;
  }

  .network .inner {
    padding-bottom: 70px;
    border-bottom: 1px solid #ccc;
  }

  .network img {
    margin-top: 65px;
    object-fit: cover;
    object-position: center center;
    width: 640px;
    height: 450px;
  }

  .network .column-left {
    width: 50%;
    /* Adjust the width as needed */
    float: left;
    /* Float the left column to the left */
    padding-right: 10px;
    /* Add some spacing between columns */
  }

  .network .column-right {
    width: 50%;
    /* Adjust the width as needed */
    float: left;
    /* Float the right column to the left */
    padding-left: 10px;
    /* Add some spacing between columns */
  }

  /* Clear the float to prevent layout issues */
  .network .inner::after {
    content: "";
    display: table;
    clear: both;
  }

  /* network-list */
  .network-list {
    padding: 80px 0 110px;
  }

  .network-list .content-group {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    margin-bottom: 55px;
  }

  .network-list .info .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #01a13f;
    margin: 0 auto -35px;
    z-index: 1;
  }

  .network-list .info .text-area {
    background: url("../img/") no-repeat center/cover;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .network-list .info .text-area strong {
    position: relative;
    padding: 0 40px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
  }

  .network-list .info .text-area strong span {
    color: #01a13f;
  }

  .network-list .info .text-area strong::before,
  .network-list .info .text-area strong::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .network-list .info .text-area strong::before {
    left: 0;
    background-image: url("../img/about_obj1.png");
  }

  .network-list .info .text-area strong::after {
    right: 0;
    background-image: url("../img/about_obj2.png");
  }

  .network-list .info .text-wrap {
    padding: 0 80px 0 80px;
  }

  .network-list .info p {
    font-size: 18px;
    text-align: left;
  }



  /* Member
-------------------------------------------------------*/
  .member {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .member .content-group {
    position: relative;
    color: #000;
    text-align: center;
  }

  .member .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: transparent;
    margin: 50px 0 0 20px;
  }

  .member .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #9ba174;
  }

  .at-section__title {
    margin: 0 0 70px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 2.625rem;
    text-align: center;
  }

  .at-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #FFF;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%;
  }

  .at-grid[data-column="2"] .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    flex-basis: 50% !important;
  }

  .at-grid[data-column="3"] .at-column {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
  }

  .at-column {
    position: relative;
    background: #FFF;
    box-shadow: 0 0 0 1px #E2E9ED;
    padding: 10px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .at-column:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }

  .at-column:hover .at-social {
    margin: 16px 0 0;
    opacity: 1;
  }

  @media (max-width: 800px) {
    .at-grid[data-column="2"] .at-column {
      width: 50% !important;
      max-width: 50% !important;
      min-width: 50% !important;
      flex-basis: 50% !important;
    }
  }

  @media (max-width: 600px) {
    .at-grid[data-column="1"] .at-column {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      flex-basis: 100% !important;
    }
  }

  .at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
  }

  .at-user__avatar {
    background: #9ba174;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .at-user__name {
    color: #313435;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.625rem;
  }

  .at-user__title {
    color: #6F808A;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    line-height: 2.375rem;
  }

  .at-social {
    margin: 0 0 -18px;
    opacity: 0;
    transition: margin 0.2s ease, opacity 0.2s ease;
  }

  .at-social__item {
    display: inline-block;
    margin: 0 10px;
  }

  .at-social__item a {
    display: block;
  }

  .at-social__item svg {
    fill: #515F65;
    display: block;
    height: 18px;
    transition: fill 0.2s ease;
  }

  .at-social__item svg:hover {
    fill: #788D96;
  }


  /* profile  */
  .profile-sec {
    padding: 100px 100px 0 100px;
  }

  .profile-sec .content-group {
    position: relative;
    color: #000;
  }

  .profile-sec .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .profile-sec {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .profile-sec .content-group::before,
  .profile-sec .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .profile-sec .content-group::before {
    background-image: url("../img/icon.png");
    width: 90px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .profile-sec .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .profile-sec .content-group h3.title {
    position: relative;
  }

  .profile-sec .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #ccc;
  }

  .profile .inner {
    display: flex;
    padding: 100px;
  }

  .profile .left {
    margin-right: 30px;
    float: left;
    border-right: 1px solid black;
  }

  .profile .left .photo {
    background: #9ba174;
    margin: 0 40px 60px 0;
  }

  .profile .left .bio h3 {
    margin-bottom: 5px;
    font-size: 21px;
    color: green;
    font-weight: 500;
    border-bottom: 1px solid black;
  }

  .profile .left .bio h4 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #788D96;
    font-weight: 400;
  }

  .profile .left .bio p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .profile .left .desc h4 {
    margin-bottom: 5px;
    color: green;
    font-size: 20px;
    border-bottom: 1px solid black;
  }

  .profile .left .desc p {
    font-size: 14px;
    margin: 20px 40px 0 0;
  }

  .profile .right {
    margin-left: 30px;
    width: 1000px;
    float: right;
    font-size: 15px;
  }

  .profile .right h3 {
    font-size: 20px;
    color: green;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
  }

  .profile .right .edu {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .career {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .certificate {
    margin-bottom: 20px;
    width: 100%;
  }




  /* Service
-------------------------------------------------------*/
  .service-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .service .content-group {
    position: relative;
    color: #000;
  }

  .service .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .service {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .service .inner {
    padding: 100px 0 110px;
    max-width: 1230px;
  }

  .service .content-group::before,
  .service .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .service .content-group::before {
    background-image: url("../img/icon.png");
    width: 40px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .service .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .service .content-group h3.title {
    position: relative;
  }

  .service .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 666px;
    height: 1px;
    background: #ccc;
  }

  .service .text-group {
    border: 1px solid #9ba17482;
    min-height: 300px;
    max-height: 500px;
    display: flex;
  }

  .mtop {
    margin-top: -1px;
  }

  .mleft {
    margin-left: -1px;
  }

  .service .text-group .desc {
    font-size: 17px;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
    margin: 30px;
  }

  .service .text-group img {
    width: 55px;
    margin: 40px 0 0 20px;
  }

  .service .text-group:hover .graph {
    content: url('../img/graph.gif');
  }

  .service .text-group:hover .check {
    content: url('../img/check.gif');
  }

  .service .text-group:hover .tax {
    content: url('../img/tax.gif');
  }

  .service .text-group:hover .tax2 {
    content: url('../img/tax2.gif');
  }

  .service .text-group:hover .mg {
    content: url('../img/mg.gif');
  }

  .service .text-group:hover .world {
    content: url('../img/world.gif');
  }

  .service .text-group:hover .chat {
    content: url('../img/chat.gif');
  }

  .service .text-group:hover .files {
    content: url('../img/files.gif');
  }

  .service .text-group:hover .deal {
    content: url('../img/deal.gif');
  }

  .service .text-group:hover .bag {
    content: url('../img/bag.gif');
  }

  .service .text-group:hover .write {
    content: url('../img/write.gif');
  }

  .service .text-group:hover .hr {
    content: url('../img/hr.gif');
  }

  .service .desc em {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 35px;
    margin-top: 21px
  }

  .service .desc em span {
    color: #9ba174;
  }



  /* project
-------------------------------------------------------*/
  .project {
    margin-bottom: 90px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .project .content-group {
    position: relative;
    color: #000;
    text-align: center;
    margin-top: 100px;
  }

  .project .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: transparent;
    margin: 50px 0 0 20px;
  }

  .project .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #9ba174;
  }

  .animate {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .info-card-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    /* flex: 0 0 auto; */
  }

  .info-card {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    /* border-bottom: 0px; */
    background-color: white;
    position: relative;
    overflow: hidden;
  }

  .info-card .image-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    padding-bottom: 65px;
    overflow: hidden;
  }

  .info-card .image-wrap>img {
    padding: 50px;
    width: 100%;
    height: auto;
  }

  .info-card .info-card-details,
  .info-card .info-card-details .info-card-header {
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 0;
    background-color: white;
  }

  .info-card-header h6 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: darkblue;
    background-color: white;
  }

  .info-card-header p {
    font-size: 10px;
    margin-top: 3px;
    text-align: center;
    color: darkblue;
    background-color: white;
  }

  .info-card .info-card-details p {
    color: grey;
    padding-right: 15px;
    padding-left: 15px;
  }

  .info-card .info-card-details::-webkit-scrollbar {
    width: 9px;
  }

  .info-card .info-card-details::-webkit-scrollbar-button {
    width: 9px;
    height: 0;
  }

  .info-card .info-card-details::-webkit-scrollbar-track {
    background: white;
  }

  .info-card .info-card-details::-webkit-scrollbar-thumb {
    background: grey;
  }

  .info-card .info-card-details::-webkit-scrollbar-thumb:hover {
    background: grey;
  }

  .info-card .info-card-details .info-card-header {
    border-top: 1px solid #d7d7d7;
    height: auto;
    bottom: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: white;
  }

  .info-card:hover .info-card-details {
    bottom: 0;
    overflow: auto;
    padding-bottom: 25px
  }

  .info-card:hover .info-card-details .info-card-header {
    position: relative;
    bottom: 0;
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .info-card .info-card-details .info-card-header h1,
  .info-card .info-card-details .info-card-header h3 {
    width: 100%;
    max-width: 220px;
    float: left;
    margin: 0;
    padding: 0;
  }

  /* .u-trophy-btn {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.btn-default-trophy {
  width: 220px;
  height: 40px;
  float: left;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  border: 1px darkblue solid;
  background-color: darkblue;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn-default-trophy:hover {
  background-color: #fff;
  color: darkblue;
  border: 1px solid #d7d7d7;
  text-align: center;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fa-trophy {
  margin-top: 10px; */
}

.u-plus {
  width: 100%;
  float: left;
  text-align: center;
}

.u-plus .fa-plus {
  color: #6f6f6e;
}
















/* header */
#header {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 57;
}

#header.top {
  position: fixed !important;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}

#header.scrolled {
  position: fixed !important;
  opacity: 1;
  pointer-events: all;
  background: #fff;
  border-bottom: 1px solid #9ba174;
  transition: all 0.3s ease;
}

#header.scrolled #nav .gnb>li>a {
  color: #000 !important;
}

#header:hover {
  background: #fff;
}

#header .header-inner {
  max-width: 1300px;
  height: 123px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#header h1 {
  padding-top: 20px;
}

#header h1 a {
  position: relative;
  display: block;
  width: 160px;
  height: 70px;
}

#header h1 a img {
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}

#header h1 a img:nth-child(1) {
  opacity: 1;
}

#header h1 a img:nth-child(2) {
  opacity: 0;
}

#header:hover h1 a img:nth-child(1) {
  opacity: 0;
}

#header:hover h1 a img:nth-child(2) {
  opacity: 1;
}

#nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 40px;
}

#nav .gnb {
  display: flex;
  height: 100%;
}

#nav .gnb>li {
  position: relative;
  text-align: center;
}

#nav .gnb>li+li {
  margin-left: 93px;
}

#nav .gnb>li>a {
  font-family: 'NanumSquareBold';
  font-size: 18px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  transition: color .3s;
}

#header:hover #nav .gnb>li>a {
  color: #000;
}

#nav .gnb>li>a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #9ba174;
  transition: .3s;
}

#nav .gnb>li>a:hover::after,
#nav .gnb>li.active>a::after {
  width: 120px;
}

/*child_menu*/
#nav .gnb .lnb {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  justify-content: center;
  display: none;
}

#nav .gnb .lnb li a {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 300;
  white-space: nowrap;
  font-size: 14px;
  height: 76px;
  color: #000;
  transition: .3s;
}

#nav .gnb .lnb li+li a {
  padding-left: 55px;
}

#nav .gnb .lnb li:hover a {
  color: #9ba174;
}

#nav .gnb .lnb li a.active {
  color: #9ba174;
}

.lnb-bg {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 76px;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: -1;
  display: none;
  border-bottom: 0.5px solid #9ba17488;
}

/* hidden-nav */
.toggle-btn {
  display: hidden;
  cursor: pointer;
  position: relative;
  margin-left: 93px;
}

.toggle-btn span {
  display: hidden;
  background: #fff;
  width: 23px;
  height: 2px;
  transition: 250ms;
}

.toggle-btn span:nth-child(2) {
  margin: 5px 0;
}

#header:hover .toggle-btn span {
  background: #000;
}

.close-btn {
  position: absolute;
  right: 50px;
  top: 60px;
  cursor: pointer;
}

.close-btn span {
  display: block;
  background: #33a685;
  width: 32px;
  height: 2px;
  border-radius: 3px;
  transition: 250ms;
}

.close-btn span:nth-child(1) {
  margin-top: 0;
  margin-bottom: -0;
  transform: rotate(45deg);
}

.close-btn span:nth-child(2) {
  transform: rotate(45deg);
  display: none;
}

.close-btn span:nth-child(3) {
  margin-top: -2px;
  transform: rotate(135deg);
}

.hidden-nav-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 9999;
  display: none;
}


@media only screen and (min-width: 992px) {

  .hidden-nav {
    display: none !important;
    right: -1000px;
    top: 0;
    width: 520px;
    height: 100vh;
    background: #fbfbfb;
    text-align: left;
    padding: 160px 70px 70px 70px;
    z-index: 10000;
  }
}

@media only screen and (max-width: 992px) {

  .hidden-nav {
    display: block !important;
    right: -1000px;
    top: 0;
    height: 100vh;
    background: #fbfbfb;
    text-align: left;
    padding: 160px 70px 70px 70px;
    z-index: 10000;
  }
}

.hidden-nav .hidden_gnb {
  width: 100%;
}

.hidden-gnb>li {
  position: relative;
  margin-bottom: 50px;
}

.hidden-gnb>li>a {
  position: relative;
  display: block;
  max-width: 240px;
  font-family: 'NanumSquareBold';
  font-size: 26px;
  color: rgba(0, 0, 0, .5) !important;
  transition: .3s;
}

.hidden-gnb>li>a:hover,
.hidden-gnb>li>a.active {
  color: rgba(0, 0, 0, 1) !important;
}

.h-lnb {
  position: absolute;
  left: 230px;
  top: 4px;
  z-index: 2;
  display: none;
}

.h-lnb li {
  margin-bottom: 25px;
}

.h-lnb li a {
  font-family: 'NanumSquare', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  border-bottom: 2px solid transparent;
  padding: 2px 0;
  white-space: nowrap;
  transition: .3s;
}

.h-lnb li a:hover {
  padding: 2px 15px;
  color: #33a685;
  border-bottom: 2px solid #33a685;
}

/* main-visual */
.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual .slide-area .slide {
  width: 100%;
  height: 780px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-visual .slide-area .slide01 {
  background-image: url("../img/main1.jpg");
}

.main-visual .slide-area .slide02 {
  background-image: url("../img/main2.jpg");
}

.main-visual .slide-area .slide03 {
  background-image: url("../img/main3.jpg");
}

/*nav*/
.main-visual .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px;
}

.main-visual .owl-nav button {
  display: block;
  font-size: 0;
  width: 30px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center;
}

.main-visual .owl-nav .owl-prev {
  background-image: url("../img/prev.png");
}

.main-visual .owl-nav .owl-next {
  background-image: url("../img/next.png");
}

/* dots */
.main-visual .owl-dots {
  display: flex;
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
}

.main-visual .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.main-visual .owl-dots button+button {
  margin-left: 25px;
}

.main-visual .owl-dots button.active {
  background: #9ba174;
}

.main-visual .owl-dots button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(1, 161, 63, .23);
  transition: .3s;
  opacity: 0;
}

.main-visual .owl-dots button.active::before {
  opacity: 1;
}

/* number */
.main-visual .number-wrap {
  margin-bottom: 25px;
  position: relative;
}

.main-visual .number-wrap span {
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}

.main-visual .number-wrap span:not(:last-child)::after {
  content: '/';
  display: inline-block;
  margin: 0 12px;
}

.main-visual .number-wrap span::before {
  content: '0';
}

/* main-typo */
.main-typo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1300px;
  height: 100%;
  text-align: center;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.main-typo h3 {
  font-family: 'Montserrat';
  font-size: 76.5px;
  font-weight: 600;
  margin-bottom: 23px;
}

.main-typo p {
  font-size: 32px;
  font-weight: 400;
}

/* m-controller*/
.m-controller {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 90px;
}

/*progress*/
.slide-progress {
  position: relative;
  width: 300px;
  height: 1px;
  background: rgba(255, 255, 255, .3);
}

.slide-progress>div {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  max-width: 300px;
  width: 0;
  background: #fff;
}

/* scroll-down */
#scroll-down {
  position: absolute;
  right: 110px;
  bottom: 90px;
  transform: translateX(-50%);
  z-index: 2;
  animation: scroll 1.2s linear infinite;
}

#scroll-down a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@keyframes scroll {
  0% {
    bottom: 90px;
  }

  50% {
    bottom: 100px;
  }

  100% {
    bottom: 90px;
  }
}


/* footer */
#footer {
  padding: 40px 30px 40px 30px;
  background: #fff;
  border-top: 1px solid #ddd;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
}

.footer-info p {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

#footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 25px;
}

#footer .top strong {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

#footer .top .footer-info {
  width: 65%;
}

#footer .top .footer-info p+p {
  margin-left: 30px;
  padding-left: 30px;
}

#footer .top .footer-info p+p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 10px;
  background: #ddd;
}

#footer .copyright {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, .5);
  margin-top: 13px;
}

.ft-btn {
  width: 140px;
  padding: 8px 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 300;
  color: #fff !important;
  transition: .3s;
}

.ft-btn:hover {
  background: #9ba174;
}

#top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  color: #333;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  transition: .3s;
  pointer-events: none;
  opacity: 0;
}

#top-btn:hover {
  border-color: #9ba174;
  background: #9ba174;
  color: #fff;
}

.scrolled #top-btn {
  opacity: 1;
  pointer-events: auto;
}


/* 새글 스킨 (latest) */
.lat {
  position: relative;
  margin-bottom: 20px;
  background: #fff
}

.lat .lat_title {
  display: block;
  line-height: 45px;
  font-size: 1.2em;
  color: #253dbe
}

.lat .lat_title a {
  position: relative;
  color: #000;
  display: inline-block
}

.lat ul {
  padding: 10px 0
}

.lat li {
  position: relative;
  line-height: 18px;
  border-bottom: 1px solid #e5ecee;
  margin-bottom: 10px
}

.lat li a {
  line-height: 24px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 20px;
  vertical-align: middle
}

.lat li a:hover {
  color: #3a8afd
}

.lat li .fa-heart {
  color: #ff0000
}

.lat li .fa-lock {
  display: inline-block;
  line-height: 14px;
  width: 16px;
  font-size: 0.833em;
  color: #4f818c;
  background: #cbe3e8;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #cbe3e8;
  vertical-align: middle
}

.lat li .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #23db79;
  background: #b9ffda;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: middle
}

.lat li .hot_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #ff0000;
  background: #ffb9b9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle
}

.lat li .fa-caret-right {
  color: #bbb
}

.lat li .fa-download {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #daae37;
  background: #ffefb9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle
}

.lat li .fa-link {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #b451fd;
  background: #edd3fd;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle
}

.lat .profile_img img {
  border-radius: 50%
}

.lt_info {
  padding: 10px 0
}

.lt_info .lt_nick {}

.lt_info .lt_date {
  color: #888
}

.lat .empty_li {
  line-height: 145px;
  color: #666;
  text-align: center;
  padding: 0
}

.lat .empty_li:before {
  background: none;
  padding: 0
}

.lat .lt_cmt {
  background: #e9eff5;
  color: #3a8afd;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle
}

.lat .lt_more {
  position: absolute;
  top: 11px;
  right: 0;
  display: block;
  width: 40px;
  line-height: 25px;
  color: #3a8afd;
  border-radius: 3px;
  text-align: center
}

.lat .lt_more:hover {
  color: #777
}




/****************/
/*	 BX-SLIDER 	*/
/****************/
section.client {
  padding: 4em 0em;
  background-color: #eee;

}

section.client .section-title {
  margin-bottom: 6em;
}

.bx-controls {
  position: relative;
}

.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* RESPONSIVE */
@media only screen and (max-width : 992px) {

  #header {
    position: fixed !important;
    opacity: 1;
    pointer-events: all;
    background: #fff;
    border-bottom: 1px solid #9ba174;
    transition: all 0.3s ease;
  }

  #nav .gnb {
    display: none;
    height: 100%;
  }

  #nav .gnb>li {
    position: relative;
    text-align: center;
  }

  #nav .gnb>li+li {
    margin-left: 93px;
  }

  #nav .gnb>li>a {
    font-family: 'NanumSquareBold';
    font-size: 18px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    transition: color .3s;
  }

  /* hidden-nav */
  .toggle-btn {
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 93px;
    margin-bottom: 20px;
  }

  .toggle-btn span {
    display: block;
    background: #000;
    width: 23px;
    height: 2px;
    transition: 250ms;
  }

  .toggle-btn span:nth-child(2) {
    margin: 5px 0;
  }

  #header:hover .toggle-btn span {
    background: #000;
  }

  .close-btn {
    position: absolute;
    right: 50px;
    top: 60px;
    cursor: pointer;
  }

  .close-btn span {
    display: block;
    background: #33a685;
    width: 32px;
    height: 2px;
    border-radius: 3px;
    transition: 250ms;
  }

  .close-btn span:nth-child(1) {
    margin-top: 0;
    margin-bottom: -0;
    transform: rotate(45deg);
  }

  .close-btn span:nth-child(2) {
    transform: rotate(45deg);
    display: none;
  }

  .close-btn span:nth-child(3) {
    margin-top: -2px;
    transform: rotate(135deg);
  }

  .hidden-nav-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: none;
  }

  .hidden-nav .hidden_gnb {
    width: 100%;
  }

  .hidden-gnb>li {
    position: relative;
    margin-bottom: 50px;
  }

  .hidden-gnb>li>a {
    position: relative;
    display: block;
    max-width: 240px;
    font-family: 'NanumSquareBold';
    font-size: 26px;
    color: rgba(0, 0, 0, .5) !important;
    transition: .3s;
  }

  .hidden-gnb>li>a:hover,
  .hidden-gnb>li>a.active {
    color: rgba(0, 0, 0, 1) !important;
  }

  .h-lnb {
    position: absolute;
    left: 195px;
    top: 0px;
    z-index: 2;
    display: none;
  }

  .h-lnb li {
    margin-bottom: 25px;
  }

  .h-lnb li a {
    font-family: 'NanumSquare', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    border-bottom: 2px solid transparent;
    padding: 2px 0;
    white-space: nowrap;
    transition: .3s;
  }

  .h-lnb li a:hover {
    padding: 2px 15px;
    color: #33a685;
    border-bottom: 2px solid #33a685;
  }

  .sm-no-flex {
    display: block;
  }

  .sm-no-float {
    float: none !important;
  }

  .sm-text-center {
    text-align: center;
  }

  .c4-wrap .view-btn {
    display: block;
    padding: 14px 0;
    width: 170px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    color: #000;
    transition: color .3s, border-color .4s;
    margin: 0 auto;
  }

  .location-info__list .flag img {
    max-width: 100px;
    text-align: center;
  }

  .location-info__list {
    flex-basis: 50%;
    box-shadow: 0 0 23px 0 rgba(0, 74, 29, 0.11);
    margin-bottom: 12px;
    z-index: 3;
    padding: 40px 32px 51px;
  }

  .location-info__list .logo {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .location-info__list li {
    position: relative;
    width: 100%;
    background: #9ba174;
    text-align: center;
    padding: 60px 33px;
  }

  .location-info__list .text-group {
    color: #ffffff;
    margin-top: 17px;
  }

  .location-info__list .text-group em {
    font-size: 22px;
    font-weight: 700;
  }

  .location-info__list .text-group p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.69;
    margin-top: 20px;
  }

  .location-info__list .flag img {
    max-width: 100px;
    text-align: center;
  }

  .c5-wrap {
    overflow: hidden;
  }

  .c5-wrap .inner {
    display: block;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
  }

  .member-web {
    display: none;
  }

  #member-not-web h2 {
    margin-top: 50px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* color: #01a13f; */
  }

  #member-not-web h2::after {
    content: '';
    width: 68px;
    height: 4px;
    background: #01a13f;
    margin: 5px 0 0 0;
  }

  [carrousel] {
    display: flex;
    position: relative;
    /* background-color: #47cf73; */
    border-radius: 10px;
    min-height: 50vh;
  }

  [carrousel]::before {
    content: '';
    display: block;
    padding-bottom: 50%;
  }

  [carrousel] [name~="carrousel"] {
    display: none;
  }

  [carrousel] [name~="carrousel"]:checked+.slide {
    pointer-events: auto;
    opacity: 1;
  }

  [carrousel] [name~="carrousel"]:checked+.slide .slide-content {
    opacity: 1;
    display: flex;
    /* height: 100%; */
    /* width: auto; */
    max-width: 411px;
    max-height: 469px;
    opacity: 1;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 30px;
  }

  [carrousel] img {
    background-color: #f3f9f4;
    margin-bottom: 20px;
    height: auto;
    width: 250px;
    min-width: 200px;
    padding-top: 10px;
  }

  [carrousel] .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  [carrousel] .member-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  [carrousel] h3 {
    font-size: 1.5rem;
    font-weight: 550;
  }

  [carrousel] p {
    font-size: 1rem;
    font-weight: 500;
    color: #01a13f;
  }

  [carrousel] .member-info::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: #01a13f;
    margin: 0 0 5px;
  }

  [carrousel] .slide-content {
    opacity: 0;
    transition: opacity 1s;
  }

  [carrousel] .back,
  [carrousel] .forward {
    /* display: block;
    position: absolute; */
    top: calc(50% - 2rem);
    height: 4rem;
    width: 2rem;
    /* display: flex;
justify-content: center;
align-items: center; */
    user-select: none;
    font-size: 1.5rem;
    color: #c1c1c1;
    transform: scale(0.9);
    transition: transform 0.2s;
  }

  [carrousel] .back:hover,
  [carrousel] .forward:hover {
    transform: scale(1);
  }

  /* [carrousel] .back {
    left: calc(0% + 1rem);
  }

  [carrousel] .forward {
    right: calc(0% + 1rem);
  } */

  /* [carrousel] h1 {
  font-size: 5rem;
  color: white;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .2);
}

*/



  /* Team overview */
  .team-overview {
    width: 100%;
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.4px;
    margin: 0 0 20px;
    padding: 0px 33px 80px 33px;
    justify-content: flex-end;
    margin-bottom: 12px;

  }

  .team-overview h2 {
    width: 100%;
    color: #000000;
    font-size: 31px;
    font-weight: 900;
    margin-bottom: 33px;

  }

  .team-overview .view-btn {
    display: block;
    padding: 14px 0;
    width: 170px;
    text-align: center;
    border: 2px solid #ccc;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: color .3s, border-color .4s;
    margin: 0 auto;
    margin-top: 33px;

  }

  .c6-wrap {
    color: #01a13f;
    padding: 16px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 500px;
    padding: 50px 0;
  }

  .c6-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f9f4;
    transition: .5s;
    z-index: -1;
  }


  .c6-wrap .inner {
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
    width: 100%;
    height: 364px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .c6-wrap .content-group {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-size: 10px;
  }

  .c6-wrap .content-group .title {
    font-size: 32px;
    font-weight: 600;
  }

  .c6-wrap .content-group::before {
    display: inline-flex;
  }

  .partner-logo img {
    width: 170px !important;
    height: auto !important;
  }

  .carousel-client {
    display: flex;
    align-items: center;
  }

  .c6-wrap .view-btn {
    display: block;
    padding: 14px 0;
    width: 170px;
    text-align: center;
    border: 2px solid #ccc;
    background: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: color .3s, border-color .4s;
    margin: 0 auto;
  }

  .c6-wrap .view-btn:hover {
    color: #000;
    border-color: rgba(255, 255, 255, .3);
  }

  .c6-wrap .view-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: .4s;
    z-index: -1;
  }

  .c6-wrap .view-btn:hover::before {
    left: 0;
    width: 100%;
  }

  .project-home {
    /* background: #f3f9f4; */
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
    height: 100px;
    margin: 20px 0 50px 0;
    overflow: hidden;
    position: relative;
    width: 80%;
  }

  .project-home::before,
  .project-home::after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
  }

  .project-home::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }

  .project-home::before {
    left: 0;
    top: 0;
  }

  .project-home .slide-track {
    animation: scroll 40s linear infinite;
    /* Adjust the duration as needed */
    display: flex;
    width: calc(250px * 14);
    padding: 16px;
  }

  .project-home .slide {
    height: 100px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .slide img {
    max-height: 100%;
    max-width: 100%;
  }

  /* Add a container to control the animation duration */
  .animation-container {
    animation: slider-animation 40s linear infinite;
    /* Adjust the duration to match the scroll animation */
  }

  /* Define the animation for the container */
  @keyframes slider-animation {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-250px * 7));
      /* Adjust the number of slides accordingly */
    }
  }


  /* sub-visual */
  .sub-visual {
    margin-top: 100px !important;
    position: relative;
    margin: 0 auto;
    height: 250px;
    overflow: hidden;
  }

  .sub-visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg.jpg');
  }

  .sub-visual .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg2.jpg');
  }

  .sub-visual .bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg3.jpg');
  }

  .sub-visual .bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg4.jpg');
  }

  .sub-visual .page-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
  }

  .sub-visual h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
  }

  /* profile  */
  .profile-sec {
    padding: 100px 100px 0 100px;
  }

  .profile-sec .content-group {
    position: relative;
    color: #000;
  }

  .profile-sec .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .profile-sec {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .profile-sec .content-group::before,
  .profile-sec .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .profile-sec .content-group::before {
    background-image: url("../img/icon.png");
    width: 100px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .profile-sec .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .profile-sec .content-group h3.title {
    position: relative;
  }

  .profile-sec .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #ccc;
  }

  .profile .inner {
    display: flex;
    padding: 30px 0;
  }

  .profile .left {
    margin-right: 30px;
    float: left;
    border-right: 1px solid black;
  }

  .profile .left .photo {
    background: #9ba174;
    margin: 0 40px 60px 0;
  }

  .profile .left .bio h3 {
    margin-bottom: 5px;
    font-size: 21px;
    color: green;
    font-weight: 500;
    border-bottom: 1px solid black;
  }

  .profile .left .bio h4 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #788D96;
    font-weight: 400;
  }

  .profile .left .bio p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .profile .left .desc h4 {
    margin-bottom: 5px;
    color: green;
    font-size: 20px;
    border-bottom: 1px solid black;
  }

  .profile .left .desc p {
    font-size: 14px;
    margin: 20px 40px 0 0;
  }

  .profile .right {
    margin-left: 30px;
    width: 1000px;
    float: right;
    font-size: 15px;
  }

  .profile .right h3 {
    font-size: 20px;
    color: green;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
  }

  .profile .right .edu {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .career {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .certificate {
    margin-bottom: 20px;
    width: 100%;
  }

  /* Greetings
-------------------------------------------------------*/
  .greeting .content-group {
    position: relative;
    color: #000;
  }

  .greeting .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .greeting {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .greeting .inner {
    padding: 120px 0;
    max-width: 700px;
  }

  .greeting .content-group .flag {
    width: 50px;
    margin-left: 10px;
  }

  .greeting .content-group::before,
  .greeting .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .greeting .content-group::before {
    background-image: url("../img/icon.png");
    width: 40px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .greeting .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .greeting .content-group h3.title {
    position: relative;
  }

  .greeting .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 11%;
    top: 55%;
    transform: translateY(-50%);
    width: 190px;
    height: 1px;
    background: #ccc;
  }

  .greeting .text-group {
    margin-top: 45px;
  }

  .greeting .text-group .desc {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
  }

  .greeting .desc em {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 20px;
  }

  .greeting .desc em span {
    color: #01a13f;
  }

  .greeting .text-group .signature {
    color: #000;
    margin-top: 60px;
  }

  .greeting .signature span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-right: 18px;
  }

  .greeting .signature strong {
    color: #01a13f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
  }

  /* About
-------------------------------------------------------*/
  .about .content-group {
    position: relative;
    color: #000;
  }

  .about .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .about {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .about .inner {
    padding: 120px 0;
    max-width: 700px;
  }

  .about .content-group .flag {
    width: 50px;
    margin-left: 10px;
  }

  .about .content-group::before,
  .about .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .about .content-group::before {
    background-image: url("../img/icon.png");
    width: 40px;
    height: 38px;
    left: -47px;
    background-size: cover;
  }

  .about .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .about .content-group h3.title {
    position: relative;
  }

  .about .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 11%;
    top: 55%;
    transform: translateY(-50%);
    width: 190px;
    height: 1px;
    background: #ccc;
  }

  .about .text-group {
    margin-top: 45px;
  }

  .about .text-group .desc {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
  }

  .about .desc em {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 20px;
  }

  .about .desc em span {
    color: #01a13f;
  }

  .about .text-group .signature {
    color: #000;
    margin-top: 60px;
  }

  .about .signature span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-right: 18px;
  }

  .about .signature strong {
    color: #01a13f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
  }


  .about-policy__list {
    display: flex;
    flex-direction: column;
  }

  .about-policy__list li {
    width: 100%;
    padding: 50px;
    border-bottom: 1px solid rgba(75, 73, 73, 0.2);
    transition: .3s;
  }

  .about-policy__list li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

  .about-policy__list li:hover {
    background: rgba(0, 0, 0, 0.15);
  }

  .about-policy__list .icon-c5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    transition: .3s;
    margin: 0 auto;
  }

  .about-policy__list .icon-c5 img {
    max-width: 75px;
    height: 75px;
  }

  .about-policy__list li .icon-c5 {
    background: rgb(0, 0, 0, 0.05);
  }

  .about-policy__list li:hover .icon-c5 {
    background: rgb(255, 255, 255);
  }

  .about-policy__list .text-group {
    position: relative;
    color: #000000;
    text-align: center;
  }

  .about-policy__list .text-group::before {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background: #01a13f;
    margin: -25px auto 0;
  }

  .about-policy__list .num {
    font-family: 'Montserrat';
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -2.2px;
    display: block;
    margin: 18px 0 22px;
  }

  /* Network
-------------------------------------------------------*/
  .network .content-group {
    position: relative;
    color: #000;
    text-align: center;
  }

  .network .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .network .content-group .title::before {
    content: '';
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 38px;
    background: url("../img/title_obj.png") no-repeat center;
  }

  .network .content-group.white {
    color: #fff;
  }

  .network {
    overflow: hidden;
  }

  .network .inner {
    padding-bottom: 70px;
    border-bottom: 1px solid #ccc;
  }

  .network .inner .info-right {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .network .inner .info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .network img {
    margin-top: 65px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }



  .network .column-left {
    width: 100%;
    /* Adjust the width as needed */
    float: left;
    /* Float the left column to the left */
    padding: 20px;
    /* Add some spacing between columns */
  }

  .network .column-right {
    width: 100%;
    /* Adjust the width as needed */
    float: left;
    /* Float the right column to the left */
    padding: 20px;
    /* Add some spacing between columns */
  }

  /* Clear the float to prevent layout issues */
  .network .inner::after {
    content: "";
    display: table;
    clear: both;
  }

  /* network-list */


  .network-list .content-group {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    margin-bottom: 55px;
  }

  .network-list .info .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #01a13f;
    margin: 0 auto -35px;
    z-index: 1;
  }

  .network-list .info .text-area {
    background: url("../img/") no-repeat center/cover;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .network-list .info .text-area strong {
    position: relative;
    padding: 0 40px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
  }

  .network-list .info .text-area strong span {
    color: #01a13f;
  }

  .network-list .info .text-area strong::before,
  .network-list .info .text-area strong::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .network-list .info .text-area strong::before {
    left: 0;
    background-image: url("../img/about_obj1.png");
  }

  .network-list .info .text-area strong::after {
    right: 0;
    background-image: url("../img/about_obj2.png");
  }

  .network-list .info .text-wrap {
    padding: 20px;
    width: 100%;
  }

  .network-list .info p {
    font-size: 18px;
    text-align: left;
  }


  /* Member
-------------------------------------------------------*/
  .member {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .member .content-group {
    position: relative;
    color: #000;
    text-align: center;
  }

  .member .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: transparent;
    margin: 50px 0 0 20px;
  }

  .member .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #9ba174;
  }

  .at-section__title {
    margin: 0 0 70px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 2.625rem;
    text-align: center;
  }

  .at-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%;
  }

  .at-grid[data-column="2"] .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    flex-basis: 50% !important;
  }

  .at-grid[data-column="3"] .at-column {
    width: 33.3333333333%;
    max-width: 49.333333%;
    min-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
  }

  .at-column {
    position: relative;
    background: #FFF;
    box-shadow: 0 0 0 1px #E2E9ED;
    padding: 10px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .at-column:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }

  .at-column:hover .at-social {
    margin: 16px 0 0;
    opacity: 1;
  }



  .at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
  }

  .at-user__avatar {
    background: #9ba174;
    width: 40%;
    height: 50%;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .at-user__name {
    color: #313435;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.625rem;
  }

  .at-user__title {
    color: #6F808A;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    line-height: 2.375rem;
  }

  .at-social {
    margin: 0 0 -18px;
    opacity: 0;
    transition: margin 0.2s ease, opacity 0.2s ease;
  }

  .at-social__item {
    display: inline-block;
    margin: 0 10px;
  }

  .at-social__item a {
    display: block;
  }

  .at-social__item svg {
    fill: #515F65;
    display: block;
    height: 18px;
    transition: fill 0.2s ease;
  }

  .at-social__item svg:hover {
    fill: #788D96;
  }


  /* profile  */
  .profile-sec {
    padding: 100px 100px 0 100px;
  }

  .profile-sec .content-group {
    position: relative;
    color: #000;
  }

  .profile-sec .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .profile-sec {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .profile-sec .content-group::before,
  .profile-sec .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .profile-sec .content-group::before {
    background-image: url("../img/icon.png");
    width: 90px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .profile-sec .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -50px;
  }

  .profile-sec .content-group h3.title {
    position: relative;
  }

  .profile-sec .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #ccc;
  }

  .profile .inner {
    display: flex;
    padding: 100px;
  }

  .profile .left {
    margin-right: 30px;
    float: left;
    border-right: 1px solid black;
  }

  .profile .left .photo {
    background: #9ba174;
    margin: 0 40px 60px 0;
  }

  .profile .left .bio h3 {
    margin-bottom: 5px;
    font-size: 21px;
    color: green;
    font-weight: 500;
    border-bottom: 1px solid black;
  }

  .profile .left .bio h4 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #788D96;
    font-weight: 400;
  }

  .profile .left .bio p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .profile .left .desc h4 {
    margin-bottom: 5px;
    color: green;
    font-size: 20px;
    border-bottom: 1px solid black;
  }

  .profile .left .desc p {
    font-size: 14px;
    margin: 20px 40px 0 0;
  }

  .profile .right {
    margin-left: 30px;
    width: 1000px;
    float: right;
    font-size: 15px;
  }

  .profile .right h3 {
    font-size: 20px;
    color: green;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
  }

  .profile .right .edu {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .career {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .certificate {
    margin-bottom: 20px;
    width: 100%;
  }



  /* project
-------------------------------------------------------*/
  .project {
    margin-bottom: 90px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .project .content-group {
    position: relative;
    color: #000;
    text-align: center;
    margin-top: 100px;
  }

  .project .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: transparent;
    margin: 50px 0 0 20px;
  }

  .project .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #9ba174;
  }

  .animate {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .info-card-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    /* flex: 0 0 auto; */
  }

  .info-card {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    /* border-bottom: 0px; */
    background-color: white;
    position: relative;
    overflow: hidden;
  }

  .info-card .image-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    padding-bottom: 65px;
    overflow: hidden;
  }

  .info-card .image-wrap>img {
    padding: 50px;
    width: 100%;
    height: auto;
  }

  .info-card .info-card-details,
  .info-card .info-card-details .info-card-header {
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 0;
    background-color: white;
  }

  .info-card .info-card-detail {
    text-align: center;
  }

  .info-card-header h6 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: darkblue;
    background-color: white;
  }

  .info-card-header p {
    font-size: 10px;
    margin-top: 3px;
    text-align: center;
    color: darkblue;
    background-color: white;
  }

  .info-card .info-card-details p {
    color: grey;
    padding-right: 15px;
    padding-left: 15px;
  }

  .info-card .info-card-details::-webkit-scrollbar {
    width: 9px;
  }

  .info-card .info-card-details::-webkit-scrollbar-button {
    width: 9px;
    height: 0;
  }

  .info-card .info-card-details::-webkit-scrollbar-track {
    background: white;
  }

  .info-card .info-card-details::-webkit-scrollbar-thumb {
    background: grey;
  }

  .info-card .info-card-details::-webkit-scrollbar-thumb:hover {
    background: grey;
  }

  .info-card .info-card-details .info-card-header {
    border-top: 1px solid #d7d7d7;
    height: auto;
    bottom: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: white;
  }

  .info-card:hover .info-card-details {
    bottom: 0;
    overflow: auto;
    padding-bottom: 25px
  }

  .info-card:hover .info-card-details .info-card-header {
    position: relative;
    bottom: 0;
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .info-card .info-card-details .info-card-header h1,
  .info-card .info-card-details .info-card-header h3 {
    width: 100%;
    max-width: 220px;
    float: left;
    margin: 0;
    padding: 0;
  }

  .u-plus {
    width: 100%;
    float: left;
    text-align: center;
  }

  .u-plus .fa-plus {
    color: #6f6f6e;
  }

  /* Service
-------------------------------------------------------*/
  .service-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .service .content-group {
    position: relative;
    color: #000;
  }

  .service .content-group .title {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .service {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .service .inner {
    padding: 14px;
    max-width: 100%;
  }

  .service .content-group::before,
  .service .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .service .content-group::before {
    background-image: url("../img/icon.png");
    width: 50px;
    height: 50px;
    left: 10px;
    background-size: cover;
  }

  .service .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 89px;
    height: 74px;
    right: 0px;
  }

  .service .content-group h3.title {
    position: relative;
    padding-left: 67px;
    margin-top: 20px;
  }

  .service .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 14%;
    top: 55%;
    transform: translateY(-50%);
    width: 214px;
    height: 1px;
    background: #ccc;
  }

  .service .text-group {
    border: 1px solid #9ba17482;
    min-height: 300px;
    max-height: 500px;
    display: flex;
  }

  .mtop {
    margin-top: -1px;
  }

  .mleft {
    margin-left: -1px;
  }

  .service .text-group .desc {
    font-size: 17px;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
    margin: 30px;
  }

  .service .text-group img {
    width: 55px;
    margin: 44px;
    margin-left: 0;
  }

  .service .text-group:hover .graph {
    content: url('../img/graph.gif');
  }

  .service .text-group:hover .check {
    content: url('../img/check.gif');
  }

  .service .text-group:hover .tax {
    content: url('../img/tax.gif');
  }

  .service .text-group:hover .tax2 {
    content: url('../img/tax2.gif');
  }

  .service .text-group:hover .mg {
    content: url('../img/mg.gif');
  }

  .service .text-group:hover .world {
    content: url('../img/world.gif');
  }

  .service .text-group:hover .chat {
    content: url('../img/chat.gif');
  }

  .service .text-group:hover .files {
    content: url('../img/files.gif');
  }

  .service .text-group:hover .deal {
    content: url('../img/deal.gif');
  }

  .service .text-group:hover .bag {
    content: url('../img/bag.gif');
  }

  .service .text-group:hover .write {
    content: url('../img/write.gif');
  }

  .service .text-group:hover .hr {
    content: url('../img/hr.gif');
  }

  .service .desc em {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 35px;
    margin-top: 21px
  }

  .service .desc em span {
    color: #9ba174;
  }

  /* jumbotron */
  .main-visual .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 110px;
  }

  .main-visual .owl-nav button {
    display: block;
    font-size: 0;
    width: 30px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .main-visual .owl-nav .owl-prev {
    background-image: url("../img/prev.png");
  }

  .main-visual .owl-nav .owl-next {
    background-image: url("../img/next.png");
  }

  .main-typo h3 {
    font-family: 'Montserrat';
    font-size: 35.5px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .main-typo p {
    font-size: 14px;
    font-weight: 400;
  }

}


/* Mobile */
@media (max-width: 767px) {

  /* jumbotron */
  .main-visual .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 53px;
  }

  .main-typo h3 {
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .main-typo p {
    font-size: 8px;
    font-weight: 400;
  }

  .main-visual .owl-nav button {
    display: block;
    font-size: 0;
    width: 30px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Team overview */
  .team-overview {
    width: 100%;
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.4px;
    margin: 0 0 20px;
    padding: 60px 33px;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .team-overview h2 {
    width: 100%;
    color: #000000;
    font-size: 31px;
    font-weight: 900;
    margin-bottom: 33px;

  }

  .team-overview .view-btn {
    display: block;
    padding: 14px 0;
    width: 170px;
    text-align: center;
    border: 2px solid #ccc;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: color .3s, border-color .4s;
    margin: 0 auto;
    margin-top: 33px;

  }

  /* sub-visual */
  .sub-visual {
    margin-top: 100px !important;
    position: relative;
    margin: 0 auto;
    height: 250px;
    overflow: hidden;
  }

  .sub-visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg.jpg');
  }

  .sub-visual .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg2.jpg');
  }

  .sub-visual .bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg3.jpg');
  }

  .sub-visual .bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    background-image: url('../img/bg4.jpg');
  }

  .sub-visual .page-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
  }

  .sub-visual h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
  }

  /* profile  */
  .profile-sec {
    padding: 100px 20px;
  }

  .profile-sec .content-group {
    position: relative;
    color: #000;
  }

  .profile-sec .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .profile-sec {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 44px;
  }

  .profile-sec .content-group::before,
  .profile-sec .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .profile-sec .content-group::before {
    background-image: url("../img/icon.png");
    width: 70px;
    height: 38px;
    left: -4px;
    background-size: cover;
  }

  .profile-sec .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
    display: none;

  }

  .profile-sec .content-group h3.title {
    position: relative;
  }

  .profile-sec .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #ccc;
    display: none;
  }

  .profile .inner {
    display: flex;
    padding: 30px 0;
  }

  .profile .left {
    margin-right: 30px;
    float: left;
    border-right: 1px solid black;
  }

  .profile .left .photo {
    background: #9ba174;
    margin: 0 40px 60px 0;
  }

  .profile .left .bio h3 {
    margin-bottom: 5px;
    font-size: 21px;
    color: green;
    font-weight: 500;
    border-bottom: 1px solid black;
  }

  .profile .left .bio h4 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #788D96;
    font-weight: 400;
  }

  .profile .left .bio p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .profile .left .desc h4 {
    margin-bottom: 5px;
    color: green;
    font-size: 20px;
    border-bottom: 1px solid black;
  }

  .profile .left .desc p {
    font-size: 14px;
    margin: 20px 40px 0 0;
  }

  .profile .right {
    margin-left: 30px;
    width: 1000px;
    float: right;
    font-size: 15px;
  }

  .profile .right h3 {
    font-size: 20px;
    color: green;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
  }

  .profile .right .edu {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .career {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .certificate {
    margin-bottom: 20px;
    width: 100%;
  }

  /* Greetings
-------------------------------------------------------*/
  .greeting .content-group {
    position: relative;
    color: #000;
  }

  .greeting .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .greeting {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .greeting .inner {
    padding: 120px 56px;
    max-width: 600px;
  }

  .greeting .content-group .flag {
    width: 50px;
    margin-left: 10px;
  }

  .greeting .content-group::before,
  .greeting .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .greeting .content-group::before {
    background-image: url("../img/icon.png");
    width: 36px;
    height: 38px;
    left: -48px;
    background-size: cover;
  }

  .greeting .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -51px;
    display: none;
  }

  .greeting .content-group h3.title {
    position: relative;
  }

  .greeting .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    display: none;
    background: #ccc;
  }

  .greeting .text-group {
    margin-top: 45px;
  }

  .greeting .text-group .desc {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
  }

  .greeting .desc em {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 20px;
  }

  .greeting .desc em span {
    color: #01a13f;
  }

  .greeting .text-group .signature {
    color: #000;
    margin-top: 60px;
  }

  .greeting .signature span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-right: 18px;
  }

  .greeting .signature strong {
    color: #01a13f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
  }


  /* About
-------------------------------------------------------*/
  .about .content-group {
    position: relative;
    color: #000;
  }

  .about .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .about {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .about .inner {
    padding: 120px 56px 0;
    max-width: 600px;
  }

  .about .content-group .flag {
    width: 50px;
    margin-left: 10px;
  }

  .about .content-group::before,
  .about .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .about .content-group::before {
    background-image: url("../img/icon.png");
    width: 40px;
    height: 38px;
    left: -47px;
    background-size: cover;
  }

  .about .content-group::after {
    display: none;
  }

  .about .content-group h3.title {
    position: relative;
  }

  .about .content-group h3.title::before {
    content: '';
    display: none;
  }

  .about .text-group {
    margin-top: 45px;
  }

  .about .text-group .desc {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
  }

  .about .desc em {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 20px;
  }

  .about .desc em span {
    color: #01a13f;
  }

  .about .text-group .signature {
    color: #000;
    margin-top: 60px;
  }

  .about .signature span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-right: 18px;
  }

  .about .signature strong {
    color: #01a13f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
  }


  .about-policy__list {
    display: flex;
    flex-direction: column;
  }

  .about-policy__list li {
    width: 100%;
    padding: 50px;
    border-bottom: 1px solid rgba(75, 73, 73, 0.2);
    transition: .3s;
  }

  .about-policy__list li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

  .about-policy__list li:hover {
    background: rgba(0, 0, 0, 0.15);
  }

  .about-policy__list .icon-c5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    transition: .3s;
    margin: 0 auto;
  }

  .about-policy__list .icon-c5 img {
    max-width: 75px;
    height: 75px;
  }

  .about-policy__list li .icon-c5 {
    background: rgb(0, 0, 0, 0.05);
  }

  .about-policy__list li:hover .icon-c5 {
    background: rgb(255, 255, 255);
  }

  .about-policy__list .text-group {
    position: relative;
    color: #000000;
    text-align: center;
  }

  .about-policy__list .text-group::before {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background: #01a13f;
    margin: -25px auto 0;
  }

  .about-policy__list .num {
    font-family: 'Montserrat';
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -2.2px;
    display: block;
    margin: 18px 0 22px;
  }

  /* Network
-------------------------------------------------------*/
  .network .content-group {
    position: relative;
    color: #000;
    text-align: center;
  }

  .network .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .network .content-group .title::before {
    content: '';
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 38px;
    background: url("../img/title_obj.png") no-repeat center;
  }

  .network .content-group.white {
    color: #fff;
  }

  .network {
    overflow: hidden;
  }

  .network .inner {
    padding-bottom: 70px;
    border-bottom: 1px solid #ccc;
  }

  .network .inner .info-right {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .network .inner .info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .network img {
    margin-top: 65px;
    object-fit: cover;
    object-position: center center;
    width: 640px;
    height: 230px;
  }



  .network .column-left {
    width: 100%;
    /* Adjust the width as needed */
    float: left;
    /* Float the left column to the left */
    padding: 20px;
    /* Add some spacing between columns */
  }

  .network .column-right {
    width: 100%;
    /* Adjust the width as needed */
    float: left;
    /* Float the right column to the left */
    padding: 20px;
    /* Add some spacing between columns */
  }

  /* Clear the float to prevent layout issues */
  .network .inner::after {
    content: "";
    display: table;
    clear: both;
  }

  /* network-list */


  .network-list .content-group {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    margin-bottom: 55px;
  }

  .network-list .info .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #01a13f;
    margin: 0 auto -35px;
    z-index: 1;
  }

  .network-list .info .text-area {
    background: url("../img/") no-repeat center/cover;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .network-list .info .text-area strong {
    position: relative;
    padding: 0 40px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
  }

  .network-list .info .text-area strong span {
    color: #01a13f;
  }

  .network-list .info .text-area strong::before,
  .network-list .info .text-area strong::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .network-list .info .text-area strong::before {
    left: 0;
    background-image: url("../img/about_obj1.png");
  }

  .network-list .info .text-area strong::after {
    right: 0;
    background-image: url("../img/about_obj2.png");
  }

  .network-list .info .text-wrap {
    padding: 20px;
    width: 100%;
  }

  .network-list .info p {
    font-size: 18px;
    text-align: left;
  }

  /* Member
-------------------------------------------------------*/
  .member {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .member .content-group {
    position: relative;
    color: #000;
    text-align: center;
  }

  .member .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: transparent;
    margin: 50px 0 0 20px;
  }

  .member .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #9ba174;
  }

  .at-section__title {
    margin: 0 0 70px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 2.625rem;
    text-align: center;
  }

  .at-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 70px;
    margin: 5px;
  }

  .at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%;
  }

  .at-grid[data-column="2"] .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    flex-basis: 50% !important;
  }

  .at-grid[data-column="3"] .at-column {
    flex-basis: 100%;
    max-width: 100%;
  }

  .at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
  }

  .at-column {
    position: relative;
    background: #FFF;
    box-shadow: 0 0 0 1px #E2E9ED;
    padding: 10px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .at-column:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }

  .at-column:hover .at-social {
    margin: 16px 0 0;
    opacity: 1;
  }

  @media (max-width: 800px) {
    .at-grid[data-column="2"] .at-column {
      width: 50% !important;
      max-width: 50% !important;
      min-width: 50% !important;
      flex-basis: 50% !important;
    }
  }

  @media (max-width: 600px) {
    .at-grid[data-column="1"] .at-column {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      flex-basis: 100% !important;
    }
  }

  .at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
  }

  .at-user__avatar {
    background: #9ba174;
    width: 40%;
    height: 50%;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .at-user__name {
    color: #313435;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625rem;
  }

  .at-user__title {
    color: #6F808A;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 1.375rem;
  }

  .at-social {
    margin: 0 0 -18px;
    opacity: 0;
    transition: margin 0.2s ease, opacity 0.2s ease;
  }

  .at-social__item {
    display: inline-block;
    margin: 0 10px;
  }

  .at-social__item a {
    display: block;
  }

  .at-social__item svg {
    fill: #515F65;
    display: block;
    height: 18px;
    transition: fill 0.2s ease;
  }

  .at-social__item svg:hover {
    fill: #788D96;
  }


  /* profile  */
  .profile-sec {
    padding: 100px 100px 0 100px;
  }

  .profile-sec .content-group {
    position: relative;
    color: #000;
  }

  .profile-sec .content-group .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .profile-sec {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .profile-sec .content-group::before,
  .profile-sec .content-group::after {
    content: '';
    position: absolute;
    top: -44px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .profile-sec .content-group::before {
    background-image: url("../img/icon.png");
    width: 90px;
    height: 38px;
    left: -55px;
    background-size: cover;
  }

  .profile-sec .content-group::after {
    background-image: url("../img/gree_obj1.png");
    width: 101px;
    height: 74px;
    right: -30px;
  }

  .profile-sec .content-group h3.title {
    position: relative;
  }

  .profile-sec .content-group h3.title::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background: #ccc;
  }

  .profile .inner {
    display: flex;
    padding: 0px;
    justify-content: space-evenly;
  }

  .profile .left {
    margin-right: 7px;
    float: left;
    border-right: 1px solid black;
  }

  .profile .left .photo {
    background: #9ba174;
    margin: 0 40px 60px 0;
  }

  .profile .left .bio h3 {
    margin-bottom: 5px;
    font-size: 21px;
    color: green;
    font-weight: 500;
    border-bottom: 1px solid black;
  }

  .profile .left .bio h4 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #788D96;
    font-weight: 400;
  }

  .profile .left .bio p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .profile .left .desc h4 {
    margin-bottom: 5px;
    color: green;
    font-size: 20px;
    border-bottom: 1px solid black;
  }

  .profile .left .desc p {
    font-size: 14px;
    margin: 20px 40px 0 0;
  }

  .profile .right {
    margin-left: 30px;
    width: 1000px;
    float: right;
    font-size: 15px;
  }

  .profile .right h3 {
    font-size: 20px;
    color: green;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
  }

  .profile .right .edu {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .career {
    margin-bottom: 20px;
    width: 100%;
  }

  .profile .right .certificate {
    margin-bottom: 20px;
    width: 100%;
  }



  /* project
-------------------------------------------------------*/
  .project {
    margin-bottom: 90px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .project .content-group {
    position: relative;
    color: #000;
    text-align: center;
    margin-top: 100px;
  }

  .project .content-group::before {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: transparent;
    margin: 50px 0 0 20px;
  }

  .project .content-group .title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #9ba174;
  }

  .animate {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .info-card-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    /* flex: 0 0 auto; */
  }

  .info-card {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    /* border-bottom: 0px; */
    background-color: white;
    position: relative;
    overflow: hidden;
  }

  .info-card .image-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    padding-bottom: 65px;
    overflow: hidden;
  }

  .info-card .image-wrap>img {
    padding: 100px;
    width: 100%;
    height: 300px;
  }

  .info-card .info-card-details,
  .info-card .info-card-details .info-card-header {
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 0;
    background-color: white;
  }

  .info-card-header h6 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: darkblue;
    background-color: white;
  }

  .info-card-header p {
    font-size: 10px;
    margin-top: 3px;
    text-align: center;
    color: darkblue;
    background-color: white;
  }

  .info-card .info-card-details p {
    color: grey;
    padding-right: 15px;
    padding-left: 15px;
  }

  .info-card .info-card-details::-webkit-scrollbar {
    width: 9px;
  }

  .info-card .info-card-details::-webkit-scrollbar-button {
    width: 9px;
    height: 0;
  }

  .info-card .info-card-details::-webkit-scrollbar-track {
    background: white;
  }

  .info-card .info-card-details::-webkit-scrollbar-thumb {
    background: grey;
  }

  .info-card .info-card-details::-webkit-scrollbar-thumb:hover {
    background: grey;
  }

  .info-card .info-card-details .info-card-header {
    border-top: 1px solid #d7d7d7;
    height: auto;
    bottom: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: white;
  }

  .info-card:hover .info-card-details {
    bottom: 0;
    overflow: auto;
    padding-bottom: 25px
  }

  .info-card .info-card-detail {
    text-align: center;
  }

  .info-card:hover .info-card-details .info-card-header {
    position: relative;
    bottom: 0;
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .info-card .info-card-details .info-card-header h1,
  .info-card .info-card-details .info-card-header h3 {
    width: 100%;
    max-width: 220px;
    float: left;
    margin: 0;
    padding: 0;
  }

  .u-plus {
    width: 100%;
    float: left;
    text-align: center;
  }

  .u-plus .fa-plus {
    color: #6f6f6e;
  }

  /* Service
  -------------------------------------------------------*/
  .service-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  .service .content-group {
    position: relative;
    color: #000;
  }

  .service .content-group .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .service {
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .service .inner {
    padding: 30px 0;
    max-width: 100%;
  }

  .service .content-group::before,
  .service .content-group::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
  }

  .service .content-group::before {
    background-image: url("../img/icon.png");
    width: 40px;
    height: 38px;
    left: 10px;
    background-size: cover;
  }

  .service .content-group::after {
    display: none;
  }

  .service .content-group h3.title {
    position: relative;
    padding-left: 60px;
  }

  .service .content-group h3.title::before {
    display: none;
  }

  .service .text-group {
    border: 1px solid #9ba17482;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    max-width: 98%;
    margin-left: 5px;
  }

  .mtop {
    margin-top: -1px;
  }

  .mleft {
    margin-left: -1px;
  }

  .service .text-group .desc {
    font-size: 17px;
    color: #000;
    letter-spacing: -0.68px;
    line-height: 36px;
    margin: 30px;
  }

  .service .text-group img {
    width: 55px;
    margin-top: 50px;
  }

  .service .text-group:hover .graph {
    content: url('../img/graph.gif');
  }

  .service .text-group:hover .check {
    content: url('../img/check.gif');
  }

  .service .text-group:hover .tax {
    content: url('../img/tax.gif');
  }

  .service .text-group:hover .tax2 {
    content: url('../img/tax2.gif');
  }

  .service .text-group:hover .mg {
    content: url('../img/mg.gif');
  }

  .service .text-group:hover .world {
    content: url('../img/world.gif');
  }

  .service .text-group:hover .chat {
    content: url('../img/chat.gif');
  }

  .service .text-group:hover .files {
    content: url('../img/files.gif');
  }

  .service .text-group:hover .deal {
    content: url('../img/deal.gif');
  }

  .service .text-group:hover .bag {
    content: url('../img/bag.gif');
  }

  .service .text-group:hover .write {
    content: url('../img/write.gif');
  }

  .service .text-group:hover .hr {
    content: url('../img/hr.gif');
  }

  .service .desc em {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color: #000;
    margin-bottom: 35px;
    margin-top: 21px
  }

  .service .desc em span {
    color: #9ba174;
  }
}

@media only screen and (max-width : 550px) {

  .team-members li {
    text-align: center;
  }

  .team-members li>div {
    float: none;
    display: inline-block;
    width: 20%;
    margin: 0 !important;
  }

  .team-members {
    transform: rotate(0);
  }

  .team-members .clearfix .member-details .block-res {
    display: block;
  }

  .member-details img {
    transform: rotate(0) translate(0, 0);
  }

  */ .member-details img {
    display: block;
    width: auto;
    height: 180px;
  }

  .team-overview {
    padding: 15px;
  }

  .team-members {
    /* transform: rotate(-45deg); */
    margin-right: -16em;
  }

  .team-members li>div {
    float: left;
    width: 10%;
  }

  .team-members li:nth-child(2)>div:first-child {
    margin-left: 9%;
  }

  .team-members li:last-child>div:first-child {
    margin-left: 40%;
  }

  .member-details>div {
    background-color: #ddd;
    margin: 5px;
  }

  .member-details img {
    /* transform: rotate(45deg) translate(0, 15px) scale(1.2); */
    display: block;
    width: auto;
    height: 180px;
  }

  /* Team overview */
  .team-overview h2 {
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 12px;

  }

  .team-overview {
    width: 100%;
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.4px;
    margin: 0 0 20px;
    padding: 60px 33px;
    justify-content: flex-end;
    margin-bottom: 12px;

  }

  .team-overview .view-btn {
    display: block;
    padding: 14px 0;
    width: 170px;
    text-align: center;
    border: 2px solid #ccc;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: color .3s, border-color .4s;
    margin: 0 auto;
  }


  .c6-wrap {
    color: #01a13f;
    padding: 16px 0;
  }

  .c6-wrap::before .inner .content-group {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #08f12f;
    transition: .5s;
    z-index: -1;
  }

  .c6-wrap .inner {
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px;
    width: 100%;
    height: 100%;
  }

  .c6-wrap .content-group {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-size: 10px;
  }

  .c6-wrap .content-group .title {
    font-size: 32px;
    font-weight: 600;
  }

  .c6-wrap .content-group::before {
    display: inline-flex;
  }

  .partner-logo img {
    width: 170px !important;
    height: auto !important;
  }

  .carousel-client {
    display: flex;
    align-items: center;
  }

  .c6-wrap .view-btn {
    display: block;
    padding: 14px 0;
    width: 170px;
    text-align: center;
    border: 2px solid #ccc;
    background: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: color .3s, border-color .4s;
    margin: 0 auto;
  }

  .c6-wrap .view-btn:hover {
    color: #000;
    border-color: rgba(255, 255, 255, .3);
  }

  .c6-wrap .view-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: .4s;
    z-index: -1;
  }

  .c6-wrap .view-btn:hover::before {
    left: 0;
    width: 100%;
  }

  .project-home::before,
  .project-home::after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
  }

  .project-home::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }

  .project-home::before {
    left: 0;
    top: 0;
  }

  .project-home .slide-track {
    animation: scroll 40s linear infinite;
    /* Adjust the duration as needed */
    display: flex;
    width: calc(250px * 14);
    padding: 16px;
  }

  .project-home .slide {
    height: 100px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .slide img {
    max-height: 100%;
    max-width: 100%;
  }

  /* Add a container to control the animation duration */
  .animation-container {
    animation: slider-animation 40s linear infinite;
    /* Adjust the duration to match the scroll animation */
  }

  /* Define the animation for the container */
  @keyframes slider-animation {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-250px * 7));
      /* Adjust the number of slides accordingly */
    }
  }

}

@media only screen and (max-width : 399px) {
  .team-members li>div {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* CSS rules specific to tablets go here */
}

.bg-bebeb {
  background-color: #ebebeb;
}