/*-------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: 'Noto Sans KR', 'Roboto';
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0f79f9;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

hr {
  width: 1130px;
  margin-top: 0;
  margin-bottom: 0;
  border-color :  #e0e1ed;
}

/*
animation
 */
 @-webkit-keyframes animate-preloader {
   0% {
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(360deg);
   }
 }

 @keyframes animate-preloader {
   0% {
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(360deg);
   }
 }
/*
grid 수정
 */
 @media (min-width: 1200px){
 .container, .container-lg, .container-md, .container-sm, .container-xl {
     max-width: 1200px;
   }
 }

.mg-auto{
    margin: 0 auto;
    display: table;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#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 #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled, #header.header-pages {
  height: 70px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.02);
}

#header.header-scrolled #topbar, #header.header-pages #topbar {
  display: none;
}

@media (max-width: 991px) {
  #header {
    height: 70px;
    padding: 15px 0;
  }
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #0F79F9;
  text-decoration: none;
}

/* #header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 40px;
  content:url("/assets/img/logo.svg");
} */

.logo_non_scrolled {
  padding: 0;
  margin: 7px 0;
  max-height: 40px;
  content:url("/assets/img/logo_b.png");
}

.logo-scrolled {
  padding: 0;
  margin: 7px 0;
  max-height: 40px;
  content:url("/assets/img/logo_b.png");
}

/* .header-scrolled .container .logo .scrollto img {
  padding: 0;
  margin: 7px 0;
  max-height: 40px;
  content:url("/assets/img/logo_b.svg");
} */



.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  /*
  color: #413e66;
  font-size: 14px;
  font-family: "NotoSansKR", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
*/
  padding: 10px 15px;
  transition: 0.3s;
  display: block;
  position: relative;
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.43px;
  text-align: left;
  color: #ffffff;

}

.header-scrolled .main-nav a {
  /*
  color: #413e66;
  font-size: 14px;
  font-family: "NotoSansKR", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
*/
  padding: 10px 15px;
  transition: 0.3s;
  display: block;
  position: relative;
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.43px;
  text-align: left;
  color: #000000;

}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #0f79f9;
  text-decoration: none;
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.43px;
  text-align: left;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow:  0 2px 8px 0 rgba(0, 0, 0, 0.02);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 130px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000000;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #0f79f9;
}

.main-nav .drop-down > a:after {
  font-family: 'Noto Sans KR', 'Roboto';
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}




/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "+";

  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "-";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  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 {
  margin: 18px 18px 0 0;
  color: #000000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(99, 99, 99, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/main/intro1@2x.png") center top no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  #hero {
    height: auto;
    padding: 80px 0 60px 0;
  }
  #hero .container {
    height: auto !important;
  }
  #hero .intro-img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  #hero .intro-info {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  #hero .intro-info {
    text-align: center;
    padding-top: 40px;
  }
}

#hero .intro-info h2 {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.86px;
  text-align: center;
  color: #ffffff;
  /*
    width: 795px;
    height: 118px;

  */
}

#hero .intro-info h2 span {
  color: #1bb1dc;
}

@media (max-width: 767px) {
  #hero .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero .intro-info .btn-get-started, #hero .intro-info .btn-services {
  padding: 10px 41px;
  transition: 0.5s;
  display: table;
  min-width: 150px;
  min-height: 52px;
  border-radius: 8px;
  border: solid 2px #ffffff;
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

#hero .intro-info .btn-get-started:hover, #hero .intro-info .btn-services:hover {
  background: #ffffff;
  color: #000000;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: 0;
}
.slider > .right {
    right: 0;
}

.slider-btn-left{
  position: absolute;
  top: 40%;
  left: 4%;
  cursor: pointer;
  z-index: 4;
}
.slider-btn-right{
  position: absolute;
  top: 40%;
  right: 4%;
  cursor: pointer;
  z-index: 4;
}

.item {
  height:100vh;
  width:auto;
  background-position: center;
  background-size: cover;
}
.item-desc{
  position: relative;
  height: 100vh;
  margin:0 16%;
}
.item-desc h2{
  position: absolute;
  top: 36vh;
  width: 100%;
  font-size: 4.5vh;
  text-align: center;
  color: #ffffff;
  font-family: 'Noto Sans KR', 'Roboto';
  font-weight: bold;
  word-break: keep-all;
  letter-spacing: -0.86px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

#heroCarousel .btn-get-started{
  padding: 10px 41px;
  transition: 0.5s;
  display: table;
  min-width: 150px;
  min-height: 52px;
  border-radius: 8px;
  border: solid 2px #ffffff;
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

.hero-seemore-div{
  position: absolute;
  bottom: 16%;
  width: 100%;
}





/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: 'Noto Sans KR', 'Roboto';
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/
hr {
  width: 100%;
}

.pad-bot-30{
  padding-bottom: 30px;
}

#about-main {
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: #ffffff;
}

@media (min-width: 992px){
  #about-main .about-main .vertical-line{
    border-left: solid 1px #e0e1ed;
  }
}

#about-main .about-main{
}

#about-main .about-main h2 {
  text-align: center;
  color: #0f79f9;
  font-family: 'Noto Sans KR', 'Roboto';
  font-weight: 700;

}
#about-main .about-main h3 {
  color: #0f79f9;
  font-weight: 600;
  font-size: 22px;
  font-style: italic;
}
#about-main .about-main p{
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}

#about-main .about-main .about-title {
  font-family: 'Roboto';
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.77px;
  text-align: center;
  color: #0f79f9;
  padding-bottom: 20px;
}

#about-main .about-main .about-desc {
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.3px;
  text-align: center;
  color: #333333;
  padding-bottom: 30px;
}



#about {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #f2f3f4;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content img{
  width:100%;
}

#about .about-content h2 {
  margin-top: 100px;
  text-align: left;
  color: #0f79f9;
  font-family: 'Noto Sans KR', 'Roboto';
  font-weight: 700;
}

#about .about-content p{
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: left;
  color: #000000;
}
@media (max-width: 1000px){
  #about .about-content h2 {
    text-align: center;
  }
  #about .about-content p{
    text-align: center;
  }
}


#about .about-content h3 {
  color: #0f79f9;
  font-weight: 600;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-content .about-title {
  font-family: 'Roboto';
  font-size: 52px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.11px;
  text-align: center;
  color: #0f79f9;
}

#about .about-content .about-desc {
  font-family: 'Noto Sans KR';
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.77px;
  text-align: center;
  color: #333333;
}


#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}






/* Services Section
--------------------------------*/
#services {
  padding: 120px 0 160px 0;
}


#services .section-header h2 {
  text-align: center;
  color: #0f79f9;
  font-family: 'Noto Sans KR', 'Roboto';
  font-weight: 700;

}

#services .section-header p{
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}

#services .box {
  /*
  padding: 30px;
  position: relative;
  overflow: hidden;

  margin: 0 10px 40px 10px;
  */
  /* min-width: 267px;*/
  min-height: 400px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e0e1ed;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding-top: 50px;
  padding-right: 30px;

  padding-left: 30px;
  min-height: 388px;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .box img {
  width:100%;
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.43px;
  text-align: center;
  color: #333333;
}

#services .box:hover .title a {
  /*color: #1bb1dc;*/
}

#services .description {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}




/* Map-loc Section
--------------------------------*/
#Map-loc {
  padding-top: 100px;
}

@media (max-width: 991px) {
  #Map-loc .Map-loc-content {
    padding-top: 30px;
  }

}

#Map-loc .desc{
  margin-top: 24px;
  margin-bottom: 120px;
}

#Map-loc .desc p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.43px;
  text-align: center;
  color: #000000;
}

#Map-loc .map-area {
  padding-top: 40px;
}


#Map-loc .map-area {
  padding-top: 40px;
}
#Map-loc hr{
  border-color :  #e0e1ed;
}

#g-Map {
  height: 423px;
  width: 800px;
}
#Map-loc .contact{
  margin-top: 40px;
  margin-bottom: 160px;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
}
#Map-loc .contact h4{
  color:#0f79f9;
}
#Map-loc .contact p{
  margin: 0;
}
#Map-loc .contact a{
  display: inline-block;
  margin: 0 10px;
}
/* wellcome Section
--------------------------------*/
.wellcome-about{
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #f2f3f4;
}

.wellcome-about .about-content {
  padding-top: 100px;
}
.wellcome-about .core-value{
  padding-top: 70px;
  padding-bottom: 100px;
}

.wellcome-about .about-content h2 {
  text-align: center;
  color: #0f79f9;
  font-weight: 700;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -0.69px;
}

.wellcome-about .about-content h3 {
  font-family: 'Roboto';
  font-size: 52px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.11px;
  text-align: center;
  color: #0f79f9;
}

.wellcome-about .about-content h4 {
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.77px;
  text-align: center;
  color: #333333;
}

.wellcome-about .about-content p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.3px;
  text-align: center;
  color: #333333;
}

#wellcome {
  padding-top: 120px;
  padding-bottom: 160px;
}
#wellcome .desc{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}


.wellcome-arrow {
  display: table;
  margin: 0 auto;
}
.wellcome-arrow img{
  max-width: 437px;
  margin-top: -1px;
  display: table-cell;
  width: 100%;
}

.wellcome-triforce img{
  padding-bottom: 50px;
  width: 100%;
}


/*history*/
.normal_div {
  padding: 10px;
}

.normal_div .about-content {
  padding-top: 40px;
}

.normal_div .about-content h2 {
  text-align: center;
  color: #0f79f9;
  font-family: 'Noto Sans KR', 'Roboto';
  font-weight: 700;

}

.normal_div .about-content p{
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}
.btn-his{
  transition: 0.5s;
  width:30%;
  min-height: 80px;
  border-radius: 10px;
  border: solid 2px #e0e1ed;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #a7a7ad;
  background-color: #ffffff;
}

.bt-active{
  border: solid 2px #0f79f9;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #0f79f9;
}

.his-content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.his-content + hr{
  width: 100%;
}

.his-content .year{
  margin-bottom: 20px;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.43px;
  color: #0f79f9;
}
.his-content .his-text{
  font-size: 3.7vh;
  font-weight: 300;
  letter-spacing: -0.69px;
  line-height: 4.5vh;
  color: #000000;
}
.his-content .his-text + .his-text{
  margin-top: 24px;
}
.his-content .his-text span{
  display:inline-block;
  margin-right: 3.5%;
  font-size: 4.2vh;
  letter-spacing: -0.86px;
}




/* class="ci" */

.ci {
  padding-top: 80px;
  padding-bottom: 0px;
}

.ci .ci-sub-title {
  padding-top: 120px;
}

.ci .about-content {
  padding-top: 40px;
  text-align: center;
}

.ci .about-content h2 {
  text-align: center;
  color: #0f79f9;
  font-weight: 700;
  margin: 0;
}

.ci .about-content p{
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  margin:30px 0;
}

.ci .about-content .ci-desc{
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #333333;
}
.ci .rect-cont{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ci .rect-cont p{
  width: 120px;
  padding-left: 20px;
  margin: 0;
  text-align: left;
}
.ci .rect-1{
  width: 343px;
  height: 122px;
  border: solid 1px #e0e1ed;
  display: inline-flex;
}
.ci .rect-2{
  width: 343px;
  height: 122px;
  border: solid 1px #e0e1ed;
  display: inline-flex;
}



/* patent */

.patent{

    text-align: center;

}

.patent .about-content{
  text-align: center;
  margin-top:100px;
}

.patent .about-content img{
  margin-bottom:100px;
}

.patent .about-content h2{
  font-family: 'Noto Sans KR';
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -0.69px;
  text-align: center;
  color: #0f79f9;
}

.patent .about-content p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  margin: 0 0 30px 0;
}

.patent p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  margin: 30px 0 30px 0;
}

.patent  img{
  max-width: 240px;
}

.patent .item-row{
  margin-top: 30px;
  margin-bottom: 50px;
}











/************************************************/
/* solution */
/************************************************/
.solution  {
  padding: 120px 0 140px 0;
}

.sol-top {
  background-color: #f2f3f4 ;
}
.sol-top .solution-content{
}

.sol-top .solution-content .img-title{
  text-align:center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.sol-top .solution-content .img-title img{
  max-width: 468px;
  width:100%;
}

.sol-top .embed-title {
  margin-bottom: 30px;
  margin-top: 10px;
}
.sol-top .embed-title h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 0.97;
  letter-spacing: -0.69px;
  text-align: center;
  color: #0f79f9;
}
.solution .embed-title p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  word-break:keep-all;
}



.sol-mid {
  background-color: #ffffff ;
}

.sol-mid .solution-content .img-title{
  text-align:center;
  margin-top: 100px;
  margin-bottom: 80px;
}

.sol-mid .solution-content .img-title img{
  max-width: 458px;
  width:100%;
}
.sol-mid .solution-content .embed-desc{
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  word-break: keep-all;
}




.sol-tab {
  background-color: #ffffff ;
}

.sol-tab .solution-content h2{
  font-family: 'Noto Sans KR';
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -0.69px;
  text-align: center;
  color: #0f79f9;
  margin-bottom: 50px;
}

.sol-tab .solution-content .bt-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.tab-btn-sol{
  /* 버튼 3개 width : 32% , 4개 24%, 5개 19% */
  border-radius: 10px;
  width:24%;
  min-height:80px;
  border: solid 2px #e0e1ed;
  /* font-size: 2vh; */
  font-size: 1.7vh;
  line-height: 2.2vh;
  letter-spacing: -0.34px;
  text-align: center;
  color: #a7a7ad;
  margin: auto;
  background-color: #ffffff;
}

.a-active{
  border: solid 2px #0f79f9;
  font-weight: bold;
  color: #0f79f9;
}


.sol-tab .tab_page{
    text-align: center;
}

.sol-tab .tab_page .left_tab{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sol-tab .tab_page .left_tab p{
  margin: 30px 0;
  font-size: 16px;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}
.sol-tab .tab_page .left_tab img{
   width:60%;
}


.sol-tab .tab_page  .right_tab{
  display: flex;
  height: 100%;
  align-items: center;
  text-align: left;
}

.sol-tab .tab_page  .right_tab p{
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: -0.34px;
  color: #000000;
  text-align: left;
}

.sol-tab .tab_page  .video_tab{
  display: flex;
  height: 100%;
  align-items: center;
  margin-top: 10px;
}
.sol-tab .tab_page  .video_tab video{
  margin:0 auto;
}


.solution-apply h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 0.97;
  letter-spacing: -0.69px;
  text-align: center;
  color: #0f79f9;
}

.solution-apply p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}


.sol-mid .txt-title {
  text-align: center;
}

.sol-mid .txt-title h2{
  font-family: 'Noto Sans KR';
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -0.69px;
  text-align: center;
  color: #0f79f9;
}

.sol-mid .txt-title p{
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
}


.sol-mid .box-area {
  justify-content: center;
  text-align: center;
}


.sol-mid .box-div {
  text-align: center;
  margin: 5px;
}

.sol-mid .box-div .box{
  width: 212px;
  height: 376px;
  border-radius: 10px;
  border: solid 1px #e0e1ed;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
}

.sol-mid .box-div .box h4{
  font-family: 'Noto Sans KR';
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.43px;
  text-align: center;
  color: #000000;
}

.sol-mid .box-div .box p{
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.34px;
  text-align: left;
  color: #333333;
}


/*  cs  */


.cs{
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #f2f3f4;
}

.cs .about-content{
  text-align: center;
  margin-top:100px;
}
.cs .about-content h2{
  font-family: 'Noto Sans KR';
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -0.69px;
  text-align: left;
  color: #0f79f9;
}

.cs .about-content p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: left;
  color: #000000;
  margin: 0 0 30px 0;
}

@media (max-width: 1000px){
  .cs .about-content h2 {
    text-align: center;
  }
  .cs  .about-content p{
    text-align: center;
  }
}



.cs p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  margin: 30px 0 30px 0;
}

.cs  img{
  margin-top: 20px;
  min-height: 204px;
  max-width: 301px;
  width: 100%;
}

.cs-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.cs-section h2{
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #0f79f9;
}

.cs-section p{
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  margin-bottom: 100px;
}


/* recruit */

.recruit{
  font-family: 'Noto Sans KR';
  padding-top: 80px;
  padding-bottom: 100px;
}

.recruit .recruit-content{
  text-align: left;
  margin-top:100px;
  width: 100%
}
.recruit h2{
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -0.69px;
  color: #0f79f9;
}

.recruit .recruit-content p{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #333333;
}

.recruit .recruit-content div{
  padding: 0px;
  margin: 0 auto;
}


.recruit p{
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: -0.34px;
  color: #000000;
  margin: 30px 0 30px 0;
}


.recruit h1{
  font-size: 36px;
  font-weight: 300;
  line-height: 1.39;
  letter-spacing: -0.77px;
  color: #0f79f9;
}


.recruit .right-arrow{
  max-width: 33px;
  margin-top: 20px;
}



.recruit-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.recruit-section h2{
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #0f79f9;
}

.recruit-section p{
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  text-align: center;
  color: #000000;
  margin-bottom: 100px;
}

.recruit-detail{
  margin-top: 100px;
  margin-bottom: 100px;
}
.recruit-detail h2{
  font-family: 'Noto Sans KR';
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: -0.69px;
  text-align: center;
  color: #0f79f9;
}

.recruit-detail .re-title{
  margin-bottom: 30px;
}
.recruit-detail .left-tab{
  border-right: 1px solid #e0e1ed;
}

.recruit-detail .left-tab a{
  font-family: 'Noto Sans KR';
  transition: 0.5s;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.6;
  letter-spacing: normal;
  color: #000000;
}

.recruit-detail .left-tab .active {
  color: #0f79f9;
  font-weight: bold;
}

.recruit-detail .left-tab a:hover, a:active, a:focus {
  color: #0f79f9;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}


.recruit-detail .left-tab .roles-desc{
  font-family: 'Noto Sans KR';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 5.5;
  letter-spacing: normal;
  color: #a7a7ad;
}

.recruit-detail .right-tab {
  padding-left: 50px;
}

.recruit-detail .right-tab .job-desc{
  font-family: 'Noto Sans KR';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 5.5;
  letter-spacing: normal;
  color: #a7a7ad;
}

.recruit-detail .right-tab .job-title{
  font-family: 'Noto Sans KR';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #000000;
  margin-bottom: 20px;
}

.recruit-detail .right-tab .job-contents{

}
.recruit-detail .right-tab .job-contents p{
  font-family: 'Noto Sans KR';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: -0.12px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 20px;
}
.recruit-detail .right-tab .job-contents div{
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: -0.12px;
  color: #000000;
}


/* benefits */

.benefits {

}
.benefits .b-desc{
  text-align: center;
}
.benefits .b-desc h1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: -0.43px;
  text-align: center;
  color: #333333;
}
.benefits .b-desc p{
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.34px;
  text-align: left;
  color: #000000;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #3d3d3d;
}

#footer .copyright {
  text-align: left;
  padding-top: 30px;
  font-family: 'Noto Sans KR', 'Roboto';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.34px;
  color: #ffffff;
}
