.cta-img{

  padding-top: 50px;
  padding-bottom: 50px;

}
.person-img{
  width: auto;
  height: inherit;
}
.team-card{
  height: 362px;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes infinite-blink {
  0% {
    opacity: 1;
    top: 0; }
  30% {
    opacity: 1;
    top: 30%; }
  70% {
    opacity: 0;
    top: 30%; }
  100% {
    opacity: 0;
    top: 0; } }

/*============== play-button-pulse ==============*/
@-webkit-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

/*== heartBeat ==*/
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); } }

/*====== starsAnimation ========*/
@keyframes starsAnimation {
  from {
    transform: translateY(-2000px); }
  to {
    transform: translateY(0px); } }

/*====== background-move ========*/
@keyframes background-move {
  0% {
    background-position: 0 0, 0 0; }
  100% {
    background-position: 100vw 0, 0 0;
    background-position: max(100vw, 40em) 0, 0 0; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

 h2, h3, h4, p {
  margin: 0; }

body {
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #5d646d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.line-height-50 {
  line-height: 50px !important; }

.bg-fixed {
  background-attachment: fixed; }

.container {
  max-width: 1200px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px; }
    .loader .spinner .path {
      stroke: #287dfa;
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite; }

.section-heading .sec__title {
  font-size: 40px;
  color: #0d233e;
  font-weight: 700; }
  @media (max-width: 425px) {
    .section-heading .sec__title {
      font-size: 30px;
      line-height: 42px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__title br {
      display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__title br {
      display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__title br {
      display: none; } }

.section-heading .sec__desc {
  font-size: 18px;
  color: #5d646d;
  line-height: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__desc br {
      display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__desc br {
      display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__desc br {
      display: none; } }

/*==== title =====*/
.title {
  font-size: 18px;
  color: #0d233e; }
#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  color: #0d233e;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  #back-to-top:hover {
    background-color: #2273e5;
    color: #fff;
    border-color: #2273e5; }

.daterangepicker {
  font-family: "Roboto", sans-serif;
  border-color: rgba(128, 137, 150, 0.3); }

.breadcrumb-area {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .breadcrumb-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 55'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='7' opacity='.1'%3E%3Cpath d='M-345 34.5s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 48.3 0 48.3s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 20.7s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 34.5 0 34.5s115-13.8 115-13.8S172.5 6.9 230 6.9s115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8m-920 27.6s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 62.1 0 62.1s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 6.9s57.5-13.8 115-13.8S-115 6.9-115 6.9-57.5 20.7 0 20.7 115 6.9 115 6.9 172.5-6.9 230-6.9 345 6.9 345 6.9s57.5 13.8 115 13.8S575 6.9 575 6.9'/%3E%3Cpath d='M-345-6.9s57.5-13.8 115-13.8S-115-6.9-115-6.9-57.5 6.9 0 6.9 115-6.9 115-6.9s57.5-13.8 115-13.8S345-6.9 345-6.9 402.5 6.9 460 6.9 575-6.9 575-6.9m-920 69s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 75.9 0 75.9s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(80deg, #000000, #01060d);
    background-position: 50% 50%;
    animation: background-move 20s linear infinite;
    background-size: 100vw auto, 100% 100%;
    opacity: 0.3;
    z-index: -1; }

.bread-bg-9 {
   	background-image: url(../images/bread-bg8.jpg);
}
.bread-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  stroke: none;
  fill: #fff; }

/*==== breadcrumb-content ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-content {
    text-align: center; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-content {
    text-align: center; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-content {
    text-align: center; } }

.breadcrumb-content .section-heading .sec__desc {
  font-weight: 500; }

@media (max-width: 320px) {
  .breadcrumb-content .section-heading .sec__title {
    font-size: 32px; } }

@media (max-width: 375px) {
  .breadcrumb-content .section-heading .sec__title.line-height-50 {
    line-height: 45px !important; } }

.team-card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding-top: 20px;
  margin-bottom: 60px; }
.cta-area {
  position: relative;
  background-size: cover; }
  .cta-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.6; }
  @media (max-width: 425px) {
    .cta-area .section-heading .sec__title {
      font-size: 30px !important; } }

.cta-bg-2 {
  background-image: url("../images/team-cta-bg.jpg"); }

.inner {
    width: 94%;
    margin: 30px auto 20px
}

.inner::after {
    display: block;
    content: '';
    clear: both;
}


h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1c1c1c;
    font-weight: 600;
}

h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #1c1c1c;
}

@keyframes bannerRightArrow {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-10px)
    }
}

@keyframes bannerLeftArrow {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(10px)
    }
}

.policies {
    color: rgb(0 0 0 / 60%);
    margin: 0 auto 100px;
}

.policies h4 {
    width: 90%;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 20px;
}

.policies dl {
    margin: 0 0 20px 0;
}

.policies dl dt {
    font-size: 14px;
    color: rgb(0 0 0 / 75%);
    padding-bottom: 6px;
    font-weight: 600;
}

.policies dl dd {
    font-size: 14px;
    line-height: 20px;
}

.policies dl dd .depth {
    margin-left: 16px;
    margin-top: 6px;
}

.policies ol li {
    line-height: 22px;
}

.policies p {
    font-size: 14px;
    line-height: 22px;
}

.policies .end {
    margin-bottom: 30px;
}

/*애니메이션 로딩용*/
@-webkit-keyframes CreateLoading {
    0% {
        opacity: 1
    }

    50% {
        opacity: .30
    }

    100% {
        opacity: 1
    }
}

@keyframes CreateLoading {
    0% {
        opacity: 1
    }

    50% {
        opacity: .30
    }

    100% {
        opacity: 1
    }
}

