/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");

:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Pretendard';
  color: #191F28;
}

a {
  color: #7034E4;
  text-decoration: none;
}

a:hover {
  color: #5427AB;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, a, span, p {
  font-family: 'Pretendard';
  line-height: 1.4;
  word-break: keep-all;
}

h1, .h1{
  font-size: 52px;
  font-weight: 800;
}
h2, .h2{
  font-size: 48px;
  font-weight: 800;
}
h3, .h3{
  font-size: 24px;
}
h4, .h4{
  font-size: 20px;
}
h5, .h5{
  font-size: 18px;
}
h6, .h6{
  font-size: 14px;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

.fs-14{
    font-size: 14px!important;
}
.fs-20{
    font-size: 20px!important;
}
.fs-22{
    font-size: 22px!important;
}
.fs-26{
    font-size: 26px!important;
}
.fs-30{
    font-size: 30px!important;
}
.fs-36{
    font-size: 36px!important;
}
.fs-40{
    font-size: 40px!important;
}


.gray-1000{
  color:#191f28;
}
.gray-900{
  color:#3a3b45;
}
.gray-800{
  color:#5a5c69;
}
.gray-700{
  color:#6e707e;
}
.gray-600{
  color:#858796;
}
.gray-500{
  color:#b7b9cc;
}
.gray-400{
  color:#d1d3e2;
}
.gray-300{
  color:#dddfeb;
}
.gray-200{
  color:#eaecf4;
}
.gray-100{
  color:#f8f9fc;
}
.white-1000{
  color:#fff;
}

.primary-800{
    color: #431F89;
}
.primary-600{
    color: #5427AB;
}
.primary-500{
    color: #7034E4;
}
.primary-400{
    color: #A985EF;
}
.primary-200{
    color: #E2D6FA;
}
.primary-100{
    color: #F8F5FD;
}

.bg-primary-500{
    background-color: #7034E4;
}
.bg-primary-200{
    background-color: #E2D6FA;
}
.bg-primary-100{
    background-color: #F8F5FD;
}


.bg-gray-300{
    background-color: #dddfeb;
}
.bg-gray-200{
    background-color: #eaecf4;
}
.bg-gray-100{
    background-color: #F8F9FC;
}
.bg-white{
    background-color: #ffffff;
}

.text-gradient {
  background-image: linear-gradient(
    45deg,
    #A985EF,
    #5427AB
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 112px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 48px;
}


@media (max-width: 768px) {
  h1, .h1{
    font-size: 38px;
    font-weight: 800;
  }
  h2, .h2{
    font-size: 32px;
    font-weight: 800;
  }
  h3, .h3{
    font-size: 20px;
  }
  h4, .h4{
    font-size: 18px;
  }
  h5, .h5{
    font-size: 16px;
  }
  h6, .h6{
    font-size: 14px;
  }

section{
    padding:80px 20px;
}
  .section-header p {
    font-size: 28px;
    line-height: 1.3;
  }

 .footer{
    padding: 0 20px 30px;
 }


}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #7034E4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Circle Text Button Start
--------------------------------------------------------------*/
.quick-button{
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    width: 250px;
    height: 250px;
}
#circle {
    position: relative;
    overflow: hidden;
}

#quick-img{
    position: fixed;
    right: 85px;
    bottom: 110px;
    z-index: 99999;
}
#quick-img img{
    width: 80px;
    height: 80px;
}

.circle-text {
  fill: white;
  .black & {
    fill: pink;
  }
  transition: fill .5s ease;
  text-transform: uppercase;
  transform-origin: 105px 105px;
  will-change: transform, opacity;
}

#circle { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; }

#circle text { font-size: 16px; font-weight: bold; }

#circle svg { position: absolute; left: 0; bottom: 0; width: 100%;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}

/*--------------------------------------------------------------
# Circle Text Button End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# prize button
--------------------------------------------------------------*/
.prize-btn {
	position:fixed;
	width:150px;
	height:auto;
	top:100px;
	right:20px;
	background-color:#fff;
	border: solid 0px #f05a46;
	padding: 0;
	border-radius:0px;
    z-index:996;
}

.prize-btn img {
  width: 150px;
  height: 243px;
}


@media (min-width: 0px) and (max-width: 767px){
.prize-btn {
	position:fixed;
	width:80px;
	height:auto;
	top:70px;
	right:20px;
	background-color:#fff;
	border: solid 0px #f05a46;
	padding: 0;
	border-radius:0px;
    z-index:996;
}

.prize-btn img {
  width: 80px;
  height: auto;
}
}



/*--------------------------------------------------------------
# Popup Window 2023 세무유틸리티페어 팝업 start
--------------------------------------------------------------*/

#pop_faChange {
    position: absolute;
    top: 100px;
    right: 350px;
    z-index: 910;
}

.pop_fa {
    position: relative;
}

.pop_fa img {
    width: 500px;
}

.pop_fa .boardLink {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -65px;
}

#pop_faChange .popCheck {
    position: relative;
    height: 36px;
    line-height: 36px;
    background: #f1f1f1;
    padding: 0 15px;
    text-align: right;
}

#pop_faChange .popCheck label {
    padding-left: 28px;
    color: #686868;
    cursor: pointer;
}

#pop_faChange .popCheck .txt_pop_faclose {
    padding-left: 15px;
    margin-left: 10px;
    color: #686868;
    background: url(https://imagescdn.gettyimagesbank.com/common/img/gib/popup/small/bar_popS.gif) no-repeat left 50%
}

#pop_faChange .popCheck .txt_pop_faclose:hover {
    text-decoration: none;
}

@media (min-width: 0px) and (max-width: 768px) {
    #pop_faChange {
        position: absolute;
        top: 70px;
        left: 2%;
        margin-left: 0px;
        z-index: 900;
    }

    .pop_fa img {
        width: 280px;
    }

    #pop_faChange .popCheck {
        width: 280px;
    }
}

.btn-darkPurple {
    position: absolute;
    bottom: 96px;
    left: 22%;
    border-radius: 32px;
    background: #334dff;
    border: solid 0px;
    padding: 8px 80px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

@media (min-width: 0px) and (max-width: 768px) {
    .btn-darkPurple {
        position: absolute;
        min-width: 150px;
        bottom: 58px;
        left: 64px;
        border-radius: 32px;
        padding: 4px 24px;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
    }
}

/*--------------------------------------------------------------
# Popup Window 2023 세무유틸리티페어 팝업 end
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 39px;
  margin-right: 6px;
}

@media (max-width: 768px) {
    .header .logo img {
      max-height: 39px;
      max-width: 250px;
      margin-right: 6px;
    }
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  color: #191f28 !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
  color: #191f28;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #7034E4;
  font-weight: 700;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #7034E4;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 14px;
  border: solid 2px #7034E4;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5427AB;
  border: solid 2px #5427AB;
}

.navbar .login,
.navbar .login:focus {
  background: transparent;
  padding: 8px 20px;
  margin-left: 14px;
  border-radius: 14px;
  border: solid 2px #7034E4;
  color: #7034E4;
  font-weight: 700;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(45, 21, 91, 0.15);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #7034E4;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191f28;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #4154f1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .login,
.navbar-mobile .login:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(110deg, #946fff14 0%, #4f91ff33 100%);
  background-size: cover;
}

#hero .animated{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes up-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


.btn-primary{
    width: 200px;
    border-radius: 4px;
    padding: 18px 0px;
    border: 0;
    background-color: #7034E4;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 5px 15px rgba(80, 0, 183, 0.5);
    transition: all ease 0.5s;
}
.btn-primary:hover{
    background-color: #5427AB;
    box-shadow: 0px 0px 16px rgba(80, 0, 183, 0.2);
}
.btn-primary i{
    margin-left: 1rem;
    transition: all ease 0.5s;
}
.btn-primary:hover i{
    margin-left: 2rem;
}

.btn-outline-primary{
    color: #7034E4;
    border-color: #7034E4;
    background-color: #fff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #431F89;
  border-color: #431F89;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 52, 228, 0.4);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #7034E4;
  border-color: #7034E4;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 52, 228, 0.4);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  background-color: #7034E4;
  background-color: transparent;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 22px 48px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #7034E4;
    box-shadow: 0px 5px 30px rgba(112, 52, 228, 0.4);
}
.hero .btn-get-started:hover{
    background: #7034E4;
}

.hero .btn-get-started span {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0px;
}

.hero .btn-get-started i {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s;
}

.hero .btn-get-started:hover i {
  transform: translateX(10px);
}

.hero .hero-img {
  text-align: right;
}

.hero h2{
    font-size: 42px;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }

  .btn-primary{
    font-size: 18px;
  }

  .testimonials .testimonial-item{
    margin:0px 0px 30px;
  }

  .services .service-box h3{
    font-size:30px;
  }

  .recent-blog-posts .post-box .post-date{
    font-size:14px;
  }

  .recent-blog-posts .post-box .post-title{
    font-size:20px;
  }



}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 68px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

.about .about-tab{
    border-bottom: solid 0px #E2D6FA;
    justify-content: center;
}

.about .about-tab .nav-link{
  background: #F1EBFD;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  color:#7034E4;
  border: solid 1px #F1EBFD;
  border-radius: 1rem;
  margin-bottom: 0px;
  padding: 0.8rem 2.4rem;
  margin: 0.25rem;
  width: 180px;
  text-align: center;
}

.about .about-tab .nav-link.active{
  background: #7034E4;
  border-color: #7034E4;
  color: #fff;
}

@media (max-width: 768px) {
    .about .about-tab .nav-link{
      font-size: 16px;
      padding: 0.55rem 0.25rem;
      width: 150px;
      margin: 0.15rem;
      border-radius: 0.4rem;
    }
}

.about .about-img{
  width: 100%;
  justify-content: center;
}
.about .about-img img{
  max-width: 100%;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970 !important;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 58px 50px 40px;
  text-align: center;
  transition: 0.3s;
  border-radius: 16px;
}

.services .service-box h3{
  font-size: 36px;
}

.services .service-box p{
  text-align: left;
  margin-bottom: 0.75rem;
  font-size:17px;
  font-weight: 600;
  color:#5a5c69;
}

.service-box p > i{
  color: #4154f1;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 26px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.service-icon-box {
  width: 90px;
  height: 90px;
  display:flex;
  align-items:center;
  justify-content: center;
  border-radius: 20%;
  margin: 0 auto;
}

.service-icon-box.bg-blue{
  background-color: #629AF930;
}
.service-icon-box.bg-orange{
  background-color: #EB805430;
}
.service-icon-box.bg-green{
  background-color: #60BDB730;
}
.service-icon-box.bg-purple{
  background-color: #8F63DA30;
}

.services .service-box img{
  width: 70px;
}

.services .service-box .read-more {
  align-items: center;
  font-weight: 600;
  padding: 30px 0 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  background-color: #fff;
  border-bottom: 0px solid #629AF9;
}

.services .service-box.blue .icon {
  color: #629AF9;
  background: #fafbff;
}

.services .service-box.blue i{
  color: #629AF9;
}

.services .service-box.blue .read-more {
  color: #629AF9;
  /*line-height: 52px;*/
}

.services .service-box.blue:hover {
  background: #629AF9;
}

.services .service-box.orange {
  border-bottom: 0px solid #EB8054;
}

.services .service-box.orange .icon {
  color: #EB8054;
  background: #fde3c4;
}
.services .service-box.orange i{
  color: #EB8054;
}
.services .service-box.orange .read-more {
  color: #EB8054;
}

.services .service-box.orange:hover {
  background: #EB8054;
}

.services .service-box.green {
  border-bottom: 0px solid #60BDB7;
}

.services .service-box.green i{
  color: #60BDB7;
}

.services .service-box.green .icon {
  color: #60BDB7;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #60BDB7;
}

.services .service-box.green:hover {
  background: #60BDB7;
}

.services .service-box.red {
  border-bottom: 0px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 0px solid #8F63DA;
}

.services .service-box.purple i{
  color: #8F63DA;
}

.services .service-box.purple .icon {
  color: #8F63DA;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #8F63DA;
}

.services .service-box.purple:hover {
  background: #8F63DA;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover i,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0px 0px 2px rgba(1, 41, 112, 0.06);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.06);
  box-shadow: 0px 8px 24px rgba(1, 41, 112, 0.1);
}

.pricing .box h4{
    font-weight: 600;
}
.pricing .box h3{
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.05rem;
}
.pricing .box h3 span{
    font-size: 19px;
    font-weight: 400;
    color: #6e707e;
}

.pricing .na {
  text-decoration: line-through;
}

.pricing .box p{
    font-weight: 500;
}
.pricing .box p .bi-check-circle-fill{
    color: #7034E4;
}
.pricing .box p .bi-x-circle-fill{
    color: #858796;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}


.pricing .btn-buy {
  display: inline-block;
  width: 98%;
  padding: 10px;
  border-radius: 10px;
  color: #7034e4;
  transition: 1s;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #7034e4;
  background: #fff;
}

.pricing .btn-buy:hover {
  background: #7034e4;
  color: #fff;
}

.pricing .primium:hover {
  background: #431F89!important;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 50px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: 0.3s;
  border-radius: 20px;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item p{
  font-size: 16px;
  line-height: 1.5;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 1;
  transition: 1s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 0.8;
}

.img-fluid{
    width:120%!important;
    max-width:fit-content;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 60px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  background-color: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 20px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fff;
  padding: 32px 30px;
  border-radius: 16px;
}

.bg-gradient-primary{
    background: linear-gradient(-45deg, #C6AEF4, #431F89, #7034E4, #A985EF );
    background-size: 400% 400%;
    animation: gradient 6s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #7034E4;
}

.contact .info-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 16px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 16px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #7034E4;
  border: 0;
  padding: 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  margin: 0 auto;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5427AB;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #fff;
  padding: 0 0 30px 0;
  font-size: 14px;
  font-weight: 500;
}

.footer .footer-top {
  background: #fff;
  background-size: contain;
  border-top: 1px solid #d9dce2;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #d9dce2;
}

.btn-padding-1{
  padding: 0.65em 1.2em;
}

.btn-padding-2{
  padding: 1.2em 6em;
}

.dropdown-toggle::after{
  margin-left: 1.75em;
}

.footer-info{
  padding-right: 5rem;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0.3rem;
  display: flex;
}
.footer-info dt{
  font-size: 15px;
  float: left;
  width: 8rem;
  color: #6e707e;
  font-weight: 500;
}
.footer-info dd{
  width: calc(100% - 5rem);
  color: #3A3B45;
}

@media only screen and (max-width: 767px) {
.footer-info{
  padding-right: 0rem;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.3rem;
  display: flex;
}
}


/** 슬라이드 파트 **/
.slider {
  margin: 0 auto;
  max-width: 1320px;
  background-color: #fff;
  border-radius: 40px;
  padding:0 4.5rem;
  box-shadow: 0px 16px 40px rgba(112, 126, 176, 0.2);
}

.slide_viewer {
  height: 840px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #4153f157;
  font-size: 58px;
  margin: 0 0.025em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #4154f1;
  cursor: pointer;
}

.slider h2{
    font-size: 38px;
}

.directional_nav {
  margin: 0 auto;
  max-width: 1700px;
  position: relative;
  top: -420px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

.height-840{
    height:840px;
}

.w-46{
    width:46px;
}



.w-left-txt{
    width:440px;
}

.mb-custom-1{
    margin-bottom: 34px;
}
.m-br-del br{
    display:inline;
}

@media only screen and (max-width: 767px) {

.services .service-box .read-more{
    padding: 28px 0 10px;
}
.services .service-box h3{
    font-size: 32px;
}

.slider{
    padding:2rem;
}
.slide_viewer{
    height:620px;
}
.w-sm-100{
    width:100%;
}
.m-br-del br{
    display:none;
}
.mb-custom-1{
    margin-bottom: 52px;
}

.slider h2{
    font-size:28px;
}

.w-left-txt{
    width:350px;
}

.height-840{
    height: 340px;
}

  .previous_btn {
    display:none;
  }
  .next_btn {
    display:none;
  }
}

/** send-btn **/
.btn-send {
  font-family: inherit;
  font-size: 18px;
  background: #9155fd;
  color: white;
  padding: 0.75em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}

.btn-send span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.btn-send svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.btn-send:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.btn-send:hover svg {
  transform: translateX(1.8em) rotate(45deg) scale(1.1);
}

.btn-send:hover span {
  transform: translateX(7em);
}

.btn-send:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}


/*--------------------------------------------------------------
# 비대면바우처
--------------------------------------------------------------*/
#plan{
    padding: 112px 0;
}
.voucher-table {
  border: 1px solid #EAECF4;
  padding: 0;
  border-radius: 16px;
  width: 1280px;
  margin:0 auto;
}

.voucher-table caption {
  font-size: 18px;
  margin-top: 1em;
}

.voucher-table tr {
  background-color: #fff;
  border: 1px solid #EAECF4;
  padding: 1em;
}

.voucher-table th,
.voucher-table td {
  padding: 1em;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border-right: solid 1px #EAECF4;
}

.voucher-table th {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}


.voucher-step-box{
     width: 360px ;
     height: auto;
     border-radius: 48px;
     padding: 48px 40px;
}
.actual-price-title{
    font-size: 30px;
}
.actual-price{
    font-size: 36px;
}

.pName{
    font-size: 30px;
}
.pExplain{
    font-size: 16px;
}
.pPrice{
    font-size: 36px;
}
.pPriceE{
  font-size: 22px;
}
.pNum{
  font-size: 36px;
}
.pNumE{
  font-size: 22px;
}
.pNumA{
  font-size: 18px;
}

@media screen and (max-width: 600px) {

#plan{
    padding: 80px 0;
}
  .voucher-table {
    width: 98%;
    border: 0;
  }

  .voucher-table th,
  .voucher-table td {
    padding: 1em 0.2rem;
    font-size: 16px;
    width: 33%;
  }

  .voucher-table th {
    font-size: 16px;
  }

  .actual-price-title{
      font-size: 16px;
  }
  .actual-price{
      font-size: 20px!important;
  }

  .voucher-table caption{
    font-size: 15px;
  }

  .pName{
      font-size: 18px;
  }
  .pExplain{
      font-size: 12px;
  }
  .pPrice{
      font-size: 18px;
      letter-spacing: -0.05rem;
  }
  .pPriceE{
      font-size: 12px;
  }
  .pNum{
      font-size: 18px;
  }
  .pNumE{
      font-size: 12px;
  }
  .pNumA{
      font-size: 12px;
  }

}



.wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-content{
  width: calc(33% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
  box-shadow: 0 8px 24px 0 rgb(49 12 97 / 14%);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.4rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #4a1c99 0%,#8f63da 100%);
  background: -o-linear-gradient(45deg, #4a1c99 0%,#8f63da 100%);
  background: linear-gradient(45deg, #4a1c99 0%,#8f63da 100%);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 16px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 1.3rem;
  font-weight: 700;
  color: #3A3B45;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
/**
.front .inner p:before{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}
**/

.front .inner span{
  color: #3A3B45;
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col-content{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col-content{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col-content{
    width: 100%!important;
    margin: 0 0 2rem 0;
  }
}


/* modal */

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  & > div {
    width: 80%;
    height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
  }
  header {
    font-weight: bold;
  }
  h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: black;
  }
}

/* Demo Styles */
.modal-window {
  & > div {
    border-radius: 1rem;
  }
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

.index-modal-content{
    height: 68vh;
    overflow-y: scroll;
    font-size: 16px;
}
@media (max-width: 768px) {
    .index-modal-content{
        height: 63vh;
        font-size: 14px;
    }
}


/* 수임처사전평가 */

@media (max-width: 768px) {
    .dataCapture img {
        width: 100%;
    }
}

.features-box {
    background: #7034E4;
    padding: 2rem 1rem;
    border-radius: 3rem;
    border: solid 1px #7034E4;
    box-shadow: 0px 5px 15px rgba(80, 0, 183, 0.5);
}

.features-box:hover {
    background: #7034E4;
    padding: 2rem 1rem;
    border-radius: 3rem;
    border: solid 1px #7034E4;
    box-shadow: 0px 5px 15px rgba(80, 0, 183, 0.5);
}

.arrow-down{
    margin: 80px 0;
}

.before-box{
    padding: 56px;
    border-radius: 72px;
}

@media (max-width: 768px) {
    .before-box{
        padding:40px 16px;
    }
    .speech-bubble{
        padding: 12px 16px;
        font-size: 16px;
    }
}


.speech-bubble{
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    padding: 12px 30px;
    color: #7034E4;
    transition: 0.4s;
    border-radius: 32px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 8px 24px #E2D6FA;
    margin-bottom: 16px;
}

/*--------------------------------------------------------------
# Popup Window 수임처사전평가 팝업 start
--------------------------------------------------------------*/
#pop_precase {position: absolute;top: 100px;left: 570px;z-index: 900;}
.precase {position: relative;}
.precase img {width: 478px;}
.precase .boardLink {position: absolute;bottom: 20px;left: 50%;margin-left: -65px;}
#pop_precase .popCheck {position: relative;height: 36px;line-height: 36px;background: #f1f1f1;padding: 0 15px;text-align: right;}
#pop_precase .popCheck label {padding-left: 28px;color: #686868;cursor: pointer;}
#pop_precase .popCheck .txt_pop_ptclose {padding-left: 15px;margin-left: 10px;color: #686868;background: url(https://imagescdn.gettyimagesbank.com/common/img/gib/popup/small/bar_popS.gif) no-repeat left 50%}
#pop_precase  .popCheck .txt_pop_ptclose:hover {text-decoration: none;}

.btn-Application2 {
    position: absolute;
    bottom: 48px;
    left: 21%;
    border-radius: 48px;
    background: #660DFF;
    border: solid 0px;
    padding: 16px 62px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 16px #aca1e8;
    transition: .2s;
    }

    .btn-Application2:hover{
        bottom: 44px;
        box-shadow: 0 1px 2px #aca1e8;
    }


@media (min-width: 0px) and (max-width: 768px) {
    #pop_precase {position: absolute;top: 370px;left: 5%;margin-left: px;z-index: 900;}
    .pop_precase img {width: 300px;}
    #pop_precase .popCheck {width: 300px;}
}
/*--------------------------------------------------------------
# Popup Window 수임처사전평가 팝업 end
--------------------------------------------------------------*/