#hcc .slogan-sm {
  font-size: 1.5rem;
  color: #1e2022;
}

#hcc .slogan-sm .title {
  font-size: 1.5em !important;
  font-weight: 600;
  color: #333;
}

#hcc .slogan-sm .title br {
  display: none;
}

@media (max-width: 768px) {
  #hcc .slogan-sm .title br {
    display: block;
  }
}

#hcc .sub-txt {
  font-weight: 400;
  color: #333333;
  letter-spacing: -1px;
  font-size: 20px;
}

#hcc .sub-txt .sub-txt p {
  color: #646363;
  line-height: 1;
}

#hcc .py-divider h1 {
  width: 450px;
  border: 2px solid #00593d;
  border-radius: 36px;
  margin: 0 auto !important;
  padding: 10px 15px;
  color: #00593d;
  text-align: center;
}

#hcc .py-tabnav li {
  flex: 1;
}

#hcc .py-tabnav li > button {
  width: 100%;
  font-size: 1.2rem;
  border: 1px solid #00593d;
}

#hcc .py-tabnav li > button:hover {
  font-weight: 600;
  color: black;
}

#hcc .py-tabnav li.active > button {
  border-bottom: 1px solid #00593d;
  background-color: #00593d !important;
  color: #fff !important;
}

#hcc .box-zone > ul {
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: right 40px top 50px;
  background-size: clamp(260px, 40%, 420px);
}

#hcc .box-zone li {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

#hcc .box-zone li .section-title h2 {
  font-size: 1.5rem;
  position: relative;
  padding-left: 70px;
  padding-top: 40px;
  font-weight: bold;
}

#hcc .box-zone li .section-title h2 em {
  font-family: TmonMonsori, sans-serif;
  font-weight: bold;
  letter-spacing: -4px;
  font-size: 75px;
  position: absolute;
  left: 0;
  color: #00593d;
  opacity: 0.1;
  bottom: -22px;
}

#hcc .box-zone li .section-title h2 b {
  font-size: 0.7em;
  color: var(--gray-6);
}

@media (max-width: 768px) {
  #hcc .box-zone li .section-title h2 b {
    display: none;
  }
}

#hcc .box-zone li .section-title .dot {
  position: relative;
  font-size: 1.1em;
  font-weight: normal;
  padding-left: 15px;
  line-height: 1em;
  margin: 0;
  margin-top: 1rem;
}

#hcc .box-zone li .section-title .dot::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: 2px;
  top: 9px;
  background-color: #1c96d5;
}

#hcc .box-zone li .step ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* justify-content: center; */
}

#hcc .box-zone li .step ul li {
  border: solid 6px #00593d;
  color: var(--third-color);
  padding: 27px 0px 27px 35px;
  font-weight: bold;
  font-size: 20px;
  list-style: none;
  width: 425px;
  text-align: left;
}

#hcc .box-zone li .step ul li span {
  margin-right: 6px;
  position: relative;
}

#hcc .box-zone li .step ul li span::before {
  content: '';
  width: 28px;
  height: 1px;
  background-color: #00593d;
  position: absolute;
  bottom: 11px;
  left: -35px;
}

#hcc .tab-content {
  /* ======================
    Section Title
    ====================== */
  /* ======================
    Info Block / h3
    ====================== */
  /* ======================
    Lists
    ====================== */
  /* ======================
    Gov List
    ====================== */
  /* ======================
    Responsive
    ====================== */
}

#hcc .tab-content .section-title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00593d;
  padding: 14px 0 14px 18px;
  border-top: 2px solid #00593d;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(to right, rgba(31, 58, 95, 0.08), rgba(31, 58, 95, 0));
}

#hcc .tab-content .section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 60%;
  background: #00593d;
  transform: translateY(-50%);
  display: none;
}

#hcc .tab-content .info-block {
  margin-bottom: 32px;
}

#hcc .tab-content .info-block h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  padding: 10px 14px;
  margin-bottom: 14px;
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #1f3a5f;
}

#hcc .tab-content .info-block.general h3 {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f3a5f;
  padding: 12px 16px;
  margin-bottom: 16px;
  background: #f2f6fb;
  border-left: 1px solid #e5e7eb;
}

#hcc .tab-content .info-block.general h3::before {
  content: '';
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #c50303;
}

#hcc .tab-content .list,
#hcc .tab-content .order-list {
  padding-left: 20px;
}

#hcc .tab-content .list li,
#hcc .tab-content .order-list li {
  margin-bottom: 6px;
  color: #555;
  border-top: none;
  padding-top: 0;
}

#hcc .tab-content .order-list li {
  list-style: disc;
  margin-left: 5px;
}

#hcc .tab-content .gov-list {
  border-top: 1px solid #e5e7eb;
}

#hcc .tab-content .gov-list li {
  display: flex;
  gap: 16px;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
}

#hcc .tab-content .gov-list li.note {
  font-size: 13px;
  color: #777;
  background: #fafafa;
}

#hcc .tab-content .gov-list .label {
  min-width: 150px;
  font-weight: 600;
  color: #222;
}

#hcc .tab-content .gov-list .desc {
  color: #555;
}

#hcc .tab-content .note {
  font-size: 13px;
  color: #777;
}

#hcc .tab-content .table tbody tr td {
  text-align: center;
}

@media (max-width: 768px) {
  #hcc .tab-content .section-title {
    font-size: 18px;
  }
}

#hcc .tab-content #t02 .gov-list li .label {
  min-width: 260px;
}

#hcc .tab-content #t02 .gov-list li .label br {
  display: none;
}

@media (max-width: 768px) {
  #hcc .tab-content #t02 .gov-list li .label {
    min-width: 100px;
  }
  #hcc .tab-content #t02 .gov-list li .label br {
    display: block;
  }
}
