@charset "UTF-8";
img {
  pointer-events: none;
}
.l-hidden {
  display: none !important;
}

#wrap,
.container {
  position: relative;
}

/* 루트 */
:root {
  --color-point-green: #b7f932;
}

::-webkit-scrollbar {
  display: none;
}
/* br */
.mo_br,
.mo_br_768,
.mo_br_1024 {
  display: none;
}

@media (max-width: 1024px) {
  .mo_br_1024 {
    display: block;
  }
  .web_br_1024 {
    display: none;
  }
}
@media (max-width: 768px) {
  .mo_br_768 {
    display: block;
  }
  .web_br {
    display: none;
  }
}
@media (max-width: 500px) {
  .mo_br {
    display: block;
  }
}
/* 스크롤 방지 */
.container_horz.is-block,
body.is-block,
html.is-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
}
/* 서브페이지 인트로 비디오 레이아웃 */
.back_con_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.back_con_wrap > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 서브페이지 상단 레이어 */
.container_inner {
  width: 100%;
  position: relative;
  z-index: 20;
}

/* 서브페이지 콘텐츠 타이틀 영역 */
.spage_titwrap {
  padding-bottom: 60px;
}
.spage_titwrap .small_tit {
  font-size: 18px;
  color: #fff;
}
.spage_titwrap .tit {
  font-size: 42px;
  line-height: 62px;
  font-weight: 800;
  color: #fff;
  padding-top: 31px;
}
.spage_titwrap .txt {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  padding-top: 80px;
  word-break: keep-all;
}

/* 버튼 스타일 */
.contact_anytime_btn {
  margin-top: 76px;
  font-size: 18px;
  color: #fff;
  cursor: pointer !important;
  text-transform: uppercase;
  font-family: "nimbus-sans-extendard", sans-serif;
}
.contact_anytime_btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin: 0 auto;
  margin-top: 12px;
  background: url(../images/icon/c-arrow-right-wh.svg) no-repeat;
  background-size: cover;
  transition: 0.4s;
}

.contact_anytime_btn:hover::after {
  transform: translateX(8px);
  /* transform: rotate(-45deg); */
}
@media (max-width: 1400px) {
  .contact_anytime_btn {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .contact_anytime_btn {
    margin-top: 40px;
  }
  .contact_anytime_btn::after {
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  .contact_anytime_btn {
    font-size: 15px;
    margin-top: 30px;
  }
  .contact_anytime_btn::after {
    width: 16px;
    height: 10px;
  }
}
@media (max-width: 500px) {
  .contact_anytime_btn {
    font-size: 13px;
    margin-top: 18px;
  }
}
