@charset "utf-8";

/* ============================================
   HMG Auth 프로젝트 상세 (project/hmgauth/index.html 전용)

   project_detail.css 는 scss 컴파일 결과물이라 직접 수정하면
   다음 컴파일 때 덮어써진다. 이 페이지 스타일만 여기에 분리한다.
   ============================================ */

.project_detail_list.hmgauth {
  background-color: #fff;
  font-family: "Pretendard Eng", sans-serif;
  color: #191919;
}

/* ============================================
   공통 요소
   ============================================ */
.hmg_inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.hmg_sec {
  padding: 160px 0;
}

.hmg_eyebrow {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #1e4f9c;
  margin-bottom: 24px;
}

.hmg_tit {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.hmg_tit_sub {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.hmg_desc {
  margin-top: 24px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.75;
  color: #5a6472;
  word-break: keep-all;
}

.hmg_sec_head {
  margin-bottom: 70px;
}

.hmg_sec_head_sub {
  margin-top: 120px;
}

@media (max-width: 1024px) {
  .hmg_sec {
    padding: 110px 0;
  }
  .hmg_tit {
    font-size: 36px;
  }
  .hmg_tit_sub {
    font-size: 25px;
  }
  .hmg_sec_head {
    margin-bottom: 48px;
  }
  .hmg_sec_head_sub {
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  .hmg_inner {
    padding: 0 24px;
  }
  .hmg_sec {
    padding: 80px 0;
  }
  .hmg_tit {
    font-size: 28px;
  }
  .hmg_tit_sub {
    font-size: 21px;
  }
  .hmg_desc {
    margin-top: 18px;
    font-size: 15px;
  }
  .hmg_eyebrow {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .hmg_sec_head {
    margin-bottom: 36px;
  }
  .hmg_sec_head_sub {
    margin-top: 64px;
  }
}

/* ============================================
   비주얼 (표지)
   ============================================ */
.project_detail_list.hmgauth .prode_visual_wrap {
  height: auto;
  padding-top: 220px;
  background: linear-gradient(180deg, #0b2244 0%, #17396e 100%);
}
/* 기본 표지는 배경 이미지 위에 어두운 그라데이션을 얹지만
   여기서는 표지 자체가 이미 어두워서 필요 없다 */
.project_detail_list.hmgauth .prode_visual_wrap::after {
  display: none;
}

.hmg_visual_inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px 90px;
  text-align: center;
}

.hmg_visual_client {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #8fb4ec;
}

.hmg_visual_tit {
  margin-top: 22px;
  font-size: 88px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

.hmg_visual_sub {
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.6;
  color: #c6d8f4;
  word-break: keep-all;
}

.hmg_visual_img {
  display: block;
  width: calc(100% - 80px);
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .project_detail_list.hmgauth .prode_visual_wrap {
    padding-top: 170px;
  }
  .hmg_visual_tit {
    font-size: 62px;
  }
  .hmg_visual_sub {
    font-size: 17px;
  }
  .hmg_visual_inner {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .project_detail_list.hmgauth .prode_visual_wrap {
    padding-top: 130px;
  }
  .hmg_visual_inner {
    padding: 0 24px 44px;
  }
  .hmg_visual_client {
    font-size: 12px;
  }
  .hmg_visual_tit {
    margin-top: 14px;
    font-size: 42px;
  }
  .hmg_visual_sub {
    margin-top: 16px;
    font-size: 15px;
  }
  .hmg_visual_img {
    width: calc(100% - 48px);
    border-radius: 12px 12px 0 0;
  }
}

/* ============================================
   OVERVIEW
   ============================================ */
.hmg_overview_head {
  padding-bottom: 80px;
}

.hmg_overview .hmg_desc {
  max-width: 720px;
}

.hmg_meta {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e2e6ec;
}

.hmg_meta_item {
  width: 25%;
  padding: 36px 0 0;
}

.hmg_meta dt {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #97a1b0;
}

.hmg_meta dd {
  margin-top: 12px;
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .hmg_overview_head {
    padding-bottom: 56px;
  }
}

@media (max-width: 768px) {
  .hmg_overview_head {
    padding-bottom: 40px;
  }
  .hmg_meta_item {
    width: 50%;
    padding-top: 28px;
  }
  .hmg_meta dt {
    font-size: 11px;
  }
  .hmg_meta dd {
    margin-top: 8px;
    font-size: 16px;
  }
}

/* ============================================
   WEB
   ============================================ */
.hmg_web {
  background-color: #f4f6fa;
}

.hmg_shot_list {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.hmg_shot {
  margin-top: 60px;
}

.hmg_shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background-color: #e8ecf3;
  box-shadow: 0 18px 50px rgba(16, 34, 62, 0.1);
}

.hmg_shot figcaption {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #6b7683;
}

@media (max-width: 1024px) {
  .hmg_shot {
    margin-top: 44px;
  }
}

@media (max-width: 768px) {
  .hmg_shot_list {
    padding: 0 24px;
  }
  .hmg_shot {
    margin-top: 32px;
  }
  .hmg_shot img {
    border-radius: 10px;
  }
  .hmg_shot figcaption {
    margin-top: 14px;
    font-size: 13px;
  }
}

/* ============================================
   MOBILE APP
   ============================================ */
.hmg_phone_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 40px;
  margin-top: 70px;
}

/* 2장짜리 묶음은 화면이 넓어도 너무 벌어지지 않게 */
.hmg_phone_list_lead {
  gap: 60px;
}

.hmg_phone {
  width: 280px;
  text-align: center;
}

.hmg_phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background-color: #eef1f6;
  box-shadow: 0 14px 40px rgba(16, 34, 62, 0.14);
}

.hmg_phone_cap {
  display: block;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7683;
}

@media (max-width: 1024px) {
  .hmg_phone_list {
    gap: 48px 32px;
    margin-top: 48px;
  }
  .hmg_phone {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .hmg_phone_list {
    gap: 36px 20px;
    margin-top: 36px;
  }
  .hmg_phone {
    width: calc(50% - 10px);
  }
  .hmg_phone img {
    border-radius: 14px;
  }
  .hmg_phone_cap {
    margin-top: 14px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .hmg_phone {
    width: calc(50% - 8px);
  }
  .hmg_phone_list {
    gap: 28px 16px;
  }
}

/* ============================================
   DARK MODE
   ============================================ */
.hmg_dark {
  background-color: #0e1a2b;
}

.hmg_dark .hmg_eyebrow {
  color: #6f9de8;
}

.hmg_dark .hmg_tit {
  color: #fff;
}

.hmg_dark .hmg_desc {
  color: #93a3b8;
}

.hmg_dark .hmg_phone img {
  background-color: #1b2839;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}

.hmg_dark .hmg_phone_cap {
  color: #8494a8;
}

/* ============================================
   NEXT PROJECT
   ============================================ */
.project_detail_list.hmgauth .next_project {
  background-color: #0b2244;
}
