@charset "UTF-8";
/* 영상 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700;900&display=swap");
.movieBig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBig .btnPlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media (max-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 830px) {
  html {
    font-size: 14.5px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 13px;
  }
}

html, body {
  color: #fff;
  word-break: keep-all;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", "Noto Sans KR", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
.btn {
  border: 1px solid #ddd;
}
.btn.small {
  padding: 3px 10px;
  font-size: 13px;
}
.btn.medium {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.normal {
  background-color: transparent;
}
.btn.light {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
}
.btn.primary {
  background-color: #02769D;
  border-color: #02769D;
  color: #fff;
}
.btn.dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn.warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 35rem;
  height: auto;
  display: none;
  padding: 2rem;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  background-color: transparent;
}
.popupWrap .btn_popClose:before, .popupWrap .btn_popClose:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 1px;
  background-color: #000;
}
.popupWrap .btn_popClose:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupWrap .btn_popClose:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupWrap .btn_popClose.light:before, .popupWrap .btn_popClose.light:after {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .popupWrap {
    width: calc(100% - 30px);
  }
}
@media (max-width: 600px) {
  .popupWrap {
    padding: 50px 30px;
  }
}
.popupWrap .popHeader {
  min-height: 12.5rem;
  padding-bottom: 2rem;
  background-position: right 30px top 0;
  background-repeat: no-repeat;
  background-size: auto 10rem;
  color: #000;
}
.popupWrap .popHeader h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
}
.popupWrap .popHeader p {
  margin-top: 1.5rem;
  color: #001EFF !important;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 800px) {
  .popupWrap .popHeader {
    background-size: auto 12.5rem;
  }
}
@media (max-width: 600px) {
  .popupWrap .popHeader {
    min-height: auto;
    background-size: auto 8rem;
    background-position: right 0;
  }
  .popupWrap .popHeader h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
.popupWrap .popContent {
  padding-top: 1.5rem;
  border-top: 1px solid #cfcfcf;
}
.popupWrap .popContent dl dt {
  height: 2.5rem;
  font-size: 1.25rem;
  color: #000;
}
.popupWrap .popContent dl dd {
  padding-bottom: 1.5rem;
}
.popupWrap .popContent dl dd p {
  font-size: 0.8rem;
  color: #707070;
}
.popupWrap .popContent dl dd p + .bul__list {
  margin-top: 0.5rem;
}
.popupWrap .popContent dl dd .bul__list li {
  font-size: 0.8rem;
  color: #707070;
}
.popupWrap .popContent dl.info {
  border-bottom: 1px solid #cfcfcf;
}
.popupWrap .popContent dl:not(.info) {
  padding-top: 1.5rem;
}

/* 공통 */
img {
  max-width: 100%;
}

body {
  background-color: #151515;
}
@media (max-width: 600px) {
  body {
    background-image: none;
  }
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
}

section {
  position: relative;
  margin: 0 auto;
}
section h2 {
  position: absolute;
  top: 20rem;
  left: 2rem;
  color: #001EFF !important;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 130%;
}
@media (max-width: 1280px) {
  section h2 {
    position: relative;
    top: auto !important;
    left: auto;
    width: 980px;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 980px) {
  section h2 {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 600px) {
  section h2 {
    font-size: 16px;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.section-inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .section-inner {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 600px) {
  .section-inner {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .pcVer {
    display: none;
  }
}

.mVer {
  display: none;
}
@media (max-width: 600px) {
  .mVer {
    display: block;
  }
}

figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ani, .pt {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.75rem;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
}
header .logo {
  display: block;
  margin: 0 0 0 2rem;
  width: 88px;
  height: 4.75rem;
  background: url("../images/kakaobrain_logo.svg") no-repeat 0 center/88px auto;
  z-index: 998;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav {
  position: absolute;
  top: 0;
  right: 2rem;
}
header nav .box {
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  height: 4.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: inherit;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header nav ul li a.apply {
  color: #FFC600;
}
header nav ul li + li {
  margin-left: 2.5rem;
}
@media (max-width: 870px) {
  header nav ul li + li {
    margin-left: 1.5rem;
  }
}
header nav ul li:hover, header nav ul li.active {
  transition: 0.5s ease-in-out;
}
header nav ul li:hover:before, header nav ul li.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001EFF;
}
header nav .link.apply {
  margin-left: 2.5rem;
  height: 4.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: inherit;
  color: #FFC600;
}
@media (max-width: 870px) {
  header nav .link.apply {
    margin-left: 1.5rem;
  }
}
@media (max-width: 600px) {
  header nav .link.apply {
    margin-right: 2rem;
  }
}
header nav .copyright {
  display: none;
}
header.fixed {
  top: 0;
  transition: 0.5s ease-in-out;
}
@media (max-width: 600px) {
  header .section-inner {
    padding: 0;
  }
  header .logo {
    position: relative;
    margin-left: 30px;
    width: 88px;
    background-size: 88px auto;
    z-index: 2000;
  }
  header .m_btn_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 4.75rem;
    background: url("../images/m_btn_menu.svg") no-repeat center center/auto 32px;
  }
  header .gnbWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 4rem 0 0 0;
    background-color: #151515;
    box-sizing: border-box;
    z-index: 1000;
  }
  header .gnbWrap ul {
    display: block;
    width: 100%;
  }
  header .gnbWrap ul li {
    margin-left: 0 !important;
    width: 100%;
    padding-left: 30px;
    height: 80px;
    font-size: 24px;
    color: #fff;
  }
  header .gnbWrap ul li:before {
    display: none;
  }
  header .gnbWrap ul li a {
    display: block;
    text-align: left;
    font-weight: 700;
    color: #fff;
  }
  header .gnbWrap ul li.active a span {
    border-bottom: 3px solid #001EFF !important;
  }
  header .gnbWrap .box {
    display: block;
    padding-bottom: 80px;
    background-color: #151515;
  }
  header .gnbWrap .m_btn_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 4.75rem;
    z-index: 10;
  }
  header .gnbWrap .m_btn_close:before, header .gnbWrap .m_btn_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
  }
  header .gnbWrap .m_btn_close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .gnbWrap .m_btn_close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .gnbWrap .copyright {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 30px;
    font-size: 12px;
  }
}

.videoBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoBg .video-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .videoBg .video-item {
    width: 100vw;
  }
}

.scrollIcon {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 100;
  background: url("../images/btn_arrow_to_bottom.svg") no-repeat 0 0/auto 2.5rem;
  cursor: pointer;
}
.scrollIcon:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 0.5rem;
  animation: scrollAni 1s infinite alternate;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .scrollIcon {
    bottom: 100px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .scrollIcon {
    bottom: 100px;
  }
}

.head-title {
  font-style: normal;
  font-weight: 900;
  font-size: 4rem;
  line-height: 120%;
  font-family: "Noto Sans KR !important";
}
.head-title span {
  color: #00FFD2 !important;
}
@media (max-width: 600px) {
  .head-title {
    font-size: 40px;
  }
}

.headingWrap {
  padding: 0 !important;
  width: 100%;
  height: 100vh;
}
.headingWrap .centerText {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 100%;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 8.5rem 1fr 8.5rem;
  align-items: center;
}
.headingWrap .centerText span {
  font-size: 0.8rem;
  font-weight: 900;
}
.headingWrap .centerText span.r_text {
  text-align: right;
}
.headingWrap .centerText .line {
  position: relative;
  width: calc(100% - 12px);
  height: 1px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
}
.headingWrap .centerText .line:before, .headingWrap .centerText .line:after {
  content: "";
  position: absolute;
  top: -3px;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.headingWrap .centerText .line:before {
  left: -6px;
}
.headingWrap .centerText .line:after {
  right: -6px;
}
@media (max-width: 600px) {
  .headingWrap .centerText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    grid-template-columns: none;
    text-align: center;
  }
  .headingWrap .centerText span {
    margin: 0 0 30px 0;
    font-size: 16px;
  }
  .headingWrap .centerText span.r_text {
    margin: 30px 0 0;
    text-align: center;
  }
  .headingWrap .centerText .line {
    height: 260px;
    width: 1px;
  }
  .headingWrap .centerText .line:before {
    left: -2px;
    top: -2px;
  }
  .headingWrap .centerText .line:after {
    right: auto;
    left: -2px;
    bottom: -4px;
    top: auto;
  }
}

.countBox {
  width: 980px;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.countBox .countingBox {
  display: flex;
  width: 100%;
}
.countBox .countingBox .count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FF5000;
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2.4rem;
}
.countBox .countingBox .count label {
  position: relative;
  margin-right: 0.7rem;
  color: #00FFD2;
}
.countBox .countingBox .count label:after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-family: "Noto Sans KR";
  color: #4D4C4D;
  text-align: center;
}
.countBox .countingBox .count span {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 2.4rem;
  text-align: center;
}
.countBox .countingBox .count span + span {
  margin-left: 1.6rem;
}
.countBox .countingBox .count span + span:before {
  content: ":";
  position: absolute;
  top: 0;
  left: -1.6rem;
  width: 1.6rem;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
}
.countBox .countingBox .count span:after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #4D4C4D;
  text-align: center;
}
@media (max-width: 1280px) {
  .countBox .countingBox {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .countBox {
    bottom: -110px;
  }
  .countBox .countingBox .count {
    margin-top: 60px;
  }
  .countBox .countingBox .count label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .countBox {
    bottom: 100px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .countBox {
    bottom: 100px;
  }
}

.projectInfoWrap {
  padding: 18.5rem 0 15rem;
}
.projectInfoWrap h2 {
  top: 18.5rem;
}
.projectInfoWrap .date-part {
  margin-top: 6.4rem;
}
.projectInfoWrap .date-part .project-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectInfoWrap .date-part .project-info dt {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
}
.projectInfoWrap .date-part .project-info dd {
  width: 18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 120%;
}
.projectInfoWrap .date-part .project-info dd span:last-child {
  text-align: right;
}
@media (max-width: 600px) {
  .projectInfoWrap .date-part .project-info dt,
  .projectInfoWrap .date-part .project-info dd {
    font-size: 18px;
  }
  .projectInfoWrap .date-part .project-info dd {
    width: 180px;
  }
}
.projectInfoWrap .date-part .project-date {
  margin-top: 2rem;
  color: #00FFD2 !important;
}
.projectInfoWrap .date-part .project-date dt,
.projectInfoWrap .date-part .project-date dd {
  font-style: normal;
  font-weight: 900;
  font-size: 6.5rem;
  line-height: 90%;
}
.projectInfoWrap .date-part .project-date dt span {
  position: relative;
  display: inline-block;
  font-family: "Inter";
  font-feature-settings: "ss01" on;
}
.projectInfoWrap .date-part .project-date dt span:after {
  content: "";
  position: absolute;
  top: 0.55rem;
  right: -2.6rem;
  width: 1.6rem;
  height: 2.7rem;
  background: url("../images/icon_mark.svg") no-repeat 0 0;
  background-size: auto 2.7rem;
}
.projectInfoWrap .date-part .project-date dd {
  margin-top: 0.9rem;
}
.projectInfoWrap .movie-part,
.projectInfoWrap .slide-part {
  margin-top: 20rem;
}
@media (max-width: 600px) {
  .projectInfoWrap .movie-part,
  .projectInfoWrap .slide-part {
    margin-top: 200px;
  }
}
.projectInfoWrap .slide-part {
  padding-top: 5rem;
  background: url("../images/icon_talk.svg") no-repeat 0 0;
  background-size: auto 3.5rem;
}
.projectInfoWrap .slide-part .swiper-slide > div {
  font-style: normal;
  font-weight: 900;
  font-size: 4rem;
  line-height: 120%;
}
@media (max-width: 600px) {
  .projectInfoWrap .slide-part .swiper-slide > div {
    font-size: 40px;
  }
}
.projectInfoWrap .story-part {
  margin-top: 10rem;
}
.projectInfoWrap .story-part h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
}
.projectInfoWrap .story-part .story-list {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.25rem;
}
.projectInfoWrap .story-part .story-list li figcaption {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}
.projectInfoWrap .story-part .story-list li:nth-of-type(2) {
  margin-top: 5rem;
}
.projectInfoWrap .story-part .story-list li:nth-of-type(3) {
  margin-top: 2.5rem;
}
@media (max-width: 600px) {
  .projectInfoWrap .story-part {
    margin-top: 100px;
  }
  .projectInfoWrap .story-part h4 {
    font-size: 30px;
  }
  .projectInfoWrap .story-part .story-list {
    grid-template-columns: auto;
  }
  .projectInfoWrap .story-part .story-list li figcaption {
    font-size: 20px;
  }
  .projectInfoWrap .story-part .story-list li + li {
    margin-top: 40px !important;
  }
}
@media (max-width: 600px) {
  .projectInfoWrap {
    padding: 215px 0 200px;
  }
}

.swiper-pagination {
  position: relative;
  bottom: auto;
  height: 3px;
  margin-top: 3rem;
  text-align: left;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  margin: 0 2px !important;
  background-color: #333333;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 100vw;
  background-color: #001EFF;
  transition: 0.3s;
}

.splitting .char {
  animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(3ms * var(--char-index) + 1000ms);
}

@keyframes slide-in {
  from {
    transform: translateY(1.5em);
    opacity: 0;
  }
}
.bul__list li {
  position: relative;
  padding-left: 0.75rem;
  line-height: 180%;
}
.bul__list li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.jobDescWrap {
  padding: 20rem 0;
  background-color: #001EFF !important;
}
.jobDescWrap h2 {
  color: #fff !important;
}
.jobDescWrap .head-title {
  margin-bottom: 4rem;
  color: #00FFD2 !important;
}
.jobDescWrap p.text {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
}
.jobDescWrap p.text span {
  color: #00FFD2 !important;
}
.jobDescWrap .object {
  top: -2.3rem;
  left: 5rem;
  width: 4.6rem;
  height: 4.6rem;
  background-image: url("../images/jd_object_01.svg");
  background-size: auto 4.6rem;
}
.jobDescWrap .object01 {
  top: -7.5rem;
  left: 50%;
  width: 23.7rem;
  height: 15rem;
  background-image: url("../images/jd_object_02.svg");
  background-size: auto 15rem;
}
.jobDescWrap .sec-part h4 {
  margin-bottom: 1.5rem;
  font-style: normal;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 120%;
}
.jobDescWrap .sec-part .bul__list li {
  font-size: 0.8rem;
  color: #00FFD2 !important;
  font-weight: 700;
}
.jobDescWrap .sec-part dl dt {
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 180%;
  color: #FFC600 !important;
}
.jobDescWrap .sec-part dl dd {
  position: relative;
}
.jobDescWrap .sec-part dl dd .link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.5rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
}
.jobDescWrap .sec-part dl + dl {
  margin-top: 1.5rem;
}
.jobDescWrap .sec-part + .sec-part {
  margin-top: 5rem;
}
@media (max-width: 600px) {
  .jobDescWrap {
    padding: 200px 0;
  }
  .jobDescWrap p.text {
    font-size: 16px;
  }
  .jobDescWrap p.text span {
    display: inline-block;
  }
  .jobDescWrap .object {
    left: 20px;
    top: -16px;
    width: 32px;
    height: 32px;
    background-size: auto 32px;
  }
  .jobDescWrap .object01 {
    right: 20px;
    left: auto;
    top: -39px;
    width: 122px;
    height: 78px;
    background-size: auto 78px;
  }
  .jobDescWrap .sec-part h4 {
    font-size: 24px;
  }
  .jobDescWrap .sec-part .bul__list li {
    font-size: 16px;
  }
  .jobDescWrap .sec-part .bul__list li + li {
    margin-top: 16px;
  }
  .jobDescWrap .sec-part dl dt {
    font-size: 18px;
  }
  .jobDescWrap .sec-part dl dd .link {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 40px;
    width: 230px;
    height: 56px;
    font-size: 18px;
  }
  .jobDescWrap .sec-part dl + dl {
    margin-top: 70px;
  }
  .jobDescWrap .sec-part + .sec-part {
    margin-top: 100px;
  }
}

.slick-slider .slick-arrow {
  display: none !important;
}

.pathFinder-wrap {
  margin: 10rem 0 5rem;
  padding-left: calc((100% - 980px) / 2);
  overflow: hidden;
}
.pathFinder-wrap strong {
  display: block;
  margin: 0 auto 1.5rem;
  font-style: normal;
  font-weight: 900;
  font-size: 2rem;
  line-height: 120%;
  font-family: "Noto Sana KR";
}
@media (max-width: 980px) {
  .pathFinder-wrap {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 600px) {
  .pathFinder-wrap {
    margin: 140px 0 100px;
  }
}

.pathFinder-slide .cont.slide01,
.pathFinder-list .cont.slide01 {
  background-image: url("../images/pathFinder_slide_icon_01.svg");
}
.pathFinder-slide .cont.slide02,
.pathFinder-list .cont.slide02 {
  background-image: url("../images/pathFinder_slide_icon_02.svg");
}
.pathFinder-slide .cont.slide03,
.pathFinder-list .cont.slide03 {
  background-image: url("../images/pathFinder_slide_icon_03.svg");
}
.pathFinder-slide .cont.slide04,
.pathFinder-list .cont.slide04 {
  background-image: url("../images/pathFinder_slide_icon_04.svg");
}

.slick-list {
  height: 22.1rem;
  overflow: visible;
}

.cont {
  width: 24rem;
  height: 22.1rem;
  padding: 1.75rem 2rem;
  background-color: #0016BB;
  border-radius: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  color: #00FFD2 !important;
  background-position: right 2rem bottom 2rem;
  background-repeat: no-repeat;
  background-size: auto 2.5rem;
}
.cont + .cont {
  margin-left: 1rem;
}

.slick-dots {
  display: flex;
  margin: 0 auto;
}
.slick-dots li button {
  width: 3px;
  height: 3px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100vw;
}
.slick-dots li.slick-active button {
  width: 30px;
  background-color: #fff;
  transition: 0.3s;
}
.slick-dots li + li {
  margin-left: 2px;
}

.pathFinder-list .cont {
  width: 100%;
  margin: 0;
}
.pathFinder-list .cont + .cont {
  margin-top: 20px;
}

.scheduleWrap {
  padding: 20rem 0 0;
}
.scheduleWrap .object {
  top: -7.5rem;
  left: calc(50% - 24.5rem);
  width: 15rem;
  height: 15rem;
  background-image: url("../images/schedule_object_01.svg");
  background-size: auto 15rem;
}
.scheduleWrap .object01 {
  top: -1.85rem;
  right: 5rem;
  width: 8.9rem;
  height: 3.7rem;
  background-image: url("../images/schedule_object_02.svg");
  background-size: auto 3.7rem;
}
.scheduleWrap .sec-part {
  position: relative;
  padding: 1.85rem 2rem;
  background-color: #000;
  border-radius: 10px;
}
.scheduleWrap .sec-part dl {
  display: grid;
  grid-template-columns: 13.25rem 1fr;
}
.scheduleWrap .sec-part dl dt,
.scheduleWrap .sec-part dl dd {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
}
.scheduleWrap .sec-part dl dd {
  color: #00FFD2 !important;
}
.scheduleWrap .sec-part.docu dd {
  color: #FF5000 !important;
  font-weight: 900;
}
.scheduleWrap .sec-part.join {
  background-color: #001EFF !important;
}
.scheduleWrap .sec-part.join dd {
  color: #FF5000 !important;
}
.scheduleWrap .sec-part.join .bul__list li {
  color: #94A0FF;
}
.scheduleWrap .sec-part + .sec-part {
  margin-top: 3.8rem;
}
.scheduleWrap .sec-part + .sec-part:before {
  content: "";
  width: 0.8rem;
  height: 3.8rem;
  position: absolute;
  top: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon_arrow.svg") no-repeat center center;
  background-size: auto 0.8rem;
}
.scheduleWrap .sec-part .bul__list {
  margin: 1.5rem 0 0 13.25rem;
}
.scheduleWrap .sec-part .bul__list li {
  font-style: normal;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 150%;
  color: #807F80;
}
.scheduleWrap .comment {
  margin: 1.5rem 0 10rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 150%;
  color: #4D4D4D;
}
.scheduleWrap .comment:before {
  content: "* ";
  color: #FF5000;
}
.scheduleWrap .sec-part01 h4 {
  margin-bottom: 1.5rem;
  font-style: normal;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 120%;
  color: #00FFD2 !important;
}
.scheduleWrap .sec-part01 .bul__list li {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 180%;
}
.scheduleWrap .sec-part01 + .sec-part01 {
  margin-top: 2.7rem;
}
@media (max-width: 600px) {
  .scheduleWrap {
    padding: 200px 0 0;
  }
  .scheduleWrap .object {
    top: -39px;
    left: 20px;
    width: 78px;
    height: 78px;
    background-size: auto 78px;
  }
  .scheduleWrap .object01 {
    top: -11px;
    right: 20px;
    width: 53px;
    height: 22px;
    background-size: auto 22px;
  }
  .scheduleWrap .sec-part dl {
    grid-template-columns: auto auto;
  }
  .scheduleWrap .sec-part dl dt,
  .scheduleWrap .sec-part dl dd {
    font-size: 16px;
  }
  .scheduleWrap .sec-part dl dd {
    text-align: right;
  }
  .scheduleWrap .sec-part .bul__list {
    margin: 30px 0 0;
  }
  .scheduleWrap .sec-part .bul__list li {
    font-size: 14px;
  }
  .scheduleWrap .sec-part .bul__list li + li {
    margin-top: 14px;
  }
  .scheduleWrap .sec-part + .sec-part {
    margin-top: 56px;
  }
  .scheduleWrap .sec-part + .sec-part:before {
    background-size: 16px auto;
  }
  .scheduleWrap .comment {
    margin: 30px 0 100px;
    font-size: 14px;
  }
  .scheduleWrap .sec-part01 h4 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .scheduleWrap .sec-part01 .bul__list li {
    font-size: 16px;
  }
  .scheduleWrap .sec-part01 .bul__list li + li {
    margin-top: 16px;
  }
}

.benefitWrap {
  padding: 20rem 0 0;
}
.benefitWrap .benefit-slide,
.benefitWrap .benefit-list {
  margin-top: 4rem;
}
.benefitWrap .benefit-slide .cont,
.benefitWrap .benefit-list .cont {
  background-color: #000;
}
.benefitWrap .benefit-slide .cont strong,
.benefitWrap .benefit-list .cont strong {
  display: block;
  margin-bottom: 3rem;
}
.benefitWrap .benefit-slide .cont ul li,
.benefitWrap .benefit-list .cont ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #666;
}
.benefitWrap .benefit-slide .cont ul li + li,
.benefitWrap .benefit-list .cont ul li + li {
  margin-top: 1rem;
}
@media (max-width: 980px) {
  .benefitWrap .benefit-slide,
  .benefitWrap .benefit-list {
    width: 100%;
    padding: 0 1rem;
  }
}
.benefitWrap .slick-dots li.slick-active button {
  background-color: #00FFD2 !important;
}
@media (max-width: 600px) {
  .benefitWrap {
    padding: 200px 0 0;
  }
  .benefitWrap .benefit-list {
    padding: 0;
  }
  .benefitWrap .benefit-list .cont {
    margin: 0;
    width: 100%;
    height: 250px;
  }
  .benefitWrap .benefit-list .cont strong {
    margin-bottom: 30px;
  }
  .benefitWrap .benefit-list .cont ul li {
    font-size: 14px;
  }
  .benefitWrap .benefit-list .cont ul li + li {
    margin-top: 14px;
  }
  .benefitWrap .benefit-list .cont + .cont {
    margin-top: 20px;
  }
}

.benefit-wrap {
  padding-left: calc((100% - 980px) / 2);
  overflow: hidden;
}
@media (max-width: 980px) {
  .benefit-wrap {
    width: 100%;
    padding: 0 1rem;
  }
}

.faqWrap {
  padding: 20rem 0 13rem;
}
.faqWrap .faq-list {
  margin-top: 4rem;
  counter-reset: count;
}
.faqWrap .faq-list li {
  padding: 2rem;
  background-color: #000;
  border-radius: 10px;
}
.faqWrap .faq-list li dl dt {
  position: relative;
  padding-left: 2rem;
  font-style: normal;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 120%;
  color: #00FFD2 !important;
}
.faqWrap .faq-list li dl dt:before {
  content: counter(count) ".";
  counter-increment: count;
  position: absolute;
  top: 0;
  left: 0;
}
.faqWrap .faq-list li dl dd {
  padding: 1rem 0 0 2rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 150%;
  color: #4d4d4d;
}
.faqWrap .faq-list li + li {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .faqWrap {
    padding: 200px 0 80px;
  }
  .faqWrap .faq-list li dl dt {
    font-size: 24px;
  }
  .faqWrap .faq-list li dl dd {
    padding-top: 20px;
    font-size: 16px;
  }
}

footer {
  padding: 2rem 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 180%;
}
@media (max-width: 600px) {
  footer {
    font-size: 12px;
  }
}

.goTopMove {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/btn_arrow_to_top.svg") no-repeat center center;
  background-size: auto 2.5rem;
  z-index: 100;
}
@media (max-width: 600px) {
  .goTopMove {
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: auto 40px;
  }
}

.pointColor {
  color: #FFC600 !important;
}

.mailLink {
  color: #00FFD2 !important;
  border-bottom: 1px solid #00FFD2 !important;
}

.closingWrap {
  padding-top: 20rem;
}
.closingWrap p {
  margin-top: 2.5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 150%;
  color: #666;
}
@media (max-width: 600px) {
  .closingWrap p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 150%;
  }
}/*# sourceMappingURL=style.css.map */