/* µ¥¸ð ½ºÅ¸ÀÏ
==========================================================*/
/* ÅØ½ºÆ® ¾ð´õ¶óÀÎ
------------------- */
.txt-underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
  background: var(--themecolor);
  opacity: 0.8;
  z-index: -1;
}
/* ¹Ú½º ¶ó¿îµå
---------------- */
.rounded-custom {
  border-radius: 1.5rem;
}

.button {border-radius: 3px;}

/* ¸Þ´º¹Ù(header) ½ºÅ¸ÀÏ
==========================================================*/
.menu-item:hover>.menu-link, .menu-item.current>.menu-link,
.menu-item:hover>.menu-link {
  color: var(--themecolor);
}
.sub-navbar .menu-link {
  color: #232323;
}
.sub-menu-container .menu-item:hover>.menu-link {
  font-weight: 500;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .menu-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .sub-menu-container .menu-item>.menu-link {
    font-weight: 500;
  }
  .style-custom .menu-container>.menu-item:hover>.menu-link,
  .style-custom .menu-container>.menu-item.current>.menu-link {
    color: #FFF;
    background-color: var(--themecolor);
  }
  .full-header #logo {
    padding-right: 0px;
  }
}
.svg-trigger {
  width: 50px;
  height: 50px;
}
/* ¼­ºê Å¸ÀÌÆ² ¿µ¿ª ³ôÀÌ
==========================================================*/
.sub-title-height {
  max-height: 40vh !important;
  min-height: 400px !important;
}
@media (max-width: 1180px) {
  .sub-title-height {
    min-height: 400px !important;
  }
}
@media (max-width: 767.98px) {
  .sub-title-height {
    min-height: 300px !important;
  }
}
/* ¼­ºê ÅÇ ¸Þ´º ½ºÅ¸ÀÏ
==========================================================*/
.page-menu-nav {
  margin: 40px 0;
  /*  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0; */
  text-align: center;
}
.page-menu-nav .page-menu-container {
  /* overflow-y: auto;justify-content: flex-start !important;flex-wrap: nowrap;width: 100%; */
  word-break: keep-all;
}
.page-menu-nav .page-menu-container .page-menu-item {
  /* flex-grow: 1; */
}
#page-menu-wrap {}
#page-menu-wrap {
  background-color: transparent;
}
.page-menu-nav .page-menu-container .page-menu-item>a {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  padding: 16px 40px;
  display: block;
  border: 1px solid #000;
  position: relative;
  margin-right: -1px;
}
.page-menu-nav .page-menu-container .page-menu-item>a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 2px #000;
  opacity: 0;
}
.page-menu-nav .page-menu-container .page-menu-item.current>a {
  background-color: transparent;
}
.page-menu-nav .page-menu-container .page-menu-item.current>a:after {
  opacity: 1;
}
@media (max-width: 991px) {
  #page-menu-wrap {
    margin-top: 0px;
    border-bottom: none;
    border-top: none;
  }
  .page-menu-row {
    display: inline;
  }
  .page-menu-row .page-menu-nav {
    margin-top: 20px;
  }
  .page-menu-nav .page-menu-container {
    width: 100%;
    justify-content: start;
  }
  .page-menu-nav .page-menu-container .page-menu-item {
    width: 25%;
  }
  .page-menu-nav .page-menu-container .page-menu-item>a {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
    color: #000;
    padding: 12px;
  }
  .page-menu-nav .page-menu-container .page-menu-item:hover>a {
    color: inherit;
    background-color: rgba(0, 0, 0, .05);
  }
}
@media (max-width: 545px) {
  .page-menu-row .page-menu-nav {
    margin: 13px 0;
  }
  .page-menu-nav .page-menu-container .page-menu-item {
    width: 50%;
  }
}
/* Hero Slider
==========================================================*/
.fs-custom {
  font-size: 5.6rem
}
@media (max-width: 1199px) {
  .fs-custom {
    font-size: 4.6rem
  }
}
@media (max-width: 991px) {
  .fs-custom {
    font-size: 4.1rem
  }
}
@media (max-width: 545px) {
  .fs-custom {
    font-size: 3.4rem
  }
  .slider-caption {
    max-width: 80% !important;
    margin: 0 auto;
  }
  .slider-arrow-left, .slider-arrow-right {
    background-color: transparent;
  }
}
/* Äü¸Þ´º
==========================================================*/
#side-panel .side-panel-wrap {
  width: 100%;
  padding: 40px;
}
#side-panel {
  width: 100%;
  right: -100vw
}
#side-panel .widget {
  min-width: 50%;
  width: 800px;
  margin-top: 0;
  padding-top: 0;
}
body #side-panel.dark {
  background-color: rgba(33, 33, 33, .98);
}
input::placeholder {
  color: #000;
}
.btn-quick {
  bottom: 50%;
}
@media (max-width: 545px) {
  .btn-quick {
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  #side-panel {
    width: 50%;
  }
}
/* main 02
==================================*/
.circle-style-body {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.circle-style-body .circle-center {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 320px;
  margin: 400px 300px 400px;
  border-radius: 100%;
  border: 2px solid var(--themecolor);
  background: #FFF;
}
.circle-style-body .circle-center .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: var(--themecolor);
  text-align: center;
}
.circle-style-body .circle-center .circle-bg-1 {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(33, 33, 33, .06);
  border-radius: 100%;
  -webkit-animation: circle-bg-01 3s infinite ease-out;
  animation: circle-bg-01 3s infinite ease-out;
}
.circle-style-body .circle-center .circle-bg-2 {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 450px;
  transform: translate(-50%, -50%);
  background: rgba(33, 33, 33, .04);
  border-radius: 100%;
  -webkit-animation: circle-bg-02 3s infinite ease-out;
  animation: circle-bg-02 3s infinite ease-out;
}
.circle-style-body .circle-center .circle-bg-3 {
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: rgba(33, 33, 33, .02);
  border-radius: 100%;
  -webkit-animation: circle-bg-03 3s infinite ease-out;
  animation: circle-bg-03 3s infinite ease-out;
}
.circle-style-body .circle-side {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 100%;
  background: var(--themecolor);
}
.circle-style-body .circle-side .tit {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
}
.circle-style-body .circle-side .txt {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 120%;
  transform: translateX(-50%);
  padding-top: 36px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.circle-style-body .circle-left {
  left: 0;
  top: 400px;
}
.circle-style-body .circle-right {
  right: 0;
  top: 400px;
}
.circle-style-body .circle-bottom {
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.circle-style-body .circle-top {
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
}
@-webkit-keyframes circle-bg-01 {
  0% {}
  20% {
    width: calc(100% + 90px);
    height: calc(100% + 90px);
    opacity: 1;
  }
}
@keyframes circle-bg-01 {
  0% {}
  20% {
    width: calc(100% + 90px);
    height: calc(100% + 90px);
    opacity: 1;
  }
}
@-webkit-keyframes circle-bg-02 {
  0% {}
  20% {
    width: 500px;
    height: 500px;
    opacity: 1;
  }
}
@keyframes circle-bg-02 {
  0% {}
  20% {
    width: 500px;
    height: 500px;
    opacity: 1;
  }
}
@-webkit-keyframes circle-bg-03 {
  0% {}
  20% {
    width: 550px;
    height: 550px;
    opacity: 1;
  }
}
@keyframes circle-bg-03 {
  0% {}
  20% {
    width: 550px;
    height: 550px;
    opacity: 1;
  }
}
@media screen and (max-width:1280px) {
  .circle-style-body {
    width: 1000px;
    padding: 0;
  }
  .circle-style-body .circle-side {
    width: 200px;
    height: 200px;
  }
  .circle-style-body .circle-side .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .circle-style-body .circle-side .txt {
    padding-top: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .circle-style-body .circle-center {
    width: 260px;
    height: 260px;
    margin: 200px 200px;
  }
  .circle-style-body .circle-center .circle-bg-2 {
    width: 320px;
    height: 320px;
  }
  .circle-style-body .circle-center .circle-bg-3 {
    width: 410px;
    height: 410px;
  }
  .circle-style-body .circle-left {
    left: 120px;
    top: 200px;
  }
  .circle-style-body .circle-right {
    right: 120px;
    top: 200px;
  }
  .circle-style-body .circle-bottom {
    bottom: -30px;
  }
  .circle-style-body .circle-top {
    top: -30px;
  }
}
@media screen and (max-width:1024px) {
  .circle-style-body {
    width: 100%;
    padding: 0;
  }
  .circle-style-body .circle-center {
    width: 200px;
    height: 200px;
    margin: 100px 0 50px;
  }
  .circle-style-body .circle-center .txt {
    font-size: 14px;
    line-height: 14px;
  }
  .circle-style-body .circle-center .circle-bg-1 {
    width: 250px;
    height: 250px;
  }
  .circle-style-body .circle-center .circle-bg-2 {
    width: 320px;
    height: 320px;
  }
  .circle-style-body .circle-center .circle-bg-3 {
    width: 360px;
    height: 360px;
  }
  .circle-style-body .circle-side {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 30px;
    transform: translate(0, 0);
  }
  .circle-style-body .circle-side .tit {
    position: relative;
    left: auto;
    top: auto;
    font-size: 21px;
    line-height: 60px;
  }
  .circle-style-body .circle-side .txt {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 15px 0 0;
    font-size: 12px;
    line-height: 20px;
    transform: translate(0, 0);
  }
  @-webkit-keyframes circle-bg-01 {
    0% {}
    20% {
      width: 290px;
      height: 290px;
    }
  }
  @keyframes circle-bg-01 {
    0% {}
    20% {
      width: 290px;
      height: 290px;
    }
  }
  @-webkit-keyframes circle-bg-02 {
    0% {}
    20% {
      width: 360px;
      height: 360px;
    }
  }
  @keyframes circle-bg-02 {
    0% {}
    20% {
      width: 360px;
      height: 360px;
    }
  }
  @-webkit-keyframes circle-bg-03 {
    0% {}
    20% {
      width: 410px;
      height: 410px;
    }
  }
  @keyframes circle-bg-03 {
    0% {}
    20% {
      width: 410px;
      height: 410px;
    }
  }
}
/* main 04
==================================*/
@keyframes a0_do_1 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -18.16px;
  }
}
@keyframes a1_do_1 {
  0% {
    stroke-dashoffset: -8px;
  }
  100% {
    stroke-dashoffset: 22.83px;
  }
}
@keyframes a2_do_1 {
  0% {
    stroke-dashoffset: 45.38px;
  }
  100% {
    stroke-dashoffset: 2px;
  }
}
@keyframes Combined-Shape_t {
  0% {
    transform: translate(24px, 24px) scale(1, 1) translate(-24px, -24px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  80% {
    transform: translate(24px, 24px) scale(1, 1) translate(-24px, -24px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  83.3333% {
    transform: translate(24px, 24px) scale(0.95, 0.95) translate(-24px, -24px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  86.6666% {
    transform: translate(24px, 24px) scale(1, 1) translate(-24px, -24px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  100% {
    transform: translate(24px, 24px) scale(1, 1) translate(-24px, -24px);
  }
}
@keyframes a0_do_2 {
  0% {
    stroke-dashoffset: 2px;
  }
  6.6667% {
    stroke-dashoffset: 0;
  }
  83.3333% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 2px;
  }
  100% {
    stroke-dashoffset: 2px;
  }
}
@keyframes a1_do_2 {
  0% {
    stroke-dashoffset: 12px;
  }
  10% {
    stroke-dashoffset: 12px;
  }
  26.6667% {
    stroke-dashoffset: 0;
  }
  83.3333% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 12px;
  }
  100% {
    stroke-dashoffset: 12px;
  }
}
@keyframes a2_do_2 {
  0% {
    stroke-dashoffset: 8px;
  }
  26.6667% {
    stroke-dashoffset: 8px;
  }
  38.3333% {
    stroke-dashoffset: 0;
  }
  83.3333% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 8px;
  }
  100% {
    stroke-dashoffset: 8px;
  }
}
@keyframes a0_do_3 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 112px;
  }
}
@keyframes a1_do_3 {
  0% {
    stroke-dashoffset: 7px;
  }
  100% {
    stroke-dashoffset: 120px;
  }
}
@keyframes Combined-Shape_t {
  0% {
    transform: translate(-0.073261px, -1.452231px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  10.6382% {
    transform: translate(-0.073261px, 0.547769px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  14.8936% {
    transform: translate(-0.073261px, -3.452231px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  23.4042% {
    transform: translate(-0.073261px, -1.452231px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  100% {
    transform: translate(-0.073261px, -1.452231px);
  }
}
@keyframes a0_t {
  0% {
    transform: translate(15.466739px, 21.547769px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  10.6382% {
    transform: translate(15.466739px, 15.547769px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  29.7872% {
    transform: translate(15.466739px, 21.547769px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  100% {
    transform: translate(15.466739px, 21.547769px);
  }
}
@keyframes a1_t {
  0% {
    transform: translate(24.0762px, 21.547769px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  10.6382% {
    transform: translate(24.0762px, 15.547769px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  29.7872% {
    transform: translate(24.0762px, 21.547769px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  100% {
    transform: translate(24.0762px, 21.547769px);
  }
}
@keyframes a2_t {
  0% {
    transform: translate(33.25px, 21.547769px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  10.6382% {
    transform: translate(33.25px, 15.547769px);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  29.7872% {
    transform: translate(33.25px, 21.547769px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  100% {
    transform: translate(33.25px, 21.547769px);
  }
}
@keyframes a0_o {
  0% {
    opacity: 0;
  }
  23.3333% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a1_o {
  0% {
    opacity: 0;
  }
  48.3333% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a2_o {
  0% {
    opacity: 0;
  }
  73.3333% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* main 05
==================================*/
.w-custom {
  width: 50%;
}
@media (max-width: 1400px) {
  .w-custom {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .w-custom {
    width: 80%;
  }
}
/* main 08
==================================*/
.feature-box-border-horizontal .fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
  border: none;
}
.feature-box-border-horizontal .fbox-effect .fbox-icon i::after {
  box-shadow: none
}
@media (min-width: 768px) {
  .feature-box-border-horizontal .feature-box {
    position: relative;
  }
  .feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,
  .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
    content: "";
    position: absolute;
    top: 47px;
    left: calc(50% + 32px);
    width: calc(100% - 64px);
    height: 2px;
    border: 1px dashed #EEE;
    z-index: 0;
  }
  .feature-box-border-horizontal.border-dashed .feature-box:not(.noborder) .fbox-icon::before,
  .feature-box-border-horizontal.border-dashed.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
    border-style: dashed;
  }
  .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
    display: block;
    border-color: #222;
    width: 0;
    transform-origin: top left;
    transition: width .3s ease-in-out;
  }
  /* .feature-box-border-horizontal .feature-box:not(.noborder):nth-child(1) .fbox-icon::before { background-color: #222; } */
  .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {
    width: calc(100% - 64px);
  }
  .feature-box-border-horizontal .fbox-icon i,
  .feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {
    /*line-height: 60px; 
    font-size: 24px;  */
    z-index: 1;
    text-align: center;
    box-shadow: 0 0 0px 10px #FFF;
  }
  .feature-box-border-horizontal .feature-box.flex-column:not(.noborder) .fbox-icon::before,
  .feature-box-border-horizontal.border-hover-animate .feature-box.flex-column:not(.noborder) .fbox-icon::after {
    left: calc(0% + 100px);
  }
}

/* main 11
==================================*/
  .clients-main a {
    display: block;
    border: 1px solid #ddd;
    transition: all .3s ease;
  }
  .clients-main a:hover {
    border: 1px solid #333;
  }