@charset "utf-8";

/* =========================== PAGE */
#process1004 {
  position: relative;
  max-width: var(--mainsize);
  margin: 0 auto;
  padding: 150px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #777;
  font-family: var(--k-font);
}
#process1004 * {
  word-break: keep-all;
}
#process1004 .cont h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
#process1004 .cont > div + div {
  margin-top: 70px;
}
#process1004 .box .ntc {
  display: block;
  margin-bottom: 20px;
}
#process1004 .merit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#process1004 .merit li {
  border: 1px solid #e1e1e1;
}
#process1004 .merit li img {
  width: 100%;
  aspect-ratio: 3/2;
}
#process1004 .merit dl {
  padding: 20px;
}
#process1004 .merit dt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
#process1004 .merit dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  color: #fff;
  background: var(--primary);
}
#process1004 .tbl_area table {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  text-align: center;
}
#process1004 .tbl_area thead th {
  border-top: 1px solid #222;
  border-bottom: 1px solid var(--primary);
  font-weight: 600;
  color: #111;
}
#process1004 .tbl_area thead th {
  padding: 15px 0;
  background: #f5f5f5;
}
#process1004 .tbl_area tbody tr > * {
  padding: 15px;
  vertical-align: middle;
}
#process1004 .tbl_area tbody td {
  border-left: 1px solid #e1e1e1;
  text-align: left;
}
#process1004 .tbl_area tbody tr + tr > * {
  border-top: 1px solid #e1e1e1;
}
#process1004 .tbl_area th {
  font-weight: 600;
  color: #111;
}
#process1004 .tbl_area tbody th {
  background: #f2f2f2;
}
#process1004 .tbl_area .last {
  text-align: center;
}
#process1004 .tbl_area.center td {
  text-align: center;
}

#process1004 .prcs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  text-align: center;
}
#process1004 .prcs:after {
  position: absolute;
  content: '';
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  transform: translateY(-50%);
}
#process1004 .prcs .cir {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 20px solid var(--primary);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
  background: #fff;
  transform: translate(-50%, -50%);
}
#process1004 .prcs dt {
  position: relative;
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}
#process1004 .prcs dt:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: var(--primary);
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  #process1004 {
    padding: 100px 15px;
  }
}
@media (max-width: 768px) {
  #process1004 {
    padding: 50px 15px;
    font-size: 14px;
  }
  #process1004 .cont > div + div {
    margin-top: 50px;
  }
  #process1004 .cont h2 {
    font-size: 18px;
  }
  #process1004 .merit {
    grid-template-columns: repeat(2, 1fr);
  }
  #process1004 .prcs dt {
    font-size: 16px;
  }
  #process1004 .prcs .cir {
    width: 150px;
    height: 150px;
    border: 10px solid var(--primary);
    font-size: 18px;
  }
  #process1004 .merit dt {
    font-size: 15px;
  }
  #process1004 .merit dt span {
    font-size: 11px;
  }
}
@media (max-width: 580px) {
  #process1004 .cont > div + div {
    margin-top: 30px;
  }
  #process1004 .prcs {
    gap: 10px;
  }
  #process1004 .prcs:after {
    display: none;
  }
  #process1004 .prcs dl {
    padding: 15px 10px 10px;
    border: 1px solid #e1e1e1;
  }
  #process1004 .prcs .cir {
    grid-column: span 2;
    position: unset;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background: var(--primary);
    transform: unset;
  }
  #process1004 .prcs dt {
    font-size: 14px;
  }
  #process1004 .merit dt {
    flex-direction: column;
    text-align: center;
  }
  #process1004 .merit dd {
    text-align: center;
  }
}
@media (max-width: 390px) {
  #process1004 .prcs {
    grid-template-columns: repeat(1, 1fr);
  }
  #process1004 .prcs .cir {
    grid-column: unset;
  }
}
