@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

html, body {
  color: #3e3a39;
}

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.02em;
  line-height: 1.2;
  font-weight: 400;
  font-family: "pretendard", 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: #3e3a39;
}

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 */
/* 공통 */
html,
body {
  word-break: keep-all;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden;
}
@media (min-width: 800px) {
  html.scroll-disable,
  body.scroll-disable {
    overflow: visible;
  }
}

body {
  overflow-x: hidden;
}

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

figure img {
  display: block;
}
figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

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

.section-inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 800px) {
  .section-inner {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#wrap {
  position: relative;
  min-width: 800px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}

section {
  position: relative;
  margin: 0 auto;
}

main {
  position: relative;
  overflow: hidden;
}

footer {
  height: 12.25rem;
  background: #00266a url("../images/brandLogo.svg") no-repeat center top 2.75rem/auto 2.25rem;
}

.primary {
  color: #00266a !important;
}

.link_apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1caae2;
  border-radius: 100vw;
  color: #fff;
}

.headingWrap {
  background: linear-gradient(180deg, #00266A 0%, #00266A 11%, #0072BF 100%);
  overflow: hidden;
}
.headingWrap .section-inner {
  padding: 8.5rem 0 0;
  height: 50rem;
  width: 880px;
}
.headingWrap .head-wrap {
  position: absolute;
  top: 1.65rem;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
}
.headingWrap .head-wrap .logo {
  width: 6.1rem;
  height: 2.25rem;
  background: url("../images/brandLogo.svg") no-repeat right center/auto 2.25rem;
}
.headingWrap .head-wrap .link_apply {
  height: 2.25rem;
  padding: 0 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: inherit;
}
.headingWrap .title-wrap {
  position: relative;
  color: #fff;
  z-index: 10;
}
.headingWrap .title-wrap .recruit-title {
  margin-bottom: 1.5rem;
}
.headingWrap .title-wrap .recruit-title dt {
  font-style: normal;
  font-weight: 900;
  font-size: 3.1rem;
  line-height: 3.2rem;
}
.headingWrap .title-wrap .recruit-title dd {
  font-style: normal;
  font-weight: 900;
  font-size: 3.9rem;
  line-height: 4.1rem;
}
.headingWrap .title-wrap figure {
  margin-bottom: 2.5rem;
}
.headingWrap .title-wrap figure img {
  height: 2.8rem;
}
.headingWrap .title-wrap .recruit-schedule strong {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #1caae2;
}
.headingWrap .title-wrap .recruit-schedule p {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.7rem;
}
.headingWrap .keyvisual {
  position: absolute;
  bottom: 3.65rem;
  left: calc(50% - 4.65rem);
  width: 26.75rem;
  height: 30.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/heading_keyvisual.png");
  background-size: auto 30.4rem;
}
.headingWrap .qrcode-wrap {
  position: absolute;
  bottom: 4.75rem;
  left: 0;
}
.headingWrap .qrcode-wrap p {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .headingWrap .section-inner {
    width: 800px;
  }
  .headingWrap .head-wrap {
    right: 20px;
  }
  .headingWrap .keyvisual {
    left: auto;
    right: 1rem;
    bottom: 1.5rem;
  }
  .headingWrap .qrcode-wrap {
    left: 20px;
  }
}

.movieWrap {
  background-color: #dbdbdd;
}
.movieWrap .section-inner {
  width: 840px;
  padding: 3.25rem 0 2.75rem;
}
.movieWrap .sec-title {
  margin-bottom: 1.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 3.2rem;
  color: #00266a;
  text-align: center;
}
.movieWrap .movie-iframe-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
.movieWrap .movie-iframe-wrap li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.movieWrap .movie-iframe-wrap li .movie_pop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("../images/btn_play.svg") no-repeat center center/auto 2.5rem;
}
.movieWrap .sns-wrap {
  margin: 3.25rem auto 0;
  width: 35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  text-align: center;
}
.movieWrap .sns-wrap li .link {
  display: block;
  padding-top: 4.75rem;
  background-size: auto 4.1rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 3.2rem;
  background-position: center 0;
  background-repeat: no-repeat;
  color: #00266a;
}
.movieWrap .sns-wrap li .link.youtube {
  background-image: url("../images/sns_youtube.png");
}
.movieWrap .sns-wrap li .link.insta {
  background-image: url("../images/sns_insta.png");
}
@media screen and (max-width: 800px) {
  .movieWrap .section-inner {
    width: 100%;
  }
}

.movieBig {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruitInfoWrap .section-inner {
  padding: 4.75rem 0 2.5rem;
}
.recruitInfoWrap .sec-title {
  font-style: normal;
  font-weight: 900;
  font-size: 1.85rem;
  line-height: inherit;
  color: #00266a;
}
.recruitInfoWrap .sub-title {
  margin: 2.5rem 0 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: inherit;
  color: #00266a;
}
.recruitInfoWrap .posting-table {
  border-bottom: 1px solid #1caae2;
}
.recruitInfoWrap .posting-table table {
  width: 100%;
}
.recruitInfoWrap .posting-table table thead th {
  height: 2.1rem;
  background-color: #1caae2;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.recruitInfoWrap .posting-table table thead th + th {
  border-left: 3px solid #fff;
}
.recruitInfoWrap .posting-table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #1caae2;
}
.recruitInfoWrap .posting-table table tbody th {
  color: #1caae2;
  font-weight: 600;
}
.recruitInfoWrap .posting-table table tbody td {
  padding: 0.75rem 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.35rem;
  border-left: 3px solid #fff;
}
.recruitInfoWrap .posting-table table tbody .center {
  text-align: center;
}
.recruitInfoWrap .posting-table table tbody .bul-list {
  display: grid;
  gap: 1.5rem 0;
}
.recruitInfoWrap .posting-table table tbody .bul-list li {
  position: relative;
  padding-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.35rem;
}
.recruitInfoWrap .posting-table table tbody .bul-list li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}

.comment {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.process-wrap {
  position: relative;
  z-index: 1;
}
.process-wrap .process-list {
  position: relative;
  width: 33.5rem;
  display: grid;
  grid-template-columns: repeat(4, 5rem);
  gap: 0 4.5rem;
}
.process-wrap .process-list:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 2.5rem;
  left: 0;
  background-color: #1caae2;
  z-index: -1;
}
.process-wrap .process-list li {
  text-align: center;
}
.process-wrap .process-list li .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 100vw;
  background-color: #1caae2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 5rem;
}
.process-wrap .process-list li:nth-of-type(1) .icon {
  background-image: url("../images/process_icon_01.png");
}
.process-wrap .process-list li:nth-of-type(2) .icon {
  background-image: url("../images/process_icon_02.png");
}
.process-wrap .process-list li:nth-of-type(3) .icon {
  background-image: url("../images/process_icon_03.png");
}
.process-wrap .process-list li:nth-of-type(4) .icon {
  background-image: url("../images/process_icon_04.png");
}
.process-wrap .process-list li p {
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: inherit;
  color: #000;
}
.process-wrap .comment {
  margin-bottom: 1.5rem;
}
.process-wrap .process-desc {
  display: grid;
  grid-template-columns: 4rem 1fr;
}
.process-wrap .process-desc dt {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #1caae2;
}
.process-wrap .process-desc dd strong {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4rem;
}
.process-wrap .process-desc dd div {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.process-wrap .process-desc + .process-desc {
  margin-top: 1rem;
}

.etc-wrap {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.linkWrap .section-inner {
  padding-bottom: 5rem;
  text-align: center;
}
.linkWrap .link_apply {
  width: 15rem;
  height: 4rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: inherit;
}

.b-modal_bg {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.popupWrap {
  width: 800px;
  height: auto;
  display: none;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
  background-color: transparent;
}
.popupWrap .btn_popClose:before, .popupWrap .btn_popClose:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  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;
}/*# sourceMappingURL=style.css.map */