@charset "UTF-8";

/** setting s **/
body {
  background: #d6d7d7;
}

.mo {
  display: none;
}

.blind {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
/** setting e **/

/* 레이아웃 골격 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: unset;
}
.container.mo {
  max-width: 1080px;
}
.container .inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.section {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.section img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* 통이미지 위 버튼 핫스팟 (디자인 기준 % 좌표) */
.section .btn_area {
  position: absolute;
  display: block;
  z-index: 1;
  cursor: pointer;
}

/* PC 버튼 핫스팟 */
.container.pc .section01 .btn_join {
  left: 39.583%;
  top: 79.132%;
  width: 20.833%;
  height: 9.298%;
}
.container.pc .section02 .btn_apply {
  left: 39.583%;
  top: 90.46%;
  width: 20.833%;
  height: 3.733%;
}

/* 04. 플랫폼 소개 (배경 영상 섹션) */
.section04 .video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 1920 x 1080 */
  background: #000;
  overflow: hidden;
}
.section04 .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section04 .txt_overlay {
  position: absolute;
  left: 38.542%;
  top: 29.815%;
  width: 22.969%;
}
.section04 .btn_detail {
  position: absolute;
  left: 39.583%;
  top: 80.556%;
  width: 20.833%;
  z-index: 1;
}
.section04 .btn_detail img {
  width: 100%;
}

/* 하단 company_info(푸터) */
.section.company_info {
  background: #3c3c3c;
}
.section.company_info img {
  width: 100%;
}

/* 07. QR 팝업 */
.popup_qr {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 560px;
  max-width: 90vw;
}
.popup_qr img {
  width: 100%;
}
.popup_qr img.pc {
  display: block;
}
.popup_qr img.mo {
  display: none;
}
.popup_qr .pop_exit {
  position: absolute;
  top: 3%;
  right: 2.5%;
  width: 12%;
  height: 13%;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* 팝업용 딤드 레이어 */
#fog {
  display: none;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding-bottom: 100%;
}

/* ==========================================================================
   모바일 (768px 이하)
   ========================================================================== */
@media only screen and (max-width: 768px) {
  body {
    background: #4e4e4e;
  }

  .pc {
    display: none;
  }
  .mo {
    display: block;
  }

  .section.company_info img {
    max-width: unset;
  }

  .container.mo .section01 .btn_join {
    left: 17.933%;
    top: 68.583%;
    width: 64%;
    height: 8.333%;
  }
  .container.mo .section02 .btn_apply {
    left: 18%;
    top: 92.384%;
    width: 64%;
    height: 2.929%;
  }

  /* 04. 플랫폼 소개 (배경 영상 섹션) */
  .container.mo .section04 .video_wrap {
    padding-top: 133.333%; /* 750 x 1000 */
  }
  .container.mo .section04 .txt_overlay {
    left: 20.6%;
    top: 27.6%;
    width: 58.8%;
  }
  .container.mo .section04 .btn_detail {
    left: 18%;
    top: 62.2%;
    width: 64%;
  }

  /* 07. QR 팝업 */
  .popup_qr img.pc {
    display: none;
  }
  .popup_qr img.mo {
    display: block;
  }
  .popup_qr {
    width: 89.333vw; /* 670 / 750 */
    max-width: 670px;
  }
  .popup_qr .pop_exit {
    width: 14%;
    height: 11%;
  }
}
