:root {
  /* 채워진 버튼 · 아이콘 배지 등 '진한 포인트'. 먹색 대신 짙은 남색을 쓴다 */
  --primary-color: #14304f;
  --secondary-color: #e9e8e5;
  /* 작은 강조 (메뉴 hover · 아이콘 선 · 라벨) : 한 톤 밝은 남색 */
  --point-color: #2b5c8f;
  --lightgray-color: #f4f3f1;
  --white-color: #ffffff;
  /* 푸터는 짙은 남색 (--dark-color 와 같은 톤) */
  --footerbg-color: #0e1e33;
  --background-color: #ffffff;

  --line-color: #e2e1dd;
  --text-color: #16181a;
  /* 본문 보조 텍스트 : 각 섹션에서 광범위하게 쓰이므로 여기서 한 번만 정의 */
  --text-color-sub: #77787a;

  /* 어두운 블록(어두운 섹션 배경)에 쓰는 짙은 남색 */
  --dark-color: #0e1e33;
  --dark-line: rgba(255, 255, 255, 0.16);

  /* ── 강조색 ───────────────────────────────────────────────
     히어로 버튼 · 바로가기 카드 · 화살표 hover · 제목 밑줄에 쓰입니다.
     시원하면서 신뢰가 가는 남색 계열을 기본으로 씁니다.
     (--accent-text 는 강조색 바탕 위에 얹는 글자색)

     ▷ 다른 톤으로 바꾸려면 아래 세 줄만 바꿔 넣으세요.
       깊은 남색 (로고 남색)  : #14395f / #0f2b48 / #ffffff
       여름 청록 (로고 청록)  : #17a2b8 / #128496 / #ffffff  */
  --accent-color: #0f5aa8;
  --accent-hover: #0b4784;
  --accent-text: #ffffff;

  /* 강조색의 아주 옅은 변형 : 히어로 바탕 · 둥근 얼룩 · 강조 카드에 씁니다 */
  --accent-soft: #eef4fb;
  --accent-soft2: #dbe8f6;

  /* 모서리 둥글기 : 큰 사진 블록 / 카드 / 입력칸 순.
     테마 전체가 이 세 값만 씁니다. */
  --radius-l: 2.4rem;
  --radius-m: 1.6rem;
  --radius-s: 1.2rem;

  /* 포인트 색의 반투명 변형 : 그림자 · 글로우 · 포커스 링에 함께 씁니다.
     --point-color(#2b5c8f) 를 바꿀 때 이 세 줄의 rgb 값도 같이 맞춰주세요. */
  --point-a14: rgba(43, 92, 143, 0.14);
  --point-a22: rgba(43, 92, 143, 0.22);
  --point-a32: rgba(43, 92, 143, 0.32);

  --inner-size: 1440px;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1280px) {
  html {
    font-size: clamp(9px, 0.78125vw, 10px);
  } /* ~9-10px */
}
@media (max-width: 1024px) {
  html {
    font-size: clamp(9px, 0.9765625vw, 10px);
  } /* ~9-10px */
}
@media (max-width: 768px) {
  html {
    font-size: clamp(8px, 1.3020833vw, 10px);
  } /* ensure min 8px */
}
@media (max-width: 480px) {
  html {
    font-size: clamp(8px, 2.0833333vw, 10px);
  }
}

@media (min-width: 480px) {
  a[href^="tel"] {
    pointer-events: none; /* 클릭 차단 */
    cursor: default; /* 클릭 불가 표시 */
  }
}

body {
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--text-color);
  background: var(--background-color);
  word-break: keep-all;
  hyphens: auto;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.inner {
  max-width: var(--inner-size);
  margin: 0 auto;
  padding: 0 2.4rem;
}

@media (max-width: 768px) {
  .inner {
    padding: 0 1.6rem;
  }
}

.w_inner {
  max-width: var(--inner-size);
  margin: 0 auto;
  padding: 0 2.4rem;
}

@media (max-width: 768px) {
  .w_inner {
    padding: 0 1.6rem;
  }
}

.w_inner_r {
  max-width: calc((100% - var(--inner-size)) / 2 + var(--inner-size));
  margin: 0 0 0 auto;
  padding: 0 0 0 2.4rem;
}

@media (max-width: 768px) {
  .w_inner_r {
    padding: 0 1.6rem;
  }
}

.default {
  position: relative;
  padding: 10rem 0;
}

/* 지그재그의 '회색' 차례. 흰 섹션과 번갈아 붙입니다
   (index.php 순서 : 소개 흰 → 시공 분야 회색 → 시공 사례 흰 → 견적 회색 → 오시는 길 흰) */
.default.bg {
  background: var(--lightgray-color);
}

/* 어두운 섹션 */
.default.dark {
  background: var(--dark-color);
  color: var(--white-color);
}

@media (max-width: 1024px) {
  .default {
    padding: 8rem 0;
  }
}

@media (max-width: 768px) {
  .default {
    padding: 6.4rem 0;
  }
}

.title {
  margin-bottom: 4.8rem;
}

/* 메인 섹션 제목 : 크기는 이 규칙에서만 관리한다 (각 섹션 파일에서 재정의 금지).
   대문자로 바꾸지 않고 문장 그대로, 굵게 크게 쓴다.
   (아래 .sec_c h2 와 크기·굵기를 같이 맞추고 있으니 한쪽만 고치지 마세요) */
.title h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

@media (max-width: 1280px) {
  .title h2 {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .title h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .title {
    margin-bottom: 3.2rem;
  }

  .title h2 {
    font-size: 2.6rem;
  }
}

/* 제목 안 강조 단어 (색상만 각 섹션에서 지정) */
.title h2 em {
  font-style: normal;
  font-weight: inherit;
}

/* 제목 아래 짧은 강조 밑줄 : .title 에 line 을 함께 붙여 사용 */
.title.line h2 {
  position: relative;
  padding-bottom: 2rem;
}

.title.line h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 6.4rem;
  height: 3px;
  background: var(--accent-color);
}

@media (max-width: 768px) {
  .title.line h2 {
    padding-bottom: 1.4rem;
  }

  .title.line h2::after {
    width: 4.8rem;
    height: 2px;
  }
}

.title .desc {
  max-width: 46rem;
  margin-top: 1.6rem;

  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-color-sub);
}

@media (max-width: 768px) {
  .title .desc {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   공통 링크 · 버튼 (알약 버튼 · 원형 화살표 · 원형 아이콘 배지)
   ========================================================================== */

/* 알약 버튼 : 기본은 흰 바탕, .dark 는 먹색, .line 은 테두리만 */
.pill_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  padding: 0 2.8rem;
  border: 1px solid transparent;
  border-radius: 4.8rem;

  background: var(--white-color);
  color: var(--text-color);

  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
}

/* 아이콘은 크게, 선 굵기는 기본값 그대로 (테마 전체 공통 기조) */
.pill_btn .icon {
  width: 2.4rem;
  height: 2.4rem;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 0.35s;
}

.pill_btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.pill_btn:hover .icon {
  transform: translateX(0.3rem);
}

.pill_btn.dark {
  background: var(--primary-color);
  color: var(--white-color);
}

.pill_btn.dark:hover {
  background: var(--point-color);
}

.pill_btn.line {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white-color);
}

.pill_btn.line:hover {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--text-color);
}

/* 밝은 바탕에서 쓰는 테두리 알약 */
.pill_btn.line_dk {
  background: transparent;
  border-color: var(--line-color);
  color: var(--text-color);
}

.pill_btn.line_dk:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

/* 원형 화살표 버튼 (슬라이드 이동) : 기본은 테두리, .on 은 먹색 채움 */
.cir_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;

  background: transparent;
  border: 1px solid var(--line-color);
  border-radius: 50%;
  color: var(--text-color);
  cursor: pointer;
  transition: 0.3s;
}

.cir_btn .icon {
  width: 2.7rem;
  height: 2.7rem;
  stroke: currentColor;
  stroke-width: 1.6;
}

.cir_btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.cir_btn.on {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.cir_btn.on:hover {
  background: var(--point-color);
  border-color: var(--point-color);
}

/* 스와이퍼가 끝에 닿으면 비활성 */
.cir_btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

/* 사진 위에 얹는 흰 원형 버튼 */
.cir_btn.on_photo {
  background: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  color: var(--text-color);
}

.cir_btn.on_photo:hover {
  background: var(--white-color);
  color: var(--text-color);
}

/* 먹색 원형 아이콘 배지 (단계 목록 앞머리) */
.ic_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;

  background: var(--primary-color);
  border-radius: 50%;
  color: var(--white-color);
}

.ic_badge .icon {
  width: 2.7rem;
  height: 2.7rem;
  stroke: currentColor;
  stroke-width: 1.6;
}

/* 텍스트 + 화살표 링크 */
.mg_more {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;

  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-color);
  white-space: nowrap;
  transition: 0.3s;
}

.mg_more .icon {
  width: 2.4rem;
  height: 2.4rem;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 0.35s;
}

.mg_more:hover {
  color: var(--point-color);
}

.mg_more:hover .icon {
  transform: translateX(0.4rem);
}

/* 어두운 배경 위에서 */
.dark .mg_more,
.mg_more.on_dark {
  color: var(--white-color);
}

/* ==========================================================================
   섹션 머리 (왼쪽 제목 · 오른쪽 컨트롤) 와 사각 버튼 · 탭
   ── 메인의 모든 섹션이 같은 규칙을 씁니다.
   ========================================================================== */

/* 왼쪽에 제목, 오른쪽에 탭 · 화살표 · 더보기 버튼을 놓는 한 줄 */
.sec_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 4.8rem;
}

/* 섹션 머리 안에서는 제목 아래 여백을 이 줄이 대신한다 */
.sec_head .title {
  margin-bottom: 0;
}

.sec_head .sec_util {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex: 0 0 auto;
  padding-bottom: 0.4rem;
}

@media (max-width: 1024px) {
  .sec_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    margin-bottom: 3.2rem;
  }

  .sec_head .sec_util {
    width: 100%;
    justify-content: space-between;
    padding-bottom: 0;
  }
}

/* 네모난 화살표 버튼 (슬라이드 이동) : 올리면 강조색으로 채워진다 */
.sq_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;

  background: var(--white-color);
  border: 1px solid var(--line-color);
  color: var(--text-color);
  cursor: pointer;
  transition: 0.3s;
}

.sq_btn .icon {
  width: 2.7rem;
  height: 2.7rem;
  stroke: currentColor;
  stroke-width: 1.6;
}

.sq_btn:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--accent-text);
}

/* 끝에 닿으면 비활성 */
.sq_btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

/* 두 개 이상 나란히 놓을 때는 선을 겹쳐 하나처럼 보이게 */
.sq_btns {
  display: flex;
}

.sq_btns .sq_btn + .sq_btn {
  margin-left: -1px;
}

/* 어두운 배경 위에서 */
.dark .sq_btn,
.sq_btn.on_dark {
  background: transparent;
  border-color: var(--dark-line);
  color: var(--white-color);
}

.dark .sq_btn:hover,
.sq_btn.on_dark:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--accent-text);
}

/* 글자 탭 : 고른 항목 아래에만 강조색 줄이 그어진다 */
.sec_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.sec_tabs button {
  position: relative;
  padding: 0 0 0.8rem 0;

  background: none;
  border: 0;

  font-size: 1.45rem;
  font-weight: 400;
  color: var(--text-color-sub);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s;
}

.sec_tabs button:hover {
  color: var(--text-color);
}

.sec_tabs button.on {
  font-weight: 600;
  color: var(--text-color);
}

.sec_tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: width 0.3s;
}

.sec_tabs button.on::after {
  width: 100%;
}

@media (max-width: 768px) {
  .sec_tabs {
    gap: 1.6rem;
  }

  .sec_tabs button {
    font-size: 1.3rem;
  }
}

/* 강조색 알약 버튼 */
.pill_btn.accent {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--accent-text);
  font-weight: 600;
}

.pill_btn.accent:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--accent-text);
}

/* 큰 알약 (히어로 · 섹션 CTA) */
.pill_btn.lg {
  height: 5.6rem;
  padding: 0 3.2rem;
  border-radius: 5.6rem;
  font-size: 1.55rem;
  font-weight: 600;
}

/* 글자만 있는 보조 링크 (버튼 옆에 나란히) */
.text_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  height: 5.6rem;
  padding: 0 1.2rem;

  font-size: 1.55rem;
  font-weight: 500;
  color: var(--text-color);
  white-space: nowrap;
  transition: color 0.25s;
}

.text_btn .icon {
  width: 2rem;
  height: 2rem;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 0.35s;
}

.text_btn:hover {
  color: var(--accent-color);
}

.text_btn:hover .icon {
  transform: translateX(0.4rem);
}

/* ==========================================================================
   가운데 정렬 제목 · 둥근 얼룩 · 체크 목록 (레퍼런스 레이아웃 공통 조각)
   ========================================================================== */

/* 가운데 정렬 제목 묶음 : 섹션 맨 위에 놓는다 */
.sec_c {
  position: relative;
  z-index: 1;
  max-width: 100rem;
  margin: 0 auto 5.6rem;
  text-align: center;
}

/* 섹션 제목 : 테마 전체가 이 한 벌만 씁니다.
   (.title h2 와 크기·굵기를 같이 맞추고 있으니 한쪽만 고치지 마세요) */
.sec_c h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

/* ── 가로형 섹션 : 왼쪽 제목 · 오른쪽 내용 ──────────────────
   제목을 위에 쌓지 않고 왼쪽에 세워 두는 배치입니다.
   긴 섹션에서는 제목이 따라 내려오도록 sticky 를 걸어 둡니다.
   쓰는 법 :
     <div class="w_inner sec_x">
       <div class="sec_h"><h2>…</h2><p>…</p></div>
       <div class="sec_b"> 내용 </div>
     </div>                                                    */
.sec_x {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: 34rem 1fr;
  gap: 6.4rem;
  align-items: start;
}

.sec_x .sec_h {
  position: sticky;
  top: 12rem;
}

.sec_x .sec_h h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.sec_x .sec_h p {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--text-color-sub);
}

/* 제목 안 형광펜 강조 (가운데 정렬 제목과 같은 모양) */
.sec_x .sec_h h2 mark {
  position: relative;
  z-index: 0;
  background: none;
  color: inherit;
}

.sec_x .sec_h h2 mark::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  bottom: 0.1rem;
  z-index: -1;

  height: 1.2rem;
  background: var(--accent-soft2);
  border-radius: 0.2rem;
}

.sec_x .sec_b {
  min-width: 0;
}

@media (max-width: 1280px) {
  .sec_x {
    grid-template-columns: 28rem 1fr;
    gap: 4.8rem;
  }

  .sec_x .sec_h h2 {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  /* 좁아지면 다시 위아래로 쌓는다 (따라 내려오는 것도 푼다) */
  .sec_x {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .sec_x .sec_h {
    position: static;
  }

  .sec_x .sec_h h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .sec_x {
    gap: 3.2rem;
  }

  .sec_x .sec_h h2 {
    font-size: 2.6rem;
  }

  .sec_x .sec_h h2 mark::after {
    height: 0.9rem;
  }
}

/* ── 섹션 머리 : 제목 위 · 설명 아래 (왼쪽 정렬) ─────────────
   가운데 정렬(.sec_c) 대신 왼쪽에 붙여 쓰는 머리입니다.
   내용은 아래에서 화면 폭을 다 씁니다.
   쓰는 법 :
     <div class="w_inner sec_t">
       <h2>…</h2>
       <div class="desc"><p>…</p> [버튼]</div>
     </div>
     <div class="w_inner"> 내용 </div>                          */
.sec_t {
  position: relative;
  z-index: 1;
  margin-bottom: 5.6rem;
}

.sec_t .desc {
  max-width: 76rem;
  margin-top: 2rem;
}

.sec_t h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.sec_t h2 mark {
  position: relative;
  z-index: 0;
  background: none;
  color: inherit;
}

.sec_t h2 mark::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  bottom: 0.1rem;
  z-index: -1;

  height: 1.2rem;
  background: var(--accent-soft2);
  border-radius: 0.2rem;
}

.sec_t .desc p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--text-color-sub);
}

@media (max-width: 1280px) {
  .sec_t h2 {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .sec_t {
    margin-bottom: 4rem;
  }

  .sec_t h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .sec_t {
    margin-bottom: 3.2rem;
  }

  .sec_t h2 {
    font-size: 2.6rem;
  }

  .sec_t h2 mark::after {
    height: 0.9rem;
  }
}

/* 제목 안에서 형광펜처럼 밑을 칠하는 강조 */
.sec_c h2 mark {
  position: relative;
  z-index: 0;
  background: none;
  color: inherit;
}

.sec_c h2 mark::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  bottom: 0.1rem;
  z-index: -1;

  height: 1.2rem;
  background: var(--accent-soft2);
  border-radius: 0.2rem;
}

.sec_c p {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--text-color-sub);
}

@media (max-width: 1024px) {
  .sec_c {
    margin-bottom: 4rem;
  }

  .sec_c h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .sec_c {
    margin-bottom: 3.2rem;
  }

  .sec_c h2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .sec_c p {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }

  .sec_c h2 mark::after {
    height: 0.9rem;
  }
}

/* 배경에 은은하게 까는 둥근 얼룩 */
.blob {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  background: var(--accent-soft);
  pointer-events: none;
}

/* 동그란 체크가 앞에 붙는 목록 */
.chk_list > li {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 0.9rem 0;

  font-size: 1.45rem;
  line-height: 1.6;
}

.chk_list .ck {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.1rem;

  background: var(--accent-color);
  border-radius: 50%;
}

.chk_list .ck .icon {
  width: 1.4rem;
  height: 1.4rem;
  stroke: var(--white-color);
  stroke-width: 2.6;
}

@media (max-width: 768px) {
  .chk_list > li {
    font-size: 1.35rem;
  }
}

.default_btn {
  position: relative;
  z-index: 1;

  display: inline-flex;
  align-items: center;
  height: 4.8rem;

  padding: 0 4.8rem 0 4.8rem;
  overflow: hidden;

  color: var(--point-color);
  border: 1px solid var(--point-color);
  white-space: nowrap;
}

.default_btn:hover {
  color: var(--white-color);
}

.default_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;

  background: var(--point-color);
  transition: 0.4s;
}

.default_btn:hover::before {
  top: auto;
  bottom: 0;
  height: 4.8rem;
}

/* 라운드 변형 : .default_btn round 로 함께 사용 */
.default_btn.round,
.default_btn.round::before {
  border-radius: 4.8rem;
}

.default_btn.round {
  height: 5.6rem;
  padding: 0 4rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.default_btn.round:hover::before {
  height: 5.6rem;
}

.icon_btn {
  position: relative;
  z-index: 1;

  display: inline-flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 4.8rem;

  padding: 0 9.6rem 0 4.8rem;
  overflow: hidden;

  color: var(--white-color);
  white-space: nowrap;
}

.icon_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 4.8rem;
  border-radius: 4.8rem;

  background: var(--primary-color);
}

.icon_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.1) url(../lib/icon/arrow-right.svg) no-repeat
    center center;
  filter: invert();
}

.icon_btn_write {
  position: relative;
  z-index: 1;

  margin-top: 4rem;

  display: inline-flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 4.8rem;
  padding: 0 2.4rem 0 8rem;
  overflow: hidden;

  color: var(--white-color);
  white-space: nowrap;
}

.icon_btn_write::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: var(--primary-color);
}

.icon_btn_write::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: rgba(0, 0, 0, 0.1) url(../lib/icon/edit-3.svg) no-repeat center
    center;

  filter: invert();
}

.icon_btn_cancel {
  position: relative;
  z-index: 1;

  margin-top: 4rem;

  display: inline-flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 4.8rem;
  padding: 0 2.4rem 0 8rem;
  overflow: hidden;

  color: var(--white-color);
  white-space: nowrap;
}

.icon_btn_cancel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: var(--point-color);
}

.icon_btn_cancel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4.8rem;
  background: rgba(0, 0, 0, 0.1) url(../lib/icon/x.svg) no-repeat center center;

  filter: invert();
}

.flx {
  display: flex;
  gap: 3rem;
}

.flx > * {
  flex: 1;
  min-width: 0;
}

hr.hr {
  display: block;
  border: 1px solid transparent;
  margin: 4rem 0;
}
hr.hr_line {
  display: block;
  border: 1px solid transparent;
  border-top: 1px solid var(--line-color);
  margin: 12rem 40%;
}

.table_responsive {
  overflow-x: auto;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.design {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.pg_current {
  display: inline-block;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}
.pg_wrap {
  clear: both;
  float: none;
  display: block;
  margin-top: 4rem;
}
