@charset "UTF-8";
/* 영상 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&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: 16px;
}
@media (min-width: 1920px) {
  html {
    font-size: 1.25rem;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.875rem;
  }
}
@media (max-width: 830px) {
  html {
    font-size: 0.8125rem;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 0.75rem;
  }
}

html, body {
  color: #000;
  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: 16px;
  letter-spacing: 0;
  line-height: 1;
  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: #000;
}

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: 37.875rem;
  height: 31.3125rem;
  display: none;
  background-color: #fff;
  overflow: hidden;
  border-radius: 1.1875rem;
  border: 1px solid #000;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.15);
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 0.9375rem;
  right: 1.875rem;
  width: 1.4375rem;
  height: 1.4375rem;
  z-index: 10;
  background-color: transparent;
}
.popupWrap .btn_popClose:before, .popupWrap .btn_popClose:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.0625rem;
  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;
}
.popupWrap .popContent {
  padding-top: 5.9375rem;
  text-align: center;
}
.popupWrap .popContent dl dt {
  font-style: normal;
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 3.125rem;
  letter-spacing: -0.03em;
}
.popupWrap .popContent dl dd {
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 2.5rem;
}
.popupWrap .popContent .link-group {
  margin: 2.5rem auto 0;
  width: 15.659375rem;
  text-align: center;
}
.popupWrap .popContent .link-group .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.659375rem;
  height: 2.97125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #EEE9EB;
  font-size: 1rem;
  font-weight: 600;
}
.popupWrap .popContent .link-group li {
  position: relative;
  height: 2.97125rem;
}
.popupWrap .popContent .link-group li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2.97125rem;
  background-color: #000;
  border-radius: 0.375rem;
}
.popupWrap .popContent .link-group li:hover .link {
  top: -0.25rem;
  left: -0.25rem;
  transition: 0.3s;
  background-color: #00CFFF;
}
.popupWrap .popContent .link-group li + li {
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .popupWrap {
    height: auto;
  }
  .popupWrap .popContent {
    padding: 95px 0;
  }
}
@media screen and (max-width: 600px) {
  .popupWrap {
    width: 96%;
  }
  .popupWrap .popContent dl dt {
    font-size: 34px;
    line-height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .popupWrap .popContent dl dt {
    font-size: 26px;
  }
}

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

body {
  background-color: #fff;
}

html, body {
  letter-spacing: -3%;
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap {
    padding-top: 159px;
  }
}

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

main {
  position: relative;
  overflow: hidden;
}

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

.mVer {
  display: none;
}
@media screen and (max-width: 768px) {
  .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 {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header .mp-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7.8173611111vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  height: 11.0416666667vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  font-family: "Poppins";
  font-weight: 700;
  border-bottom: 1.5px solid #000;
  letter-spacing: -0.03em;
}
header .mp-title strong {
  padding-right: 1.3888888889vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  padding-top: 0.3472222222vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
}
@media screen and (max-width: 768px) {
  header .mp-title {
    height: 102px;
  }
}
@media screen and (max-width: 480px) {
  header .mp-title {
    padding-left: 13.5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column nowrap;
    font-size: 36.71px;
  }
  header .mp-title strong {
    display: block;
  }
}
header .gnb-area {
  position: relative;
  height: 4.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header .gnb-area {
    height: 57px;
  }
}
header .logo {
  display: block;
  margin-left: 1.9444444444vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  width: 5.76375rem;
  height: 4.0625rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/5.76375rem 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;
  margin-right: 2.7777777778vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
}
header nav .mp-title,
header nav .logo {
  display: none;
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  height: 4.0625rem;
  font-size: 1rem;
  font-weight: 600;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: -0.01em;
}
header nav ul li a span {
  position: relative;
  display: inline-block;
  line-height: 1.25rem;
}
header nav ul li + li {
  margin-left: 3.8194444444vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
}
header nav ul li:hover span:before, header nav ul li.active span:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
header nav .link_apply {
  margin-left: 3.8194444444vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.01em;
  height: 4.0625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  z-index: 100;
}
header nav .link_apply span {
  position: relative;
  display: inline-block;
  line-height: 1.25rem;
}
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;
  height: 4.0625rem;
}
header.fixed .mp-title {
  display: none;
}
header.fixed .header-menu {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  header {
    position: fixed;
  }
  header .section-inner {
    padding: 0;
  }
  header .logo {
    position: relative;
    width: 66px;
    height: 57px;
    background-size: 66px auto;
    margin-left: 14px;
  }
  header .m_btn_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    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;
    padding: 0;
    background-color: #000;
    box-sizing: border-box;
    z-index: 1000;
  }
  header .gnbWrap .mp-title {
    display: flex;
    color: #fff;
    border-color: #fff;
  }
  header .gnbWrap .gnb-area {
    border-color: #fff;
    background-color: #000;
  }
  header .gnbWrap .gnb-area .logo {
    display: block;
    background-image: url("../images/brandLogo_w.svg");
  }
  header .gnbWrap ul {
    display: block;
    width: 100%;
  }
  header .gnbWrap ul li {
    margin-left: 0 !important;
    width: 100%;
    padding-left: 24px;
    height: 75px;
    font-size: 20px;
    color: #fff;
  }
  header .gnbWrap ul li:before {
    display: none;
  }
  header .gnbWrap ul li a {
    display: block;
    text-align: left;
    font-weight: 600;
    color: #fff;
    line-height: 75px;
  }
  header .gnbWrap ul li:nth-of-type(1) {
    height: 0;
  }
  header .gnbWrap ul li.active {
    background-color: #00CFFF;
  }
  header .gnbWrap ul li.active a {
    color: #000;
  }
  header .gnbWrap ul li.active a span:before {
    display: none;
  }
  header .gnbWrap .link_apply {
    margin: 0;
    padding-left: 24px;
    height: 75px;
    font-size: 20px;
    color: #fff;
    justify-content: flex-start;
  }
  header .gnbWrap .box {
    display: block;
    margin-right: 0;
  }
  header .gnbWrap .m_btn_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    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.fixed {
    height: auto;
  }
  header.fixed > .mp-title {
    display: flex;
  }
  header.fixed .header-menu {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  header .gnb-area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
}

.t_42 {
  font-size: 2.625rem;
}

.t_23 {
  font-size: 1.4375rem;
}

.subTitle {
  text-align: center;
}
.subTitle dt {
  font-weight: 700;
}
.subTitle dd {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .subTitle dt {
    font-size: 34px;
    line-height: 43px !important;
  }
  .subTitle dd {
    margin-top: 24px !important;
    font-size: 18px;
    line-height: 28px !important;
    font-weight: 500;
  }
}

.headingWrap figure img {
  width: 100%;
}
.headingWrap .head-info {
  padding: 7.15625rem 0 6.90625rem;
  text-align: center;
}
.headingWrap .head-info dl {
  margin-bottom: 3.375rem;
}
.headingWrap .head-info dl dt {
  line-height: 112%;
  font-weight: 700;
  letter-spacing: 0;
}
.headingWrap .head-info dl dd {
  margin-top: 0.9375rem;
  font-size: 1.78125rem;
  line-height: 176%;
  letter-spacing: -0.025em;
}
.headingWrap .head-info .btn {
  height: 3.5625rem;
  width: 14rem;
  background: url("../images/btn_apply.svg") no-repeat 0 0;
  background-size: auto 3.5625rem;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .headingWrap .head-info {
    padding: 58px 24px 57px;
  }
  .headingWrap .head-info dl {
    margin-bottom: 47px;
  }
  .headingWrap .head-info dl dt {
    font-size: 34px;
    line-height: 44px;
  }
  .headingWrap .head-info dl dd {
    margin-top: 20px;
    font-size: 20px;
    line-height: 29px;
  }
  .headingWrap .head-info .btn {
    background-image: url("../images/btn_apply_m.svg");
    height: 56px;
    background-size: auto 56px;
    background-position: center 0;
    width: 100%;
  }
}
.headingWrap .logo-group {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.09375rem solid #000;
  border-bottom: 0.09375rem solid #000;
  margin-left: -2.0513888889vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  height: 3.65625rem;
  text-align: center;
}
.headingWrap .logo-group img {
  width: 29.8291666667vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
}
@media screen and (max-width: 768px) {
  .headingWrap .logo-group {
    height: 45px;
  }
  .headingWrap .logo-group img {
    width: auto;
    height: 19px;
  }
}

.motion-box {
  position: relative;
  height: 55.1736111111vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  background: url("../images/heading_keyvisual_bg_01.png") no-repeat 0 0/auto 100%;
}
@media screen and (max-width: 768px) {
  .motion-box {
    height: 100vw;
    background-image: url("../images/heading_keyvisual_bg_m_01.png");
  }
}
.motion-box .planning {
  top: 8.35vw;
  left: 5.69vw;
  width: 24.24vw;
  height: 23.89vw;
}
.motion-box .planning .box {
  bottom: 0;
  right: 0;
  width: 9.24vw;
  height: 13.13vw;
  background-image: url("../images/motion_planning_box.svg");
  background-size: auto 13.13vw;
  z-index: 1;
}
.motion-box .planning .objectBox {
  top: 0;
  left: 0;
  width: 23.61vw;
  height: 23.47vw;
  background-image: url("../images/motion_planning_object.png");
  background-size: auto 23.47vw;
}
.motion-box .planning .objectBox .eye {
  top: 0;
  left: 7.36vw;
  width: 7.57vw;
  height: 7.01vw;
  background-image: url("../images/motion_planning_eye_01.png");
  background-size: auto 7.01vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.motion-box .planning .objectBox .eye .eyeball {
  width: 100%;
  height: 4.03vw;
  background: url("../images/motion_planning_eyeball.png") no-repeat 0;
  background-size: auto 4.03vw;
}
@media screen and (max-width: 768px) {
  .motion-box .planning {
    top: 16.92vw;
    left: 5.9vw;
    width: 40.51vw;
    height: 42.56vw;
  }
  .motion-box .planning .box {
    bottom: -8px;
    right: 12px;
    width: 16.15vw;
    height: 23.08vw;
    background-size: auto 22vw;
  }
  .motion-box .planning .objectBox {
    width: 40vw;
    height: 40vw;
    background-size: auto 39.5vw;
  }
  .motion-box .planning .objectBox .eye {
    left: 12.56vw;
    width: 12.82vw;
    height: 11.79vw;
    background-size: auto 11.79vw;
  }
  .motion-box .planning .objectBox .eye .eyeball {
    height: 6.8vw;
    background-size: auto 6.8vw;
  }
}
.motion-box .app {
  left: 4.86vw;
  bottom: 0.87vw;
  width: 23.47vw;
  height: 20.69vw;
  background-image: url("../images/motion_app_hole.png");
  background-position: 0 bottom;
  background-size: auto 4.58vw;
  overflow: hidden;
}
.motion-box .app .android {
  right: 1.32vw;
  top: 0;
  width: 9.72vw;
  height: 12.15vw;
  background-image: url("../images/motion_app_android.png");
  background-size: auto 12.15vw;
}
.motion-box .app .apple {
  bottom: 1.67vw;
  left: 4.13vw;
  width: 10vw;
  height: 9.93vw;
  background-image: url("../images/motion_app_apple.png");
  background-size: auto 9.93vw;
}
.motion-box .app .cover {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.67vw;
  background-image: url("../images/motion_app_hole_bottom_01.png");
  background-position: center bottom;
  background-size: auto 1.67vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .motion-box .app {
    left: 4.87vw;
    bottom: 2.77vw;
    width: 41.03vw;
    height: 35.13vw;
    background-size: auto 8.08vw;
    background-image: url("../images/motion_app_hole_m.png");
  }
  .motion-box .app .android {
    width: 18.46vw;
    height: 17.44vw;
    background-image: url("../images/motion_app_android_m.png");
    background-size: auto 17.33vw;
  }
  .motion-box .app .apple {
    width: 19.23vw;
    height: 19.23vw;
    background-size: auto 19.23vw;
  }
  .motion-box .app .cover {
    left: -1vw;
    width: 100%;
    height: 8.08vw;
    background-image: url("../images/motion_app_hole_bottom_m.png");
    background-size: auto 8.08vw;
  }
}
.motion-box .button {
  top: 12.5vw;
  left: 35.9vw;
  width: 36.67vw;
  height: 7.64vw;
}
.motion-box .button [class*=bt] {
  top: 0;
  left: 0;
  width: 28.61vw;
  height: 5.35vw;
  background-size: auto 5.35vw;
}
.motion-box .button .bt_normal {
  background-image: url("../images/motion_button_normal_01.png");
  z-index: 1;
}
.motion-box .button .bt_active {
  background-image: url("../images/motion_button_active_01.png");
}
.motion-box .button .cursor {
  bottom: 0;
  right: 0;
  width: 10vw;
  height: 4.51vw;
  background-image: url("../images/motion_button_cursor.png");
  background-size: auto 4.51vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .motion-box .button {
    top: 10px;
    left: auto;
    right: 3.59vw;
    width: 42.56vw;
    height: 14.36vw;
  }
  .motion-box .button [class*=bt] {
    width: 42.56vw;
    height: 7.95vw;
    background-size: auto 7.95vw;
  }
  .motion-box .button .cursor {
    width: 16.92vw;
    height: 7.44vw;
    background-size: auto 7.44vw;
  }
}
.motion-box .booting {
  bottom: 10.14vw;
  right: 2.05vw;
  width: 29.1vw;
  height: 13.96vw;
}
.motion-box .booting .text {
  top: 0;
  right: 0;
  width: 14.58vw;
  height: 2.15vw;
  background-image: url("../images/motion_loading_text.png");
  background-size: 14.58vw auto;
}
.motion-box .booting .eye {
  top: 4.1vw;
  right: 4.38vw;
  width: 8.19vw;
  height: 7.43vw;
  background-image: url("../images/motion_loading_eye_bg.png");
  background-size: auto 7.43vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.motion-box .booting .eye .eyeball {
  width: 100%;
  height: 4.79vw;
  background: url("../images/motion_loading_eye_02.png") no-repeat 0;
  background-size: auto 4.79vw;
}
.motion-box .booting .loading {
  top: 0;
  left: 0;
  width: 14.1vw;
  height: 14.1vw;
}
.motion-box .booting .loading [class*=bar] {
  top: 0;
  left: 0;
  width: 14.1vw;
  height: 14.1vw;
  background-size: auto 14.1vw;
}
.motion-box .booting .loading .bar01 {
  background-image: url("../images/motion_loading_bar_01.png");
}
.motion-box .booting .loading .bar02 {
  background-image: url("../images/motion_loading_bar_02.png");
}
.motion-box .booting .loading .bar03 {
  background-image: url("../images/motion_loading_bar_03.png");
}
.motion-box .booting .loading .bar04 {
  background-image: url("../images/motion_loading_bar_04.png");
}
.motion-box .booting .loading .bar05 {
  background-image: url("../images/motion_loading_bar_05.png");
}
.motion-box .booting .loading .bar06 {
  background-image: url("../images/motion_loading_bar_06.png");
}
.motion-box .booting .loading .bar07 {
  background-image: url("../images/motion_loading_bar_07.png");
}
.motion-box .booting .loading .bar08 {
  background-image: url("../images/motion_loading_bar_08.png");
}
.motion-box .booting .loading .bar09 {
  background-image: url("../images/motion_loading_bar_09.png");
}
.motion-box .booting .loading .bar010 {
  background-image: url("../images/motion_loading_bar_010.png");
}
.motion-box .booting .loading .bar011 {
  background-image: url("../images/motion_loading_bar_011.png");
}
.motion-box .booting .loading .bar012 {
  background-image: url("../images/motion_loading_bar_012.png");
}
.motion-box .booting .loading .bar04,
.motion-box .booting .loading .bar05,
.motion-box .booting .loading .bar06 {
  visibility: hidden;
}

.interviewWrap {
  border-bottom: 1.5px solid #000;
}
.interviewWrap .section-inner {
  padding: 5.75rem 0 7.8125rem;
}
.interviewWrap .subTitle dt {
  line-height: 3.5rem;
}
.interviewWrap .subTitle dd {
  margin-top: 0.3125rem;
  line-height: 2.75rem;
}
.interviewWrap .interview-wrap {
  margin-top: 3.375rem;
  height: 34.6875rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interviewWrap .section-inner {
    padding: 67px 0 143px;
  }
  .interviewWrap .subTitle {
    text-align: left;
    padding-left: 24px;
  }
  .interviewWrap .interview-wrap {
    height: 398px;
  }
}

.bul__list li {
  position: relative;
  padding-left: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.bul__list li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bul__list li {
    font-size: 18px;
  }
}

.cont {
  position: relative;
  width: 24.6875rem !important;
  height: 16.25rem !important;
  margin-left: 1.75rem !important;
}
.cont .inner-box {
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 100%;
  height: 15.875rem;
  padding: 2rem 2.5rem 0 1.9375rem !important;
  border-radius: 0.375rem;
  border: 1px solid #000;
}
.cont .inner-box p {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: left;
}
.cont .inner-box .name {
  position: absolute;
  bottom: 2.3125rem;
  left: 1.9375rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.208125rem;
  line-height: 1.25rem;
}
.cont .inner-box .badge {
  position: absolute;
  bottom: 2.1875rem;
  right: 1.875rem;
}
.cont .inner-box .badge img {
  height: 1.6875rem;
}
.cont .inner-box.type01 {
  background-color: #00CFFF;
}
.cont .inner-box.type02 {
  background-color: #FF5BB2;
}
.cont .inner-box.type03 {
  background-color: #EEE9EB;
}
.cont .inner-box.type04 {
  background-color: #FFF100;
}
.cont:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  right: 0;
  width: 100%;
  height: 15.875rem;
  background-color: #000;
  border-radius: 0.375rem;
  visibility: hidden;
  z-index: -1;
}
.cont:hover .inner-box {
  top: 0;
  left: -0.375rem;
  transition: 0.3s;
}
.cont:hover:before {
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .cont {
    margin-left: 0 !important;
    width: 342px !important;
    height: 398px !important;
  }
  .cont .inner-box {
    height: 392px;
  }
  .cont .inner-box p {
    font-size: 16px;
    line-height: 25px;
  }
  .cont .inner-box .name {
    bottom: 90px;
    font-size: 24px;
  }
  .cont .inner-box .badge {
    position: absolute;
    bottom: 33px;
    left: 1.875rem;
    right: auto;
  }
  .cont .inner-box .badge img {
    height: 35px;
  }
  .cont:before {
    height: 392px;
  }
}

.interview-page {
  bottom: 82.5px !important;
}
.interview-page .swiper-pagination-bullet {
  border: 1px solid #000;
  background-color: #fff;
  opacity: 1;
}
.interview-page .swiper-pagination-bullet-active {
  background-color: #000;
}

.simply-scroll {
  margin: 0;
}
.simply-scroll + .simply-scroll {
  margin-top: 2.1875rem;
}

.simply-scroll,
.simply-scroll .simply-scroll-clip {
  width: 100vw;
  height: 16.25rem;
  overflow: hidden;
}

.simply-scroll .simply-scroll-list {
  height: 16.25rem;
}

.content-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 45.4375rem;
}
.content-area .object-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-area {
    grid-template-columns: auto;
    height: auto;
  }
}

.jobPostingWrap {
  border-bottom: 1.5px solid #000;
}
.jobPostingWrap .head-area {
  padding: 7.375rem 0 7.6875rem;
  border-bottom: 1.5px solid #000;
}
.jobPostingWrap .head-area .subTitle dt {
  line-height: 3.4875rem;
}
.jobPostingWrap .head-area .subTitle dd {
  margin-top: 1.5625rem;
  line-height: 147.5%;
}
@media screen and (max-width: 768px) {
  .jobPostingWrap .head-area {
    padding: 83px 0 90px;
  }
}
.jobPostingWrap .content-area .object-box {
  background: url("../images/jd_object_bg_01.png") repeat 0 0;
  background-size: auto 2.375rem;
}
.jobPostingWrap .content-area .object-box figure img {
  width: 30.74125rem;
}
@media screen and (max-width: 768px) {
  .jobPostingWrap .content-area .object-box {
    padding: 53px 60px;
    border-bottom: 1.5px solid #000;
  }
  .jobPostingWrap .content-area .object-box figure img {
    height: 490px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .jobPostingWrap .content-area .object-box figure img {
    height: 290px;
  }
}
.jobPostingWrap .content-area .cont-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-left: 6.5972222222vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
  padding-right: 6.5277777778vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
}
.jobPostingWrap .content-area .cont-box dl dt {
  letter-spacing: -0.01em;
  font-weight: 700;
  line-height: 122%;
}
.jobPostingWrap .content-area .cont-box dl dd {
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.jobPostingWrap .content-area .cont-box dl + dl {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .jobPostingWrap .content-area .cont-box {
    padding: 61px 24px 63px;
  }
  .jobPostingWrap .content-area .cont-box dl dt {
    font-size: 24px;
  }
  .jobPostingWrap .content-area .cont-box dl dd {
    font-size: 18px;
  }
}
.jobPostingWrap .schedule-area {
  position: relative;
  padding: 5.9375rem 7.5rem 6.875rem 7.4375rem;
  background-color: #FFF100;
  border-top: 1.5px solid #000;
}
.jobPostingWrap .schedule-area h3 {
  margin-bottom: 2.9375rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 122%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .jobPostingWrap .schedule-area {
    padding: 62px 24px 68px;
  }
  .jobPostingWrap .schedule-area h3 {
    margin-bottom: 34px;
    font-size: 34px;
  }
}
.jobPostingWrap .schedule-area .process-list {
  margin-left: 0.1875rem;
}
.jobPostingWrap .schedule-area .process-list ul {
  display: grid;
  grid-template-columns: repeat(6, 10.21vw);
  gap: 0 4.38vw;
  justify-content: center;
}
.jobPostingWrap .schedule-area .process-list ul li {
  position: relative;
}
.jobPostingWrap .schedule-area .process-list ul li .icon-box {
  position: relative;
  height: 6.87vw;
}
.jobPostingWrap .schedule-area .process-list ul li .icon-box .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.4px solid #000;
  border-radius: 0.25rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 6.87vw;
}
.jobPostingWrap .schedule-area .process-list ul li .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6.87vw;
  background-color: #000;
  border-radius: 0.375rem;
}
.jobPostingWrap .schedule-area .process-list ul li p {
  margin-top: 1.258125rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
}
.jobPostingWrap .schedule-area .process-list ul li p strong {
  display: block;
}
.jobPostingWrap .schedule-area .process-list ul li:hover .box {
  top: -0.25rem;
  left: -0.25rem;
  transition: 0.3s;
}
.jobPostingWrap .schedule-area .process-list ul li:nth-of-type(1) .box {
  background-image: url("../images/process_icon_01.png");
}
.jobPostingWrap .schedule-area .process-list ul li:nth-of-type(2) .box {
  background-image: url("../images/process_icon_02.png");
}
.jobPostingWrap .schedule-area .process-list ul li:nth-of-type(3) .box {
  background-image: url("../images/process_icon_03.png");
}
.jobPostingWrap .schedule-area .process-list ul li:nth-of-type(4) .box {
  background-image: url("../images/process_icon_04.png");
}
.jobPostingWrap .schedule-area .process-list ul li:nth-of-type(5) .box {
  background-image: url("../images/process_icon_05.png");
}
.jobPostingWrap .schedule-area .process-list ul li:nth-of-type(6) .box {
  background-image: url("../images/process_icon_06.png");
}
.jobPostingWrap .schedule-area .process-list ul li + li:before {
  content: "";
  position: absolute;
  top: 2.4375vw;
  left: -2.5vw;
  width: 0.82vw;
  height: 1.41vw;
  background: url("../images/process_arrow.svg") no-repeat center center/auto 1.41vw;
}
@media screen and (max-width: 768px) {
  .jobPostingWrap .schedule-area .process-list {
    margin-left: 0;
  }
  .jobPostingWrap .schedule-area .process-list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 60px;
  }
  .jobPostingWrap .schedule-area .process-list ul li {
    height: 176px;
  }
  .jobPostingWrap .schedule-area .process-list ul li .icon-box {
    height: 85px;
  }
  .jobPostingWrap .schedule-area .process-list ul li .icon-box .box {
    background-size: auto 85px;
  }
  .jobPostingWrap .schedule-area .process-list ul li .icon-box:before {
    height: 85px;
  }
  .jobPostingWrap .schedule-area .process-list ul li + li:before {
    top: 27px;
    left: -39px;
    width: 18px;
    height: 31px;
    background-size: auto 31px;
    background-image: url("../images/process_arrow_m.svg");
  }
  .jobPostingWrap .schedule-area .process-list ul li + li:nth-of-type(4):before {
    display: none;
  }
  .jobPostingWrap .schedule-area .process-list ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .jobPostingWrap .schedule-area .process-list ul {
    grid-template-columns: repeat(2, 1fr);
    counter-reset: count;
  }
  .jobPostingWrap .schedule-area .process-list ul li + li:nth-of-type(2n-1):before {
    display: none;
  }
  .jobPostingWrap .schedule-area .process-list ul li + li:nth-of-type(4):before {
    display: block;
  }
  .jobPostingWrap .schedule-area .process-list ul li p strong {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jobPostingWrap .schedule-area .process-list ul li p strong:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url("../images/count_01.svg") no-repeat 0 center/auto 15.88px;
  }
  .jobPostingWrap .schedule-area .process-list ul li:nth-of-type(1) p strong:before {
    background-image: url("../images/count_01.svg");
  }
  .jobPostingWrap .schedule-area .process-list ul li:nth-of-type(2) p strong:before {
    background-image: url("../images/count_02.svg");
  }
  .jobPostingWrap .schedule-area .process-list ul li:nth-of-type(3) p strong:before {
    background-image: url("../images/count_03.svg");
  }
  .jobPostingWrap .schedule-area .process-list ul li:nth-of-type(4) p strong:before {
    background-image: url("../images/count_04.svg");
  }
  .jobPostingWrap .schedule-area .process-list ul li:nth-of-type(5) p strong:before {
    background-image: url("../images/count_05.svg");
  }
  .jobPostingWrap .schedule-area .process-list ul li:nth-of-type(6) p strong:before {
    background-image: url("../images/count_06.svg");
  }
}
.jobPostingWrap .schedule-area .schedule-info {
  position: relative;
  margin-top: 3.164375rem;
}
.jobPostingWrap .schedule-area .schedule-info li {
  display: grid;
  grid-template-columns: 12.6875rem 1fr;
  align-items: center;
  letter-spacing: -0.01em;
}
.jobPostingWrap .schedule-area .schedule-info li label {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 122%;
}
.jobPostingWrap .schedule-area .schedule-info li p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.jobPostingWrap .schedule-area .schedule-info li + li {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .jobPostingWrap .schedule-area .schedule-info {
    margin-top: 63px;
  }
  .jobPostingWrap .schedule-area .schedule-info li {
    grid-template-columns: auto;
  }
  .jobPostingWrap .schedule-area .schedule-info li label {
    font-size: 24px;
  }
  .jobPostingWrap .schedule-area .schedule-info li p {
    margin-top: 10px;
    font-size: 18px;
  }
  .jobPostingWrap .schedule-area .schedule-info li + li {
    margin-top: 44px;
  }
}
.jobPostingWrap .schedule-area .comment {
  position: absolute;
  bottom: 1.3125rem;
  right: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #414141;
}
@media screen and (max-width: 768px) {
  .jobPostingWrap .schedule-area .comment {
    margin-top: 43px;
    position: relative;
    bottom: auto;
    right: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
  }
}

.blockM {
  top: -2.55875rem;
  left: calc(50% + 19.0625rem);
  width: 11.464375rem;
  height: 11.090625rem;
  background-image: url("../images/block_m.svg");
  background-size: auto 11.090625rem;
}

.blockG {
  top: 9rem;
  left: calc(50% + 29.75rem);
  width: 7.348125rem;
  height: 6.309375rem;
  background-image: url("../images/block_g.svg");
  background-size: auto 6.309375rem;
}

.blockH {
  top: 9.375rem;
  left: calc(50% - 30.8125rem);
  width: 10.6275rem;
  height: 10.280625rem;
  background-image: url("../images/block_h.svg");
  background-size: auto 10.280625rem;
}

@media screen and (max-width: 768px) {
  .blockM {
    top: -44px;
    left: auto;
    right: 23px;
    width: 103.54px;
    height: 101.38px;
    background-size: auto 101.38px;
  }
  .blockG {
    top: 70px;
    right: -17px;
    left: auto;
    width: 66.52px;
    height: 57.12px;
    background-size: auto 57.12px;
  }
  .blockH {
    top: 297px;
    left: 9px;
    width: 108.98px;
    height: 106.74px;
    background-size: auto 106.74px;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
.benefitWrap {
  border-bottom: 1.5px solid #000;
}
.benefitWrap .content-area .info-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-left: 7.2222222222vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
}
.benefitWrap .content-area .info-box h2 {
  margin-bottom: 3.875rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.4375rem;
}
.benefitWrap .content-area .info-box dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
}
.benefitWrap .content-area .info-box dl dd {
  margin-top: 0.5625rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.benefitWrap .content-area .info-box dl + dl {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .benefitWrap .content-area .info-box {
    padding: 66px 24px 67px;
  }
  .benefitWrap .content-area .info-box h2 {
    margin-bottom: 46px;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 43px;
  }
  .benefitWrap .content-area .info-box dl dt {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 122%;
  }
  .benefitWrap .content-area .info-box dl dd {
    margin-top: 10px;
    font-size: 18px;
  }
}
.benefitWrap .content-area .object-box {
  background-color: #000;
}
.benefitWrap .content-area .object-box figure img {
  width: 34.8125rem;
}
@media screen and (max-width: 768px) {
  .benefitWrap .content-area .object-box {
    padding: 52px 35px;
  }
  .benefitWrap .content-area .object-box figure img {
    height: 480px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .benefitWrap .content-area .object-box figure img {
    height: 280px;
  }
}

.faqWrap .section-inner {
  padding: 7.375rem 0 8.6875rem;
  margin: 0 auto;
  width: 85vw;
  /*
  px->vw 변환비율구하기 =
  px에 100곱하고 나누기 너비
  */
}
.faqWrap .subTitle {
  margin-bottom: 4.8125rem;
}
.faqWrap .subTitle dt {
  line-height: 3.4875rem;
}
.faqWrap .subTitle dd {
  margin-top: 1.1875rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.40625rem;
  line-height: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .faqWrap .section-inner {
    padding: 75px 24px 100px;
    width: auto;
  }
  .faqWrap .subTitle {
    margin-bottom: 41px;
  }
  .faqWrap .subTitle dt {
    line-height: 3.4875rem;
  }
  .faqWrap .subTitle dd {
    margin-top: 1.1875rem;
    font-size: 17px;
    line-height: 26px;
  }
}
.faqWrap .faqTabUI {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-bottom: 3.0625rem;
  gap: 0 0.62125rem;
}
.faqWrap .faqTabUI li {
  height: 3.1875rem;
  border: 1px solid #000;
  border-radius: 3px;
}
.faqWrap .faqTabUI li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: inherit;
}
.faqWrap .faqTabUI li.active {
  background-color: #00CFFF;
}
@media screen and (max-width: 768px) {
  .faqWrap .faqTabUI {
    margin-bottom: 50px;
    gap: 7px;
  }
  .faqWrap .faqTabUI li {
    height: 51px;
  }
  .faqWrap .faqTabUI li a {
    font-size: 16px;
    align-items: flex-start;
    padding-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .faqWrap .faqTabUI {
    grid-template-columns: repeat(2, 1fr);
  }
}
.faqWrap .faq-list {
  border-top: 1.5px solid #000;
}
.faqWrap .faq-list li {
  position: relative;
  border-bottom: 1.5px solid #000;
  padding: 0 2.75rem 0 7.1875rem;
}
.faqWrap .faq-list li dl .head {
  padding: 2.0625rem 0 2rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  cursor: pointer;
}
.faqWrap .faq-list li dl .head:before {
  content: "";
  position: absolute;
  top: 2.46375rem;
  left: 0.6875rem;
  width: 0.875rem;
  height: 0.948125rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/icon_plus.svg");
  background-size: auto 0.948125rem;
}
.faqWrap .faq-list li dl dd {
  display: none;
  padding-bottom: 2.25rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.21875rem;
  line-height: 1.6875rem;
  letter-spacing: -0.01em;
}
.faqWrap .faq-list li dl dd p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.21875rem;
  line-height: 1.6875rem;
  letter-spacing: -0.01em;
}
.faqWrap .faq-list li dl dd.process p {
  margin-bottom: 2.0625rem;
}
.faqWrap .faq-list li dl dd.process p.comment {
  margin-bottom: 0 !important;
}
.faqWrap .faq-list li dl dd.process figure img {
  width: 26rem;
}
.faqWrap .faq-list li dl dd.process figure + p {
  margin-top: 2.3125rem;
}
.faqWrap .faq-list li dl dd.test div + div {
  margin: 0.6875rem 0 2.0625rem;
}
@media screen and (max-width: 768px) {
  .faqWrap .faq-list li {
    border-bottom: 1px solid #000;
    padding: 0 15px 0 53px;
  }
  .faqWrap .faq-list li dl .head {
    padding: 18px 0 21px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
  }
  .faqWrap .faq-list li dl .head:before {
    top: 26px;
    width: 12px;
    height: 12px;
    background-size: 12px auto;
  }
  .faqWrap .faq-list li dl dd {
    padding-bottom: 21px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #414141;
  }
  .faqWrap .faq-list li dl dd p {
    font-size: 18px;
    line-height: 27px;
  }
  .faqWrap .faq-list li dl dd.process p {
    margin-bottom: 23px;
  }
  .faqWrap .faq-list li dl dd.test div + div {
    margin: 27px 0;
  }
  .faqWrap .faq-list li:before {
    top: 24.42px;
    width: 14px;
    height: 15.17px;
  }
}
.faqWrap .faq-list li.active dl .head {
  transition: 0.3s;
}
.faqWrap .faq-list li.active dl .head:before {
  background-image: url("../images/icon_minus.svg");
}
.faqWrap .faq-list.warning li {
  padding: 1.9375rem 2.75rem 2.1875rem 7.1875rem;
}
.faqWrap .faq-list.warning li p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}
.faqWrap .faq-list.warning li:before {
  content: "";
  position: absolute;
  top: 2.703125rem;
  left: 0.6875rem;
  width: 0.9375rem;
  height: 0.625rem;
  background: url("../images/icon_check.svg") no-repeat 0 0;
  background-size: 0.933125rem auto;
}
@media screen and (max-width: 768px) {
  .faqWrap .faq-list.warning li {
    padding: 18px 20px 21px 53px;
  }
  .faqWrap .faq-list.warning li p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
  }
  .faqWrap .faq-list.warning li:before {
    top: 27px;
    width: 15px;
    height: 10px;
    background-size: 15px auto;
  }
}
@media screen and (max-width: 768px) {
  .faqWrap .faq-list {
    border-top: 1px solid #000;
  }
}

.registWrap {
  background-color: #000;
  color: #fff;
}
.registWrap .section-inner {
  padding: 5.625rem 0 1rem;
  text-align: center;
}
.registWrap h3 {
  margin-bottom: 2.125rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  text-align: center;
}
.registWrap .link-area {
  margin-top: 4.375rem;
}
.registWrap .link-area p {
  margin-bottom: 2.625rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.434375rem;
  line-height: 3.05625rem;
}
.registWrap .link-area .btn {
  height: 3.4375rem;
  width: 14rem;
  background: url("../images/regist_btn_apply.svg") no-repeat 0 0;
  background-size: auto 3.4375rem;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .registWrap .section-inner {
    padding: 102px 0 156px;
  }
  .registWrap h3 {
    font-size: 18px;
    line-height: 122%;
  }
  .registWrap .link-area {
    margin-top: 51px;
  }
  .registWrap .link-area p {
    margin-bottom: 39px;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 44px;
  }
  .registWrap .link-area .btn {
    background-image: url("../images/regist_btn_apply_m.svg");
    height: 56px;
    background-size: auto 56px;
    background-position: center 0;
    width: 100%;
  }
}
.registWrap .ob_hand {
  top: 17.5625rem;
  left: calc(50% - 35.9375rem);
  width: 10.125rem;
  height: 12.25rem;
  background-size: auto 12.25rem;
  background-image: url("../images/regist_object_hand.png");
}
.registWrap .ob_star {
  top: 15.5625rem;
  left: calc(50% - 26.5rem);
  width: 2.5625rem;
  height: 2.5625rem;
  background-size: auto 2.5625rem;
  background-image: url("../images/regist_object_star.svg");
}
.registWrap .ob_star01 {
  top: 15.125rem;
  left: calc(50% - 24.1875rem);
  width: 1.1875rem;
  height: 1.1875rem;
  background-size: auto 1.1875rem;
  background-image: url("../images/regist_object_star_01.svg");
}
.registWrap .ob_01 {
  top: 4rem;
  left: calc(50% + 20.875rem);
  width: 17.1875rem;
  height: 6.75rem;
  background-size: auto 6.714375rem;
  background-image: url("../images/regist_object_01.png");
}
.registWrap .ob_02 {
  top: 10.0625rem;
  left: calc(50% + 25.8125rem);
  width: 9.9375rem;
  height: 9.9375rem;
  background-size: auto 9.90625rem;
  background-image: url("../images/regist_object_02.png");
}
.registWrap .ob_03 {
  top: 8.486875rem;
  left: calc(50% + 33.86625rem);
  width: 7.0625rem;
  height: 7.0625rem;
  background-size: auto 7rem;
  background-image: url("../images/regist_object_03.png");
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .registWrap .ob_hand {
    top: auto;
    bottom: 8px;
    left: 27px;
    width: 102px;
    height: 125px;
    background-size: auto 124px;
  }
  .registWrap .ob_star {
    top: auto;
    bottom: 105px;
    left: 137px;
    width: 28px;
    height: 28px;
    background-size: auto 27px;
  }
  .registWrap .ob_star01 {
    top: auto;
    bottom: 124px;
    left: 162px;
    width: 13px;
    height: 13px;
    background-size: auto 12px;
  }
  .registWrap .ob_01 {
    display: none;
  }
  .registWrap .ob_02 {
    top: -58px;
    left: auto;
    right: 43px;
    width: 133px;
    height: 133px;
    background-size: auto 132px;
  }
  .registWrap .ob_03 {
    top: 35px;
    left: auto;
    right: 8px;
    width: 79px;
    height: 79px;
    background-size: auto 78px;
  }
}

.countBox {
  position: relative;
  height: 8.625rem;
  margin-bottom: 4.375rem;
  z-index: 10;
}
.countBox .countingBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.countBox .countingBox .count {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 6.4725rem;
  line-height: 6.8125rem;
}
.countBox .countingBox .count span {
  position: relative;
  display: inline-block;
  width: 8.3125rem;
  height: 6.8125rem;
  text-align: center;
}
.countBox .countingBox .count span + span {
  margin-left: 2.0625rem;
}
.countBox .countingBox .count span:after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  bottom: -1.8125rem;
  left: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.21875rem;
  line-height: 1.8125rem;
  color: #BCBCBC;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .countBox .countingBox .count {
    font-size: 59px;
    line-height: 70px;
  }
  .countBox .countingBox .count span {
    width: 80px;
    height: 70px;
  }
  .countBox .countingBox .count span + span {
    margin-left: 15px;
  }
}

footer {
  padding: 3.25rem 0;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 3.75rem;
  color: #939393;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 12px;
    line-height: 19px;
  }
}/*# sourceMappingURL=style.css.map */