* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Noto Sans KR', sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
  opacity: 1;
  letter-spacing: -1px;
}
a {
  text-decoration: none;
}
.message {
  background-image: linear-gradient(96deg, #4d64ff, #4045ff 50%, #a333ff);
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
}
.message a {
  color: #fff;
  font-size: 13px;
}
.mainHeader {
  height: 56px;
  display: flex;
  align-items: center;
  background: #fff;
}
.mainHeader-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.mainHeader img[data-rwd='web'] {
  height: 20px;
}
.mainHeader a {
  font-size: 13px;
  color: #495057;
}
.hero {
  text-align: center;
  padding: 40px 0 120px;
  background: url(hero.b1868692.jpg) no-repeat;
  background-size: 320px;
  background-position: center bottom 230px;
}
.hero h2 {
  color: #212529;
  font-size: 31px;
  line-height: 1.55;
  font-weight: 400;
  margin: 8px 0 16px;
}
.hero h3 {
  color: #495057;
  font-size: 15px;
  font-weight: 400;
}
.hero p {
  color: #868e96;
  font-size: 15px;
  line-height: 1.87;
}
.hero a {
  display: inline-block;
  margin-top: 276px;
  color: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
  background-color: #3157ff;
  height: 56px;
  line-height: 56px;
  padding: 0 39px;
  border-radius: 4px;
  font-size: 15px;
}
.hero a:hover {
  box-shadow: none;
  background: #2b4fec;
}
.content {
  max-width: 460px;
  margin: 0 auto;
}
.content .article-content-3 {
  padding-top: 104px;
  position: relative;
}
.content .article-content-3.case-0 {
  padding-bottom: 64px;
}
.content .article-content-3.case-1:before {
  background-image: url(article-img-6.48e9f8ab.svg);
}
.content .article-content-3.case-2:before {
  background-image: url(article-img-7.bdf4e8df.svg);
}
.content .article-content-3:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #90ee90;
  width: 80px;
  height: 80px;
  background: url(article-img-5.194ca335.svg) no-repeat 50%;
}
.content .article-content-3 h5 {
  color: #212529;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.33;
}
.content .article-content-3 p {
  font-size: 15px;
  line-height: 1.87;
  color: #495057;
  margin-top: 24px;
}
.content article {
  padding: 0 24px;
  margin-top: 160px;
}
.content article:first-child {
  margin-top: 0;
}
.content article > div {
  text-align: center;
}
.content article > div.case-1 h5 {
  font-size: 27px;
  font-weight: 400;
  color: #333;
}
.content article > div.case-1 p {
  margin: 23px 0 40px;
  font-size: 15px;
  color: #495057;
}
.content article > div.case-1 .percentage {
  margin: 70px 0 40px;
  list-style: none;
}
.content article > div.case-1 .percentage + p {
  font-size: 13px;
  color: #868e96;
}
.content article > div.case-1 .percentage li {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.content article > div.case-1 .percentage li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  background: url(arrow-right.a9cd907a.svg) no-repeat 100%;
  width: 16px;
  height: 11px;
}
.content article > div.case-1 .percentage div {
  flex: 0 1 50%;
}
.content article > div.case-1 .percentage div:last-child p {
  color: #ff1b1b;
}
.content article > div.case-1 .percentage p {
  font-size: 27px;
  color: #495057;
  margin: 0;
}
.content article > div.case-1 .percentage span {
  font-size: 13px;
  color: #212529;
}
.content h4 {
  font-size: 23px;
  color: #212529;
  font-weight: 400;
  margin: 8px 0 32px;
}
.content span {
  display: inline-block;
}
.content p,
.content span {
  color: #495057;
  font-size: 15px;
}
.content p {
  line-height: 1.87;
  margin-bottom: 16px;
}
.content img {
  max-width: 460px;
  width: 100%;
}
.content figure {
  margin: 0 -24px 55px;
  text-align: center;
}
.faq {
  padding: 0 24px;
  counter-reset: i;
  list-style: none;
  margin-left: 50%;
  transform: translateX(-180px);
  width: calc(50vw + 180px);
}
.faq li:last-child label {
  border-bottom: none;
}
.faq label {
  display: block;
  font-size: 17px;
  line-height: 1.6;
  color: #212529;
  padding: 25px 70px 25px 0;
  margin-left: 46px;
  margin-right: -25px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
  cursor: pointer;
}
.faq label:after {
  right: 30px;
  content: '';
  width: 18px;
  height: 10px;
  background: url(arrow-down.6291fdb3.svg);
}
.faq label:after,
.faq label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq label:before {
  color: #212529;
  font-size: 21px;
  counter-increment: i;
  content: 'Q' counter(i) '.';
  left: -45px;
}
.faq .open label:after {
  transform: rotate(180deg);
}
.faq .open p {
  background: #fafafa;
  color: #212529;
  line-height: 1.87;
  padding: 28px 40px 48px;
  margin-left: 46px;
  margin-right: -25px;
}
.faq .open p,
.faq .open p a {
  display: block;
  font-size: 15px;
}
.faq .open p a {
  color: #3552ff;
  margin-top: 20px;
}
.faq p {
  display: none;
}
.faq-title {
  font-size: 27px;
  line-height: 1.59;
  color: #212529;
  max-width: 460px;
  margin: 0 auto 49px;
  font-weight: 400;
  padding: 0 24px;
}
.cta {
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #3552ff;
  margin: 80px auto 70px;
  padding: 40px 56px 50px;
  max-width: 312px;
}
.cta h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
.cta a {
  background: #fff;
  border-radius: 4px;
  color: #3157ff;
  font-size: 13px;
  /*padding: 15px 40px;*/
  font-weight: 700;

  /* [MA-180] 200702 - dajyu */
  padding: 15px 0;
  max-width: 194px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.mainFooter {
  padding: 0 24px;
  color: #495057;
  font-size: 13px;
  line-height: 2;
  max-width: 460px;
  margin: 0 auto;
}
.mainFooter .links a {
  display: block;
  margin: 8px 0;
  color: #212529;
}
.mainFooter .snsLinks {
  margin: 25px 0;
}
.mainFooter .snsLinks a {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 32px;
}
.mainFooter .snsLinks a:first-child {
  background: url(email-fb.c1851e70.svg);
}
.mainFooter .snsLinks a:nth-child(2) {
  background: url(email-insta.8fd3fe36.svg);
}
.mainFooter .snsLinks a:nth-child(3) {
  background: url(email-naver.3673c026.svg);
}
.mission {
  padding: 106px 0 202px;
  background: #fafafa;
  text-align: center;
  margin: 160px 0 80px;
  position: relative;
}
.mission:before {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
}
.mission:after,
.mission:before {
  content: '';
  position: absolute;
  bottom: 106px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
}
.mission:after {
  background: url(logo.2572797e.svg) no-repeat 50%;
}
.mission h3 {
  margin: 41px 0 16px;
  color: #212529;
  font-size: 27px;
  line-height: 1.63;
  font-weight: 400;
}
.mission h4 {
  font-size: 13px;
  color: #212529;
  letter-spacing: 7.5px;
}
.mission p {
  font-size: 15px;
  line-height: 1.6;
  color: #868e96;
}
.snsInfo {
  text-align: center;
  list-style: none;
}
.snsInfo li + li {
  margin-top: 64px;
}
.snsInfo img {
  width: auto;
}
.snsInfo p {
  color: #495057;
  font-size: 15px;
  line-height: 1.87;
  margin-top: 24px;
}
.article-company {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.article-company li {
  flex: 0 1 33.33%;
  margin: 15px 0;
}
.article-company li:nth-child(6) img {
  width: 76px;
}
.article-company img {
  width: auto;
}
.content-list {
  display: flex;
  padding: 60px 0 160px;
  text-align: center;
  width: 1170px;
  margin: 0 auto;
}
.content-list span {
  color: #868e96;
  font-size: 13px;
}
.content-list h4 {
  font-size: 15px;
  color: #212529;
  margin-top: 8px;
  font-weight: 400;
}
.content-list div {
  flex: 0 1 25%;
  padding-top: 87px;
  position: relative;
}
.content-list div:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url(article-img-1.86e52884.svg) no-repeat;
  width: 64px;
  height: 64px;
}
.content-list div:nth-child(2):before {
  background-image: url(article-img-2.91d557ce.svg);
}
.content-list div:nth-child(3):before {
  background-image: url(article-img-3.f6d515db.svg);
}
.content-list div:nth-child(4):before {
  background-image: url(article-img-4.d6fc3855.svg);
}
.notTop {
  padding-top: 56px;
}
.notTop .mainHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 80;
}
/*.notTop .mainHeader a {*/
/*  padding: 0 20px;*/
/*  height: 38px;*/
/*  line-height: 38px;*/
/*  background: #3157ff;*/
/*  color: #fff;*/
/*  border-radius: 4px;*/
/*}*/
[data-rwd='flex-web'],
[data-rwd='inline-web'],
[data-rwd='web'] {
  display: none !important;
}

/* 0618 */
.case-0618.case-0618.case-0618 {
  color: #868e96;
  font-size: 13px;
  line-height: 2.15;
  display: block;
  position: relative;
  left: 0;
  top: -10px;
}

@media (min-width: 1170px) {
  /* 0618 */
  .case-0618.case-0618.case-0618 {
    top: -40px;
  }

  [data-rwd='mobile'] {
    display: none !important;
  }
  [data-rwd='web'] {
    display: block !important;
  }
  [data-rwd='inline-web'] {
    display: inline-block !important;
  }
  [data-rwd='flex-web'] {
    display: flex !important;
  }
  .mainHeader {
    height: 90px;
  }
  .mainHeader-container {
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
  }
  .hero {
    padding: 120px 0 125px;
    width: 1170px;
    margin: 0 auto;
    text-align: left;
    background-size: 640px;
    background-position: 100%;
  }
  .hero a {
    margin-top: 56px;
  }
  .hero h3 {
    font-size: 17px;
  }
  .hero h2 {
    font-size: 48px;
    margin: 16px 0 35px;
  }
  .hero .link-download {
    background: #fff;
    color: #212529;
    margin-left: 16px;
    padding: 0 18px 0 42px;
    position: relative;
  }
  .hero .link-download:hover {
    color: #212529;
    background: #f5f5f5;
  }
  .hero .link-download:before {
    position: absolute;
    content: '';
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 14px;
    background: url(download.8e9a5be3.svg);
  }
  .content {
    max-width: 1170px;
  }
  .content .case > div {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .content .case > div .article-content-3 {
    flex: 0 1 350px;
  }
  .content .case > div h5 {
    font-size: 21px;
  }
  .content .article-content-3 h5 {
    font-size: 27px;
  }
  .content article {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    justify-content: center;
    position: relative;
  }
  .content figure {
    flex: 0 1 100%;
    margin: 0 0 80px;
  }
  .content img {
    max-width: 1170px;
  }
  .content h4 {
    flex: 0 1 330px;
    margin-top: 50px;
  }
  .content p {
    flex: 0 1 570px;
    margin-bottom: 40px;
  }
  .content span {
    position: absolute;
    left: 136px;
    top: 20px;
  }
  .mission {
    padding: 157px 0 269px;
    margin: 240px 0 140px;
  }
  .mission h4 {
    font-size: 15px;
  }
  .mission h3 {
    font-size: 32px;
  }
  .mission p {
    font-size: 17px;
  }
  .mission:after,
  .mission:before {
    bottom: 157px;
  }
  .faqWrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
  }
  .faq {
    width: calc(50vw + 305px);
    padding: 0;
    transform: translateX(-330px);
  }
  .faq-title {
    margin: 0;
    padding: 15px 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .faq label {
    margin-left: 120px;
    padding: 38px 0;
    position: relative;
  }
  .faq label:after {
    right: 80px;
  }
  .faq label:before {
    font-size: 32px;
    left: -80px;
  }
  .faq .open p {
    margin-left: 120px;
  }
  .cta {
    max-width: 1170px;
    height: 320px;
    margin: 160px auto 64px;
    background: url(cta.a5973261.jpg);
    text-align: left;
    padding: 63px 100px;
  }
  .cta h4 {
    font-size: 35px;
  }
  .cta p {
    margin: -12px 0 35px;
    line-height: 1.73;
    font-size: 15px;
  }
  .cta a {
    display: inline-block;
  }
  .mainFooter {
    max-width: 100%;
    text-align: center;
    padding-bottom: 32px;
    position: relative;
  }
  .mainFooter .snsLinks {
    margin: 48px 0 0;
  }
  .mainFooter .links {
    position: absolute;
    right: 40px;
    bottom: 32px;
  }
  .mainFooter .links a {
    margin-left: 40px;
    display: inline;
  }
  .mainFooter .links a:hover {
    font-weight: 700;
  }
  .mainFooter .links + p {
    color: #868e96;
  }
  .mainFooter p:nth-child(3) {
    position: absolute;
    left: 40px;
    bottom: 32px;
  }
  .article-company {
    width: 1170px;
    flex-flow: unwrap;
    justify-content: space-between;
  }
  .article-company li {
    flex: 0 1 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    line-height: 120px;
  }
  .percentage {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    margin-top: 100px !important;
  }
  .percentage li {
    flex: 0 1 40%;
  }
  .percentage li span {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }
  .snsInfo {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 1170px;
  }
  .snsInfo li {
    flex: 0 1 34%;
  }
  .snsInfo li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .snsInfo li + li {
    margin-top: 0;
  }
  .notTop {
    padding-top: 90px;
  }
  /*.notTop .mainHeader a {*/
  /*  padding: 0 29px;*/
  /*  height: 48px;*/
  /*  line-height: 48px;*/
  /*}*/
  .message {
    position: relative;
  }
  .message a {
    font-weight: 400;
  }
  .message span:last-child {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(200px);
  }
  .message span:last-child:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(ico-link.5b244bca.svg);
    position: absolute;
    right: -20px;
    top: 13px;
  }
}
/*# sourceMappingURL=style.357effd1.css.map */

.wayBackHome {
  margin: 30px 24px;
  margin-bottom: -50px;
}
.wayBackHome img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.wayBackHome a {
  display: block;
  margin: 15px 0 30px;
  color: #000;
}
.wayBackHome p {
  background: #f8f8f8;
  border-radius: 8px;
  line-height: 1.5;
  padding: 11px 15px;
}

.contact {
  padding: 4.5rem 24px 0;
}

/* interview banner (dajyu) */
.interview-popup {
  display: none;
  position: fixed;
  border-radius: 10px;
  box-shadow: 4px 16px 32px 0 rgba(0, 0, 0, 0.12),
    8px 32px 64px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.interview-banner {
  width: 91.1vw;
  height: 106vw;
  max-width: 328px;
  max-height: 380px;
  background: url('banner-mobile.png') no-repeat center transparent;
  background-size: cover;
}
.interview-buttons {
  display: flex;
  width: 100%;
  position: relative;
}
.interview-buttons > * {
  background-color: transparent;
  border: none;
  flex: 1;
  padding: 18px 0;
  font-size: 14px;
  cursor: pointer;
}
.interview-buttons:after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.interview-dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

@media (min-width: 1170px) {
  .interview-popup {
    top: 114px;
    right: 236px;
    transform: none;
    width: 384px;
    left: auto;
  }
  .interview-banner {
    max-width: none;
    max-height: none;
    width: 384px;
    height: 432px;
    background-image: url('banner.png');
  }
  .interview-dim {
    display: none !important;
  }
}

/* 헤더 영역 로그인 회원가입 버튼 */
.login-buttons a span:nth-child(2) {
  padding-left: 20px;
  position: relative;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #343a40;
}
.login-buttons a span:nth-child(2):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('/static/img/ic-person.svg') no-repeat center;
  background-size: cover;
}

.login-buttons > * {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
}
.login-buttons > *:first-child:hover {
  font-weight: bold;
}
.login-buttons > *:last-child {
  padding: 10px 21px;
  border-radius: 20px;
  background-color: #3156ff;

  color: #ffffff;
  margin-left: 20px;
}
.login-buttons > *:last-child:hover {
  background-color: #2c4fec;
}

@media (min-width: 1170px) {
  .login-buttons > *:last-child {
    margin-left: 40px;
  }
}
