@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {  font-family: Poppins, NanumSquare, sans-serif ;  color: #272829; word-break: keep-all; font-size:17px;}

a {  color: #00bab4;}

a:hover {  color: #006467;  text-decoration: none;}

h1, h2, h3, h4, h5, h6 {  font-family: "Raleway", NanumSquare, sans-serif;}

.logo {position: absolute; z-index: 100; width: 20%; max-width: 150px; min-width: 100px; top: 15px; left:20px;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {  position: fixed;  display: none;  width: 40px;  height: 40px;  border-radius: 50px;  right: 15px;  bottom: 15px;  background: #00bab4;  color: #fff;  transition: display 0.5s ase-n-out;  z-index: 99999;}

.back-to-top i {  font-size: 24px;  position: absolute;  top: 7px;  left: 8px;}

.back-to-top:hover {  color: #fff;  background: #006467;  transition: background 0.2s ease-in-out;}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {  position: fixed;  top: 0;  left: 0;  right: 0;  bottom: 0;  z-index: 9999;  overflow: hidden;  background: #fff;}

#preloader:before {  content: "";  position: fixed;  top: calc(50% - 30px);  left: calc(50% - 30px);  border: 6px solid #00bab4;  border-top-color: #fff;  border-bottom-color: #fff;
  border-radius: 50%;  width: 60px;  height: 60px;  -webkit-animation: animate-preloader 1s linear infinite;  animation: animate-preloader 1s linear infinite;}

@-webkit-keyframes animate-preloader {  0% {    transform: rotate(0deg);  }  100% {    transform: rotate(360deg);  }}

@keyframes animate-preloader {  0% {    transform: rotate(0deg);  }  100% {    transform: rotate(360deg);  }}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {    transition-delay: 0 !important;  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {  position: fixed;  top: 0;  left: 0;  bottom: 0;  z-index: 9997;  transition: all 0.5s;  padding: 15px;  overflow-y: auto;}

@media (max-width: 992px) {
  #header {    width: 300px;    background: #fff;    border-right: 1px solid #e6e9ec;    left: -300px;  }
}

@media (min-width: 992px) {
  #main {    margin-left: 100px; margin-right: 100px; }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {  margin: 0;  padding: 0;  list-style: none;}

.nav-menu > ul > li {  position: relative;  white-space: nowrap;}

.nav-menu a {  display: flex;  align-items: center;  color: #45505b;  padding: 10px 18px;  margin-bottom: 8px;  transition: 0.3s;  font-size: 15px;  border-radius: 50px;  background: #f2f3f5; height: 56px;  width: 100%;  overflow: hidden;  transition: 0.3s;}

.nav-menu a i {  font-size: 20px;}

.nav-menu a span {  padding: 0 5px 0 7px;  color: #45505b;}

@media (min-width: 992px) {
  .nav-menu {height: 55vh}
  .nav-menu a {    width: 56px;  }
  .nav-menu a span {    display: none;    color: #fff;  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {  color: #fff;  background: #00bab4;}

.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {  color: #fff;}

.nav-menu a:hover, .nav-menu li:hover > a {  width: 100%;  color: #fff;}

.nav-menu a:hover span, .nav-menu li:hover > a span {  display: block;}

/* Mobile Navigation */
.mobile-nav-toggle {  position: fixed;  right: 15px;  top: 15px;  z-index: 9998;  border: 0;  background: none;  font-size: 24px;  transition: all 0.4s;  outline: none !important;  line-height: 1; cursor: pointer;  text-align: right;}

.mobile-nav-toggle i {  color: #ffffff;}
.mobile-nav-active {  overflow: hidden;}
.mobile-nav-active #header {  left: 0;}

.mobile-nav-active .mobile-nav-toggle i {  color: #00bab4;}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {  display: table;  width: 100%;  }
#intro .carousel-item {    width: 100%; height: 70vh; background-size: 100%;  background-position:  center bottom;   background-repeat: no-repeat;  }
#intro .carousel-container {   display: flex; justify-content: center;   align-items: center;  position: absolute;  top: 15%;  left: 0;    right: 0;  text-align: center} 

#intro .carousel-background img {  width: 100%; }  
#intro .carousel-content {width:100%; max-width: 1280px; transition: all 0.4s ease-in-out;	  text-align: center;  }
#intro h1  {color: #ffffff; font-size: 60px; font-weight: 100;  padding-bottom: 20px; padding-left: 20px; padding-right: 20px}
#intro h1 strong {font-weight:700}

@media (max-width: 920px) {
  #intro .carousel-item {   width: 100%; height: 70vh; background-size: 175%;  }
	#intro .carousel-container { top: 100px;}
	#intro h1 { font-size: 45px; } 
}


#intro .carousel-fade { overflow: hidden; }
#intro .carousel-fade .carousel-inner .carousel-item {      -webkit-transition-property: opacity;      transition-property: opacity; }
#intro .carousel-fade .carousel-inner .carousel-item, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {	opacity: 0; }
#intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {      opacity: 1;      transition: 0.5s; }
#intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right { left: 0;   -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0); }
#intro .carousel-control-prev, #intro .carousel-control-next {  color:#ffffff;  width: 15%; }
@media (min-width: 1024px) {   #intro .carousel-control-prev, #intro .carousel-control-next {		width: 7%; } }
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {    background: none;    font-size: 52px;    line-height: 1; }
#intro .carousel-indicators li  { background-color:#ffffff; background-clip:padding-box; border-top:10px solid transparent;border-bottom:10px solid transparent; cursor: pointer; }



/*--------------------------------------------------------------
# Section General
--------------------------------------------------------------*/
.section {  padding: 60px 0;  overflow: hidden;}

.section-title {  text-align: center;  padding-bottom: 30px;}

.section-title h2 {  font-size: 32px;  font-weight: bold;  text-transform: uppercase;  margin-bottom: 20px;  padding-bottom: 20px;  position: relative;  color: #45505b;}

/*.section-title h2::before {  content: '';  position: absolute;  display: block;  width: 120px;  height: 1px;  background: #ddd;  bottom: 1px;  left: calc(50% - 60px);}
*/
.section-title h2::after {  content: '';  position: absolute;  display: block;  width: 60px;  height: 3px;  background: #00bab4;  bottom: 0;  left: calc(50% - 30px);}

.section-title p {  margin-bottom: 0;}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {  font-weight: 700;  font-size: 26px;  color: #728394;}

.about .content ul {  list-style: none;  padding: 0;}

.about .content ul li {  padding-bottom: 10px;}

.about .content ul i {  font-size: 20px;  padding-right: 2px;  color: #00bab4;}

.about .content p:last-child {  margin-bottom: 0;}


/*--------------------------------------------------------------
# history
--------------------------------------------------------------*/
.history .history-title {  font-size: 26px;  font-weight: 700;  margin-top: 20px;  margin-bottom: 20px;  color: #45505b;}

.history .history-item {  padding: 0 0 20px 20px;  margin-top: -2px;  border-left: 2px solid #00bab4; position: relative; font-size:15px;}

.history .history-item h4 {  line-height: 18px;  font-size: 18px;  font-weight: 600;  text-transform: uppercase;   color: #00bab4;  margin-bottom: 10px;}

.history .history-item h5 {  font-size: 16px;  background: #f7f8f9;  padding: 5px 15px;  display: inline-block;  font-weight: 600;  margin-bottom: 10px; }

.history .history-item ul {  padding-left: 20px; font-size:15px;}}

.history .history-item ul li {  padding-bottom: 10px;}

.history .history-item:last-child {  padding-bottom: 0;}

.history .history-item::before {  content: "";  position: absolute;  width: 16px;  height: 16px;  border-radius: 50px;  left: -9px;  top: 0;  background: #fff; border: 2px solid #00bab4;}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {  text-align: center; width:100%;  padding: 20px 20px 20px 20px;  transition: all ease-in-out 0.3s;  background: #fff;  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {  margin: 0 auto;  width: 100px;  height: 100px;  display: flex;  align-items: center;  justify-content: center;
  transition: ease-in-out 0.3s;  position: relative;}

.services .icon-box .icon i {  font-size: 44px; color:#00bab4;  transition: 0.5s;  position: relative;}


.services .icon-box h4 {  font-weight: 600;  margin: 10px 0 15px 0;  font-size: 22px;}

.services .icon-box h4 a {  color: #45505b;  transition: ease-in-out 0.3s;}

.services .icon-box p {  font-size: 15px;  margin-bottom: 20px;}

.services .icon-box li {text-align: left;   font-size: 15px;}

.btn {border:2px #00bab4 solid; color:#00bab4 !important; font-weight: bold;  padding:10px 50px; border-radius: 50px; margin-top:50px; font-size:17px;}
.btn:hover { color:#ffffff !important; background: #00bab4; }


#itservice img {width: 180px; margin: 10px 0 30px 0;}
#itservice h5 {margin-top:20px;}


/*-ㅜ------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.contact .info {  width: 100%;  background: #fff;
}

.contact .info i {  font-size: 20px;  color: #00bab4;  float: left;  width: 44px;  height: 44px;  background: #f2f3f5;  display: flex;  justify-content: center; align-items: center;  border-radius: 50px;  transition: all 0.3s ease-in-out;}

.contact .info h4 {  padding: 0 0 0 60px;  font-size: 22px;  font-weight: 600;  margin-bottom: 5px;  color: #45505b;}

.contact .info p {  padding: 0 0 0 60px;  margin-bottom: 0;  font-size: 14px;  color: #728394;}


.contact .info .address, .contact .info .phone, .contact .info .email  {  margin-bottom: 40px;}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {  background: #00bab4;  color: #fff;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {  background: #f7f8f9;  color: #45505b;  font-size: 14px;  text-align: center;  padding: 30px 0;}

#footer h3 {  font-size: 36px;  font-weight: 700;  position: relative;  padding: 0;  margin: 0 0 15px 0;}

#footer p {  font-size: 15;  font-style: italic;  padding: 0;  margin: 0 0 40px 0;}

#footer .social-links {  margin: 0 0 40px 0;}

#footer .social-links a {  font-size: 18px;  display: inline-block;  background: #00bab4;  color: #fff;  line-height: 1;  padding: 8px 0;  margin-right: 4px; border-radius: 50%;  text-align: center;  width: 36px;  height: 36px;  transition: 0.3s;}

#footer .social-links a:hover {  background: #006467;  color: #fff;  text-decoration: none;}

#footer .copyright {  margin: 0 0 5px 0;}
#footer .credits {  font-size: 13px;}
