
body {
    /* font-family: 'Do Hyeon', sans-serif; */
    font-family: 'NanumSquare', sans-serif;
    line-height: 1.8;
    background-color: #f2f8ff;
    
  }
  .normal     { font-weight: 400 }
  .bold       { font-weight: 700 }
  .bolder     { font-weight: 800 }
  .light      { font-weight: 300 }
  .font_sel {transform:skew(-0.001deg);}

.box {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.box::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

  h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
  }

  h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .jumbotron {
    background-image: url('../img/mainImg.png');
    padding: 300px 25px;
    text-shadow: white 0.2em 0.2em 0.2em;
    color: black;
  }

  .container-fluid {
    padding: 50px 50px;
  }

  .bg-grey {
    background-color: #f6f6f6;
  }

  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }

  .thumbnail img {
    width: 100%;
    height: 100%;
  }

  .navbar {
    margin-bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    border: 0;
    font-size: 20px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
  }

  .navbar li a,
  .navbar .navbar-brand {
    color: black !important;
  }

  .navbar-nav li a:hover,
  .navbar-nav li.active a {
    color: #19c5fa !important;
    background-color: #fff !important;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }

  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #19c5fa;
  }

  .slideanim {
    visibility: hidden;
  }

  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }

  .contact-bg {
    background-image: url("../img/contactImg.png");
  }

  .space {
    height: 100px;
  }

  .row button {
    margin: 3px;
  }

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    }

    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

  @media screen and (max-width: 768px) {
    .col-sm-4 {
      margin: 25px 0;
    }
  }

  .career-bg {
    background-image: url("../img/careerBanner.png");
    height: 700px;
}
.course-bg {
    background-image: url("../img/courseBanner.png");
    height: 700px;
}

.bar {
    background-color: black;
    height: 2px;
}

li {
    /* font-size: 1.8rem; */
    /* font-size: 1.8em; */
    font-size: 18px;
}
button {
    font-size: 16px;
}
.btn-info {
    font-size: 18px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}