@charset "utf-8";

.pc-ony2 {
  display: table-row-group;
}

/* ci-intro */
.ci-intro {
  /* max-width: 1500px; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 0 170px;
  text-align: center;
}

.notice_detail .ci-intro {
  padding: 58px 0 70px;
}

.view_main {
  margin-top: 120px;
}

.ci-intro.dif {
  padding: 58px 0 85px;
}

.ci-intro.diff {
  padding: 98px 0 250px;
}

.ci-intro.dif2 {
  padding: 88px 0 160px;
}

.ci-bc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  color: #9aa0a6;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: "SUIT";
}

.ci-bc__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #888888;
  text-decoration: none;
  padding: 0 10px;
  line-height: 1;
}

.ci-bc__item::after {
  content: "·";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-52%);
  color: #888888;
  font-size: 30px;
}

.ci-bc__item:last-child::after {
  content: none;
}

.ci-bc__item--select {
  color: #333333;
}

.ci-bc__ico {
  margin-left: 10px;
  display: block;
  transform: translateY(1px);
  opacity: 0.85;
}

.ci-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  font-family: "SUIT";
}

.ci-tab {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 5px;
}

.ci-tab a {
  padding: 15px 0;
  font-size: 20px;
  color: #252525;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  font-family: "SUIT";
}

.ci-tab a.is-active {
  color: #215dbf;
  font-weight: 600;
}

.ci-tab a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #215dbf;
}

.ci-visual {
  position: relative;
  /* border-radius: 28px; */
  border-radius: 38px;
  overflow: hidden;
}

.ci-visual img {
  width: 100%;
  /* height: 100%; */
  height: 290px;
  object-fit: cover;
  display: block;
}

.ci-visual-text {
  position: absolute;
  /* left: 150px; */
  left: 60px;
  bottom: 60px;
  color: #ffffff;
  text-align: left;
}

.ci-visual-text .text_dif {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "SUIT";
  margin-bottom: 50px;
}

.ci-visual-text .text-en {
  font-size: 30px;
  font-weight: 700;
  font-family: "SUIT";
}

.ci-visual-text .text-en-small {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "SUIT";
}

/* ci-subtab */
.ci-subtab {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(85px);
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
  border-radius: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  /*cursor: grab;*/
  /*scroll-behavior: smooth;*/
  width: fit-content;
  max-width: 100%;
}

.ci-subtab.subtab-new {
  width: 100%;
  flex-wrap: wrap;
  cursor: grab;
  justify-content: flex-start;
  user-select: none;

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 0px;
}

.ci-subtab.subtab-new::-webkit-scrollbar {
  display: none;
}

.ci-subtab:active {
  cursor: grabbing;
}

.ci-subtab::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  display: none;
}

.ci-subtab::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.ci-subtab::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
  transition: 0.3s;
}

.ci-subtab::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.ci-subtab__item:first-child {
  border-radius: 10px 0 0 10px;
}

.ci-subtab__item:last-child {
  border-radius: 0 10px 10px 0;
  border-right: 0;
}

.ci-subtab__item {
  min-width: 225px;
  padding: 22px;
  font-size: 20px;
  font-weight: 600;
  color: #215dbf;
  text-decoration: none;
  text-align: center;
  font-family: "SUIT";
  border-right: 1px solid #e5e5e5;
  background: #ffffff;
}

.ci-subtab__item:last-child {
  border-right: 0;
}

.ci-subtab__item.is-active {
  background: #215dbf;
  color: #ffffff;
}

/* ci-story */
.ci-story {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 200px;
}

.ci-head {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 65px;
  margin-bottom: 35px;
}

.ci-title-sub {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #252525;
  z-index: 0;
  font-family: "SUIT";
}

.ci-title-sub::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  height: 18px;
  /* bottom: 60px; */
  background: #a3e1f1;
  border-radius: 999px;
  z-index: -1;

  top: 10%;
  transform: translateY(-50%);
}

.ci-desc {
  font-size: 20px;
  line-height: 1.8;
  color: #757575;
  font-weight: 500;
  font-family: "SUIT";
}

.cert-print-btn {
  background-color: transparent;
  border: 1px solid #dbdbdb;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.tbody_pass .cert-print-btn {
  background-color: #40a240;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
}

.ci-visual-sub {
  margin: 0 0 40px;
  padding: 75px 85px 58px 128px;

  border-radius: 32px;
  overflow: hidden;
  background-position: 8px 8px;

  background-color: #fafafa;
  background-image:
    linear-gradient(#e5e7eb 1px, transparent 1px),
    linear-gradient(90deg, #e5e7eb 1px, transparent 1px);
  background-size: 12px 12px;

  display: flex;
  align-items: center;
  gap: 122px;
}

.ci-visual-sub img {
  /* max-height: 164px; */
}

.ci-block {
  margin-bottom: 50px;
}

.ci-block-title {
  font-size: 32px;
  line-height: 1.4;
  color: #252525;
  font-weight: 600;
  font-family: "SUIT";
  margin-bottom: 25px;
}

.ci-block-desc {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  word-break: auto-phrase;
}

.ci-color-list {
  display: flex;
  gap: 20px;
  margin-top: 65px;
}

.ci-color {
  width: 280px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 25px 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.ci-color-box {
  display: block;
  padding: 40px 0;
  border-radius: 6px;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 25px;
}

.ci-color.red .ci-color-box {
  background: #10aa70;
}

.ci-color.gray .ci-color-box {
  background: #0f70b8;
}

.ci-color.black .ci-color-box {
  background: #00215b;
}

.ci-color p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #1e1e1e;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
}

.ci-title-sub.dif::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  height: 18px;
  /* bottom: 222px; */
  background: #a3e1f1;
  border-radius: 999px;
  z-index: -1;
  width: 117px;
  top: 10%;
  transform: translateY(-50%);
}

.ci-slogan {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  font-weight: 800;
  font-family: "SUIT";
  margin: 0 0 25px;
}

.ci-block-desc.dif2 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  margin-bottom: 75px;
}

/*  */
.ci-deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.ci-deco--left {
  left: 744px;
  bottom: 1755px;
  width: 90px;
  z-index: 0;
}

.ci-deco--right {
  right: 387px;
  top: 833px;
  width: 392px;
  z-index: 0;
}

/* 2 */
/* job-list-wrap */
.job-list-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3px 0 200px;
}

.job-list-wrap.dif {
  /* max-width: 1350px; */
  max-width: 1200px;
}

.job-list-wrap-resource {
  /* max-width: 1350px; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 3px 0 200px;
}

.job-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.job-total {
  font-size: 16px;
  color: #757575;
}

.job-total strong {
  font-size: 18px;
  color: #252525;
}

.job-filter {
  display: flex;
  gap: 0;
  align-items: center;
}

.job-select {
  position: relative;
}

.job-select select {
  height: 44px;
  min-width: 160px;
  padding: 0 38px 0 14px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 5px 0 0 5px;
  background: #fff;
  appearance: none;
  cursor: pointer;
}

.job-select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  height: 6px;
  background: url("/assets/img/sub/ico_select_arrow.png") no-repeat center /
    contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.job-search {
  position: relative;
}

.job-search input {
  height: 41.9px;
  /* width: 260px; */
  width: 200px;
  padding: 0 44px 0 14px;
  border: 1px solid #e5e5e5;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  outline: none;
  border-left: 0;
}

.job-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.job-search img {
  width: 18px;
  height: 18px;
  display: block;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 28px 58px; */
  gap: 28px 50px;
}

.job-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  position: relative;
}

.job-badges {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.badge {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.badge.type {
  background: #e6f0ff;
  color: #2563eb;
}

.badge.type.sky {
  background: #e0f7f9;
  color: #0891b2;
}

.badge.urgent {
  color: #ff0000;
  font-weight: 700;
}

.job-logo {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.job-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* text */
.job-company {
  font-size: 18px;
  margin-bottom: 15px;
  color: #252525;
}

.job-desc {
  font-size: 16px;
  color: #757575;
  line-height: 1.4;
  margin-bottom: 28px;
}

/* footer */
.job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_footer {
  display: flex;
  gap: 18px;
}

.job-meta {
  font-size: 15px;
  color: #454545;
}

.job-meta-date {
  font-size: 15px;
  color: #999999;
}

.job-btn {
  padding: 6px 25px;
  font-size: 14px;
  border-radius: 20px;
  border: none;
  background: #5d5d5d;
  color: #ffffff;
  cursor: pointer;
}

/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 65px;
}

.pg-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pg-btn img {
  /* width: 14px;
      height: 14px; */
}

.pg-btn.disabled {
  opacity: 0.4;
  cursor: default;
}

.pg-btn.primary {
  border: 2px solid #245fc0;
}

.pg-btn.primary img {
  /* filter: invert(32%) sepia(93%) saturate(2500%) hue-rotate(215deg); */
}

.pg-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.pg-item a {
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.pg-item.active a {
  color: #2563eb;
  font-weight: 700;
}

.pg-item.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 10px;
  height: 2px;
  background: #2563eb;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* notice */
.job-table-wrap {
  margin: 25px 0 40px;
  border-top: 2px solid #5f5f5f;
}

.job-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "SUIT";
}

.job-table thead th {
  padding: 16px 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  background: #fafafa;
}

.job-table td.title,
.job-table td.title a {
  color: #252525;
}

.job-table tbody td:not(.title) {
  color: #757575;
}

.job-table tbody td {
  padding: 16px 10px;
  font-size: 18px;
  color: #252525;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.job-table td.title {
  text-align: left;
}

.job-table td.title a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-table td.title a:hover {
  text-decoration: underline;
}

.col-no {
  width: 80px;
}

.col-division {
  width: 80px;
  color: #757575;
}

.col-title {
  width: auto;
}

.col-writer {
  width: 120px;
}

.col-file {
  width: 120px;
  color: #757575;
}

.col-view {
  width: 100px;
}

.col-date {
  width: 130px;
}

.job-table tbody tr:hover {
  background: #fafafa;
}

/* job-content */
.job-content {
  margin: 0;
}

.job-card-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 45px 60px; */
  gap: 45px 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-card-pro a {
  display: block;
  text-decoration: none;
  color: #222;
}

.job-thumb {
  position: relative;
  overflow: hidden;
}

.job-thumb img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.job-card-pro.video .ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 77px;
  height: 53px;
  background: url("/assets/img/sub/ico_play_red.png") no-repeat center / contain;
  transform: translate(-50%, -50%);
}

.job-title {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.job-card a:hover .job-title {
  text-decoration: underline;
}

/* chairman-message */
.chairman-message {
  /* max-width: 1293px; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 200px;
  position: relative;
}

.message-box {
  position: relative;
  display: flex;
  align-items: center;
  /* padding: 74px 160px; */
  padding: 67px 118px;
  border-radius: 999px;
  overflow: hidden;

  background: #f8fafc url("/assets/img/sub/chairman_bg.png") no-repeat center;

  background-size: cover;
}

.message-text {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.message-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 22px;

  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #00a6ef;
  font-weight: 800;
  font-family: "SUIT";

  border: 1px solid #00a6ef;
  border-radius: 999px;
  background: #ffffff;
}

.message-title {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-family: "SUIT";
}

.message-title strong {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #00a6ef;
  font-weight: bold;
  font-family: "SUIT";
}

.message-content {
  max-width: 760px;
  margin-top: 98px;
  margin-left: auto;
}

.message-content p {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  color: #252525;
  font-family: "SUIT";
  font-weight: 400;
  margin-bottom: 45px;
}

.wrap_signature {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 65px;
}

.wrap_signature p {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
}

.message-deco {
  margin-top: 75px;
  text-align: center;
  overflow: hidden;
}

.message-deco img {
  width: 1560px;
}

/* association_journal */
.wrap_col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* past_presidents */
.chairman-history {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 150px;
  font-family: "SUIT";
  padding-bottom: 200px;
}

.chairman-item {
  display: grid;
  grid-template-columns: 479px 1fr;
  gap: 20px;
  align-items: center;
}

.chairman-left {
  position: relative;
  height: 235px;
}

.chairman-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.chairman-bg.type-current {
  background-image: url("/assets/img/member/chairman_02_bgr_past.png");
}

.chairman-bg.type-past {
  background-image: url("/assets/img/member/chairman_01_bgr_past.png");
}

.chairman-info {
  position: relative;
  z-index: 2;
  padding: 72px 30px;
  color: #fff;
}

.chairman-term {
  display: block;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "SUIT";
  margin-bottom: 25px;
}

.chairman-title {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "SUIT";
}

.chairman-date {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "SUIT";
}

.chairman-avatar {
  position: absolute;
  right: 38px;
  bottom: -38px;
  z-index: 3;
}

.chairman-avatar img {
  width: 170px;
  height: auto;
  display: block;
}

.chairman-right {
  position: relative;
}

.wrap_right {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 22px;
}

.wrap_chairman {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chairman-name {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #003084;
  font-weight: 800;
  font-family: "SUIT";
}

.wrap_chairman span {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #003084;
  font-weight: 800;
  font-family: "SUIT";
}

.chairman-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;

  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #009dd0;
  font-weight: 800;
  font-family: "SUIT";
}

.chairman-name span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  margin-top: 4px;
}

.chairman-career {
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
}

.chairman-career li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 5px;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
}

.chairman-career em {
  font-style: normal;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  white-space: nowrap;
}

.chairman-more .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #1e5bc6;
  border-bottom: 2px solid #1e5bc6;
  transform: rotate(-45deg);
}

/* history */
.foundation-purpose {
  padding: 0 0 90px;
  text-align: center;
  background: #fff;
  font-family: "SUIT";
}

.purpose-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.purpose-icon {
  margin-bottom: 30px;
}

.purpose-icon img {
  width: 99px;
  height: auto;
  display: inline-block;
}

.purpose-title {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  margin-bottom: 35px;
}

.purpose-desc {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
}

.foundation-statement {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 0 85px;
  font-family: "SUIT";
}

.statement-inner {
  background: #f8fbff;
  border-radius: 5px;
  padding: 70px 115px 80px;
}

.statement-head {
  text-align: center;
  margin-bottom: 90px;
}

.statement-head img {
  width: 53px;
  margin-bottom: 25px;
}

.statement-head h2 {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  text-align: center;
}

.statement-body h3 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 45px;
  padding-bottom: 3px;
}

.statement-body h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000000;
}

.statement-body p {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #555555;
  font-weight: 400;
  font-family: "SUIT";
  margin-bottom: 30px;
  text-align: left;
}

.statement-footer {
  margin-top: 85px;
  text-align: center;
}

.statement-footer .date {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #555555;
  font-weight: 400;
  font-family: "SUIT";
  margin-bottom: 20px;
}

.statement-footer .sign {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
}

.history {
  padding: 0 0 200px;
  font-family: "SUIT";
  background: #ffffff;
}

.history-title {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 75px;
}

.history-wrap {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}

.history-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #eeeeee;
  transform: translateX(-50%);
}

.history-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  padding: 30px 0;
}

.history-row::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55px;
  width: 11px;
  height: 11px;
  background-color: #a3e1f1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.history-row.reverse {
  grid-auto-flow: dense;
}

.history-col {
  box-sizing: border-box;
}

.history-col.left {
  padding-right: 55px;
  text-align: right;
}

.history-col.right {
  padding-left: 55px;
  text-align: left;
}

.history-img {
  margin-top: 15px;
}

.history-img img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.history-text.center {
  margin-left: auto;
  text-align: center;
}

.year {
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 30px;
}

.history-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.history-list li {
  margin-bottom: 30px;
}

.list_date {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  margin-bottom: 5px;
}

.list_note {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.6;
  color: #757575;
  font-family: "SUIT";
}

.list_note.left {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.6;
  color: #757575;
  font-family: "SUIT";
  text-align: right;
}

.history-list li strong {
  display: inline-block;
  min-width: 78px;
  font-weight: 700;
  color: #111;
}

/* organization_guide */

.org-chart {
  padding: 0 0 70px;
  background: #fff;
}

.org-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.org-title h2 {
  font-size: 67px;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: #000000;
  font-family: "SUIT";
}

.org-map {
  position: relative;
  width: 1381px;
  height: 550px;
}

.org-line-combo {
  z-index: 1;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: 1381px;
  height: 380px;

  background: url("/assets/img/sub/line_organization.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.org-node {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.circle {
  width: 142px;
  height: 142px;
  background-color: #03295e;
  border-radius: 50%;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
}

.pill {
  width: 240px;
  height: 60px;
  border-radius: 29px;
}

.pill-side {
  width: 125px;
  height: 50px;
  border-radius: 29px;
}

.navy {
  background: #03295e;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
}

.blue {
  background: #1c5bb2;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
}

.outline {
  background: #fff;
  border: 2px solid #1c5bb2;
  color: #1c5bb2;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
}

.light {
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #454545;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
  width: 110px;
}

.circle {
  top: -30px;
  left: 32%;
  transform: translateX(-50%);
}

.navy {
  top: 135px;
  left: 32%;
  transform: translateX(-50%);
}

.blue {
  top: 220px;
  left: 32%;
  transform: translateX(-50%);
}

.left {
  top: 310px;
  left: 11%;
}

.right {
  top: 310px;
  left: 42%;
}

.bottom-left {
  top: 443px;
  left: -19px;
}

.bottom-left2 {
  top: 443px;
  left: 7.5%;
}

.bottom-left3 {
  top: 443px;
  left: 16.5%;
}

.bottom-right {
  top: 443px;
  left: 39%;
}

.bottom-right2 {
  top: 443px;
  right: 44%;
}

.bottom-right3 {
  top: 443px;
  right: 35%;
}

.bottom-right4 {
  top: 443px;
  right: 26%;
}

.bottom-right5 {
  top: 443px;
  right: 17%;
}

.bottom-right6 {
  top: 443px;
  right: 8%;
}

.bottom-right7 {
  top: 443px;
  right: -1%;
}

/* vision */
.vision-section {
  padding: 0 0 80px;
  background: #ffffff;
}

.vision-slogan-section {
  padding: 0 0 80px;
  background: #ffffff;
}

.vision-sub {
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.6;
  color: #555555;
  font-weight: 400;
  font-family: "SUIT";
  text-align: center;
  margin-top: 45px;
}

.vision-main-box {
  border: 1px solid #ccc;
  border-radius: 120px;
  padding: 50px 60px 40px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.vision-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-family: "SUIT";
  padding-bottom: 0;
}

.vision-title {
    position: relative;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    font-family: "SUIT";
    text-align: center;
    margin-bottom: -36px;
    z-index: 1;
    background: #fff;
    width: 140px;
    margin: 0 auto -36px;
}

.vision-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background: #111;
  margin: 0 auto 10px;
}

.vision-main {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1.4;
  color: #333333;
  font-weight: 600;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vision-main--slogan {
  font-size: 26px;
  font-weight: 300;
  color: #555;
  padding-bottom: 80px;
}

/* 추진전략 중점과제 타이틀 */
.vision-strategy-title {
  position: relative;
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 1.4;
  color: #333333;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 60px;
}

.vision-strategy-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background: #111;
  margin: 0 auto 10px;
}

/* wrap & goals */
.vision-wrap {
  padding: 0 0 200px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.vision-goals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0;
}

.vision-goal {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  background: #fff;
}

.vision-goal__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vision-goal__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.vision-goal__title {
  font-size: 18px;
  font-weight: 700;
  color: #1a50a0;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.vision-goal__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.vision-goal__list li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 6px;
}

.vision-goal__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #1a50a0;
  font-weight: bold;
}

/* .vision-box {
  position: relative;
  padding: 60px 75px 0;
  border: 1px solid #d5e7ff;
  border-radius: 20px;
  background: #fcfcfc;
  height: 1080px;
} */

.vision-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-top {
  text-align: center;
  margin-bottom: 55px;
}

.title-vision {
  font-size: 26px;
  letter-spacing: -2px;
  line-height: 1.4;
  color: #333333;
  font-weight: 600;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 10px;
}

.vision-top ul {
  display: inline-block;
  text-align: left;
}

.vision-top li {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #333333;
  font-family: "SUIT";
  font-weight: 200;
  position: relative;
  padding-left: 10px;
}

.vision-top li::before {
  content: "•";
  position: absolute;
  left: -5px;
  color: #5971ee;
  top: -8px;
  font-size: 28px;
}

.vision-center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.vision-center img {
  width: 680px;
  max-width: 100%;
  height: auto;
}

.vision-left,
.vision-right {
  position: absolute;
  bottom: 100px;
}

.vision-left {
  left: 188px;
  bottom: 59px;
}

.vision-right {
  right: 143px;
  bottom: 61px;
}

.vision-left ul,
.vision-right ul {
  list-style: none;
}

.vision-left li,
.vision-right li {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #333333;
  font-family: "SUIT";
  font-weight: 200;
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}

.vision-left li::before,
.vision-right li::before {
  content: "•";
  position: absolute;
  left: -5px;
  color: #5971ee;
  top: -8px;
  font-size: 28px;
}

/* Directions */
.location-section {
  background: #fff;
  padding: 15px 0 95px;
}

.location-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.location-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  margin-top: 25px;
}

.location-pin img {
  width: 22px;
  margin-bottom: 10px;
}

.location-title h3 {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
}

.location-title p {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
  margin-top: 8px;
}

.location-map {
  margin: 35px 0 25px;
}

.location-map img {
  width: 100%;
  border-radius: 14px;
}

.location-info {
  display: flex;
  justify-content: center;
  gap: 65px;
}

.location-info li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.location-info li span {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
}

.location-info img {
  width: 30px;
}

/* TRAFFIC */
.traffic-section {
  padding: 0 0 150px;
  background: #fff;
}

.traffic-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.traffic-title {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 24px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 50px;
}

.traffic-row {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.traffic-row.dif {
  margin-top: 60px;
}

.o_wrap {
  display: flex;
  gap: 55px;
}

.traffic-icon {
  width: 90px;
  height: 90px;
  border: 1px solid #757575;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.traffic-icon .ico_bus {
  width: 44px;
}

.traffic-icon .ico_car {
  width: 57px;
}

.traffic-content {
  flex: 1;
}

.traffic-head {
  display: block;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 10px;
  width: 260px;
}

.traffic-bus {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.bus-tag {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: -1px;
  color: #ffffff;
  font-family: "SUIT";
}

.bus-tag.blue-btn {
  background: #6175f5;
}

.bus-tag.red-btn {
  background: #e53935;
}

.bus-text {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #454545;
  font-family: "SUIT";
}

.traffic-list li {
  margin-bottom: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #454545;
  font-family: "SUIT";
}

.wrap_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  margin-top: 55px;
}

/* bỏ line */
.job-select select,
.job-select select:hover,
.job-select select:focus,
.job-select select:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e5e5e5 !important;
}

.job-search input,
.job-search input:hover,
.job-search input:focus,
.job-search input:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e5e5e5 !important;
  border-left: 0 !important;
}

.job-search button,
.job-search button:hover,
.job-search button:focus,
.job-search button:active {
  outline: none !important;
  box-shadow: none !important;
}

/* map */
.location-map {
  border-radius: 14px;
  overflow: hidden;
}

.location-map iframe,
.location-map .root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
  border-radius: 14px;
}

.root_daum_roughmap > div:not(:first-child) {
  display: none !important;
}

/* job-list-wrap-resource */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 40px 60px; */
  gap: 40px 36px;
}

.resource-item {
  border: 1px solid #e5e5e5;
  background: #fff;
  transition: box-shadow 0.2s ease;
}

.resource-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.resource-item a {
  display: block;
  height: 100%;
}

.resource-thumb {
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
}

.resource-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-body {
  padding: 22px 20px;
}

.resource-title {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 20px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resource-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #757575;
  font-family: "SUIT";
}

.resource-view {
  display: flex;
  align-items: center;
  gap: 8px;
}

.resource-view img {
  width: 26px;
}

/* sign_up_instructions */
.mem-join-area {
  position: relative;
  padding: 0 0 155px;
  background: #fff;
  overflow: hidden;
}

.mem-join-watermark {
  position: absolute;
  left: 40.7%;
  top: 43%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  font-size: 220px;
  letter-spacing: -5px;
  line-height: 230px;
  color: #f7f7f7;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
}

.mem-join-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.mem-join-title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  margin-bottom: 80px;
}

.mem-join-title::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: calc(100% + 8px);
  height: 15px;
  background: #a3e1f1;
  border-radius: 6px;
  z-index: -1;
}

.mem-join-cards {
  display: flex;
  gap: 25px;
  padding: 0 0 0 215px;
}

.mem-card {
  width: 480px;
  border-radius: 6px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.19));
  background-color: #fafffd;
  border: 1px solid #dbdbdb;
  padding: 65px 28px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mem-card.dif {
  width: 480px;
  border-radius: 6px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.19));
  background-color: #f4f8fd;
  border: 1px solid #dbdbdb;
  padding: 65px 28px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mem-card-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 280px;
}

.mem-card-heading {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
}

.mem-green {
  color: #10aa70;
}

.mem-blue {
  color: #0f70b8;
}

.mem-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px;
  height: 65px;
  border-radius: 33px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
  width: fit-content;
}

.mem-apply-btn.mem-green {
  background: #10aa70;
}

.mem-apply-btn.mem-blue {
  background: #0f70b8;
}

/* qualify-area */
.qualify-area {
  padding: 0 0 260px;
  background: #fff;
}

.qualify-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 72px;
}

.qualify-left {
  flex: 0 0 0 0;
}

.qualify-title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  z-index: 1;
}

.qualify-title::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: calc(100% + 8px);
  height: 10px;
  background: #a3e1f1;
  border-radius: 6px;
  z-index: -1;
}

/* training_information page inline style replacements */
.qualify-inner.training-gap {
  gap: 55px;
}

.mem-join-title.training-mb {
  margin-bottom: 20px;
}

.mem-join-title.training-w {
  width: 110px;
}

.qualify-title.training-w {
  width: 144px;
}

.qualify-area.training-pb {
  padding-bottom: 100px;
}

.apply-criteria-title.training-mt {
  margin-top: 59px;
}

.member-apply-table.no-radius {
  border-radius: 0;
}

.td-kind.td-border-rb {
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
}

.td-kind.td-border-b {
  border-bottom: 1px solid #7a7a7a;
}

.ma {
  display: grid;
}

.qualify-right {
  flex: 1;
}

.qualify-subtitle {
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 18px;
}

.qualify-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qualify-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
}

.qualify-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #222;
  font-size: 22px;
  line-height: 1.4;
}

.qualify-subtitle.dif {
  margin-top: 75px;
}

/*  */
.apply-criteria-wrap {
  margin: 55px auto 80px;
}

.apply-criteria-title {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #4a85dc;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 15px;
}

.member-apply-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #4f82d8;

  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-radius: 8px;
  overflow: hidden;
}

.member-apply-table .col-kind {
  width: 145px;
}

.member-apply-table .col-grade {
  width: 245px;
}

.member-apply-table .col-form {
  width: 140px;
}

.member-apply-table .col-person {
  width: 220px;
}

.member-apply-table .col-org {
  width: 200px;
}

.member-apply-table thead th {
  background: #4a85dc;
  font-size: 22px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 600;
  font-family: "SUIT";
  text-align: center;
  padding: 15px 10px;
  position: relative;
}

.member-apply-table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #ffffff;
}

.member-apply-table tbody td {
  font-size: 20px;
  letter-spacing: -1px;
  color: #252525;
  font-family: "SUIT";
  text-align: center;
  padding: 28px 14px;
  border-bottom: 1px solid #7a7a7a;
  vertical-align: middle;
}

.member-apply-table td.td-kind {
  background: #d9e8f5;
  font-size: 22px;
  letter-spacing: -1px;
  color: #252525;
  font-weight: 600;
  font-family: "SUIT";
  text-align: center;
}

.member-apply-table td.td-grade {
  text-align: center;
}

.member-apply-table tbody td {
  text-align: center;
}

/*  */
.member-apply-table td.td-grade.td-sub {
  border-right: 1px solid #7a7a7a;
  font-weight: 500;
}

.member-apply-table tbody td:nth-child(3),
.member-apply-table tbody td:nth-child(4),
.member-apply-table tbody td:nth-child(5) {
  /* font-weight: 500; */
}

/* Mobile table cards: ẩn trên desktop */
.m-table-cards {
  display: none;
}

/* member-benefit-group */
.member-benefit-wrap {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: "SUIT";
}

/* TITLE */
.member-benefit-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #111;
  margin-bottom: 22px;
}

.member-benefit-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.member-benefit-head input[type="radio"] {
  width: 24px;
  height: 24px;
  accent-color: #4a85dc;
  flex-shrink: 0;
  margin: 0;
}

.benefit-label {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.member-benefit-list {
  list-style: none;
  margin: 25px 0 0;
  padding-left: calc(24px + 8px);
}

.member-benefit-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
}

.member-benefit-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.member-benefit-group strong {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
}

.member-benefit-group.dif {
  margin-top: 45px;
}

/* course-item */
.course-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.course-item {
  display: flex;
  gap: 35px;
  padding: 17px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background: #ffffff;
}

.course-thumb {
  /* width: 330px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0; */
  max-width: 330px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  align-self: stretch;
  max-height: 246px;
}

.course-thumb img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.course-info {
  width: 45%;
}

.course-title {
  font-size: 26px;
  letter-spacing: -2px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 10px;
}

.course-desc {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  margin-bottom: 35px;
}

.course-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.course-meta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 1.4;
}

.wrap_content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-meta-row img {
  width: 35px;
}

.course-meta-row .label {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #757575;
  font-family: "SUIT";
  white-space: nowrap;
}

.course-meta-row .value {
  color: #111;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  font-family: "SUIT";
  font-weight: 600;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 28px;
  border-radius: 3px;
  background-color: #dceaff;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #3a8afd;
  font-family: "NotoSansKR";
}

.tag.diferen {
  background: #d5eef4;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #2d889f;
  font-family: "NotoSansKR";
}

.course-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.course-price {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #888888;
  text-align: center;
  font-family: "SUIT";
}

.course-price-line {
  width: 160px;
  height: 3px;
  border-radius: 1px;
  background: #e3e3e3;
  margin: 14px 0 14px;
  position: relative;
  overflow: hidden;
}

.course-price-line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: #215dbf;
  border-radius: 999px;
}

.course-btn {
  width: 160px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
  margin-top: 12px;
}

.course-btn--gray {
  background: #757575;
  color: #ffffff;
}

.course-btn--blue {
  background: #215dbf;
  color: #ffffff;
}

/* edu-apply-section */
.edu-apply-section {
  padding: 0 0 118px;
  background: #fff;
  text-align: center;
  font-family: "SUIT";
}

.edu-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.edu-title,
.edu-subtitle {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  margin-bottom: 30px;
}

.edu-title span,
.edu-subtitle span {
  position: relative;
  z-index: 1;
}

.edu-title span::after,
.edu-subtitle span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  opacity: 0.4;
  width: 163px;
  height: 15px;
  border-radius: 7px;
  background-color: #18b4db;
  z-index: -1;
}

.edu-desc {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 110px;
  text-transform: lowercase !important; 
  font-variant: normal !important;
}

/* edu-process (교육 진행 절차) */
.edu-process {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 60px 0;
}

.process-box {
  width: 205px;
  height: 179px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #2f5fbf;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.process-head {
  background: linear-gradient(to right, #356cc7, #2f5fbf);
  color: #fff;
  font-weight: 600;
  padding: 16px;
  text-align: center;
  font-size: 18px;
}

.process-body {
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.process-arrow {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #2f5fbf;
}

.edu-step-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.edu-step-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.edu-step-row.reverse {
  flex-direction: row-reverse;
}

.edu-step-box {
  padding: 18px;
  box-sizing: border-box;
  position: relative;
  width: 260px;
  height: 160px;
  border-radius: 20px;
  filter: drop-shadow(9px 0px 10.5px rgba(33, 93, 191, 0.07));
  background-color: #ffffff;
  border: 2px solid #215dbf;
}

.step-num {
  display: inline-block;
  padding: 8px 32px;
  background: #215dbf;
  border-radius: 20px;
  font-size: 15px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 30px;
}

.apply_small {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  text-align: center;
  font-weight: 500;
}

.edu-step-box p {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 400;
  font-family: "SUIT";
}

.step-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #215dbf;
}

.edu-step-row.reverse .step-arrow {
  transform: rotate(180deg);
}

.step-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #215dbf;
}

.edu-download {
  margin-top: 100px;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 25px 145px;
  text-decoration: none;
  border-radius: 50px;
  filter: drop-shadow(4px 0px 9px rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(
    101deg,
    rgba(51, 175, 117, 0.996078431372549) 0%,
    rgba(51, 175, 117, 0.9960784706085462) 0%,
    rgba(39, 139, 160, 0.9999999999999999) 61%,
    rgba(33, 123, 179, 0.9999999999999998) 93%,
    rgba(33, 123, 179, 0.9999999999999999) 100%
  );
  border: 1px solid #dbdbdb;

  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-family: "NotoSansCJKkr";
  text-align: center;
}

.ico-download {
  width: 29px;
  height: 31px;
  background: url("/assets/img/sub/ico_download_apply.png") no-repeat center /
    contain;
}

.step-down {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #215dbf;
}

.edu-step-row + .edu-step-row {
  margin-top: 80px;
}

/* Mobile step layout: ẩn trên desktop */
.edu-step-mobile {
  display: none;
}

/* cert-search-section */
.cert-search-section {
  padding: 0 0 300px;
  background: #ffffff;
  font-family: "SUIT";
}

.form-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cert-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cert-form {
  border-top: 2px solid #454545;
  border-bottom: 1px solid #dbdbdb;
}

.cert-row {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
}

.cert-row:last-child {
  border-bottom: none;
}

.cert-row .cert-group {
  width: 50%;
  display: flex;
  align-items: center;
}

.cert-label {
  width: 150px;
  padding: 30px 18px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  background: #fafafa;
}

.cert-input {
  flex: 1;
  padding: 10px 0 12px 10px;
}

.cert-input select,
.cert-input input {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 14px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #757575;
  font-family: "SUIT";
  box-sizing: border-box;
}

.cert-input input::placeholder {
  color: #aaa;
}

.cert-btn-wrap {
  text-align: center;
  margin: 40px 0 100px;
}

.btn-search-cert {
  width: 180px;
  height: 60px;
  border-radius: 5px;
  background-color: #215dbf;
  border: none;
  font-size: 24px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
  cursor: pointer;
}

.cert-result table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #252525;
}

.cert-result th {
  padding: 18px 10px;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 500;
  font-family: "NotoSansCJKkr";
}

.cert-result td {
  padding: 18px 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-family: "NotoSansCJKkr";
}

.cert-input input,
.cert-input input:hover,
.cert-input input:focus,
.cert-input input:focus-visible,
.cert-input input:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important;
}

.cert-row:focus-within {
  border-color: #e5e5e5 !important;
}

/* notice_detail */

.board-view {
  padding: 0 20px 148px 20px;
}

.board-view-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.board-view-head {
  border-top: 2px solid #252525;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 10px;
  text-align: center;
  background: #fafafa;
}

.board-title {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
}

.board-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  border-bottom: 1px solid #ededed;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #757575;
  font-family: "SUIT";
  font-weight: 500;
}

.span_black {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-family: "SUIT";
  font-weight: 500;
}

.meta-right {
  display: flex;
  gap: 24px;
}

.board-attach-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  border-bottom: 1px solid #ededed;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #757575;
  font-family: "SUIT";
  font-weight: 500;
}

.attach-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 85%;
  gap: 6px;
}

.attach-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #757575;
  text-decoration: none;
  font-weight: 500;
}

.attach-link:hover .span_black {
  color: #215dbf;
}

.attach-link img {
  width: 18px;
  height: 18px;
}

.board-content {
  padding: 37px 20px 0;
}

.board-content h3 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 35px;
}

.board-content p {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  /* margin-bottom: 60px; */
}

.board-table-wrap {
  width: 920px;
}

.board-info-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "NotoSansCJKkr";
  font-size: 14px;
  color: #333;
}

.board-info-table th,
.board-info-table td {
  border: 1px solid #e5e5e5;
  padding: 22px 24px;
  vertical-align: top;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-family: "SUIT";
}

.board-info-table thead th {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
}

.board-info-table td.center {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

.board-nav {
  margin-top: 75px;
  border-top: 1px solid #ddd;
}

.nav-item {
  display: flex;
  gap: 14px;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "SUIT";
}

.nav-none {
  color: #757575;
}

.nav-label {
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #999999;
  font-family: "SUIT";
  white-space: nowrap;
  align-items: center;
  height: 28px;
  flex-shrink: 0;
}

.nav-label.next::before,
.nav-label.prev::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
}

.nav-label.next::before {
  background: url("/assets/img/sub/ico_up.png") no-repeat center / contain;
}

.nav-label.prev::before {
  background: url("/assets/img/sub/ico_down.png") no-repeat center / contain;
}

.nav-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #dbdbdb;
}

.board-btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.btn-list {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  background-color: #215dbf;
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
  text-decoration: none;
}

/*  */
.nav-label.next::before,
.nav-label.prev::before {
  transition: transform 0.3s ease;
}

.nav-item.is-open .nav-label.next::before {
  transform: translateY(-50%) rotate(180deg);
}

.nav-item.is-open .nav-label.prev::before {
  transform: translateY(-50%) rotate(180deg);
}

.nav-none {
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

  transition: all 0.35s ease;
}

.nav-item.is-open .nav-none {
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* main_tasks */
.ci-subtab__item.dif {
  min-width: 200px;
  padding: 22px 15px;
  font-size: 20px;
  font-weight: 600;
  color: #215dbf;
  text-decoration: none;
  text-align: center;
  font-family: "SUIT";
  border-right: 1px solid #e5e5e5;
  background: #ffffff;
}

.ci-subtab.subtab-new .ci-subtab__item.dif {
  min-width: 209px;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}

.ci-subtab.spe .ci-subtab__item.dif {
  width: calc(25% - 32px);
}

.ci-subtab.subtab-new .ci-subtab__item.dif:nth-of-type(4),
.ci-subtab.subtab-new .ci-subtab__item.dif:nth-of-type(8),
.ci-subtab.subtab-new .ci-subtab__item.dif:nth-of-type(12) {
  border-right: 0;
}

/* .ci-subtab.subtab-new .ci-subtab__item.dif:nth-of-type(5),
.ci-subtab.subtab-new .ci-subtab__item.dif:nth-of-type(10) {
  border-right: 0;
} */

.ci-subtab__item.dif.is-active {
  background: #215dbf;
  color: #ffffff;
}

.law-section {
  padding: 0 0 115px;
  background: #ffffff;
}

.law-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.law-block + .law-block {
  margin-top: 80px;
}

.law-block:last-child {
  margin-top: 100px;
}

.law-title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  z-index: 1;
}

.law-title::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: 148px;
  height: 15px;
  border-radius: 7px;
  background-color: #18b4db;
  opacity: 0.4;
  z-index: -1;
}

.law-box {
  margin-top: 40px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 35px 35px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #555555;
  /* font-weight: 500; */
  font-family: "SUIT";
}

.law-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.law-list > li {
  margin-bottom: 32px;
}

.law-list > li > strong {
  display: block;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
  margin-bottom: 12px;
}

.law-list ul {
  list-style: none;
  padding: 0 18px;
  margin: 0;
}

.law-list ul li {
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #555555;
  /* font-weight: 500; */
  font-family: "SUIT";
  margin-bottom: 12px;
}

.law-list ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: #252525;
}

.law-list ul li.note {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #a6a4a4;
  font-weight: 500;
  font-family: "SUIT";
  margin-bottom: 12px;
}

.law-list ul li.note::before {
  margin-left: 27px;
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #a6a4a4;
}

/*  */
.law-gallery-wrap {
  max-width: 990px;
  margin: 0 auto;
}

.law-slider-outer {
  position: relative;
  width: 990px;
  margin: 0 auto;
  overflow: visible;
}

.law-slider-viewport {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.law-main-swiper {
  width: 100%;
}

.law-main-swiper img {
  width: 100%;
  display: block;
}

.law-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  filter: drop-shadow(6.304px 4.925px 4.5px rgba(45, 45, 45, 0.15));
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dbdbdb;
}

.law-prev {
  left: 0;
}

.law-next {
  right: 0;
}

.law-thumb-swiper {
  width: 910px;
  margin: 22px auto 0;
}

.law-thumb-swiper .swiper-wrapper {
  justify-content: center;
}

.law-thumb-swiper .swiper-slide {
  width: auto;
  opacity: 1;
}

.law-thumb-swiper img {
  width: 100px;
  height: 62px;
  object-fit: cover;
  border-radius: 9px;
  border: 4px solid transparent;
  display: block;
}

.law-thumb-swiper .swiper-slide-thumb-active img {
  border-color: #215dbf;
}

.law-gallery-caption {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #555555;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
}

/* take_training_detail */
.main_detail .ci-intro.dif {
  padding-bottom: 0;
}

.course-detail-section {
  padding: 0px 20px 60px;
  background: #fff;
}

.course-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* back */
.course-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  color: #111;
  text-decoration: none;
}

.course-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 20px;
  color: #111;
  padding: 0 2px;
  text-decoration: none;
}

.ico-back-img {
  width: 22px;
  height: 22px;
  display: block;
}

/* main layout */
.course-detail-wrap {
  display: flex;
  gap: 48px;
}

/* image */
.course-detail-thumb {
  width: 620px;
  height: 440px;
  border-radius: 16px;
  overflow: hidden;
}

.course-detail-thumb img {
  width: 100%;
  object-fit: cover;
  height: 440px;
}

/* info */
.course-detail-info {
  flex: 1;
  margin-top: 20px;
}

.course-path {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.course-detail-title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f4fd8;
  margin-bottom: 24px;
}

/* meta list */
.course-detail-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-detail-meta li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.course-detail-meta .label {
  width: 140px;
  color: #555;
  font-weight: 500;
}

.course-detail-meta .value {
  color: #111;
}

.course-detail-meta .sample {
  align-items: flex-start;
  border-bottom: none;
}

.course-detail-meta .list_video {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.course-detail-meta .list_video p {
  line-height: 1.3;
}

.sample-btns {
  display: flex;
  gap: 10px;
}

.sample-btns .sample {
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid #dbe3ff;
  background: #f3f6ff;
  color: #2f5ae0;
  cursor: pointer;
}

.sample-btns .high {
  background: #e6f6f9;
  border-color: #c6e9ef;
  color: #2b7c8a;
}

/* actions */
.course-detail-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: end;
}

.course-detail-actions .btn {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 6px 12px;
}

.btn-outline {
  border: 1px solid #ddd;
  color: #333;
  background: #fff;
}

.btn-fill {
  background: #1f4fd8;
  color: #fff;
}

.course-detail-tabs {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.course-detail-tabs .tabs_list {
  padding: 25px 50px;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  gap: 75px;
}

.course-detail-tabs .tab_item {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 26px;
  text-transform: uppercase;
  color: #454545;
  cursor: pointer;
}

.course-detail-tabs .tab_item.active {
  color: #1f4fd8;
}

.course-detail-contents {
  margin-top: 50px;
}

.course-detail-contents .content_item {
  display: none;
}

.course-detail-contents .content_item.show {
  display: block;
}

.reservation_view {
  margin-bottom: 100px;
}

.reservation_view .ci-intro.dif {
  padding-bottom: 0;
}

.reservation_view .reservation_content {
  max-width: 1200px;
  margin: 0 auto;
}

.reservation_view .reservation_content .title_ {
  font-size: 28px;
  font-weight: 500;
}

.reservation_view .reservation_content .desc_ {
  padding: 30px;
  background: #f9f9f9;
  margin: 20px 0;
}

.reservation_view .reservation_content .choice_table {
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #252525;
}

.reservation_view .reservation_content .choice_table tr {
  border-bottom: solid 1px #dbdbdb;
}

.reservation_view .reservation_content .choice_table th {
  font-weight: 500;
  padding: 0 20px;
  text-align: left;
  position: relative;
}

.reservation_view .reservation_content .choice_table td {
  padding: 10px 20px;
}

.reservation_view .reservation_content .choice_table th::after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #dbdbdb;
}

.reservation_view .reservation_content .choice_table input {
  width: 100%;
  height: 40px;
  border-color: #dbdbdb;
}

.reservation_view .reservation_content .choice_table input:disabled {
  background-color: rgba(219, 219, 219, 0.25);
}

.reservation_view .reservation_content .board_table {
  margin-top: 50px;
}

.reservation_view .reservation_content .board_table table {
  border-top: 1px solid #252525;
}

.reservation_view .reservation_content .board_table table tr {
  border-bottom: 1px solid #dbdbdb;
}

.reservation_view .reservation_content .board_table table th {
  height: 58px;
  font-weight: 500;
  background: #fafafa;
}

.reservation_view .reservation_content .board_table table td.num {
  font-weight: 350;
}

.reservation_view .reservation_content .board_table table td {
  word-break: break-all;
  /* height: 58px; */
  padding: 15px 10px;
  font-weight: 400;
  line-height: 1.33;
  color: #757575;
  text-align: center;
}

.reservation_view .reservation_content .board_table table input,
.reservation_view .reservation_content .board_table table select {
  width: 100%;
  height: 40px;
}

.reservation_view .reservation_content .btn_wrap {
  display: flex;
  margin: 20px 0;
  justify-content: flex-end;
  gap: 20px;
}

.reservation_view .reservation_content .btn_wrap button {
  width: 100px;
  height: 40px;
  color: #252525;
  text-align: center;
  border: solid 1px #252525;
  background: #fff;
}

.reservation_view .reservation_content .btn_wrap button.full_bg {
  color: #fff;
  background: #252525;
}

.reservation_view .reservation_content .reserv_guide {
  padding: 30px;
  background: #f9f9f9;
  margin: 20px 0;
}

.reservation_view .reservation_content .reserv_guide p {
  color: #666;
  line-height: 1.5;
  position: relative;
}

.reservation_view .reservation_content .reserv_guide .radio_wrap {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}

.radio_item input {
  display: none !important;
}

.reservation_view .reservation_content .radio_item input + label {
  display: block;
  padding-left: 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/img/ico/radio.png);
  cursor: pointer;
}

.reservation_view .reservation_content .radio_item input:checked + label {
  background-image: url(/img/ico/radio_on.png);
}

.reservation_view .reservation_content .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
}

.reservation_view .reservation_content .btn_box a,
.reservation_view .reservation_content .btn_box button {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252525;
  text-align: center;
  border: solid 1px #252525;
}

.reservation_view .reservation_content .btn_box .blue_bg {
  color: #fff;
  background: #056eb7;
  border: none;
}

.reservation_view .reservation_content .adewa {
}

/* Recruitment detail view */
.container.recruitment_detail {
  max-width: 1200px;
  margin: 100px auto 200px;
  background-color: #fff;
}

/* Header */
.recruitment_detail .header {
  padding: 20px 40px;
  border-bottom: 1px solid #e5e7eb;
}

.recruitment_detail .logo span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* Main Content */
.recruitment_detail .main-content {
}

.recruitment_detail .title-section {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #252525;
}

.recruitment_detail .title-section h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
  margin-top: 30px;
}

.recruitment_detail .status-bar {
  display: flex;
  align-items: center;
  gap: 15px;
}

.recruitment_detail .status-badge {
  padding: 5px 15px;
  border-radius: 18px;
  background-color: #5d5d5d;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
}

.recruitment_detail .status-badge.expired {
  background-color: #e6e7e7;
  border: 1px solid #96999d;
  color: #96999d;
}

.recruitment_detail .date-range {
  font-size: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #454545;
  font-weight: 500;
  font-family: "SUIT";
}

.recruitment_detail .share-btn {
  margin-left: auto;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

/* Content Wrapper */
.recruitment_detail .content-wrapper {
}

/* Job Details */
.recruitment_detail .job-details {
  background-color: #fff;
}

.recruitment_detail .job-details h2 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #252525;
  font-weight: bold;
}

.recruitment_detail .detail-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recruitment_detail .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.recruitment_detail .detail-row + .detail-row {
  margin-top: 15px;
}

.recruitment_detail .detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruitment_detail .label {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 25px;
  color: #757575;
  font-family: "SUIT";
}

.recruitment_detail .value {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 25px;
  color: #252525;
  font-family: "SUIT";
}

.recruitment_detail .detail-text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.recruitment_detail .link {
  color: #2563eb;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.recruitment_detail .link:hover {
  text-decoration: underline;
}

.recruitment_detail .with-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Countdown Section */
.recruitment_detail .countdown-section {
  position: sticky;
  top: 20px;
  height: fit-content;
  width: 100%;
  max-width: 320px;
}

.recruitment_detail .countdown-box {
  border-radius: 10px;
  background-color: #215dbf;
  padding: 20px;
  color: #fff;
}

.recruitment_detail .countdown-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 15px;
}

.recruitment_detail .countdown-total {
  text-align: center;
}

.recruitment_detail .countdown-total .time {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  font-family: "SUIT";
}

.recruitment_detail .countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.recruitment_detail .time-unit {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #ffffff;
}

.recruitment_detail .time-value {
  font-size: 30px;
  line-height: 40px;
  color: #215dbf;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
}

.recruitment_detail .time-label {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  font-weight: 500;
}

.recruitment_detail .separator {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 -5px;
}

.recruitment_detail .notification-tag {
  border-radius: 10px;
  background-color: #e6e7e7;
  font-size: 20px;
  line-height: 40px;
  color: #757575;
  font-weight: bold;
  font-family: "SUIT";
  text-align: center;
  width: 100%;
  max-width: 280px;
  padding: 20px;
}

.recruitment_detail .job-content {
  padding: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-top: 30px;
}

.recruitment_detail .job-content .job-detail {
  margin-bottom: 30px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dbdbdb;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.recruitment_detail .job-content .job-detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.recruitment_detail .job-content .job-detail.open {
  max-height: none;
}

.recruitment_detail .job-content .job-detail.open::after {
  display: none;
}

.recruitment_detail .job-file {
  padding: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-top: 60px;
}

.recruitment_detail .job-content .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.recruitment_detail .job-content .btn-read {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #454545;
  font-family: "SUIT";
  text-align: center;
  padding: 6px 35px;
}

.recruitment_detail .job-maps {
  margin-top: 50px;
}

.recruitment_detail .job-maps h2 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 20px;
}

.recruitment_detail .job-maps .map-title {
  font-size: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.recruitment_detail .job-maps .pin-map {
  width: 10px;
  height: auto;
  object-fit: contain;
}

.recruitment_detail .company-info {
  margin-top: 60px;
}

.recruitment_detail .company-info h2 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 30px;
}

.recruitment_detail .company-content {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 40px;
}

.recruitment_detail .company-content .company-base {
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  gap: 20px;
  align-items: center;
}

.recruitment_detail .company-base img {
}

.recruitment_detail .company-base .c-name {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 26px;
  color: #061406;
  font-weight: bold;
  font-family: "SUIT";
}

.recruitment_detail .company-detail {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruitment_detail .company-detail .c-item {
}

.recruitment_detail .company-detail .c-txt {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 25px;
  color: #757575;
  margin-bottom: 10px;
  font-family: "SUIT";
}

.recruitment_detail .company-detail .c-val {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 25px;
  color: #252525;
  font-weight: bold;
  font-family: "SUIT";
}

/* lecture_video */
.content-title.diff {
  margin-bottom: 20px;
}

.course-desc.diff {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "SUIT";
  margin-bottom: 20px;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.video-play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("/assets/img/sub/ico_video_play.png") center / contain
    no-repeat;
}

/* modal */
.vimeo-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.vimeo-modal.active {
  display: block;
}

.vimeo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.vimeo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  background: #000;
}

.vimeo-iframe-wrap {
  position: relative;
  padding-top: 56.25%;
}

.vimeo-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vimeo-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.course-thumb-diff {
  width: 300px;
  height: 230px;
  position: relative;
  display: inline-block;
  line-height: 0;
}

.course-thumb-diff img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*  */
.course-item {
  position: relative;
}

.course-status {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 22px;
  font-weight: 600;
  font-family: "SUIT";
  line-height: 1;
  z-index: 3;
  white-space: nowrap;
}

/* disaster_risk */

.risk-table-wrap {
  margin-top: 18px;
}

.risk-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;

  border-top: 2px solid #2b2b2b;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ececec;
}

.risk-table th,
.risk-table td {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 16px 18px;
  font-size: 16px;
}

.risk-table tr > *:first-child {
  border-left: none;
}

.risk-table tr > *:last-child {
  border-right: none;
}

.risk-table thead th {
  background: #f6f8fb;
  text-align: center;
  font-weight: 700;
}

.risk-table thead .th-group {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #003c7e;
  font-weight: 500;
  font-family: "NotoSansCJKkr";
  text-align: center;
}

.risk-table thead .th-grade {
  width: 110px;
  background: #f9f9f9;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "NotoSansCJKkr";
}

.risk-table thead .th-sub {
  background: #ffffff;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #757575;
  font-family: "NotoSansCJKkr";
  text-align: center;
}

.risk-table tbody .td-grade {
  width: 110px;
  background: #f9f9f9;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 500;
  font-family: "NotoSansCJKkr";
}

.risk-table tbody .td-score {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #757575;
  font-family: "NotoSansCJKkr";
  text-align: center;
}

.risk-table tbody .td-text {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #757575;
  font-family: "NotoSansCJKkr";
  text-align: left;
}

.dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dot-list li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #757575;
  font-family: "NotoSansCJKkr";
}

.dot-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #757575;
  position: absolute;
  left: 0;
  top: 0.65em;
  transform: translateY(-50%);
}

.risk-caption {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #555555;
  font-weight: 500;
  font-family: "SUIT";
}

.law-gallery-caption-all {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #555555;
  font-weight: 500;
  font-family: "SUIT";
}

.qr_sec {
  padding: 40px 0;
}

.qr_sec .detail_qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.qr_sec .detail_qr .left h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.qr_sec .detail_qr .left p {
  font-size: 20px;
  color: #555;
  line-height: 1.4;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 32px;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 22px;
  letter-spacing: -0.3px;
}

.card-body {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Info box */
.info-box {
  flex: 1;
  border: 2px solid #2dc76d;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.badge {
  flex-shrink: 0;
  width: 15px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #2dc76d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #2dc76d;
  margin-top: 1px;
}

.info-content {
}

.info-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.info-text {
  font-size: 13.5px;
  color: #444444;
  line-height: 1.8;
  word-break: keep-all;
}

.arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #2dc76d;
  margin-left: -16px;
}

.flex-box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.flex-box a {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #2dc76d;
}

.flex-box a p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.qr-box {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 2px solid #2dc76d;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.qr-box img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
}

/* Contract Information */
.law-title-contract {
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  z-index: 1;
}

.law-title-contract::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: 215px;
  height: 15px;
  border-radius: 7px;
  background-color: #18b4db;
  opacity: 0.4;
  z-index: -1;
}

.law-title-contract2 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  z-index: 1;
}

.law-title-contract2::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: 388px;
  height: 15px;
  border-radius: 7px;
  background-color: #18b4db;
  opacity: 0.4;
  z-index: -1;
}

.contact-grid {
  display: flex;
  gap: 28px;
  margin-top: 60px;
}

.contact-card {
  flex: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 38px 35px;
  transition: 0.2s;
}

.contact-card h3 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  margin-bottom: 18px;
}

.contact-card .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #757575;
  font-weight: 500;
  font-family: "SUIT";
}

.law-block.contract {
  margin-top: 80px;
}

.contract-grid {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}

.contract-card {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 40px 45px 35px 35px;
}

.contract-left {
  flex: 1;
  min-width: 0;
}

.contract-title {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
  margin: 0 0 19px;
}

.contract-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 19px 0;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #757575;
  font-weight: 500;
  font-family: "SUIT";
}

/* past_presidents_detail */
.chairman-card {
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 45px;
  overflow: hidden;
}

.chairman-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.chairman-medal {
  position: absolute;
  top: 0;
  right: 70px;
  width: 66px;
  height: 70px;
}

.chairman-medal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.chairman-photo {
  width: 260px;
  flex: 0 0 260px;
  border-radius: 14px;
  overflow: hidden;
  background: #f6f6f6;
}

.chairman-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.chairman-info-detail {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
  text-align: left;
}

.chairman-role {
  margin: 0 0 24px;
  font-size: 24px;
  letter-spacing: -1px;
  color: #061406;
  font-weight: bold;
  font-family: "SUIT";
}

.chairman-name-detail {
  margin: 0 0 24px;
  font-size: 40px;
  letter-spacing: -2px;
  color: #003084;
  font-weight: 800;
  font-family: "SUIT";
}

.chairman-en {
  font-size: 24px;
  letter-spacing: -1px;
  color: #003084;
  font-weight: bold;
  font-family: "SUIT";
}

.chairman-term {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.term-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 25px;
  border-radius: 15px;
  background-color: #5d5d5d;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  font-family: "NotoSansCJKkr";
}

.term-text {
  font-size: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #454545;
  font-weight: 500;
  font-family: "SUIT";
}

.chairman-line {
  height: 1px;
  background: #222;
  opacity: 0.7;
  margin: 0 0 28px;
}

.chairman-desc {
  margin: 0;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  color: #757575;
  font-family: "SUIT";
  word-break: keep-all;
}

.chairman-desc b {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  color: #061406;
  font-weight: 600;
  font-family: "SUIT";
}

/*  */

.ci-timeline-block {
  margin: 63px 30px 80px;
}

.ci-timeline-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 45px;
}

.ci-timeline-ico {
  width: 36px;
  object-fit: contain;
}

.ci-timeline-title {
  margin: 0;
  font-size: 26px;
  letter-spacing: -1px;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT";
}

.ci-timeline-line {
  position: relative;
  height: 40px;
  border-top: 1px solid #2b2b2b;
  margin-bottom: 25px;
}

.ci-point {
  position: absolute;
  top: -9px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ci-timeline-line .ci-point:nth-child(1) {
  left: 65px;
}

.ci-timeline-line .ci-point:nth-child(2) {
  left: 347px;
}

.ci-timeline-line .ci-point:nth-child(3) {
  left: 589px;
}

.ci-pin {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #215dbf;
  box-sizing: border-box;
  display: block;
}

.ci-pin-line {
  width: 2px;
  height: 26px;
  margin-top: 0px;
  background: repeating-linear-gradient(
    to bottom,
    #215dbf 0px,
    #215dbf 2px,
    transparent 2px,
    transparent 6px
  );
  opacity: 0.65;
  display: block;
}

.ci-timeline-items {
  display: flex;
  gap: 0;
  position: relative;
}

.ci-item {
  width: 260px;
  text-align: left;
}

.ci-item:nth-child(1) {
  margin-left: 65px;
}

.ci-item:nth-child(2) {
  margin-left: (347px - 65px - 260px);
}

.ci-item:nth-child(3) {
  margin-left: (589px - 347px - 260px);
}

.ci-item:nth-child(2) {
  margin-left: 22px;
}

.ci-item:nth-child(3) {
  margin-left: -18px;
}

.ci-item .ci-date {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -1px;
  color: #757575;
  font-weight: 500;
  font-family: "SUIT";
}

.ci-item .ci-desc {
  margin: 0;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 600;
  font-family: "SUIT";
  word-break: keep-all;
}

.mo-only {
  display: none;
}

.pc-only {
  display: flex;
  gap: 122px;
}

.pc-only1 {
  display: flex;
}

.slope-section {
  padding: 120px 0;
  background: #f4f6f8;
  font-family: "SUIT", sans-serif;
}

.slope-container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  margin-bottom: 467px;
}

.right-wrapper {
  background: #f0f2f5;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 85px;
  padding: 58px 0 170px;
  text-align: center;
  position: relative;
}

.process-item {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  height: 180px;
}

.process-item-2 {
  display: flex;
  align-items: center;
  position: relative;
  height: 180px;
}

.process-item-3 {
  display: flex;
  align-items: center;
  position: relative;
  height: 180px;
}

.process-item-4 {
  display: flex;
  align-items: center;
  position: relative;
  height: 180px;
}

.left-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  height: 120px;
  color: #fff;
  border-radius: 14px;
  position: relative;
  font-weight: 600;
  margin-left: 147px;
  z-index: 3;
  line-height: 1.4;
  justify-content: center;
}

.left-box::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 22px solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.left-box h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.left-box p {
  font-size: 24px;
  opacity: 0.9;
}

.right-box-last li {
  font-size: 20px;
}

.right-box-first li {
  font-size: 20px;
}

.right-box li {
  font-size: 20px;
}

.right-box {
  display: flex;
  flex: 1;
  margin-right: 186px;
  margin-left: -21px;
  padding: 0;
  background: #fff;
  border-radius: 0;
  width: 536px;
  height: 180px;
  padding: 0 55px;
  align-items: center;
}

.right-box-first {
  display: flex;
  flex: 1;
  margin-right: 186px;
  margin-left: -21px;
  padding: 0;
  background: #fff;
  border-radius: 14px 14px 0 0;
  width: 536px;
  height: 180px;
  padding: 0 55px;
  align-items: center;
}

.right-box::before,
.right-box-last::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 169px;
  width: 552px;
  height: 11px;
  background: url("../img/sub/icon_vector.png") no-repeat center;
  background-size: contain;
}

.left-box.teal::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);

  width: 30px;
  height: 30px;

  background: no-repeat center;
  background-size: contain;

  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M4 8 L12 16 L20 8' stroke='%230f8a8a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
}

.left-box.blu::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);

  width: 30px;
  height: 30px;

  background: no-repeat center;
  background-size: contain;

  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M4 8 L12 16 L20 8' stroke='%2342b7f8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
}

.left-box.green::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);

  width: 30px;
  height: 30px;

  background: no-repeat center;
  background-size: contain;

  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M4 8 L12 16 L20 8' stroke='%2318a06a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
}

.process-item-2::before {
  content: "";
  position: absolute;
  left: 107px;
  top: 38%;
  width: 34px;
  height: 34px;
  background: url(../img/sub/icon_arrow_2.png) no-repeat center;
  background-size: contain;
  z-index: 5;
}

.process-item-3::before {
  content: "";
  position: absolute;
  left: 195px;
  top: 164px;
  width: 34px;
  height: 34px;

  background: url("../img/sub/icon_arrow_1.png") no-repeat center;
  background-size: contain;
}

.process-item-4::before {
  content: "";
  position: absolute;
  left: 145px;
  top: 163px;
  width: 34px;
  height: 34px;

  background: url("../img/sub/icon_arrow_1.png") no-repeat center;
  background-size: contain;
}

.slope-container::before {
  content: "";
  position: absolute;
  left: 180px;
  bottom: 250px;
  width: 104px;
  height: 915px;
  background: url("../img/sub/line.png") no-repeat center;
  background-size: contain;
  z-index: 3;
}

.right-box-last {
  display: flex;
  flex: 1;
  margin-right: 186px;
  margin-left: -21px;
  padding: 0;
  background: #fff;
  border-radius: 0 0 14px 14px;
  width: 536px;
  height: 180px;
  padding: 0 55px;
  align-items: center;
}

.right-box ul {
  justify-content: center;
}

.step-circle {
  position: absolute;
  right: 52px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 101px;
}

.green {
  background: linear-gradient(135deg, #1dbf73, #159957);
}

.green::after {
  border-left-color: #159957;
}

.teal {
  background: linear-gradient(135deg, #18a6a6, #0f8a8a);
}

.teal::after {
  border-left-color: #0f8a8a;
}

.blu {
  background: linear-gradient(135deg, #42b7f8);
}

.blu::after {
  border-left-color: #42b7f8;
}

.navy1 {
  background: linear-gradient(135deg, #1f5ea8, #174a88);
}

.navy1::after {
  border-left-color: #174a88;
}

.step-circle.green {
  background: #159957;
}

.step-circle.teal {
  background: #0f8a8a;
}

.step-circle.blu {
  background: #42b7f8;
}

.step-circle.navy {
  background: #174a88;
}

.last-bg {
  background: #e9eef3;
}

.arrow-row {
  position: absolute;
  display: flex;
  gap: 68px;
  margin: 20px 0;
  left: 256px;
  bottom: -27px;
}

.arrow-row-4 {
  position: absolute;
  display: flex;
  gap: 68px;
  margin: 20px 0;
  left: 213px;
  bottom: -27px;
}

.icon-check {
  width: 28px;
  height: 28px;
  stroke: #1fa5a5;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.text-left {
  color: #18a06a;
  font-weight: 600;
}

.text-right {
  color: #0f8a8a;
  font-weight: 600;
}

.auto-list,
.auto-list-black {
  list-style: none;
  padding-left: 20px;
  text-align: left;
}

.auto-list li,
.auto-list-black li {
  position: relative;
  margin-bottom: 8px;
}

.auto-list > li::before,
.auto-list-black > li::before {
  content: "•";
  position: absolute;
  left: -15px;
  font-weight: 20px;
}

.auto-list ul {
  list-style: none;
  padding-left: 20px;
}

.auto-list ul li::before {
  content: "-";
  position: absolute;
  left: -15px;
  color: #333;
}

.font-type {
  font-size: 24px;
}

.right-box,
.right-box-first,
.right-box-last {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.right-box::after,
.right-box-first::after,
.right-box-last::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 112, 184, 0.18);
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.35s ease;
  pointer-events: none;
  border-radius: inherit;
}

.process-item.active .right-box::after,
.process-item-2.active .right-box::after,
.process-item-3.active .right-box::after,
.process-item-4.active .right-box::after,
.process-item.active .right-box-first::after,
.process-item.active .right-box-last::after {
  opacity: 1;
  transform: scale(1);
}

.process-item.active .right-box,
.process-item-2.active .right-box,
.process-item-3.active .right-box,
.process-item-4.active .right-box,
.process-item.active .right-box-first,
.process-item.active .right-box-last {
  transform: translateY(-3px);
}

.pc-detail {
  display: block;
}

.img-content {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  */

.association-panel {
  background: #fff;
  border-radius: 12px;
  padding: 60px 0 68px 0;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 227px;
}

.association-panel > * {
  width: 100%;
}

.group-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 26px;
  font-family: "SUIT";
}

.task-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.task-card {
  display: flex;
  align-items: center;
  gap: 24px;
  /* flex: 1; */
  border: 4px solid #000000;
  border-radius: 8px;
  padding: 22px 18px;
  background: #fff;
  max-width: 468px;
  width: 100%;
  position: relative;
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  flex-shrink: 0;
}

.task-name {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "SUIT";
  /* flex: 1; */
}

.link-arrow {
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 31px solid black;
  flex-shrink: 0;
  /* display: none; */
  position: absolute;
  right: -6.5%;
}

.qr-code {
  max-width: 108px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 4px solid #000000;
  border-radius: 9px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* .qr-pattern {
  display: grid;
  grid-template-columns: repeat(5, 7px);
  grid-template-rows: repeat(5, 7px);
  gap: 1px;
}

.qr-dot {
  background: #333;
  border-radius: 1px;
}

.qr-dot.empty {
  background: transparent;
} */

.section-divider {
  margin: 10px 0;
}

.delegation-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.delegation-card {
  border: 4px solid #000000;
  border-radius: 8px;
  padding: 20px 38px 16px 18px;
  position: relative;
  max-width: 468px;
  width: 100%;
}

.delegation-card .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}

.delegation-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 6px;
}

.delegation-desc {
  font-size: 20px;
  font-family: "SUIT";
  color: #555555;
}

.delegation-card .link-arrow {
  top: 43%;
}

.blue-dark .task-card {
  border-color: #215dbf;
}

.blue-dark .step-number {
  border-color: #215dbf;
  color: #215dbf;
}

.blue-dark .link-arrow {
  border-left-color: #215dbf;
}

.blue-dark .task-name {
  color: #215dbf;
}

.blue-dark .qr-code {
  border-color: #215dbf;
}

.green-dark .task-card {
  border-color: #10aa70;
}

.green-dark .step-number {
  border-color: #10aa70;
  color: #10aa70;
}

.green-dark .link-arrow {
  border-left-color: #10aa70;
}

.green-dark .task-name {
  color: #10aa70;
}

.green-dark .qr-code {
  border-color: #10aa70;
}

.teal-custom .task-card {
  border-color: #009394;
}

.teal-custom .step-number {
  border-color: #009394;
  color: #009394;
}

.teal-custom .link-arrow {
  border-left-color: #009394;
}

.teal-custom .task-name {
  color: #009394;
}

.teal-custom .qr-code {
  border-color: #009394;
}

.teal-dark .task-card {
  border-color: #024c4d;
}

.teal-dark .step-number {
  border-color: #024c4d;
  color: #024c4d;
}

.teal-dark .link-arrow {
  border-left-color: #024c4d;
}

.teal-dark .task-name {
  color: #024c4d;
}

.teal-dark .qr-code {
  border-color: #024c4d;
}

.sky-blue .task-card {
  border-color: #00a0e5;
}

.sky-blue .step-number {
  border-color: #00a0e5;
  color: #00a0e5;
}

.sky-blue .link-arrow {
  border-left-color: #00a0e5;
}

.sky-blue .task-name {
  color: #00a0e5;
}

.sky-blue .qr-code {
  border-color: #00a0e5;
}

.cyan-dark .task-card {
  border-color: #0088a1;
}

.cyan-dark .step-number {
  border-color: #0088a1;
  color: #0088a1;
}

.cyan-dark .link-arrow {
  border-left-color: #0088a1;
}

.cyan-dark .task-name {
  color: #0088a1;
}

.cyan-dark .qr-code {
  border-color: #0088a1;
}

.green-delegation .delegation-card {
  border-color: #10aa70;
}

.green-delegation .step-number {
  border-color: #10aa70;
  color: #10aa70;
}

.green-delegation .link-arrow {
  border-left-color: #10aa70;
}

.green-delegation .delegation-title {
  color: #10aa70;
}

.green-delegation .qr-code {
  border-color: #10aa70;
}

.no-before li::before {
  display: none;
}

.law-list ul li::before {
  display: none;
}
.law-list > li {
  margin-bottom: 15px;
}
.law-list ul li {
  position: relative;
  padding-left: unset;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #555555;
  font-family: "SUIT";
  margin-bottom: 12px;
}
.law-list ul {
  list-style: none;
  padding: unset;
  margin: 0;
}

/* ===== 정밀조사 전용 ===== */
.detail-sub-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0 0 14px 4px;
  font-family: "SUIT";
  letter-spacing: -1px;
}
.detail-sub-title--mt-md {
  margin-top: 28px;
}
.detail-sub-title--mt-lg {
  margin-top: 32px;
}

.detail-sub-title-2 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin: 18px 0 12px 4px;
  font-family: "SUIT";
  letter-spacing: -0.5px;
}

.law-list--mt-md {
  margin-top: 24px;
}

/* 내부(2단계) 목록 */
.sub-list {
  margin-top: 8px;
  padding-left: 14px;
}
.sub-list li {
  font-size: 17px;
}

/* 4장 이미지 그리드 (조사 방법) */
.detail-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.detail-grid-4 .grid-item {
  text-align: center;
}
.detail-grid-4 .grid-item img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background: #fafafa;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.detail-grid-4 .grid-item .caption {
  margin-top: 8px;
  font-size: 15px;
  color: #555;
  font-family: "SUIT";
  letter-spacing: -0.5px;
}

/* ===== 안정해석 표 ===== */
.stability-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  font-family: "SUIT";
  table-layout: fixed;
}
.stability-table th,
.stability-table td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  color: #444;
}
.stability-table th:last-child,
.stability-table td:last-child {
  border-right: none;
}
.stability-table tr:last-child td,
.stability-table tr:last-child th {
  border-bottom: none;
}

.stability-table thead th {
  background: #f5f7fa;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 10px;
}
.stability-table .mode-header {
  background: #f5f7fa;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 10px;
}
.stability-table .sub-th {
  background: #fafbfc;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  padding: 10px;
}

/* 우측 단면 이미지(작게) */
.stability-table .cell-img img {
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  background: #fafafa;
}

/* 좌측 검토단면 이미지(크게, rowspan으로 확장) */
.stability-table .cell-section-img {
  width: 38%;
  padding: 18px;
  vertical-align: middle;
  background: #fff;
}
.stability-table .cell-section-img img {
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 4px;
  background: #fafafa;
  display: inline-block;
}

.stability-table .cell-value {
  font-weight: 600;
  color: #333;
  padding: 8px;
}
.stability-table .value-ok {
  color: #1f7a3a;
}
.stability-table .value-ng {
  color: #c0392b;
}

/* 보수·보강전개도 한 장 이미지 */
.detail-single-img {
  margin-top: 16px;
  text-align: center;
}
.detail-single-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background: #fafafa;
}
.detail-single-img .caption {
  margin-top: 10px;
  font-size: 15px;
  color: #555;
  font-family: "SUIT";
}

/* 정밀조사 대상지 단독 이미지 */
.detail-target-img {
  margin-top: 16px;
  text-align: center;
}
.detail-target-img img {
  max-width: 720px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* 계약 절차 플로우 */
.detail-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0 24px;
  flex-wrap: wrap;
}
.detail-flow .flow-step {
  flex: 1 1 0;
  min-width: 160px;
  background: linear-gradient(135deg, #2e6cb5, #1f4e89);
  color: #fff;
  text-align: center;
  padding: 22px 14px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "SUIT";
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(31, 78, 137, 0.18);
}
.detail-flow .flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #1f4e89;
  font-weight: 700;
}

/* 안내 박스 (사유서 / 문의처) */
.detail-note,
.safety-note {
  margin-top: 8px;
  /* padding-left: 22px; */
  font-size: 15px;
  color: red;
  line-height: 1.6;
  font-family: "SUIT";
}

.safety-flow__step {
  padding: 5px 10px;
  background: #2e6cb5;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.safety-flow {
  margin-bottom: 16px;
}

.link_pdf {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 20px;
  border: 1px solid #2e6cb5;
  border-radius: 6px;
  font-size: 16px;
  color: #2e6cb5;
  text-decoration: none;
  font-family: "SUIT";
}
.link_pdf p {
  margin: 0;
}

/* AJAX 빈 영역 */
.empty-block {
  text-align: center;
  padding: 60px 20px;
}
.empty-text {
  font-size: 1.1rem;
  color: #888;
}

.law-section {
  padding: 0 0 115px;
  background: #ffffff;
}

.law-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.law-block + .law-block {
  margin-top: 80px;
}
.law-block:last-child {
  margin-top: 80px;
}

/* 타이틀 */
.law-title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.4;
  color: #252525;
  font-weight: 800;
  font-family: "SUIT", sans-serif;
  z-index: 1;
}
.law-title::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: 100%;
  height: 15px;
  border-radius: 7px;
  background-color: #18b4db;
  opacity: 0.4;
  z-index: -1;
}

/* 박스 */
.law-box {
  margin-top: 40px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 40px;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  color: #555555;
  font-family: "SUIT", sans-serif;
}
.law-item {
  margin-bottom: 44px;
}
.law-item:last-child {
  margin-bottom: 0;
}

.law-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #252525;
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-family: "SUIT", sans-serif;
}

.law-item__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 16px;
}
.law-item__list > li {
  position: relative;
  padding-left: 18px;
  font-size: 19px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
  font-family: "SUIT", sans-serif;
}
.law-item__list > li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #888;
}

.law-item__sublist {
  list-style: none;
  padding: 6px 0 0 18px;
  margin: 0;
}
.law-item__sublist > li {
  position: relative;
  padding-left: 16px;
  font-size: 17px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 6px;
}
.law-item__sublist > li::before {
  content: "·";
  position: absolute;
  left: 4px;
  color: #aaa;
}

.safety-flow-v {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-left: 16px;
  gap: 15px;
}

.safety-flow-v__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.safety-flow-v__label {
  flex-shrink: 0;
  width: 160px;
  background: #e8e8e8;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 16px;
  text-align: center;
  font-family: "SUIT", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.safety-flow-v__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}

.safety-flow-v__desc p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-family: "SUIT", sans-serif;
  letter-spacing: -0.5px;
}

.safety-flow-v__arrow {
  width: 160px;
  text-align: center;
  font-size: 18px;
  color: #555;
  padding: 10px 0;
  line-height: 1;
  flex-shrink: 0;
  position: absolute;
  bottom: -10px;
  left: 1.5%;
}

.safety-note {
  font-size: 15px;
  color: #e04b3a;
  margin-top: 4px;
}

/* ============================================================
   갤러리
============================================================ */
.law-gallery-wrap {
  max-width: 990px;
  margin: 28px auto 0;
}
.law-slider-outer {
  position: relative;
  width: 990px;
  margin: 0 auto;
  overflow: visible;
}
.law-slider-viewport {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.law-main-swiper {
  width: 100%;
}
.law-main-swiper img {
  width: 100%;
  display: block;
}
.law-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.law-prev {
  left: 0;
}
.law-next {
  right: 0;
}
.law-thumb-swiper {
  width: 910px;
  margin: 22px auto 0;
}
.law-thumb-swiper .swiper-wrapper {
  justify-content: center;
}
.law-thumb-swiper .swiper-slide {
  width: auto;
}
.law-thumb-swiper img {
  width: 100px;
  height: 62px;
  object-fit: cover;
  border-radius: 9px;
  border: 4px solid transparent;
  display: block;
}
.law-thumb-swiper .swiper-slide-thumb-active img {
  border-color: #215dbf;
}
.law-gallery-caption {
  margin-top: 12px;
  font-size: 16px;
  color: #888;
  text-align: center;
}
.law-gallery-caption-all {
  margin-top: 6px;
  font-size: 18px;
  color: #555;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}

/* ============================================================
   위탁근거 블록
============================================================ */
.trust-box {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 35px;
}
.trust-qr-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}
.trust-qr-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  flex-shrink: 0;
}
.trust-qr-text {
  font-size: 17px;
  color: #555;
  font-family: "SUIT", sans-serif;
  letter-spacing: -0.5px;
}
.trust-download-btn {
  display: inline-block;
  background: #fff;
  color: #1a6fc4;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  padding: 10px 22px;
  text-decoration: none;
  font-family: "SUIT", sans-serif;
  letter-spacing: -0.5px;
  white-space: nowrap;
  transition:
    background 0.2s,
    color 0.2s;
}

.trust-wrap {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 40px;
}

.trust-left {
  flex: 1;
}
.trust-badge-label {
  display: inline-block;
  background: #1a6fc4;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 20px;
  padding: 5px 18px;
  margin-bottom: 16px;
  font-family: "SUIT", sans-serif;
}
.trust-desc {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  font-family: "SUIT", sans-serif;
  letter-spacing: -0.5px;
}

.trust-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.trust-qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.trust-qr-img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px;
  background: #fff;
}
.trust-qr-label {
  font-size: 13px;
  color: #888;
  text-align: center;
  font-family: "SUIT", sans-serif;
}
.trust-download-btn {
  display: inline-block;
  background: #e8e8e8;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  border-radius: 20px;
  padding: 10px 22px;
  text-decoration: none;
  font-family: "SUIT", sans-serif;
  letter-spacing: -0.5px;
  white-space: nowrap;
  transition: background 0.2s;
}

.contact-box {
  display: flex;
  align-items: center;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: #333;
  letter-spacing: -1px;
}
.contact-icon {
  font-size: 24px;
}
.contact-line strong {
  color: #1a6fc4;
  font-weight: 800;
  font-size: 24px;
}

.qr-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.join-process-list {
  margin: 0 -1.67%;
  display: flex;
}
.join-process-list li {
  width: 21.65%;
  margin: 0 1.67%;
  padding: 35px 15px 30px;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.join-process-list li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M8 5l8 7-8 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  position: absolute;
  left: -26px;
  margin-left: -3.34%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #25247b;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.join-process-list li .tit {
  display: block;
  margin: 15px 0 10px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  color: #333;
  font-weight: 500;
}
.join-process-list li .sub-txt-01 {
  line-height: 1.66em;
}
.join-process-list li:first-child:before {
  display: none;
}

.join-process-list li .inner {
  width: 100%;
}

.join-process-email-box {
  padding: 30px 30px;
  text-align: center;
  background-color: #f5f5f8;
  margin: 30px 0;
}
.join-process-email-box .join-process-email-tit {
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #555;
  font-weight: 500;
}
.join-process-email-box .join-process-email-txt {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.25px;
  color: #25247b;
  margin-top: 10px;
  text-transform: lowercase !important; 
  font-variant: normal !important;
}

.join-process-page .dot-list li.no-dot .dot-list-txt:before {
  display: none;
}
.join-process-page .dot-list {
  margin-top: 20px;
}
.join-process-page .dot-list li .dot-list-txt b {
  width: 110px;
  padding: 0;
}
.join-process-page .dot-list li .dot-list-txt span {
  width: calc(100% - 120px);
}
.join-process-page .dot-list li .dot-list-txt .blue-btn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.join-process-page .dot-list li .dot-list-txt .blue-btn i {
  margin-left: 15px;
}
.join-process-con {
  margin-top: 60px;
}

.vision-wrap {
  padding: 0px 0 80px;
  background: #fff;
}
.vision-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.vision-block__label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #004a98;
  border-bottom: 2px solid #004a98;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.join-process-list .step-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #0a4d8c;
  transition: transform 0.25s ease;
}
.join-process-list .step-ico svg {
  width: 100%;
  height: 100%;
}
.join-process-list .auto-height-item:hover .step-ico {
  transform: translateY(-3px) scale(1.05);
}

.join-process-list:nth-of-type(2) .step-ico {
  color: #16a085;
}

.join-process-stage-label {
  display: inline-block;
  margin: 30px 0 18px;
  padding: 6px 22px;
  background: #0a4d8c;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: -0.3px;
}
.join-process-stage-label.dif {
  background: #16a085;
}

.join-process-list .inner dt {
  position: relative;
  padding-top: 8px;
}
.join-process-list .step-num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  background: #0a4d8c;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(10, 77, 140, 0.25);
  z-index: 2;
}
.join-process-list:nth-of-type(2) .step-num {
  background: #16a085;
  box-shadow: 0 2px 6px rgba(22, 160, 133, 0.25);
}

.join-process-list .point-txt {
  display: inline-block;
  margin-top: 6px;
  color: #d9534f;
  font-size: 13px;
  line-height: 1.5;
}

.join-process-notice-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 28px 0 20px;
  padding: 20px 24px;
  background: #f5f8fc;
  border-left: 4px solid #0a4d8c;
  border-radius: 8px;
}
.join-process-notice-box .notice-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: #0a4d8c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.join-process-notice-box .notice-icon svg {
  width: 100%;
  height: 100%;
}
.join-process-notice-box .notice-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #0a4d8c;
}
.join-process-notice-box .notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.join-process-notice-box .notice-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
.join-process-notice-box .notice-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #0a4d8c;
  border-radius: 50%;
}

.jp-flow {
  margin: 30px 0 24px;
}

/* 단계: 좌측 라벨 + 우측 스텝 */
.jp-stage {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  padding: 0 0 34px 24px;
  --jp-color: #0a4d8c;
}
.jp-stage:last-of-type { padding-bottom: 0; }
.jp-stage--green { --jp-color: #16a085; }

/* 좌측 수직 라인 */
.jp-stage::before {
  content: "";
  position: absolute;
  left: 84px;
  top: 10px;
  bottom: 0;
  width: 2px;
  background: var(--jp-color);
  height: 94%;
}
.jp-stage:last-of-type::before { bottom: 14px; }

/* 좌측 상단 도트 */
.jp-stage::after {
  content: "";
  position: absolute;
  left: 79px;
  top: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--jp-color);
}
/* .jp-stage--blue::after  { box-shadow: 0 0 0 4px rgba(10, 77, 140, 0.15); }
.jp-stage--green::after { box-shadow: 0 0 0 4px rgba(22, 160, 133, 0.15); } */

/* 좌측 라벨 */
.jp-stage-label {
  align-self: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.3px;
  color: var(--jp-color);
  text-align: center;
    background: #Fff;
  z-index: 2;
}
.jp-stage-label span {
  display: block;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 600;
}

/* 우측 스텝 목록 */
.jp-steps { margin: 0; padding: 0; list-style: none; position: relative; }

.jp-steps::after {
  content: "";
  position: absolute;
  left: -93px;
  bottom: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--jp-color);
}


.jp-stage--green .jp-steps::after {
  bottom: -2px;
}

.jp-stage--green.jp-stage::before {
    height: 85%;
}

/* 스텝 카드 */
.jp-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 26px;
  background: #fff;
  border: 1px solid #eaeef4;
  /* border-radius: 14px; */
  /* box-shadow: 0 6px 20px rgba(17, 34, 64, 0.05); */
}
.jp-step:not(:last-child) { margin-bottom: 34px; }

/* 카드 사이 화살표 */
.jp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0a4d8c
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7 9h10l-5 6z'/%3E%3C/svg%3E")
      center / 25px no-repeat;
}

/* 아이콘 */
.jp-step-ico {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: var(--jp-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jp-step-ico svg { width: 100%; height: 100%; }

/* 텍스트 */
.jp-step-body { flex: 1; min-width: 0; }
.jp-step-tit {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.3px;
}
.jp-step-txt {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #454545;
}
.jp-step-txt b { color: #16335c; font-weight: 700; }
.jp-step-txt .point-txt {
  display: inline-block;
  margin-top: 6px;
  color: #d9534f;
  font-size: 13px;
  line-height: 1.5;
}

/* 반응형 */
@media (max-width: 768px) {
  .jp-stage {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 0 30px 20px;
  }

  .jp-stage::before, .jp-stage::after {
    display: none;
  }
  .jp-stage-label { align-self: start; }
  .jp-step { padding: 16px 18px; gap: 14px; border-radius: 12px; }
  .jp-step-ico { width: 40px; height: 40px; }
  .jp-step-tit { font-size: 16px; }
  .jp-step-txt { font-size: 14px; }
  .jp-step:not(:last-child) { margin-bottom: 30px; }
  .jp-step:not(:last-child)::after { bottom: -26px; width: 20px; height: 20px; }
}

@media (max-width: 1200px) {
  .join-process-list.auto-height-list-con > li {
    width: calc(50% - 10px) !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .join-process-list.auto-height-list-con > li {
    width: 100% !important;
  }
  .join-process-list .step-ico {
    width: 54px;
    height: 54px;
  }
  .join-process-stage-label {
    font-size: 14px;
    padding: 5px 18px;
  }
  .join-process-notice-box {
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }
}
.process-notice-box {
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

/* --- VISION STATEMENT --- */
.vision-statement {
  background: linear-gradient(135deg, #004a98 0%, #1a6fc4 100%);
  border-radius: 12px;
  padding: 40px 50px;
  text-align: center;
  color: #fff;
}
.vision-statement__badge {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: 4px 24px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.vision-statement__main {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.vision-statement__sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 4px;
}

.vision-goals {
  display: flex;
  gap: 24px;
}
.vision-goal {
  flex: 1;
  border: 1px solid #dde4ef;
  border-radius: 10px;
  padding: 30px 24px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.vision-goal:hover {
  box-shadow: 0 4px 20px rgba(0, 74, 152, 0.12);
}
.vision-goal__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 16px;
  background: #eef3fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.vision-goal__icon img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}
.vision-goal__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #004a98;
  margin-bottom: 14px;
}
.vision-goal__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vision-goal__list li {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.vision-goal__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #004a98;
  font-weight: 700;
}
