@charset "UTF-8";
#to-the-top {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 150px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #12223b;
  text-align: center;
  -webkit-backface-visibility: hidden; }
  #to-the-top:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "↑";
    font-size: 20px;
    color: #fff;
    margin-top: 9px; }
  #to-the-top.active {
    display: block; }

.btn-transition, .search .search-icon a:hover svg, .search .search-icon .icon, .view-btn, .view-btn:hover, .more-btn, .faq-eBrain .faq-btn, .newsletter-eBrain .email-wrap .email-btn, .more-btn:hover, .news-title a, .news-title a:hover, .news-share .twitter svg, .news-share .twitter svg:hover, .news-share .facebook svg, .news-share .facebook svg:hover, .news-share .google svg, .news-share .google svg:hover, .contact-text .contact-follow .follow-icon svg, .contact-text .contact-follow .follow-icon svg:hover, .hero-wrapper.okky-wrapper .facebook:hover, footer .image-item svg, footer .image-item svg:hover, footer .block-btn, footer .block-btn:hover {
  transition: all 100ms linear; }

body,
html {
  overflow-x: hidden;
  overflow-y: auto; }

.inside, header {
  width: 960px;
  margin: 0 auto;
  position: relative; }

.search-wrapper {
  width: 100%;
  background-color: #182d4e; }
  .search-wrapper .logo, .search-wrapper .search-btn {
    display: none; }

.search {
  height: 50px;
  font-size: 0;
  float: right; }
  .search .search-text {
    float: left;
    width: 172px;
    height: 27px;
    border-radius: 8px;
    background-color: #0d1b31;
    background-image: url("../images/search-icon@2x.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 6px 4px;
    padding: 4px 6px 4px 30px;
    margin: 11px 4px 11px 0; }
    .search .search-text input[type="text"] {
      border: none;
      background-color: transparent;
      color: #fff;
      line-height: 18px;
      outline: none; }
      .search .search-text input[type="text"]:focus {
        border: none; }
  .search .search-icon {
    float: left;
    margin: 17px 0; }
    .search .search-icon a {
      display: inline-block; }
      .search .search-icon a:hover svg {
        fill: #0d86ae; }
    .search .search-icon .icon {
      width: 15px;
      height: 15px;
      margin-left: 10px;
      fill: #31C0F0; }
    .search .search-icon .icon.rss {
      margin-left: 15px; }

.hero-wrapper {
  width: 100%;
  height: 600px;
  background-image: url("../images/main-background.png");
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden; }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.77;
  background-color: #020a16; }

/*svg*/
.logo svg {
  width: 121px; }
  .logo svg #symbol, .logo svg #text {
    fill: #fff; }

/*header*/
.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .header-wrapper .logo svg {
    height: 32px; }

.nav-active .hero-wrapper {
  transition: all 0.2s ease-in-out; }

header {
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  padding-top: 34px; }
  header nav {
    float: right;
    text-transform: uppercase; }
    header nav .navigation > li {
      float: left;
      margin-left: 49px; }
      header nav .navigation > li a {
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        color: #fff;
        font-size: 16px;
        line-height: 2.3; }
        header nav .navigation > li a:hover {
          color: #2DC1FC; }
  header .logo {
    width: 121px;
    float: left; }

.sticky-header {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #243857; }
  .sticky-header header {
    padding: 15px 0; }
  .sticky-header .logo #symbol {
    fill: #2fc4f2; }

.subpage .logo svg #symbol {
  fill: #2fc4f2; }
.subpage .logo .text1, .subpage .logo .text2 {
  fill: #fff; }
.subpage .header-wrapper {
  position: static;
  background-color: #243857; }
  .subpage .header-wrapper header {
    padding: 15px 0; }
.subpage .sticky-header {
  position: fixed; }
.subpage .sticky-header + .article-wrapper {
  padding-top: 110px; }
.subpage .sticky-header + .hero-wrapper {
  padding-top: 126px;
  height: 406px; }
.subpage .hero-wrapper {
  height: 340px;
  padding-top: 60px;
  background-attachment: fixed; }
.subpage .hero-caption {
  padding-top: 60px; }
.subpage #page-title {
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 20px; }
.subpage .page-description {
  font-size: 25px;
  font-weight: 100;
  line-height: 1.23; }
.subpage .section-title {
  font-size: 40px;
  color: #13213d;
  text-align: left; }
.subpage .news-info {
  background-position: center -15px;
  background-image: url("../images/newsinfo-image.png"); }
.subpage .contact-page {
  background-position: center -15px;
  background-image: url("../images/contact-image.png"); }

.video-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .video-wrapper video {
    width: 100%; }

.hero-caption {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 110px;
  color: #fff; }
  .hero-caption #partner {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.0; }
  .hero-caption #eBrain {
    font-size: 70px;
    font-weight: 300;
    line-height: 1.3;
    padding: 20px 0; }
  .hero-caption #company {
    font-size: 30px;
    line-height: 1.0; }
  .hero-caption .below-btn {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 333px;
    border-radius: 15px;
    background-color: #2dc1f0;
    display: inline-block;
    margin: 50px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 17px 0; }
    .hero-caption .below-btn:hover {
      background-color: #10aada; }
  .hero-caption .video-btn {
    font-size: 18px;
    vertical-align: middle; }
    .hero-caption .video-btn .caption {
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 1px; }
    .hero-caption .video-btn .video-link {
      display: block;
      margin-bottom: 20px; }
    .hero-caption .video-btn img {
      width: 55px;
      margin: 0 15px;
      vertical-align: middle; }

.section-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.0;
  color: #182d4e; }

.why-title {
  padding: 53px 0 100px; }

.why-eBrain {
  background-color: #f8f8f8;
  background-size: cover;
  text-align: center;
  padding-bottom: 98px; }
  .why-eBrain .col {
    width: 33%;
    float: left; }
  .why-eBrain .why-sub-img {
    width: 110px; }
  .why-eBrain .why-sub-title {
    font-size: 32px;
    line-height: 1.09;
    text-align: center;
    color: #1c5192;
    padding: 45px 0 36px; }
  .why-eBrain .why-sub-text {
    font-size: 20px;
    line-height: 1.3;
    color: #13213d;
    word-break: keep-all; }
  .why-eBrain .tech {
    padding-right: 30px; }
  .why-eBrain .career {
    padding: 0 30px; }
  .why-eBrain .life {
    padding-left: 30px; }

.about-title {
  padding: 52px 0 51px; }

.about-eBrain {
  text-align: center; }
  .about-eBrain .row {
    overflow: hidden;
    text-align: left; }
  .about-eBrain .consulting {
    background-color: #11223d; }
  .about-eBrain .management {
    background-color: #27497e; }
  .about-eBrain .col {
    width: 50%;
    height: 100%;
    float: left; }
  .about-eBrain .management .col {
    float: right; }
  .about-eBrain .about-sub-img {
    min-height: 463px;
    background-size: cover;
    background-position: center; }
  .about-eBrain .consulting .about-sub-img {
    background-image: url("../images/consulting-img@2x.png"); }
  .about-eBrain .management .about-sub-img {
    background-image: url("../images/management-img@2x.png"); }
  .about-eBrain .about-sub-text {
    padding: 5% 8%;
    font-size: 40px;
    font-weight: 300;
    color: #fff; }
    .about-eBrain .about-sub-text em {
      font-weight: 500;
      line-height: 0.8;
      letter-spacing: normal;
      color: #2ab4ec; }
    .about-eBrain .about-sub-text h3 {
      font-size: 24px;
      font-weight: 200;
      line-height: 1.04;
      margin: 44px 0 20px;
      word-break: keep-all; }
    .about-eBrain .about-sub-text p {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      word-break: keep-all; }

.view-btn {
  display: inline-block;
  width: 175px;
  border-radius: 15px;
  border: solid 1px #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  padding: 12px 0;
  margin-top: 35px; }
  .view-btn:hover {
    color: #182d4e;
    background-color: #fff; }

.more-btn, .faq-eBrain .faq-btn, .newsletter-eBrain .email-wrap .email-btn {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  border-radius: 15px;
  background-color: #2dc1f0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 13px 0; }
  .more-btn:hover, .faq-eBrain .faq-btn:hover, .newsletter-eBrain .email-wrap .email-btn:hover {
    background-color: #10aada; }

.more-title {
  padding: 85px 0;
  text-align: center; }

.more-eBrain {
  text-align: center;
  padding-bottom: 84px; }
  .more-eBrain .col {
    width: 50%;
    float: left;
    padding: 0 50px; }
  .more-eBrain .img-wrap {
    height: 40px; }
  .more-eBrain .more-sub-img {
    vertical-align: bottom;
    max-width: 100%; }
  .more-eBrain .more-sub-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
    color: #1c5192;
    margin: 43px 0 18px;
    height: 85px;
    word-break: keep-all; }
  .more-eBrain .more-sub-text {
    height: 100px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #13213d;
    word-break: keep-all; }
  .more-eBrain .view-btn {
    border: solid 1px #1c5192;
    color: #1c5192;
    margin-top: 32px; }
    .more-eBrain .view-btn:hover {
      color: #fff;
      background-color: #1c5192; }
  .more-eBrain .okky img {
    width: 175px; }
  .more-eBrain .sistar img {
    width: 146px; }

.praise-title {
  padding: 44px 0 40px; }

.praise-eBrain {
  text-align: center;
  background-color: #f9f9f9;
  padding-bottom: 53px; }

.carousel-item {
  overflow: hidden;
  width: 960px;
  height: 360px;
  float: left; }
  .carousel-item .carousel-caption {
    width: 735px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.35;
    color: #13213d;
    word-break: keep-all;
    padding: 0 20px; }
  .carousel-item .carousel-img {
    width: 139px;
    margin: 18px auto 24px auto;
    border-radius: 50%; }
  .carousel-item .carousel-name {
    font-size: 22px;
    line-height: 1.45;
    color: #13213d;
    margin-bottom: 4px; }
  .carousel-item .carousel-job {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    color: #2dc1f0; }
    .carousel-item .carousel-job .carousel-position,
    .carousel-item .carousel-job .carousel-year {
      display: block; }

.slick-dots li {
  margin: 0; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  background-image: url("../images/arrow-right@2x.png");
  background-size: 100%;
  content: "";
  display: block;
  width: 18px;
  height: 31px; }

.slick-prev:before {
  background-image: url("../images/arrow-left@2x.png");
  background-size: 100%;
  content: "";
  display: block;
  width: 18px;
  height: 31px; }

.slick-dots {
  position: static;
  margin-top: 15px; }

.slick-dots li.slick-active button:before {
  color: #2dc1f0; }

.faq-eBrain {
  background-color: #1c5192;
  padding: 49px 0;
  color: #fff;
  font-weight: 200; }
  .faq-eBrain .faq-text-en {
    font-size: 30px;
    line-height: 1.0;
    margin-bottom: 13px; }
  .faq-eBrain .faq-text-ko {
    font-size: 18px;
    line-height: 1.27; }
  .faq-eBrain .faq-btn {
    float: right;
    padding: 18px 0;
    margin-top: -70px; }
    .faq-eBrain .faq-btn:hover {
      background-color: #10aada; }

.newsinfo-title {
  padding: 66px 0 29px; }

.news-eBrain {
  padding-bottom: 58px;
  padding-top: 66px;
  text-align: center; }
  .news-eBrain .news-item {
    padding: 47px 0 52px;
    border-bottom: 1px solid #e1e1e1; }
  .news-eBrain .more-btn, .news-eBrain .faq-eBrain .faq-btn, .faq-eBrain .news-eBrain .faq-btn, .news-eBrain .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .news-eBrain .email-btn {
    margin-top: 44px; }
    .news-eBrain .more-btn:hover, .news-eBrain .faq-eBrain .faq-btn:hover, .faq-eBrain .news-eBrain .faq-btn:hover, .news-eBrain .newsletter-eBrain .email-wrap .email-btn:hover, .newsletter-eBrain .email-wrap .news-eBrain .email-btn:hover {
      background-color: #10aada; }
  .news-eBrain .news-item-img {
    width: 407px;
    height: 294px;
    float: left;
    background-color: #182d4e;
    background-size: cover;
    background-position: center;
    position: relative; }
    .news-eBrain .news-item-img .news-type {
      position: absolute;
      bottom: 0;
      left: 0; }
  .news-eBrain .news-item-text {
    width: 50%;
    float: right;
    text-align: left; }
    .news-eBrain .news-item-text .view-btn {
      color: #1c5192;
      border: solid 1px #1c5192; }
      .news-eBrain .news-item-text .view-btn:hover {
        color: #fff;
        background-color: #1c5192; }

.news-type {
  display: block;
  width: 136px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.17;
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
  text-transform: uppercase; }

.news-type.blog {
  background-color: #2dc1f0; }

.news-type.academy {
  background-color: #1c5192; }

.news-type.news {
  background-color: #252222; }

.news-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.0;
  color: #2dc1f0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .news-title a {
    color: #2dc1f0; }
    .news-title a:hover {
      color: #10aada; }

.news-date, .news-share .share {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #9b9b9b;
  margin: 13px 0 34px; }

.news-preview {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #13213d;
  overflow: hidden; }

.newsletter-eBrain {
  padding: 52px 0 48px;
  background-color: #182d4e; }
  .newsletter-eBrain .newsletter-text {
    font-weight: 200;
    line-height: 1.27;
    color: #fff;
    margin-top: 20px;
    word-break: keep-all; }
  .newsletter-eBrain .top {
    font-size: 30px;
    margin-top: 0; }
  .newsletter-eBrain .bottom {
    font-size: 18px; }
  .newsletter-eBrain .text-wrap {
    float: left; }
  .newsletter-eBrain .newsletter-form {
    float: right;
    width: 453px;
    height: 71px;
    position: relative;
    overflow: hidden; }
    .newsletter-eBrain .newsletter-form .error-label {
      position: absolute;
      right: 0;
      top: -30px;
      display: block;
      color: #fff;
      padding: 10px;
      font-size: 13px; }
  .newsletter-eBrain .email-wrap {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding: 8px 8px 8px 16px;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    animation: disappear-reverse 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .newsletter-eBrain .email-wrap input[name="email"] {
      height: 55px;
      line-height: 55px;
      width: 65%;
      font-size: 20px;
      border: none; }
      .newsletter-eBrain .email-wrap input[name="email"]:focus {
        outline: none; }
    .newsletter-eBrain .email-wrap .email-btn {
      width: 31%;
      height: 55px;
      line-height: 1.5;
      border: none;
      float: right;
      cursor: pointer; }
      .newsletter-eBrain .email-wrap .email-btn:hover {
        background-color: #10aada; }
      .newsletter-eBrain .email-wrap .email-btn:disabled {
        cursor: not-allowed; }
  .newsletter-eBrain .disappear {
    animation: disappear 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    top: 71px;
    left: auto; }
  .newsletter-eBrain .done {
    top: -71px;
    background-color: transparent;
    color: #fff;
    text-align: right;
    animation: show-reverse 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .newsletter-eBrain .show {
    padding-top: 20px;
    top: 0;
    animation: show 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
@keyframes show {
  from {
    display: block;
    top: -71px;
    opacity: 0; }
  to {
    display: block;
    top: 0;
    opacity: 1; } }
@keyframes show-reverse {
  from {
    display: block;
    top: 0;
    opacity: 1; }
  to {
    display: block;
    top: -71px;
    opacity: 0; } }
@keyframes disappear {
  from {
    display: block;
    top: 0;
    opacity: 1; }
  to {
    display: none;
    top: 71px;
    opacity: 0; } }
@keyframes disappear-reverse {
  from {
    display: none;
    top: 71px;
    opacity: 0; }
  to {
    display: block;
    top: 0;
    opacity: 1; } }
.pagination {
  padding-top: 44px;
  text-align: center; }
  .pagination a {
    padding: 0 7px;
    color: #d1d1d1; }
  .pagination a.on {
    color: #2dc1f0; }

.article-wrapper {
  padding-top: 44px; }
  .article-wrapper .news-title {
    padding: 13px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 10px;
    margin-bottom: 16px; }
  .article-wrapper .news-date, .article-wrapper .news-share .share, .news-share .article-wrapper .share {
    float: left; }
  .article-wrapper .news-type {
    width: 113px;
    padding: 11px 0;
    font-size: 22px; }
  .article-wrapper .editor-content * {
    font-size: 16px;
    list-style: initial; }
  .article-wrapper .editor-content p {
    margin: 1em 0; }
  .article-wrapper .editor-content .edit-img {
    text-align: center;
    margin: 10px 0; }
  .article-wrapper .editor-content ol, .article-wrapper .editor-content ul, .article-wrapper .editor-content dl {
    padding: 0 40px; }
  .article-wrapper .editor-content strong {
    font-weight: 500; }

.news-content {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 200; }
  .news-content img {
    max-width: 100%;
    height: auto !important; }

.news-share {
  float: right; }
  .news-share ul li {
    float: left;
    margin-left: 13px; }
    .news-share ul li svg {
      width: 37px;
      height: 37px; }
      .news-share ul li svg path {
        fill: #fff; }
  .news-share .share {
    display: inline-block;
    margin-top: 8px; }
  .news-share .twitter svg {
    fill: #28c1fd;
    fill: #28c1fd; }
    .news-share .twitter svg:hover {
      fill: #02adf0; }
    .news-share .twitter svg:hover {
      fill: #02adf0; }
  .news-share .facebook svg {
    fill: #37599e; }
    .news-share .facebook svg:hover {
      fill: #2a4478; }
  .news-share .google svg {
    fill: #e43c2a; }
    .news-share .google svg:hover {
      fill: #c22919; }

.news-tags {
  padding: 35px 0;
  margin-top: 35px;
  margin-bottom: 60px;
  border-top: 1px dashed #d8d8d8;
  border-bottom: 1px dashed #d8d8d8; }
  .news-tags ul li {
    float: left;
    margin-right: 13px;
    margin-bottom: 13px; }

.tags-title-text {
  padding: 4px 0;
  display: inline-block;
  margin-right: 40px;
  color: #182d4e;
  font-size: 22px; }

.tags {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 20px;
  border: solid 1px #d8d8d8;
  font-weight: 500; }
  .tags a {
    font-size: 16px;
    color: #a0a0a0; }

.comment-wrapper {
  background-color: #f9f9f9;
  padding: 60px 0;
  color: #182d4e;
  font-size: 22px;
  display: block;
  margin-right: 0; }
  .comment-wrapper .comment-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8; }
    .comment-wrapper .comment-title .comment-count {
      color: #2dc1f0; }

.read-wrapper .section-title {
  text-align: center;
  padding: 74px 0; }

#map {
  height: 100%; }

.contact-box {
  height: 500px;
  width: 100%;
  border-radius: 25px 0 0 25px;
  border: solid 1px #dddddd;
  margin: 55px auto 70px auto; }

.resume-btn-box {
  text-align: center; }

.contact-text {
  background-color: #182d4e;
  width: 327px;
  height: 100%;
  float: left;
  padding: 30px 34px;
  color: #fff;
  font-weight: 200;
  font-size: 14px; }
  .contact-text h1 {
    font-size: 28px;
    border-left: 3px solid #2dc1f0;
    padding-left: 15px;
    margin-bottom: 40px; }
  .contact-text .contact-adress {
    word-break: keep-all;
    padding-left: 18px;
    margin-bottom: 15px;
    line-height: 1.38; }
    .contact-text .contact-adress .row {
      display: block; }
  .contact-text .contact-adress.en {
    margin-bottom: 30px; }
  .contact-text .contact-tel {
    border-top: 1px solid #69768C;
    border-bottom: 1px solid #69768C;
    padding: 30px 0 7px; }
    .contact-text .contact-tel a {
      color: #fff;
      display: block; }
    .contact-text .contact-tel .bg {
      display: block;
      margin-bottom: 20px;
      padding-left: 33px;
      line-height: 1.38;
      background-repeat: no-repeat;
      background-position: left; }
    .contact-text .contact-tel .bg.tel {
      background-image: url("../images/phone@2x.png");
      background-size: 12px 18px; }
    .contact-text .contact-tel .bg.fax {
      background-image: url("../images/fax@2x.png");
      background-size: 18px 19px; }
    .contact-text .contact-tel .bg.email {
      background-image: url("../images/email@2x.png");
      background-size: 16px 11px;
      background-position: 0 5px; }
  .contact-text .contact-follow {
    margin-top: 22px; }
    .contact-text .contact-follow .follow-title {
      float: left;
      margin-top: 5px; }
    .contact-text .contact-follow .follow-icon {
      float: right; }
      .contact-text .contact-follow .follow-icon li {
        float: left;
        margin-left: 7px; }
      .contact-text .contact-follow .follow-icon svg {
        width: 26px;
        height: 26px;
        fill: #2dc1f0; }
        .contact-text .contact-follow .follow-icon svg:hover {
          fill: #10aada; }
  .contact-text .map-btn {
    display: none; }

.contact-map {
  width: 631px;
  height: 100%;
  float: left; }
  .contact-map .map {
    height: 100%; }

.service-wrapper {
  margin-top: 55px; }

.service-box {
  width: 49%;
  float: left;
  background-color: #f8f8f8;
  border-radius: 25px;
  padding: 35px;
  margin-bottom: 37px; }
  .service-box .service-title {
    display: inline-block;
    font-size: 28px;
    line-height: 1.25;
    color: #182d4e;
    border-bottom: 2px solid #c2c2c2;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .service-box .service-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: #464646; }
  .service-box:first-child {
    margin-right: 2%; }

.resume-download {
  width: 100%;
  margin-bottom: 0;
  margin-top: -30px; }
  .resume-download .resume-download-left {
    float: left; }
  .resume-download .resume-download-right {
    margin-top: 8px;
    float: right; }
  .resume-download .more-btn, .resume-download .faq-eBrain .faq-btn, .faq-eBrain .resume-download .faq-btn, .resume-download .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .resume-download .email-btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px; }
    .resume-download .more-btn img, .resume-download .faq-eBrain .faq-btn img, .faq-eBrain .resume-download .faq-btn img, .resume-download .newsletter-eBrain .email-wrap .email-btn img, .newsletter-eBrain .email-wrap .resume-download .email-btn img {
      width: 15px; }

.service-btn-wrapper {
  width: 100%; }

.service-btn {
  width: 50%;
  float: left;
  text-align: center; }
  .service-btn .service-btn-img {
    margin: 60px auto 20px auto;
    display: block; }
  .service-btn .service-btn-title {
    text-align: center;
    color: #464646;
    font-size: 16px; }

.about-wrapper {
  background-color: #182d4e;
  background-image: url("../images/aboutus-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 564px; }
  .about-wrapper .inside, .about-wrapper header {
    display: table;
    height: 100%; }
  .about-wrapper .logo svg {
    width: 278px;
    max-width: 50%; }
  .about-wrapper .about-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px; }
  .about-wrapper .about-caption-text {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.46;
    margin-top: 44px; }
    .about-wrapper .about-caption-text .break-point {
      display: block; }
  .about-wrapper .row {
    width: 100%;
    background-color: #182d4e; }

.slogan-wrapper .row {
  width: 100%;
  background-color: #182d4e;
  margin-top: 40px; }
.slogan-wrapper .col {
  height: 460px;
  float: left; }
.slogan-wrapper .career .col {
  float: right; }
.slogan-wrapper .about-sub-img {
  width: 60%;
  min-height: 460px;
  background-size: cover;
  background-position: center; }
.slogan-wrapper .tech .about-sub-img {
  background-image: url("../images/tech.png"); }
.slogan-wrapper .career .about-sub-img {
  background-image: url("../images/career.png"); }
.slogan-wrapper .life .about-sub-img {
  background-image: url("../images/life.png");
  background-position: center bottom; }
.slogan-wrapper .about-sub-text {
  width: 40%;
  padding: 0 7%;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  display: table; }
  .slogan-wrapper .about-sub-text h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: normal;
    color: #2ab4ec;
    margin-bottom: 33px; }
  .slogan-wrapper .about-sub-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    word-break: keep-all; }
.slogan-wrapper .sub-text-wrapper {
  display: table-cell;
  vertical-align: middle; }

.layer-popup {
  display: none;
  position: fixed;
  overflow-y: hidden;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center; }
  .layer-popup.isShow {
    display: block; }
  .layer-popup .dim {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .layer-popup .img-wrapper {
    position: relative;
    z-index: 2;
    overflow-y: scroll;
    height: 100%; }
  .layer-popup .close-btn {
    position: static;
    display: block;
    width: 700px;
    text-align: right;
    margin: 30px auto 5px auto; }
    .layer-popup .close-btn img {
      width: 30px; }
  .layer-popup .img {
    width: 700px;
    max-width: 90%;
    margin: 30px auto;
    cursor: pointer; }

.history-wrapper {
  background-color: #27497e;
  padding: 87px 0; }
  .history-wrapper .section-title {
    color: #fff;
    text-align: center;
    padding-bottom: 38px;
    font-weight: 200;
    position: relative; }
  .history-wrapper .list-btn {
    display: block;
    width: 280px;
    text-align: center;
    padding: 8px;
    background-color: #2972a6;
    color: #fff;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px; }
  .history-wrapper .row {
    position: relative; }
    .history-wrapper .row:before {
      content: "";
      width: 3px;
      height: 100%;
      background-color: #2dc1f0;
      position: absolute;
      top: 0;
      left: 50%;
      left: calc(50% - 3px); }
  .history-wrapper .col {
    width: 50%;
    float: left;
    position: relative; }
    .history-wrapper .col img {
      margin: 100px auto;
      max-width: 100%; }
  .history-wrapper .history-content {
    margin-top: 10px; }
  .history-wrapper .history-item {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 44px;
    word-break: keep-all; }
  .history-wrapper .left {
    padding-right: 137px; }
  .history-wrapper .left:last-of-type {
    border: none; }
  .history-wrapper .right {
    padding-left: 140px; }
  .history-wrapper .text:before {
    max-width: 170px;
    text-align: center;
    content: attr(data-year);
    font-size: 32px;
    display: block;
    position: absolute;
    right: -38px;
    top: 0;
    background-color: #27497e;
    background-image: url("../images/history-marker.png");
    background-size: 38px 29px;
    background-repeat: no-repeat;
    background-position: 0;
    padding: 10px 0 10px 45px;
    color: #fff; }
  .history-wrapper .right.text:before {
    right: auto;
    left: -40px;
    padding-left: 0;
    padding-right: 45px;
    background-image: url("../images/history-marker-flip.png");
    background-position: right; }
  .history-wrapper .history-date {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 7px; }
  .history-wrapper .history-caption {
    font-size: 20px;
    font-weight: 300; }

.hero-wrapper.our-service {
  height: 270px;
  padding-top: 20px;
  background-image: url(../images/ourservice_image.png); }

.consulting-wrapper {
  height: 380px;
  background-color: #fff;
  background-image: none; }
  .consulting-wrapper .logo svg {
    width: 270px;
    height: 93px; }
    .consulting-wrapper .logo svg #text {
      fill: #595a5a; }
  .consulting-wrapper .page-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.33; }
    .consulting-wrapper .page-description em {
      font-weight: 500;
      font-size: 32px;
      display: block;
      margin-bottom: 13px; }
    .consulting-wrapper .page-description .color-emp {
      color: #2dc1f0;
      line-height: 2; }
    .consulting-wrapper .page-description:before {
      content: "";
      display: block;
      width: 102px;
      height: 1px;
      margin: 23px auto;
      background-color: #767E89; }
  .consulting-wrapper .hero-caption {
    padding-top: 0;
    color: #000; }
  .consulting-wrapper.coach-wrapper {
    text-align: center; }
    .consulting-wrapper.coach-wrapper .keyword-item,
    .consulting-wrapper.coach-wrapper .hr-keyword-item {
      padding: 30px 55px; }
    .consulting-wrapper.coach-wrapper .keyword-content {
      text-align: left; }
      .consulting-wrapper.coach-wrapper .keyword-content h4 {
        margin-bottom: 10px; }
      .consulting-wrapper.coach-wrapper .keyword-content p {
        position: relative; }
      .consulting-wrapper.coach-wrapper .keyword-content .price {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 18px; }
      .consulting-wrapper.coach-wrapper .keyword-content .sm-size {
        font-size: 10px; }
    .consulting-wrapper.coach-wrapper .more-btn, .consulting-wrapper.coach-wrapper .faq-eBrain .faq-btn, .faq-eBrain .consulting-wrapper.coach-wrapper .faq-btn, .consulting-wrapper.coach-wrapper .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .consulting-wrapper.coach-wrapper .email-btn {
      margin: 0 auto; }
  .consulting-wrapper.hr-wrapper {
    height: auto; }
    .consulting-wrapper.hr-wrapper .logo svg .text {
      fill: #595a5a; }
    .consulting-wrapper.hr-wrapper .page-description {
      text-align: center;
      color: #2dc1f0;
      font-style: italic;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 25px; }
      .consulting-wrapper.hr-wrapper .page-description em {
        color: #000;
        font-style: normal; }
    .consulting-wrapper.hr-wrapper .keyword-item,
    .consulting-wrapper.hr-wrapper .hr-keyword-item {
      background-color: #efefef;
      color: #182d4e; }
    .consulting-wrapper.hr-wrapper .keyword-content {
      color: #182d4e; }
    .consulting-wrapper.hr-wrapper .keyword-item h4:before,
    .consulting-wrapper.hr-wrapper .hr-keyword-item h4:before {
      width: 24px;
      height: 20px;
      background-image: url("../images/check-icon.gif"); }
    .consulting-wrapper.hr-wrapper .hr-image-01 {
      width: 545px; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-01 {
      color: #182d4e;
      font-size: 30px;
      line-height: 1.3; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-02 {
      margin-top: 25px;
      color: #182d4e;
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 35px; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-03 {
      color: #182d4e;
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 25px;
      word-break: keep-all; }
      .consulting-wrapper.hr-wrapper .hr-paragraph-03 em {
        color: #e3007b; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-04 {
      margin-top: 40px;
      font-size: 18px;
      line-height: 1.3;
      word-break: keep-all; }
      .consulting-wrapper.hr-wrapper .hr-paragraph-04 em {
        display: block;
        font-size: 24px;
        margin-bottom: 10px; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-05 {
      font-size: 15px;
      line-height: 1.3;
      margin-top: 65px; }
      .consulting-wrapper.hr-wrapper .hr-paragraph-05 .icon-img {
        width: 90px;
        float: left;
        margin-right: 40px;
        margin-top: 10px;
        text-align: center; }
        .consulting-wrapper.hr-wrapper .hr-paragraph-05 .icon-img img {
          width: 100%; }
      .consulting-wrapper.hr-wrapper .hr-paragraph-05 em {
        display: block;
        font-size: 24px;
        margin-bottom: 8px; }
      .consulting-wrapper.hr-wrapper .hr-paragraph-05 li {
        margin-bottom: 40px; }
        .consulting-wrapper.hr-wrapper .hr-paragraph-05 li:nth-child(2) .icon-img img {
          height: 80px;
          width: auto; }
    .consulting-wrapper.hr-wrapper .price-pane {
      width: 580px;
      margin: 30px auto;
      box-shadow: 0px 6px 8.6px 1.4px rgba(0, 0, 0, 0.38); }
    .consulting-wrapper.hr-wrapper .price-pane-item {
      text-align: center;
      float: left;
      width: 33.33%;
      padding: 20px 30px 50px 30px; }
      .consulting-wrapper.hr-wrapper .price-pane-item.bg {
        background: #f5f5f5; }
      .consulting-wrapper.hr-wrapper .price-pane-item img {
        height: 75px; }
      .consulting-wrapper.hr-wrapper .price-pane-item .price-paragraph-01 {
        margin-top: 10px;
        font-size: 14px;
        color: #182d4e; }
      .consulting-wrapper.hr-wrapper .price-pane-item .price-paragraph-02 {
        margin-top: 20px;
        font-size: 14px;
        color: #182d4e;
        line-height: 1.5; }
      .consulting-wrapper.hr-wrapper .price-pane-item .more-btn, .consulting-wrapper.hr-wrapper .price-pane-item .faq-eBrain .faq-btn, .faq-eBrain .consulting-wrapper.hr-wrapper .price-pane-item .faq-btn, .consulting-wrapper.hr-wrapper .price-pane-item .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .consulting-wrapper.hr-wrapper .price-pane-item .email-btn {
        width: 100%;
        font-size: 14px;
        line-height: inherit;
        padding: 7px 0;
        margin-top: 10px; }
      .consulting-wrapper.hr-wrapper .price-pane-item .price-paragraph-03 {
        margin-top: 10px;
        text-align: left;
        font-size: 14px; }
        .consulting-wrapper.hr-wrapper .price-pane-item .price-paragraph-03 li {
          list-style-type: disc;
          margin-left: 15px;
          margin-bottom: 5px;
          color: #182d4e; }

.flow-wrapper {
  padding: 65px 0 110px 0; }
  .flow-wrapper .flow-item {
    position: relative; }
    .flow-wrapper .flow-item .more-btn, .flow-wrapper .flow-item .faq-eBrain .faq-btn, .faq-eBrain .flow-wrapper .flow-item .faq-btn, .flow-wrapper .flow-item .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .flow-wrapper .flow-item .email-btn {
      margin-top: 20px; }
    .flow-wrapper .flow-item h2 {
      font-size: 22px;
      color: #1c5192;
      font-weight: 500;
      margin-bottom: 10px; }
    .flow-wrapper .flow-item p {
      font-size: 15px;
      font-weight: 300;
      color: #000; }
      .flow-wrapper .flow-item p.space-caption {
        color: #666; }
        .flow-wrapper .flow-item p.space-caption .break-point {
          line-height: 1.6; }
  .flow-wrapper .left {
    padding-left: 60px; }
    .flow-wrapper .left .caption {
      width: 640px; }
  .flow-wrapper .right {
    padding-left: 290px; }
  .flow-wrapper .flow-icon {
    float: left; }
  .flow-wrapper .caption {
    float: left;
    width: 590px;
    margin-left: 15px; }
    .flow-wrapper .caption .break-point {
      display: block;
      line-height: 1.4; }
  .flow-wrapper .chart {
    margin-bottom: 195px; }
    .flow-wrapper .chart .flow-icon {
      width: 74px; }
  .flow-wrapper .find {
    margin-bottom: 170px; }
    .flow-wrapper .find .flow-icon {
      width: 63px; }
  .flow-wrapper .message {
    margin-bottom: 190px; }
    .flow-wrapper .message .flow-icon {
      width: 52px; }
  .flow-wrapper .hand {
    margin-bottom: 0; }
    .flow-wrapper .hand .flow-icon {
      width: 67px; }
    .flow-wrapper .hand .caption {
      width: 585px; }
  .flow-wrapper .paper .flow-icon {
    width: 49px; }
  .flow-wrapper .svg-line {
    position: absolute;
    top: -90px;
    left: 50px;
    width: 219px;
    height: 167px; }
    .flow-wrapper .svg-line svg {
      fill: none;
      stroke: #2dc1f0;
      stroke-linecap: square;
      stroke-width: 2.5px;
      width: 219px;
      height: 167px; }
    .flow-wrapper .svg-line.large {
      height: 400px;
      top: -180px; }
      .flow-wrapper .svg-line.large svg {
        width: 240px;
        height: 400px;
        stroke-dasharray: 400; }
  .flow-wrapper .to-right svg {
    stroke-dashoffset: 335;
    stroke-dasharray: 335; }
  .flow-wrapper .to-left svg {
    stroke-dashoffset: -335;
    stroke-dasharray: 335; }
@keyframes draw {
  from {
    stroke-dashoffset: 335; }
  to {
    stroke-dashoffset: 0; } }
  .flow-wrapper .drawing svg {
    animation: draw 1s linear forwards; }

.space-photo {
  margin-bottom: 50px; }
  .space-photo img {
    width: 310px;
    margin-right: 15px; }
    .space-photo img:last-child {
      margin-right: 0; }

.calender-caption {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  margin-top: 30px; }
  .calender-caption a {
    color: #fff; }

.flow-icon-wrapper {
  float: left;
  width: 90px; }
  .flow-icon-wrapper img {
    width: 75px; }

.space-caption {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7; }
  .space-caption > ul li {
    list-style-type: disc; }
  .space-caption ul li {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.7;
    margin-left: 30px; }
    .space-caption ul li ul li {
      list-style-type: circle; }
      .space-caption ul li ul li ul li {
        list-style-type: square; }
  .space-caption em {
    font-weight: bold; }

.parking-notice {
  margin-top: 40px; }

.space-desc {
  font-size: 30px;
  line-height: 1.7;
  margin: 0px 0 30px 0;
  text-align: center;
  word-break: keep-all; }
  .space-desc em {
    font-weight: 600; }

.space-wrapper .flow-item {
  margin-bottom: 70px; }
.space-wrapper .consulting-flow {
  width: 635px;
  margin: 0 auto; }
.space-wrapper .caption {
  width: auto; }

.space-notice-wrapper .apply-wrapper {
  text-align: center;
  margin-top: 30px; }

.iframe-wrapper {
  padding: 10px 5px;
  background: #fff;
  max-width: 960px;
  margin: 0 auto; }
  .iframe-wrapper iframe {
    width: 100%;
    height: 500px; }

.space-notice-wrapper {
  padding: 50px 0; }
  .space-notice-wrapper .notice-title {
    color: #333;
    font-size: 22px; }
  .space-notice-wrapper h3 {
    font-size: 20px;
    margin-top: 40px; }

.ie .flow-wrapper svg {
  stroke-dashoffset: 0;
  display: none; }
.ie .flow-item {
  margin-bottom: 50px;
  padding-left: 60px; }

.hero-wrapper.manage-wrapper {
  background: #182d4e;
  height: auto; }
  .hero-wrapper.manage-wrapper .hero-caption {
    color: #fff; }

.calender-wrapper {
  padding-bottom: 60px; }

.calender-title {
  padding-bottom: 50px;
  color: #fff; }
  .calender-title h2 {
    font-size: 22px; }
  .calender-title p {
    font-size: 15px;
    margin: 15px 0;
    line-height: 1.5; }

.keyword-wrapper {
  padding-top: 60px;
  padding-bottom: 90px; }

.keyword-item,
.hr-keyword-item {
  border-radius: 15px;
  background-color: #253958;
  padding: 30px 55px 30px 100px;
  margin-bottom: 35px;
  color: #fff;
  display: table;
  width: 100%; }

.keyword-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
  width: 260px; }
  .keyword-title .break-point {
    display: block; }

.keyword-content {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
  word-break: keep-all;
  margin-bottom: 5px; }
  .keyword-content h4:before {
    content: "";
    width: 12px;
    height: 21px;
    background-image: url("../images/bracket.png");
    background-size: 100%;
    font-size: 29px;
    color: #2dc1f0;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block; }
  .keyword-content p {
    font-size: 15px;
    line-height: 1.47;
    padding-left: 27px;
    font-weight: 300; }

.hero-wrapper.lab-wrapper {
  height: auto;
  background: #f9f9f9; }
  .hero-wrapper.lab-wrapper .logo .text1 {
    fill: #4f4d4d; }
  .hero-wrapper.lab-wrapper .logo .text2 {
    fill: #aaa7a5; }
  .hero-wrapper.lab-wrapper .page-description {
    color: #3d3d3d; }
    .hero-wrapper.lab-wrapper .page-description em {
      color: #000; }
    .hero-wrapper.lab-wrapper .page-description :before {
      background-color: #ababab; }
  .hero-wrapper.lab-wrapper .col {
    float: left;
    padding: 90px 0 100px 0;
    width: 33%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.14;
    text-align: center;
    color: #000000; }
    .hero-wrapper.lab-wrapper .col img {
      height: 70px;
      margin-bottom: 30px; }

.hero-wrapper.okky-wrapper {
  height: auto;
  background: #fff; }
  .hero-wrapper.okky-wrapper .okky {
    width: 179px; }
  .hero-wrapper.okky-wrapper .btn-wrap {
    text-align: center;
    padding: 60px 0; }
  .hero-wrapper.okky-wrapper .facebook {
    background-color: #3b5998;
    margin-left: 30px; }
    .hero-wrapper.okky-wrapper .facebook:hover {
      background-color: #344e86; }
  .hero-wrapper.okky-wrapper .hero-caption {
    color: #000; }

.hero-wrapper.sistar-wrapper {
  height: auto;
  background: #efefef; }
  .hero-wrapper.sistar-wrapper .sistar {
    width: 153px; }
  .hero-wrapper.sistar-wrapper .page-description {
    color: #000; }
  .hero-wrapper.sistar-wrapper .keyword-wrapper {
    padding-top: 0; }
    .hero-wrapper.sistar-wrapper .keyword-wrapper:before {
      content: "";
      display: block;
      width: 102px;
      height: 1px;
      margin: 22px auto 63px auto;
      background-color: #555; }
  .hero-wrapper.sistar-wrapper .keyword-item {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #fff; }
  .hero-wrapper.sistar-wrapper .keyword-title {
    color: #000;
    vertical-align: top; }
  .hero-wrapper.sistar-wrapper .keyword-content {
    color: #000;
    margin-bottom: 44px; }
    .hero-wrapper.sistar-wrapper .keyword-content:last-of-type {
      margin-bottom: 0; }
    .hero-wrapper.sistar-wrapper .keyword-content h4:before {
      content: "";
      margin: 0; }
    .hero-wrapper.sistar-wrapper .keyword-content h3 {
      font-size: 23px;
      font-weight: 400;
      margin-bottom: 8px; }
  .hero-wrapper.sistar-wrapper .keyword-sub {
    font-size: 15px;
    line-height: 2.05;
    color: #3d3d3d; }
    .hero-wrapper.sistar-wrapper .keyword-sub:before {
      content: "";
      width: 12px;
      height: 21px;
      background-image: url("../images/bracket.png");
      background-size: 100%;
      font-size: 29px;
      color: #2dc1f0;
      vertical-align: middle;
      margin-right: 10px;
      display: inline-block; }

footer {
  padding: 44px 0 0; }
  footer .logo {
    width: 100%; }
    footer .logo svg {
      width: 124px;
      height: 33px; }
      footer .logo svg #symbol {
        fill: #2fc4f1; }
      footer .logo svg #text {
        fill: #4f4d4d; }
  footer .col {
    width: 33%;
    float: left; }
  footer .sitemap-wrapper {
    margin-top: 33px; }
  footer .menu-title > a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    color: #8f8f8f; }
  footer .menu-item {
    font-size: 14px;
    line-height: 2.14;
    color: #8f8f8f; }
  footer .menu-item .text-skyblue {
    color: #42C8F2; }
  footer .menu-item > a {
    font-size: 14px;
    line-height: 2.14;
    color: #8f8f8f; }
  footer .kakao img {
    width: 30px;
    vertical-align: middle;
    margin-right: 5px; }
  footer .home, footer .blog, footer .contact, footer .follow {
    margin-bottom: 8px; }
  footer .contact-info ul li {
    line-height: 1.71;
    margin-bottom: 19px; }
  footer .image-item {
    float: left;
    margin-right: 13px; }
    footer .image-item svg {
      width: 20px;
      height: 20px;
      fill: #2dc1f0; }
      footer .image-item svg:hover {
        fill: #10aada; }
  footer .block-btn {
    background-color: #2dc1f0;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px; }
    footer .block-btn a {
      color: #fff;
      font-size: 14px; }
  footer .image-item.youtube {
    margin-right: 17px; }
  footer .follow-title {
    font-size: 18px;
    line-height: 1.67;
    color: #8f8f8f; }
  footer .copyright {
    color: #8E8F8E;
    margin-bottom: 80px;
    font-size: 12px; }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: rgba(0, 0, 0, 0.4); }

.video-container {
  width: 853px;
  max-width: 80%;
  height: 480px;
  margin: 100px auto 0 auto;
  position: relative; }

.video-close {
  float: right;
  width: 40px;
  margin-bottom: 20px; }
  .video-close img {
    width: 100%;
    cursor: pointer; }

.modal-video.video-active {
  display: block;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  z-index: 9999; }

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99; }
  .close-btn img {
    width: 50px; }

.redirect-page {
  width: 100%;
  height: 100%;
  background-color: #58646D;
  color: #fff;
  padding: 0 10%;
  font-size: 22px; }
  .redirect-page div {
    padding-top: 110px;
    font-weight: 300;
    text-align: center;
    width: 210px;
    margin: 0 auto; }
    .redirect-page div strong {
      font-weight: 500; }
  .redirect-page img {
    height: 45px;
    vertical-align: middle; }
  .redirect-page .line {
    display: block;
    margin: 30px 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    animation: line 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
@keyframes line {
  from {
    width: 0; }
  to {
    width: 100%; } }
.event-active {
  display: block !important; }

.event-banner-wrapper {
  display: none;
  width: 100%;
  background-image: linear-gradient(150deg, #182E4E 0%, #25487B 100%); }
  .event-banner-wrapper .inside, .event-banner-wrapper header {
    cursor: pointer;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 200; }
  .event-banner-wrapper .event-text-wrap {
    float: left;
    margin-right: 40px;
    word-break: keep-all; }
  .event-banner-wrapper .period-text {
    margin-top: 30px; }
  .event-banner-wrapper .event-title {
    font-size: 22px;
    font-weight: 400; }
  .event-banner-wrapper .event-text {
    display: block;
    margin-top: 10px; }
  .event-banner-wrapper .event-right {
    float: right;
    text-align: right; }
  .event-banner-wrapper .view-btn {
    margin-top: 10px;
    display: block;
    margin-bottom: 18px; }
  .event-banner-wrapper .gift {
    float: left;
    width: 100px;
    margin-right: 30px; }
  .event-banner-wrapper .today-btn {
    text-decoration: underline; }
  .event-banner-wrapper .event-close-btn {
    cursor: pointer;
    margin-left: 20px;
    font-size: 12px; }
    .event-banner-wrapper .event-close-btn img {
      width: 22px;
      vertical-align: top; }

.ccl {
  margin-top: 40px;
  font-size: 12px;
  color: #666;
  line-height: 16px; }
  .ccl img {
    margin-bottom: 5px; }
  .ccl a {
    color: #666; }

.sub-navigation {
  background-color: #243857; }
  .sub-navigation ul {
    padding-top: 15px; }
    .sub-navigation ul li {
      float: left;
      padding: 0 53px 15px; }
    .sub-navigation ul a {
      color: #fff;
      font-size: 15px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .inside, header {
    max-width: 768px;
    padding-left: 3%;
    padding-right: 3%; }

  header .logo svg {
    width: 100px; }
  header nav .navigation > li {
    margin-left: 30px; }
    header nav .navigation > li:first-of-type {
      margin-left: 0; }

  .newsletter-eBrain .inside, .newsletter-eBrain header {
    overflow: visible; }
  .newsletter-eBrain .newsletter-text {
    text-align: center;
    margin-top: 0;
    float: none;
    margin-bottom: 20px; }
  .newsletter-eBrain .text-wrap,
  .newsletter-eBrain .newsletter-form {
    float: none;
    width: 100%; }
  .newsletter-eBrain .email-wrap {
    float: none;
    margin: 0; }
    .newsletter-eBrain .email-wrap .error-label {
      bottom: -30px;
      top: initial; }
    .newsletter-eBrain .email-wrap .email-btn {
      height: 40px;
      padding: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .newsletter-eBrain .email-wrap input[name="email"] {
      height: 40px;
      line-height: 40px; }

  .video-wrapper video {
    display: none; }

  .why-eBrain .inside, .why-eBrain header {
    max-width: 100%; }

  .more-eBrain .col {
    width: 50%;
    margin-bottom: 60px; }
  .more-eBrain .more-sub-title {
    height: 80px; }
  .more-eBrain .more-sub-text {
    height: 100px; }

  .news-eBrain .news-item-img {
    width: 300px;
    height: 217px; }
  .news-eBrain .news-item-text {
    width: 390px; }
    .news-eBrain .news-item-text .view-btn {
      margin-top: 25px; }

  .news-title {
    font-size: 25px; }

  .faq-eBrain {
    text-align: center; }
    .faq-eBrain .faq-btn,
    .faq-eBrain .faq-text-en,
    .faq-eBrain .faq-text-ko {
      float: none;
      max-width: 100%;
      line-height: 1.2; }
    .faq-eBrain .faq-text-en {
      margin-bottom: 20px;
      font-size: 24px; }
    .faq-eBrain .faq-btn {
      margin-top: 20px; }

  .news-date, .news-share .share {
    margin: 13px 0 20px; }

  .contact-text {
    width: 40%; }

  .contact-map {
    width: 60%; }

  .history-wrapper .left {
    padding-right: 80px; }
  .history-wrapper .right {
    padding-left: 83px; }

  .flow-wrapper .svg-line {
    display: none; }
  .flow-wrapper .flow-item {
    padding-left: 0;
    margin-bottom: 100px; }
    .flow-wrapper .flow-item:last-of-type {
      margin-bottom: 0; }

  .keyword-item,
  .hr-keyword-item {
    padding-left: 50px;
    padding-right: 50px; }

  .keyword-title {
    font-size: 20px;
    width: 200px; }

  .keyword-content {
    font-size: 16px;
    line-height: 1.2; }

  footer .kakao {
    font-size: 12px;
    word-break: keep-all; }
    footer .kakao img {
      display: block;
      margin-bottom: 5px; }

  .resume-download .resume-download-right,
  .resume-download .resume-download-left {
    float: none; }
  .resume-download .resume-download-right {
    margin-top: 20px; }
  .resume-download .more-btn, .resume-download .faq-eBrain .faq-btn, .faq-eBrain .resume-download .faq-btn, .resume-download .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .resume-download .email-btn {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px; } }
@media screen and (max-width: 767px) {
  #to-the-top {
    display: none !important; }

  .wrapper {
    transform: translate3d(0, 0px, 0px);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }

  .glass {
    opacity: 0;
    transition: opacify 500ms cubic-bezier(0.86, 0, 0.07, 1); }

  .nav-active {
    position: relative;
    transform: translate3d(75%, 0px, 0px); }
    .nav-active .glass {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.38);
      width: 100%;
      height: 100%;
      box-shadow: inset 56px 0px 25px -50px rgba(0, 0, 0, 0.34);
      z-index: 3;
      opacity: 1; }
    .nav-active .ham-btn .ham-line:first-of-type {
      transform: rotate(40deg);
      transform-origin: top left;
      margin-left: 3px; }
    .nav-active .ham-btn .ham-line:nth-child(2) {
      display: none;
      width: 0; }
    .nav-active .ham-btn .ham-line:last-of-type {
      transform: rotate(-40deg);
      transform-origin: bottom left;
      margin-left: 3px; }

  .nav-active header {
    position: relative; }
  .nav-active .header-wrapper {
    left: 0; }

  .search-wrapper {
    padding: 5% 0; }
    .search-wrapper .inside, .search-wrapper header {
      display: flex;
      align-items: center; }
    .search-wrapper .logo {
      width: 100%;
      display: block;
      text-align: center; }
      .search-wrapper .logo svg {
        width: 26%; }
    .search-wrapper .search-btn {
      display: block; }
      .search-wrapper .search-btn svg {
        fill: none;
        stroke: #2fc4f1;
        stroke-width: 2px;
        height: 20px; }

  .ham-btn {
    width: 26px;
    float: left;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 16px;
    z-index: 9999; }

  .ham-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2dc1f0;
    transform: translate3d(0, 0px, 0px);
    transition: all 500ms ease-in-out; }

  .search {
    display: none; }

  .inside, header {
    width: 100%;
    padding: 0 5%; }

  .video-close {
    display: none; }

  .view-btn {
    max-width: 100%; }

  .video-wrapper video {
    display: none; }

  .hero-wrapper {
    height: auto; }
    .hero-wrapper .inside, .hero-wrapper header {
      padding: 0 12%; }

  .hero-caption {
    padding: 30px 0; }
    .hero-caption #partner {
      font-size: 18px;
      line-height: 1.2;
      font-weight: 200; }
    .hero-caption #eBrain {
      font-size: 40px;
      font-weight: 300; }
    .hero-caption #company {
      font-size: 20px;
      font-weight: 200; }
    .hero-caption .below-btn {
      max-width: 100%;
      font-size: 16px;
      font-weight: 300;
      margin: 30px 0 25px; }
    .hero-caption .video-btn .caption {
      font-size: 14px; }
    .hero-caption .video-btn .video-link.top {
      margin-bottom: 10px; }

  .section-title {
    font-size: 34px;
    padding: 40px 0 50px;
    line-height: 36px; }

  .header-wrapper,
  .subpage .header-wrapper {
    position: fixed;
    top: 0;
    transform: translate3d(-100%, 0px, 0px);
    width: 75%;
    height: 100%;
    background-color: #182d4e;
    z-index: 9999; }
    .header-wrapper .logo,
    .subpage .header-wrapper .logo {
      display: none; }

  header nav {
    float: none; }
    header nav .navigation li {
      float: none;
      text-align: center;
      margin: 30px 0; }
      header nav .navigation li a {
        font-weight: 300; }

  .why-eBrain {
    padding-bottom: 20px; }
    .why-eBrain .col {
      width: 100%;
      padding: 0;
      margin-bottom: 100px; }
    .why-eBrain .why-sub-text {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300; }
    .why-eBrain .why-sub-title {
      font-size: 26px;
      padding: 15px 0 20px; }

  .about-eBrain .row {
    height: auto; }
  .about-eBrain .col {
    width: 100%;
    float: none;
    text-align: center; }
  .about-eBrain .management .about-sub-img {
    min-height: 250px; }
  .about-eBrain .about-sub-img {
    min-height: 250px; }
  .about-eBrain .about-sub-text {
    padding: 50px 5%;
    font-size: 32px; }
    .about-eBrain .about-sub-text h3 {
      font-size: 26px;
      margin: 22px 0 30px 0;
      word-break: keep-all;
      line-height: 1.3; }
    .about-eBrain .about-sub-text p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300; }

  .more-eBrain {
    padding-bottom: 0; }
    .more-eBrain .col {
      width: 100%;
      padding: 0 5%;
      margin-bottom: 100px; }
    .more-eBrain .more-sub-title {
      height: auto;
      margin-top: 20px;
      font-size: 26px; }
    .more-eBrain .more-sub-text {
      height: auto;
      line-height: 1.5;
      font-weight: 300; }
    .more-eBrain .view-btn {
      margin-top: 20px; }

  .praise-eBrain {
    padding: 0 5% 53px 5%; }

  .carousel-item {
    height: auto; }
    .carousel-item .carousel-caption {
      width: 100%;
      font-size: 18px; }

  .calender-title {
    padding-bottom: 20px; }
    .calender-title h2 {
      padding-top: 30px; }

  .space-desc {
    font-size: 22px;
    line-height: 1.7; }

  .iframe-wrapper {
    overflow-x: scroll; }
    .iframe-wrapper iframe {
      height: 400px;
      margin: 0 auto; }

  .news-eBrain {
    margin-top: 0; }
    .news-eBrain .news-item:first-of-type {
      padding-top: 0; }
    .news-eBrain .news-item {
      padding: 25px 0; }
    .news-eBrain .news-item-img {
      width: 100%;
      max-height: 150px;
      margin-bottom: 15px; }
    .news-eBrain .news-item-text {
      width: 100%; }
    .news-eBrain .news-type {
      max-width: 30%;
      height: auto;
      padding: 8px;
      font-size: 14px; }
    .news-eBrain .news-preview {
      font-size: 16px;
      max-height: 63px;
      position: relative; }
      .news-eBrain .news-preview:after {
        content: "…";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35px;
        height: 20px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }
    .news-eBrain .news-title {
      font-size: 20px;
      position: relative; }
    .news-eBrain .news-date, .news-eBrain .news-share .share, .news-share .news-eBrain .share {
      margin: 5px 0;
      font-size: 16px; }
    .news-eBrain .view-btn {
      display: none; }

  .newsletter-eBrain .inside, .newsletter-eBrain header {
    overflow: visible; }
  .newsletter-eBrain .newsletter-text {
    text-align: center;
    margin-top: 0;
    float: none;
    margin-bottom: 20px; }
  .newsletter-eBrain .text-wrap,
  .newsletter-eBrain .newsletter-form {
    float: none;
    width: 100%; }
  .newsletter-eBrain .email-wrap {
    float: none;
    margin: 0; }
    .newsletter-eBrain .email-wrap .error-label {
      bottom: -30px;
      top: initial; }
    .newsletter-eBrain .email-wrap .email-btn {
      height: 40px;
      padding: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .newsletter-eBrain .email-wrap input[name="email"] {
      height: 40px;
      line-height: 40px; }

  .faq-eBrain {
    text-align: center; }
    .faq-eBrain .faq-btn {
      float: none;
      margin: 0 auto; }
    .faq-eBrain .faq-text-ko {
      margin-bottom: 20px; }

  .subpage .hero-wrapper {
    padding-top: 0;
    height: auto;
    background-attachment: scroll; }
  .subpage .hero-caption {
    padding: 40px 0; }
  .subpage #page-title {
    font-size: 26px; }
  .subpage .page-description {
    font-size: 20px; }
  .subpage .section-title {
    display: none;
    font-size: 34px; }

  .read-wrapper .section-title {
    display: block;
    padding: 0 0 50px 0; }

  .article-wrapper .news-type {
    width: 80px;
    font-size: 16px; }
  .article-wrapper .news-share {
    display: none; }
  .article-wrapper .news-title {
    font-size: 26px;
    margin-bottom: 0;
    overflow: visible;
    white-space: inherit;
    line-height: 1.2; }
  .article-wrapper .news-date, .article-wrapper .news-share .share, .news-share .article-wrapper .share {
    font-size: 16px; }

  .editor-content {
    font-size: 20px; }
    .editor-content * {
      font-size: 20px; }
    .editor-content ol, .editor-content ul, .editor-content dl {
      padding: 0 20px; }

  .news-tags .tags-title {
    float: none; }
  .news-tags .tags {
    padding-top: 10px;
    padding-bottom: 10px; }

  .contact-box {
    border-radius: 25px;
    height: auto; }

  .contact-text, .contact-map {
    width: 100%;
    border-radius: 25px;
    float: none; }
    .contact-text .map-btn, .contact-map .map-btn {
      display: block;
      border-top: 1px solid #69768C;
      padding-top: 22px;
      margin-top: 22px; }
    .contact-text .view-btn, .contact-map .view-btn {
      border: none;
      display: block;
      width: 280px;
      margin: 0 auto;
      max-width: 100%;
      border-radius: 15px;
      background-color: #2dc1f0;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      text-align: center;
      color: #ffffff;
      padding: 13px 0;
      transition: all 100ms linear; }
      .contact-text .view-btn:hover, .contact-map .view-btn:hover {
        transition: all 100ms linear;
        background-color: #10aada; }

  .contact-map {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: -100000px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    border-radius: 0; }
    .contact-map .map {
      width: 100%;
      height: 500px;
      z-index: 9999; }
    .contact-map .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 9999; }

  .map-active {
    overflow-Y: hidden; }

  .map-active.contact-map {
    left: 0; }

  .service-box {
    width: 100%; }
    .service-box .service-title {
      font-size: 20px; }
    .service-box:before {
      width: 15px;
      height: 27px;
      margin-top: 15px; }

  .resume-download .resume-download-right {
    margin-top: 20px; }
  .resume-download .more-btn, .resume-download .faq-eBrain .faq-btn, .faq-eBrain .resume-download .faq-btn, .resume-download .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .resume-download .email-btn {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px; }

  .about-wrapper {
    height: auto;
    padding: 12% 0; }
    .about-wrapper .logo {
      text-align: center; }
    .about-wrapper .about-caption-text {
      text-align: center;
      font-size: 16px;
      margin-top: 30px; }
      .about-wrapper .about-caption-text .break-point {
        display: inline; }

  .slogan-wrapper .row {
    height: auto;
    margin-top: 20px; }
  .slogan-wrapper .col {
    width: 100%;
    height: auto;
    float: none;
    text-align: center; }
  .slogan-wrapper .about-sub-img {
    min-height: 250px; }
  .slogan-wrapper .about-sub-text {
    padding: 7% 10% 10%; }
    .slogan-wrapper .about-sub-text h2 {
      font-size: 26px;
      margin: 0 0 20px 0;
      word-break: keep-all;
      line-height: 1.3; }
    .slogan-wrapper .about-sub-text p {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 300; }
  .slogan-wrapper .life .about-sub-img {
    background-position: center; }

  .history-wrapper {
    padding-top: 0;
    padding-bottom: 40px; }
    .history-wrapper .section-title {
      display: block; }
    .history-wrapper .inside, .history-wrapper header {
      padding: 0 13%; }
    .history-wrapper .row {
      margin-bottom: 50px; }
      .history-wrapper .row:before {
        display: none; }
    .history-wrapper .col {
      float: none;
      width: 100%;
      border: none;
      padding-right: 0; }
    .history-wrapper .image {
      display: none; }
    .history-wrapper .row-wrapper {
      border-left: 3px solid #2dc1f0; }
    .history-wrapper .text {
      padding-left: 18%; }
      .history-wrapper .text:before {
        width: 45px;
        right: auto;
        left: -25px;
        font-size: 18px;
        top: 45%;
        background-image: none;
        padding-left: 0; }
    .history-wrapper .right.text:before {
      left: -25px;
      background-image: none;
      padding-right: 0; }
    .history-wrapper .history-item {
      margin-bottom: 20px; }
      .history-wrapper .history-item:last-of-type {
        margin-bottom: 0; }
    .history-wrapper .history-date {
      color: #2dc0f1;
      font-size: 14px; }
    .history-wrapper .history-caption {
      font-size: 16px; }
    .history-wrapper .list-btn {
      position: static;
      margin-top: 20px; }

  .consulting-wrapper .logo svg {
    max-width: 60%; }
  .consulting-wrapper .page-description {
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.4; }
    .consulting-wrapper .page-description em {
      font-size: 23px; }
    .consulting-wrapper .page-description .color-emp {
      line-height: 1.5;
      font-size: 13px; }
  .consulting-wrapper.coach-wrapper .keyword-item {
    padding: 30px 7%; }
  .consulting-wrapper.coach-wrapper .keyword-content .price {
    text-align: right;
    position: static;
    display: block;
    font-size: 14px;
    margin-top: 15px; }
  .consulting-wrapper.coach-wrapper .more-btn, .consulting-wrapper.coach-wrapper .faq-eBrain .faq-btn, .faq-eBrain .consulting-wrapper.coach-wrapper .faq-btn, .consulting-wrapper.coach-wrapper .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .consulting-wrapper.coach-wrapper .email-btn {
    margin-top: 15px;
    margin-bottom: 30px; }
  .consulting-wrapper.hr-wrapper .hr-keyword-item h4:before {
    float: left;
    margin-bottom: 5px; }
  .consulting-wrapper.hr-wrapper .hr-image-01 {
    width: 100%; }
  .consulting-wrapper.hr-wrapper .hr-paragraph-01 {
    font-size: 22px;
    word-break: keep-all; }
  .consulting-wrapper.hr-wrapper .hr-paragraph-04 {
    font-size: 14px; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-04 em {
      font-size: 20px; }
  .consulting-wrapper.hr-wrapper .hr-paragraph-05 {
    margin-top: 30px; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-05 p {
      margin-top: 10px;
      font-size: 14px; }
      .consulting-wrapper.hr-wrapper .hr-paragraph-05 p em {
        font-size: 20px;
        text-align: center; }
    .consulting-wrapper.hr-wrapper .hr-paragraph-05 .icon-img {
      float: none;
      width: 100%; }
      .consulting-wrapper.hr-wrapper .hr-paragraph-05 .icon-img img {
        width: 30%;
        height: auto; }
  .consulting-wrapper.hr-wrapper .price-pane {
    width: 100%; }
  .consulting-wrapper.hr-wrapper .price-pane-item {
    width: 100%;
    float: none; }
    .consulting-wrapper.hr-wrapper .price-pane-item .more-btn, .consulting-wrapper.hr-wrapper .price-pane-item .faq-eBrain .faq-btn, .faq-eBrain .consulting-wrapper.hr-wrapper .price-pane-item .faq-btn, .consulting-wrapper.hr-wrapper .price-pane-item .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .consulting-wrapper.hr-wrapper .price-pane-item .email-btn {
      padding: 10px 0; }
    .consulting-wrapper.hr-wrapper .price-pane-item .price-paragraph-03 {
      margin-top: 15px; }

  .flow-wrapper .svg-line {
    display: none; }
  .flow-wrapper .flow-item {
    text-align: center;
    padding-left: 0;
    margin-bottom: 50px; }
    .flow-wrapper .flow-item:last-of-type {
      margin-bottom: 0; }
    .flow-wrapper .flow-item h2 {
      margin: 17px 0 10px 0;
      line-height: 1.3;
      word-break: keep-all; }
    .flow-wrapper .flow-item .flow-icon {
      float: none;
      min-width: 80px; }
    .flow-wrapper .flow-item .caption {
      float: none;
      width: auto;
      margin: 0; }

  .hero-wrapper .keyword {
    padding: 0; }

  .keyword-wrapper {
    padding-top: 0;
    padding-bottom: 0; }

  .keyword-item,
  .hr-keyword-item {
    border-radius: 0;
    padding: 30px 7%;
    margin: 0;
    border-top: 1px solid #838EA0; }

  .keyword-title {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    width: 100%; }
    .keyword-title .break-point {
      display: inline; }

  .keyword-content h4 {
    margin-bottom: 5px;
    font-size: 16px; }
    .keyword-content h4:before {
      width: 8px;
      height: 14px;
      vertical-align: baseline;
      margin-right: 6px; }
  .keyword-content p {
    padding: 0;
    font-size: 14px; }

  .hero-wrapper.lab-wrapper .col {
    width: 100%;
    padding: 30px 0; }

  .hero-wrapper.okky-wrapper .btn-wrap {
    padding: 0 0 50px 0; }
    .hero-wrapper.okky-wrapper .btn-wrap .more-btn, .hero-wrapper.okky-wrapper .btn-wrap .faq-eBrain .faq-btn, .faq-eBrain .hero-wrapper.okky-wrapper .btn-wrap .faq-btn, .hero-wrapper.okky-wrapper .btn-wrap .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .hero-wrapper.okky-wrapper .btn-wrap .email-btn {
      font-size: 16px; }
  .hero-wrapper.okky-wrapper .facebook {
    margin-left: 0;
    margin-top: 20px; }

  .hero-wrapper.nagaja-wrapper .hero-caption,
  .hero-wrapper.ited-wrapper .hero-caption {
    padding-bottom: 0; }
  .hero-wrapper.nagaja-wrapper .more-btn, .hero-wrapper.nagaja-wrapper .faq-eBrain .faq-btn, .faq-eBrain .hero-wrapper.nagaja-wrapper .faq-btn, .hero-wrapper.nagaja-wrapper .newsletter-eBrain .email-wrap .email-btn, .newsletter-eBrain .email-wrap .hero-wrapper.nagaja-wrapper .email-btn,
  .hero-wrapper.ited-wrapper .more-btn,
  .hero-wrapper.ited-wrapper .faq-eBrain .faq-btn,
  .faq-eBrain .hero-wrapper.ited-wrapper .faq-btn,
  .hero-wrapper.ited-wrapper .newsletter-eBrain .email-wrap .email-btn,
  .newsletter-eBrain .email-wrap .hero-wrapper.ited-wrapper .email-btn {
    font-size: 16px; }

  .hero-wrapper.sistar-wrapper {
    background: #fff; }
    .hero-wrapper.sistar-wrapper .keyword-wrapper:before {
      margin: 0 auto; }
    .hero-wrapper.sistar-wrapper .keyword-title {
      text-align: center;
      margin: 50px 0;
      font-size: 24px;
      font-weight: 500; }
    .hero-wrapper.sistar-wrapper .keyword-item,
    .hero-wrapper.sistar-wrapper .hr-keyword-item {
      padding-top: 0;
      padding-bottom: 0;
      border-top: 0; }
      .hero-wrapper.sistar-wrapper .keyword-item:last-of-type,
      .hero-wrapper.sistar-wrapper .hr-keyword-item:last-of-type {
        padding-bottom: 50px; }
    .hero-wrapper.sistar-wrapper .keyword-content {
      margin-bottom: 35px; }
      .hero-wrapper.sistar-wrapper .keyword-content h3 {
        font-size: 20px;
        font-weight: 500; }
    .hero-wrapper.sistar-wrapper .keyword-sub {
      font-weight: 400; }

  footer {
    padding: 30px 0 0; }
    footer .sitemap-wrapper {
      margin-top: 15px; }
    footer .col {
      width: 100%; }
    footer .menu-title {
      width: 50%;
      float: left;
      margin-bottom: 5px; }
    footer .block-btn {
      width: auto;
      padding-left: 10px;
      padding-right: 10px; }
    footer .menu-item {
      margin-bottom: 13px;
      line-height: 1; }
      footer .menu-item > a {
        line-height: 1; }
    footer .contact-info,
    footer .contact-title {
      width: 100%;
      float: none; }
    footer .contact-info ul li {
      margin-bottom: 10px; }
    footer .image-item {
      width: auto;
      float: left; }
    footer .copyright {
      margin: 40px 0; }

  .video-container {
    max-width: 100%;
    height: auto;
    margin-top: 40%;
    padding: 10% 0;
    background: #000; }

  .modal-video {
    height: 100%;
    -webkit-overflow-scrolling: touch; }

  .close-btn {
    right: initial;
    left: 20px; }
    .close-btn img {
      width: 20px; }

  .video-wrapper .ceo-image {
    width: 100%; }

  .event-banner-wrapper {
    font-size: 12px; }
    .event-banner-wrapper .period-text {
      display: none; }
    .event-banner-wrapper .event-title {
      font-size: 18px; }
    .event-banner-wrapper .view-btn {
      display: none; }
    .event-banner-wrapper .inside, .event-banner-wrapper header {
      padding: 30px 20px;
      color: #fff;
      font-size: 16px;
      font-weight: 200; }

  .space-photo img {
    width: 100%;
    margin: 0 0 15px 0; }

  .space-wrapper .consulting-flow {
    width: 100%; }

  .space-caption {
    word-break: keep-all; }
    .space-caption ul li {
      text-align: left; }

  .flow-icon-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  .flow-wrapper .caption .break-point {
    word-break: keep-all; }

  .calender-caption {
    width: 100%;
    padding: 0 5%; }

  .sub-navigation .inside, .sub-navigation header {
    width: 100%; }
  .sub-navigation ul {
    width: 100%;
    padding-top: 15px; }
    .sub-navigation ul li {
      width: 50%;
      line-height: 1.3; } }
@media (min-width: 500px) and (max-width: 767px) {
  .search-wrapper {
    padding: 2% 0; }
    .search-wrapper .logo svg {
      width: 15%; }
    .search-wrapper .search-btn svg {
      height: 24px; }

  .ham-btn {
    width: 30px;
    height: 22px; }

  .subpage.nav-active .ham-line:first-of-type {
    transform: rotate(45deg); }
  .subpage.nav-active .ham-line:last-of-type {
    transform: rotate(-45deg); }

  .about-eBrain .about-sub-img, .about-eBrain .management .about-sub-img {
    min-height: 350px; }

  .news-eBrain .news-item-img {
    max-height: 350px; } }
@media screen and (max-width: 415px) {
  .why-eBrain .why-sub-text {
    font-size: 16px; }

  .about-eBrain .about-sub-text {
    font-size: 26px; }
    .about-eBrain .about-sub-text h3 {
      font-size: 20px;
      margin: 15px 0 20px; }
    .about-eBrain .about-sub-text p {
      font-size: 16px; }
    .about-eBrain .about-sub-text .view-btn {
      margin-top: 20px; }

  .more-eBrain .more-sub-title {
    font-size: 20px; }
  .more-eBrain .more-sub-text {
    font-size: 16px; }

  .carousel-item .carousel-caption {
    font-size: 10px; }
  .carousel-item .carousel-name {
    font-size: 20px; }
  .carousel-item .carousel-job {
    font-size: 16px; }

  .faq-eBrain .faq-text-en {
    font-size: 30px;
    padding: 0 10%; }
  .faq-eBrain .faq-text-ko {
    font-size: 18px; }

  .editor-content {
    font-size: 16px; }
    .editor-content * {
      font-size: 16px; }

  .tags a {
    font-size: 14px; }

  .contact-box {
    margin-bottom: 40px; }

  .service-box {
    padding: 20px;
    margin-bottom: 25px; }

  .service-box.management,
  .service-box.consulting,
  .service-box.enquiry {
    background-image: none; }

  .service-title {
    font-size: 18px; }

  .service-desc {
    font-size: 14px; }

  .service-btn-title {
    line-height: 1.3; } }

/*# sourceMappingURL=style.css.map */
