@charset "UTF-8";
@font-face {
  font-family: "HDHarmony";
  src: url("../font/HDHarmonyL.woff") format("woff"), url("../font/HDHarmonyL.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HDHarmony";
  src: url("../font/HDHarmonyM.woff") format("woff"), url("../font/HDHarmonyM.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HDHarmony";
  src: url("../font/HDHarmonyB.woff") format("woff"), url("../font/HDHarmonyB.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 18px;
}

* {
  box-sizing: border-box;
}

html, body {
  color: #a1a1a6;
}

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: 18px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 400;
  font-family: "HDHarmony", 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: #a1a1a6;
}

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 */
.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: 450px;
  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;
}

/* 공통 */
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: 880px;
  margin: 0 auto;
  padding: 120px 0 0 0;
}
@media (max-width: 880px) {
  .section-inner {
    width: 100%;
    padding: 2.2222222222rem 20px;
  }
}
@media (max-width: 880px) {
  .section-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #001213;
  overflow-x: hidden;
}

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

main {
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.3333333333rem;
  z-index: 1000;
  background-color: #001213;
}
header .header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48.8888888889rem;
  margin: 0 auto;
}
header .logo {
  position: relative;
  display: block;
  width: 11.6666666667rem;
  height: 3.3333333333rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/11.6666666667rem auto;
  z-index: 998;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav {
  margin-right: 5.5555555556rem;
}
header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.3333333333rem;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.8333333333rem;
  font-size: 0.7777777778rem;
  color: #fff;
}
header .link_apply {
  position: absolute;
  top: 12px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.7222222222rem;
  height: 1.9444444444rem;
  font-size: 0.8333333333rem;
  font-weight: 700;
  color: #fff;
  background-color: #2159b7;
  border-radius: 5px;
}
header.fixed {
  transition: 0.3s;
}
@media (max-width: 880px) {
  header .header-inner {
    width: 100%;
    padding-left: 20px;
  }
  header .logo {
    position: relative;
    width: 170px;
    background-size: 170px 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: 60px;
    font-size: 24px;
  }
  header .gnbWrap ul li:before {
    display: none;
  }
  header .gnbWrap ul li a {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
  }
  header .gnbWrap .box {
    display: block;
    padding-bottom: 30px;
    background-color: #000;
    height: auto;
    padding-top: 80px;
  }
  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: #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 .link_apply {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 45px;
    padding: 0;
    width: auto;
    height: 60px;
    text-align: left;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
  }
}

footer {
  width: 100%;
  height: 11.1111111111rem;
  z-index: 100;
}
footer .section-inner {
  display: grid;
  justify-content: center;
  padding: 0;
  text-align: center;
}
footer .copyright {
  padding-top: 3.8888888889rem;
  font-size: 0.8888888889rem;
  color: #a0a0a0;
}
@media (max-width: 880px) {
  footer .copyright {
    font-size: 12px;
    line-height: 20px;
  }
  footer .copyright span {
    display: block;
  }
}

.primary {
  color: #2159b7 !important;
}

.headingWrap {
  overflow: hidden;
  background: url("../images/heading_bg.jpg") no-repeat center bottom/cover;
}
.headingWrap .section-inner {
  padding: 0;
  height: 55.5555555556rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headingWrap .heading-title {
  position: relative;
  color: #fff;
}
.headingWrap .heading-title .company {
  font-size: 36px;
}
.headingWrap .heading-title h2 {
  margin-top: 20px;
  font-size: 90px;
  line-height: 110px;
  font-weight: 700;
}
.headingWrap .heading-title h2 .br {
  display: none;
}
.headingWrap .heading-title p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 300;
}
.headingWrap .heading-title .date {
  margin-top: 50px;
  font-size: 40px;
}
.headingWrap .keyvisual_bg {
  position: absolute;
  top: 0;
  left: calc(50% - 53.3333333333rem);
  width: 106.6666666667rem;
  height: 55.5555555556rem;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/heading_keyvisual_bg.png");
  background-size: auto 100%;
  mix-blend-mode: soft-light;
}
.headingWrap .keyvisual {
  position: absolute;
  top: 4.7777777778rem;
  left: calc(50% + 7.0555555556rem);
  width: 38.5rem;
  height: 46.1111111111rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/heading_keyvisual_text.png");
  background-size: auto 46.1111111111rem;
}
.headingWrap .keyvisual p {
  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;
}
.headingWrap .keyvisual p.focusable:active, .headingWrap .keyvisual p.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
@media screen and (max-width: 1500px) {
  .headingWrap .keyvisual {
    left: auto;
    right: 0;
  }
  .headingWrap .heading-title .company {
    font-size: 30px;
  }
  .headingWrap .heading-title h2 {
    margin-top: 20px;
    font-size: 80px;
    line-height: 95px;
  }
  .headingWrap .heading-title p {
    margin-top: 20px;
    font-size: 24px;
  }
  .headingWrap .heading-title .date {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .headingWrap .heading-title h2 .br {
    display: block;
  }
}
@media (max-width: 880px) {
  .headingWrap .section-inner {
    height: 550px;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .headingWrap .keyvisual {
    top: 40px;
    right: 10px;
    height: 350px;
    background-size: auto 350px;
    background-position: right 0;
  }
  .headingWrap .keyvisual_bg {
    left: auto;
    right: 0;
    height: 100%;
    background-position: right center;
  }
  .headingWrap .heading-title .company {
    font-size: 16px;
  }
  .headingWrap .heading-title h2 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 45px;
  }
  .headingWrap .heading-title h2 .br {
    display: none;
  }
  .headingWrap .heading-title p {
    margin-top: 10px;
    font-size: 16px;
  }
  .headingWrap .heading-title .date {
    margin-top: 30px;
    font-size: 24px;
  }
}

.mainMovieWrap .section-inner {
  padding: 65px 0 0;
}

.dutyWrap .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  height: 340px;
  background: url("../images/duty_bg.png") no-repeat center 0/cover;
  text-align: center;
  color: #fff;
}
.dutyWrap .box dl {
  margin-bottom: 40px;
}
.dutyWrap .box dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: inherit;
}
.dutyWrap .box dl dd {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: inherit;
}
.dutyWrap .box .link_board {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: inherit;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 880px) {
  .dutyWrap .box dl dt {
    font-size: 30px;
    line-height: 36px;
  }
  .dutyWrap .box dl dd {
    font-size: 15px;
  }
  .dutyWrap .box .link_board {
    font-size: 14px;
  }
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2159b7;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.recruitProcessWrap .process-wrap {
  margin-top: 80px;
}
.recruitProcessWrap .process-wrap .process-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}
.recruitProcessWrap .process-wrap .process-list li {
  position: relative;
  padding-top: 125px;
}
.recruitProcessWrap .process-wrap .process-list li strong {
  font-size: 1rem;
  color: #fff;
}
.recruitProcessWrap .process-wrap .process-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 110px;
  height: 110px;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translateX(-50%);
}
.recruitProcessWrap .process-wrap .process-list li:nth-of-type(1):before {
  background-image: url("../images/process_icon_01.png");
  background-size: auto 110px;
}
.recruitProcessWrap .process-wrap .process-list li:nth-of-type(2):before {
  background-image: url("../images/process_icon_02.png");
  background-size: auto 110px;
}
.recruitProcessWrap .process-wrap .process-list li:nth-of-type(3):before {
  background-image: url("../images/process_icon_03.png");
  background-size: auto 110px;
}
.recruitProcessWrap .process-wrap .process-list li:nth-of-type(4):before {
  background-image: url("../images/process_icon_04.png");
  background-size: auto 110px;
}
.recruitProcessWrap .process-wrap .process-list li:nth-of-type(5):before {
  background-image: url("../images/process_icon_05.png");
  background-size: auto 110px;
}
.recruitProcessWrap .process-wrap .process-list li:nth-of-type(6):before {
  background-image: url("../images/process_icon_06.png");
  background-size: auto 110px;
}
.recruitProcessWrap .process-wrap .process-list li + li:after {
  content: "";
  position: absolute;
  top: 2.2222222222rem;
  left: -8px;
  width: 16px;
  height: 31px;
  background: url("../images/process_arrow.png") no-repeat center center/auto 24px;
}
@media (max-width: 880px) {
  .recruitProcessWrap .process-wrap .process-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
  }
  .recruitProcessWrap .process-wrap .process-list li {
    padding-top: 90px;
    background-size: auto 70px !important;
  }
  .recruitProcessWrap .process-wrap .process-list li strong {
    font-size: 16px;
  }
  .recruitProcessWrap .process-wrap .process-list li:before {
    width: 80px;
    height: 80px;
    background-size: auto 80px !important;
  }
  .recruitProcessWrap .process-wrap .process-list li + li:after {
    top: 28px;
  }
}
.recruitProcessWrap .process-wrap .text {
  margin-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #a1a1a6;
}
.recruitProcessWrap [class*=-wrap] + h2 {
  margin-top: 5rem;
}
.recruitProcessWrap .sub-title {
  font-size: 30px;
  color: #fff;
}
.recruitProcessWrap h3 {
  margin: 40px 0 10px;
  font-size: 18px;
  color: #50eaff;
}

.countingBox {
  margin: 0 0 0 -10px;
  display: flex;
  width: 100%;
}
.countingBox .count {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-size: 8.1111111111rem;
  line-height: inherit;
  color: #fff;
}
.countingBox .count .dday,
.countingBox .count .time {
  display: flex;
}
.countingBox .count label {
  position: relative;
  letter-spacing: -4px;
}
.countingBox .count span {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: -4px;
}
.countingBox .count span + span {
  margin-left: 32px;
}
.countingBox .count span + span:before {
  content: ":";
  position: absolute;
  top: 0;
  left: -2.2222222222rem;
  width: 32px;
  line-height: 10rem;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .countingBox .count {
    font-size: 11.6666666667rem;
  }
  .countingBox .count span + span:before {
    line-height: 10rem;
  }
}
@media screen and (max-width: 880px) {
  .countingBox {
    margin: 0;
  }
  .countingBox .count {
    font-size: 54px;
  }
  .countingBox .count span + span:before {
    left: -30px;
    line-height: 70px;
  }
}

.movie-iframe-wrap {
  border-radius: 18px;
  overflow: hidden;
}
.movie-iframe-wrap figure {
  cursor: grab;
}

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

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

.section-title {
  margin-bottom: 40px;
}
.section-title dt {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6666666667rem;
  line-height: inherit;
  color: #fff;
}
.section-title dd {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1666666667rem;
  line-height: inherit;
  color: #50eaff;
}
@media (max-width: 880px) {
  .section-title dt {
    font-size: 24px;
  }
  .section-title dd {
    font-size: 20px;
  }
}

.bul-list li {
  position: relative;
  padding-left: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #a1a1a6;
}
.bul-list li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  color: #50eaff;
}
@media (max-width: 880px) {
  .bul-list li {
    font-size: 14px;
    line-height: 26px;
  }
}

.teamHecWrap .teamTab-wrap {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}
.teamHecWrap .teamTab-wrap > li {
  border: 2px solid #2159b7;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  color: #fff;
  cursor: pointer;
}
.teamHecWrap .teamTab-wrap > li.active {
  background-color: #2159b7;
}
@media (max-width: 880px) {
  .teamHecWrap .teamTab-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 5px;
    flex-flow: row wrap;
  }
  .teamHecWrap .teamTab-wrap > li {
    width: calc(20% - 5px);
    height: 45px;
    font-size: 13px;
  }
}
.teamHecWrap .interviewSlide-wrap {
  margin-top: 50px;
}
.teamHecWrap .interviewSlide-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
}
.teamHecWrap .interviewSlide-wrap .swiper-slide {
  width: 220px;
  cursor: grab;
}

.campusRecruitingWrap .campus-table table {
  width: 100%;
  color: #fff;
}
.campusRecruitingWrap .campus-table table thead th {
  height: 58px;
  font-size: 18px;
  border-bottom: 1px solid rgba(33, 89, 183, 0.8);
}
.campusRecruitingWrap .campus-table table tbody td {
  padding: 20px 0 20px 40px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid rgba(33, 89, 183, 0.8);
}
.campusRecruitingWrap .campus-table table tbody td:nth-of-type(2), .campusRecruitingWrap .campus-table table tbody td:nth-of-type(3) {
  padding: 20px 0;
  text-align: center;
}
.campusRecruitingWrap .campus-recruit-wrap .schedule-grid-m {
  display: grid;
  gap: 20px 0;
}
.campusRecruitingWrap .campus-recruit-wrap .schedule-grid-m > dl {
  padding: 20px;
  background-color: rgba(33, 89, 183, 0.2);
  border-radius: 10px;
}
.campusRecruitingWrap .campus-recruit-wrap .schedule-grid-m > dl dt {
  color: #fff;
}
.campusRecruitingWrap .campus-recruit-wrap .schedule-grid-m > dl dd {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

.benefitWrap .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.benefitWrap .benefit-grid > li {
  position: relative;
  padding: 0 20px 20px;
  border: 2px solid #2159b7;
  border-radius: 10px;
  text-align: center;
}
.benefitWrap .benefit-grid > li strong {
  display: block;
  padding-top: 75px;
  font-size: 18px;
  color: #fff;
  background-position: center top 10px;
  background-repeat: no-repeat;
  background-size: auto 60px;
}
.benefitWrap .benefit-grid > li .bul-list {
  margin-top: 15px;
  text-align: left;
}
.benefitWrap .benefit-grid > li .bul-list li {
  font-size: 14px;
  line-height: 26px;
}
.benefitWrap .benefit-grid > li .bul-list li:before {
  color: #a1a1a6;
}
.benefitWrap .benefit-grid > li:nth-of-type(1) strong {
  background-image: url("../images/benefit_icon_01.png");
}
.benefitWrap .benefit-grid > li:nth-of-type(2) strong {
  background-image: url("../images/benefit_icon_02.png");
}
.benefitWrap .benefit-grid > li:nth-of-type(3) strong {
  background-image: url("../images/benefit_icon_03.png");
}
.benefitWrap .benefit-grid > li:nth-of-type(4) strong {
  background-image: url("../images/benefit_icon_04.png");
}
@media (max-width: 880px) {
  .benefitWrap .benefit-grid {
    grid-template-columns: auto;
  }
  .benefitWrap .benefit-grid > li {
    padding: 10px 40px 20px;
  }
  .benefitWrap .benefit-grid > li strong {
    display: inline-block;
    padding-top: 0;
    padding-left: 40px;
    line-height: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 35px;
  }
  .benefitWrap .benefit-grid > li .bul-list {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #2159b7;
  }
}

.faqWrap .faq-grid > li dl dt {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  padding: 12px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #2159b7;
  cursor: pointer;
}
.faqWrap .faq-grid > li dl dt span {
  padding-left: 10px;
  color: #2159b7;
}
.faqWrap .faq-grid > li dl dt p {
  color: #fff;
}
.faqWrap .faq-grid > li dl dt:after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  width: 11px;
  height: 22px;
  background: url("../images/process_arrow.png") no-repeat center center/auto 22px;
  transform: rotate(90deg);
  transition: 0.3s;
}
.faqWrap .faq-grid > li dl dd {
  display: none;
  padding: 35px 10px;
  background-color: rgba(33, 89, 183, 0.2);
  line-height: 33px;
}
.faqWrap .faq-grid > li.active dl dt:after {
  transform: rotate(270deg);
}
.faqWrap .faq-grid > li.active dl dd {
  display: block;
}
@media (max-width: 880px) {
  .faqWrap .faq-grid > li dl dt {
    grid-template-columns: 80px 1fr;
    font-size: 16px;
  }
  .faqWrap .faq-grid > li dl dt p {
    font-size: 16px;
    line-height: 24px;
  }
  .faqWrap .faq-grid > li dl dd {
    font-size: 16px;
    line-height: 24px;
  }
}

.videoWrap .video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
}
.videoWrap .video-grid li figure {
  border-radius: 12px;
  overflow: hidden;
}
.videoWrap .video-grid li figcaption {
  margin-top: 10px;
}
.videoWrap .video-grid li figcaption strong {
  color: #fff;
}
.videoWrap .video-grid li figcaption strong img {
  height: 18px;
}
.videoWrap .video-grid li figcaption p {
  margin-top: 5px;
  font-weight: 400;
}
@media (max-width: 880px) {
  .videoWrap .video-grid {
    grid-template-columns: auto;
  }
  .videoWrap .video-grid figcaption strong {
    font-size: 16px;
  }
  .videoWrap .video-grid figcaption p {
    font-size: 14px;
  }
}

.etcWrap .etc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  height: 200px;
}
.etcWrap .etc-grid .link {
  position: relative;
  padding: 135px 0 0 15px;
  background-color: rgba(33, 89, 183, 0.2);
  border-radius: 12px;
  color: #fff;
}
.etcWrap .etc-grid .link:before {
  content: "";
  width: 72px;
  height: 72px;
  position: absolute;
  top: 30px;
  left: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 72px;
}
.etcWrap .etc-grid .link:nth-of-type(1):before {
  background-image: url("../images/sns_icon_01.png");
}
.etcWrap .etc-grid .link:nth-of-type(2):before {
  background-image: url("../images/sns_icon_02.png");
}
.etcWrap .etc-grid .link:nth-of-type(3):before {
  background-image: url("../images/sns_icon_03.png");
}
.etcWrap .etc-grid .link:nth-of-type(4):before {
  background-image: url("../images/sns_icon_04.png");
}
@media (max-width: 880px) {
  .etcWrap .etc-grid {
    height: auto;
    grid-template-columns: auto;
  }
  .etcWrap .etc-grid .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    padding: 15px 10px 15px 80px;
  }
  .etcWrap .etc-grid .link:before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }
  .etcWrap .etc-grid .link br {
    display: none;
  }
}

.linkWrap {
  padding-top: 6.1111111111rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.linkWrap a {
  width: 21.6666666667rem;
  height: 4.6666666667rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 30px;
  color: #fff;
  background-color: #353535;
}
.linkWrap a.link_apply {
  background-color: #2159b7;
}
@media (max-width: 880px) {
  .linkWrap {
    padding-top: 50px;
    display: grid;
    gap: 20px 0;
  }
  .linkWrap a {
    width: 240px;
    height: 60px;
    font-size: 24px;
  }
}

.popupWrap {
  width: 800px;
  padding: 50px 30px;
  background-color: #001213;
  border-radius: 20px;
  color: #fff;
  overflow-y: auto;
}
.popupWrap .popHeader {
  margin-bottom: 40px;
}
.popupWrap .popHeader dt {
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 50px;
}
.popupWrap .popHeader dd {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
}
.popupWrap .popGrid-list {
  height: 500px;
  overflow-y: auto;
  display: grid;
  gap: 45px 0;
}
.popupWrap .popGrid-list .popGrid-item dt {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  color: #50eaff;
}
.popupWrap .popGrid-list .popGrid-item dt:before {
  content: "Q. ";
}
.popupWrap .popGrid-list .popGrid-item dd {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 880px) {
  .popupWrap {
    width: calc(100% - 40px);
  }
  .popupWrap .popHeader {
    margin-bottom: 20px;
  }
  .popupWrap .popHeader dt {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
  }
  .popupWrap .popHeader dd {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
  }
  .popupWrap .popGrid-list {
    gap: 30px 0;
  }
  .popupWrap .popGrid-list .popGrid-item dt {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }
  .popupWrap .popGrid-list .popGrid-item dd {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */