@charset "UTF-8";
/* 영상 */
@import url("https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo.css");
.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: 0.8rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.7rem;
  }
}
@media (max-width: 830px) {
  html {
    font-size: 0.65rem;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 0.6rem;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  color: #1f2c5c;
  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.04em;
  line-height: 1;
  font-weight: 400;
  font-family: "HyundaiSansHeadKR", 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: #1f2c5c;
}

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 */
@font-face {
  font-family: "HyundaiSansHeadKR";
  src: url("../font/HyundaiSansHeadKRLight.woff") format("woff"), url("../font/HyundaiSansHeadKRLight.woff2") format("woff2"), url("../font/HyundaiSansHeadKRLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "HyundaiSansHeadKR";
  src: url("../font/HyundaiSansHeadKRRegular.woff") format("woff"), url("../font/HyundaiSansHeadKRRegular.woff2") format("woff2"), url("../font/HyundaiSansHeadKRRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HyundaiSansHeadKR";
  src: url("../font/HyundaiSansHeadKRMedium.woff") format("woff"), url("../font/HyundaiSansHeadKRMedium.woff2") format("woff2"), url("../font/HyundaiSansHeadKRMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HyundaiSansHeadKR";
  src: url("../font/HyundaiSansHeadKRBold.woff") format("woff"), url("../font/HyundaiSansHeadKRBold.woff2") format("woff2"), url("../font/HyundaiSansHeadKRBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HyundaiSansTextKR";
  src: url("../font/HyundaiSansTextKRRegular.woff") format("woff"), url("../font/HyundaiSansTextKRRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HyundaiSansTextKR";
  src: url("../font/HyundaiSansTextKRMedium.woff") format("woff"), url("../font/HyundaiSansTextKRMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HyundaiSansTextKR";
  src: url("../font/HyundaiSansTextKRBold.woff") format("woff"), url("../font/HyundaiSansTextKRBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.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: 48rem;
  height: auto;
  display: none;
  background-color: #f1f1f5;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  background-color: transparent;
  background: url("../images/btn_popClose.svg") no-repeat center center;
}
.popupWrap .popHeader {
  height: 12.8rem;
}
.popupWrap .popContent {
  padding: 3rem 2.5rem 4.75rem;
}
.popupWrap .popContent dl dd {
  margin-top: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
  color: #767676;
}
.popupWrap .popContent dl dd .underline {
  color: #222;
  border-bottom: 1px solid #222;
}
.popupWrap .popContent dl dd strong {
  color: #444;
}
.popupWrap .popContent dl dd .bul__list li {
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
}
.popupWrap .popContent dl + dl {
  margin-top: 2rem;
}
.popupWrap[class*=popCheat] .btn_popClose {
  background-image: url("../images/btn_popClose_01.svg");
}

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

body {
  background-color: #cadcf0;
}

html, body {
  letter-spacing: -1px;
}

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

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

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

main {
  position: relative;
  overflow: hidden;
}

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

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

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

.subTitle {
  position: relative;
  margin-bottom: 1.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: inherit;
}
.subTitle:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 1.3rem;
  height: 1.2rem;
  background: url("../images/title_point.svg") no-repeat 0 0/auto 1.2rem;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .gnbWrap {
  position: relative;
  height: 6.25rem;
  z-index: 100;
}
header .logo {
  display: block;
  width: 13.9rem;
  height: 6.25rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/13.9rem auto;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav .box {
  display: flex;
  align-items: center;
  height: 6.25rem;
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  height: 2.4rem;
  font-size: 1.7rem;
  font-weight: 400;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header nav ul li a span {
  position: relative;
  display: inline-block;
}
header nav ul li + li {
  margin-left: 1.2rem;
}
header nav .link_apply {
  margin-left: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.25rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  background-color: #003a8c;
  border-radius: 100vw;
  z-index: 100;
}
header nav .link_apply span {
  position: relative;
  display: inline-block;
  line-height: 1rem;
}
header nav .link_apply:hover span:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
header.fixed {
  transition: 0.5s ease-in-out;
}
@media (max-width: 680px) {
  header .logo {
    position: relative;
    width: 152px;
    background-size: 152px auto;
    z-index: 2000;
  }
  header .m_btn_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    background: url("../images/m_btn_menu.svg") no-repeat center center/auto 22px;
  }
  header .gnbWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    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;
  }
  header .gnbWrap ul li:before {
    display: none;
  }
  header .gnbWrap ul li a {
    display: block;
    text-align: left;
    font-weight: 700;
  }
  header .gnbWrap .box {
    display: block;
    padding-bottom: 30px;
    background-color: #fff;
    height: auto;
    padding-top: 30px;
  }
  header .gnbWrap .m_btn_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 60px;
    z-index: 10;
  }
  header .gnbWrap .m_btn_close:before, header .gnbWrap .m_btn_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 2px;
    background-color: #95b9e2;
  }
  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 .link_apply {
    margin-left: 30px;
    padding: 0;
    width: auto;
    height: 80px;
    text-align: left;
    background-color: transparent;
    justify-content: flex-start;
    color: #1f2c5c;
    font-size: 24px;
    font-weight: 700;
    align-items: flex-start;
  }
}

.headingWrap {
  padding: 6.25rem 0 0;
  border-bottom: 2.8rem solid #003a8c;
  overflow: hidden;
  background-color: #fff;
}
.headingWrap .section-inner {
  height: 69.7rem;
}
.headingWrap .keyvisual {
  position: absolute;
  bottom: 0;
  left: calc(50% - 43rem);
  width: 90.4rem;
  height: 49.8rem;
  background-image: url("../images/heading_keyvisual.png");
  background-position: right bottom;
  background-size: auto 49.8rem;
}
@media screen and (max-width: 1600px) {
  .headingWrap .keyvisual {
    left: auto;
    right: 0;
    background-size: auto 43rem;
  }
}
@media screen and (max-width: 680px) {
  .headingWrap .keyvisual {
    background-size: auto 250px;
  }
}
.headingWrap .head-info {
  position: relative;
  padding-top: 3.5rem;
  z-index: 10;
}
.headingWrap .head-info h2 {
  font-family: "NanumSquareNeo";
  font-style: normal;
  font-weight: 900;
  font-size: 5.9rem;
  line-height: 7rem;
  letter-spacing: -0.05em;
}
.headingWrap .head-info h2 span {
  display: block;
  font-weight: 700;
}
.headingWrap .head-info .period {
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 4.2rem;
}
.headingWrap .head-info .slogan {
  margin-top: 9rem;
  width: 20.55rem;
  height: 7.7rem;
  background: url("../images/heading_slogan.png") no-repeat 0 0/auto 7.7rem;
}
@media screen and (max-width: 680px) {
  .headingWrap .head-info h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .headingWrap .head-info .period {
    font-size: 20px;
    font-weight: 400;
  }
  .headingWrap .head-info .slogan {
    margin-top: 40px;
    background-size: auto 61px;
  }
}
@media screen and (max-width: 680px) {
  .headingWrap .section-inner {
    height: 50rem;
  }
}

.jobDescWrap {
  background: url("../images/jd_bg.png") no-repeat center 0/auto 90.15rem;
}
.jobDescWrap .section-inner {
  padding: 4.5rem 0 4rem;
}
.jobDescWrap .jdTabUI {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  height: 63px;
  overflow-y: hidden;
  border-bottom: 3px solid #003a8c;
  gap: 0 0.25rem;
}
.jobDescWrap .jdTabUI li {
  position: relative;
  height: 63px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.jobDescWrap .jdTabUI li > a {
  width: calc(100% - 5px);
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: inherit;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  border: 2px solid #95b9e2;
  background-color: #005ead;
  box-shadow: inset 0 6px #0055a6, 5px 5px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 680px) {
  .jobDescWrap .jdTabUI li > a {
    flex-flow: column nowrap;
    font-size: 16px;
  }
}
.jobDescWrap .jdTabUI li.active > a {
  background-color: #fff;
  color: #1f2c5c;
  box-shadow: inset 0 6px #d9e6f4, 5px 5px rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.jobDescWrap .jdTabContent {
  background-color: #fff;
  padding: 0 3.65rem;
}
@media screen and (max-width: 680px) {
  .jobDescWrap .jdTabContent {
    padding: 0 10px;
  }
}
.jobDescWrap .jdTabContent .label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: inherit;
  color: #005ead;
}
.jobDescWrap .jdTabContent .label.center {
  text-align: center;
}
.jobDescWrap .jdTabContent .jd-list > li:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}
.jobDescWrap .jdTabContent .jd-list > li .head-table {
  height: 5rem;
  display: grid;
  grid-template-columns: 10rem 1fr 4.25rem 8.5rem 6.5rem;
  align-items: center;
}
.jobDescWrap .jdTabContent .jd-list > li .head-table li:not(.label) {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: inherit;
}
.jobDescWrap .jdTabContent .jd-list > li .head-table li.type {
  text-align: right;
}
.jobDescWrap .jdTabContent .jd-list > li .head-table li.arrow {
  height: 100%;
  background: url("../images/jd_arrow.svg") no-repeat center center/1.6rem auto;
  transition: 0.3s;
}
@media screen and (max-width: 680px) {
  .jobDescWrap .jdTabContent .jd-list > li .head-table {
    grid-template-columns: 1fr 7rem 5rem;
  }
  .jobDescWrap .jdTabContent .jd-list > li .head-table li {
    font-size: 14px !important;
  }
  .jobDescWrap .jdTabContent .jd-list > li .head-table li.label {
    display: none;
  }
  .jobDescWrap .jdTabContent .jd-list > li .head-table li.arrow {
    order: 3;
  }
}
.jobDescWrap .jdTabContent .jd-list > li dd {
  display: none;
  border-top: 1px solid #c9caca;
  padding: 1.75rem 0;
}
.jobDescWrap .jdTabContent .jd-list > li dd .cont-box {
  display: grid;
  grid-template-columns: 10rem 1fr;
}
.jobDescWrap .jdTabContent .jd-list > li dd .cont-box label {
  margin-right: 1rem;
  height: 1.9rem;
  background-color: #003a8c;
  border-radius: 3px;
  color: #fff;
  line-height: 1.9rem;
  text-align: center;
}
.jobDescWrap .jdTabContent .jd-list > li dd .cont-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.jobDescWrap .jdTabContent .jd-list > li dd .cont-box strong {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.jobDescWrap .jdTabContent .jd-list > li dd .cont-box .bul__list + strong {
  margin-top: 1.5rem;
}
.jobDescWrap .jdTabContent .jd-list > li dd .cont-box + .cont-box {
  margin-top: 1.5rem;
}
@media screen and (max-width: 680px) {
  .jobDescWrap .jdTabContent .jd-list > li dd .cont-box {
    grid-template-columns: auto;
  }
  .jobDescWrap .jdTabContent .jd-list > li dd .cont-box label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .jobDescWrap .jdTabContent .jd-list > li dd .cont-box p,
  .jobDescWrap .jdTabContent .jd-list > li dd .cont-box strong {
    font-size: 15px;
    line-height: 18px;
  }
  .jobDescWrap .jdTabContent .jd-list > li dd .cont-box .bul__list li {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 680px) {
  .jobDescWrap .jdTabContent .jd-list > li dd .cont-box {
    display: block;
  }
  .jobDescWrap .jdTabContent .jd-list > li dd .cont-box label {
    display: inline-block;
    padding: 2px 5px;
    height: auto;
  }
}
.jobDescWrap .jdTabContent .jd-list > li dd.active .head-table li.arrow {
  transform: rotate(-90deg);
}

.link-area {
  margin-top: 3.75rem;
  text-align: center;
}
.link-area .link_apply {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33.5rem;
  height: 6.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: inherit;
  background-color: #fff;
  border: 3px solid #95b9e2;
  border-radius: 100vw;
  color: #003a8c;
  box-shadow: 7px 10px rgba(0, 0, 0, 0.7);
}
.link-area .link_apply.kakao {
  width: 38.5rem;
  height: 5.25rem;
  font-size: 2.4rem;
}
.link-area .link_apply.kakao span {
  padding-left: 4.3rem;
  height: 3.1rem;
  line-height: 3.1rem;
  background: url("../images/kakao_chat.svg") no-repeat 0 center/auto 3.1rem;
}
@media screen and (max-width: 680px) {
  .link-area .link_apply {
    width: 260px;
    height: 60px;
    font-size: 28px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.7);
  }
  .link-area .link_apply.kakao {
    font-size: 20px;
    width: 320px;
    height: 42px;
  }
}

.jobPostingWrap {
  background-color: #fff;
}
.jobPostingWrap .section-inner {
  padding: 5rem 0 7rem;
}
.jobPostingWrap .subTitle:not(:first-child) {
  margin-top: 5rem;
}
.jobPostingWrap .process-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}
.jobPostingWrap .process-list p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 2.2rem;
  color: #231815;
}
.jobPostingWrap .process-list li {
  position: relative;
  padding-top: 6.5rem;
}
.jobPostingWrap .process-list li:before {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #005FAD;
  border-radius: 50%;
}
.jobPostingWrap .process-list li:nth-of-type(1):before {
  background: url("../images/process_icon_01.svg") no-repeat center center/auto 6rem;
}
.jobPostingWrap .process-list li:nth-of-type(2):before {
  background: url("../images/process_icon_02.svg") no-repeat center center/auto 6rem;
}
.jobPostingWrap .process-list li:nth-of-type(3):before {
  background: url("../images/process_icon_03.svg") no-repeat center center/auto 6rem;
}
.jobPostingWrap .process-list li:nth-of-type(4):before {
  background: url("../images/process_icon_04.svg") no-repeat center center/auto 6rem;
}
.jobPostingWrap .process-list li:nth-of-type(5):before {
  background: url("../images/process_icon_05.svg") no-repeat center center/auto 6rem;
}
.jobPostingWrap .process-list li:nth-of-type(6):before {
  background: url("../images/process_icon_06.svg") no-repeat center center/auto 6rem;
}
.jobPostingWrap .process-list li + li:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 2.2rem;
  left: -0.8rem;
  background: url("../images/process_arrow.svg") no-repeat center center/auto 1.6rem;
}
@media screen and (max-width: 680px) {
  .jobPostingWrap .process-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
  }
  .jobPostingWrap .process-list p {
    margin-top: 5px;
  }
}
.jobPostingWrap .object {
  position: absolute;
  bottom: -6.65rem;
  left: calc(50% + 18.75rem);
  width: 10.15rem;
  height: 20.75rem;
  background-image: url("../images/jp_object.png");
  background-size: auto 20.7rem;
  z-index: 100;
}
@media screen and (max-width: 680px) {
  .jobPostingWrap .url {
    font-size: 13px;
  }
  .jobPostingWrap .object {
    display: none;
  }
}

.bul__list li {
  position: relative;
  padding-left: 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.bul__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.bul__list.dot li {
  padding-left: 1.8rem;
  font-size: 1.8rem;
  line-height: 2.65rem;
  color: #231815;
  letter-spacing: -0.05em;
}
.bul__list.dot li:before {
  content: "•";
  left: 0.6rem;
}
.bul__list.dash li:before {
  content: "-";
}

.movieWrap {
  background-color: #003a8c;
}
.movieWrap .section-inner {
  padding: 5rem 0 6.75rem;
}
.movieWrap h3 {
  margin-bottom: 3.5rem;
  text-align: center;
  color: #fff;
}
.movieWrap h3 span {
  position: relative;
  padding: 0 2.25rem;
  font-size: 2.1rem;
  font-weight: 700;
}
.movieWrap h3 span:before, .movieWrap h3 span:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 0;
  width: 1.3rem;
  height: 1.2rem;
  background: url("../images/title_point.svg") no-repeat 0 0/auto 1.2rem;
}
.movieWrap h3 span:after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 680px) {
  .movieWrap h3 span {
    font-size: 24px;
  }
}
.movieWrap .moviePlayArea .movieThumb {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5rem;
}
.movieWrap .moviePlayArea .movieThumb > div div {
  width: 100% !important;
}
@media screen and (max-width: 680px) {
  .movieWrap .moviePlayArea .movieThumb {
    margin-top: 10px;
    grid-template-columns: auto;
    gap: 10px 0;
  }
}
@media screen and (max-width: 680px) {
  .movieWrap .moviePlayArea {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
.movieWrap .object {
  position: absolute;
  bottom: -17rem;
  left: calc(50% + 11.65rem);
  width: 42.4rem;
  height: 27.65rem;
  background-image: url("../images/movie_object.png");
  background-size: auto 27.65rem;
  z-index: 100;
}
@media screen and (max-width: 680px) {
  .movieWrap .object {
    display: none;
  }
}

.openChatWrap {
  background-color: #dfeaf6;
}
.openChatWrap .section-inner {
  padding: 9rem 0 5.25rem;
}
.openChatWrap .subTitle {
  font-size: 4.6rem;
  line-height: 5rem;
}
.openChatWrap .subTitle:before {
  top: -3rem;
  width: 3.1rem;
  height: 2.85rem;
  background-size: auto 2.85rem;
}
.openChatWrap p {
  margin-bottom: 2rem;
  color: #231815;
  font-size: 1.95rem;
  font-weight: 500;
}
.openChatWrap table {
  width: 100%;
}
.openChatWrap table thead th {
  height: 2.9rem;
  background-color: #005ead;
  font-size: 1.25rem;
  color: #fff;
}
.openChatWrap table thead th + th {
  border-left: 1px solid #c9caca;
}
.openChatWrap table tbody td {
  height: 2.9rem;
  background-color: #fff;
  border-bottom: 1px solid #c9caca;
  text-align: center;
  font-size: 1.25rem;
  color: #3e3a39;
}
.openChatWrap table tbody td + td {
  border-left: 1px solid #c9caca;
}
@media screen and (max-width: 680px) {
  .openChatWrap table thead th {
    height: 30px;
    font-size: 15px;
  }
  .openChatWrap table tbody td {
    height: auto;
    padding: 10px;
    font-size: 15px;
  }
}
.openChatWrap .join-desc {
  position: relative;
  margin-top: 6rem;
  padding: 2.75rem 0 1.75rem 14rem;
  background-color: #fff;
  border-radius: 1.1rem;
}
.openChatWrap .join-desc span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1.4rem;
  left: calc(50% - 6.8rem);
  width: 13.6rem;
  height: 2.75rem;
  background: url("../images/title_bg.png") no-repeat center 0/auto 2.75rem;
  font-size: 1.75rem;
  color: #fff;
}
.openChatWrap .join-desc .object {
  position: absolute;
  bottom: 1.5rem;
  left: 2.7rem;
  width: 8.05rem;
  height: 10rem;
  background-image: url("../images/openchat_point.png");
  background-size: auto 10rem;
  z-index: 100;
}
.openChatWrap .join-desc .bul__list {
  counter-reset: count;
}
.openChatWrap .join-desc .bul__list li {
  padding-left: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 2.1rem;
  color: #000;
}
.openChatWrap .join-desc .bul__list li:before {
  content: counter(count);
  counter-increment: count;
  top: 0.5rem;
  border: 1px solid #000;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  line-height: 1rem;
}
@media screen and (max-width: 680px) {
  .openChatWrap .join-desc {
    padding: 60px 20px 40px;
  }
  .openChatWrap .join-desc .object {
    display: none;
  }
  .openChatWrap .join-desc span {
    left: 0;
    height: 45px;
    width: 100%;
    background-size: auto 45px;
    font-size: 20px;
  }
  .openChatWrap .join-desc .bul__list li {
    font-size: 15px;
    line-height: 24px;
  }
  .openChatWrap .join-desc .bul__list li + li {
    margin-top: 10px;
  }
}
.openChatWrap .link-area {
  margin-top: 2.75rem;
}
@media screen and (max-width: 680px) {
  .openChatWrap .subTitle {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }
  .openChatWrap p {
    font-size: 14px;
    line-height: 20px;
  }
}

.applyWrap {
  background-color: #005ead;
}
.applyWrap .section-inner {
  padding: 4.25rem 0;
}
.applyWrap .link-area {
  margin-top: 0;
}

.snsWrap {
  background-color: #fff;
}
.snsWrap .section-inner {
  padding: 4.25rem 0;
}
.snsWrap .sns-list {
  display: grid;
  grid-template-columns: repeat(4, 6rem);
  justify-content: center;
  gap: 0 4rem;
  text-align: center;
}
.snsWrap .sns-list p {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 680px) {
  .snsWrap .sns-list {
    grid-template-columns: repeat(4, 5rem);
    gap: 0 30px;
  }
  .snsWrap .sns-list p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */