.cm-domestic {
  width: 100%;
  color: #333;
  word-break: keep-all;
  box-sizing: border-box;
}
.cm-domestic *,
.cm-domestic *::before,
.cm-domestic *::after {
  box-sizing: border-box;
}
.cm-domestic__intro {
  width: 100%;
  margin-bottom: 160px;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: center;
}
.cm-domestic__label {
  display: block;
  margin-bottom: 16px;
  color: #607f6a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.cm-domestic__lead {
  margin: 0 0 32px;
  color: #24352a;
  font-size: 39px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-align: center;
}
.cm-domestic__intro-text {
  margin: 0 auto;
  color: #5b665f;
  font-size: 21px;
  line-height: 1.95;
  letter-spacing: -0.025em;
  text-align: center;
}
.cm-domestic__intro-text + .cm-domestic__intro-text {
  margin-top: 22px;
}
.cm-domestic__manager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid #e1e7e3;
  color: #68746d;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.cm-domestic__manager-label {
  color: #5d8068;
  font-weight: 700;
}
.cm-domestic__manager-divider {
  color: #aab5ad;
}
.cm-domestic__manager-name {
  color: #45534a;
  font-weight: 700;
}
.cm-domestic__partners {
  width: 100%;
  margin-bottom: 90px;
}
.cm-domestic__section-head {
  margin-bottom: 38px;
  text-align: left;
}
.cm-domestic__section-label {
  display: block;
  margin-bottom: 10px;
  color: #668873;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
}
.cm-domestic__section-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #26372d !important;
  font-size: 38px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  text-align: left !important;
}
.cm-domestic__section-desc {
  margin: 14px 0 0;
  color: #707a73;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
.cm-domestic__church-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dce5df;
}
.cm-domestic__church {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 22px 20px 22px 32px;
  border-bottom: 1px solid #e3e9e5;
  color: #69746d;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.cm-domestic__church:nth-child(odd) {
  border-right: 1px solid #e3e9e5;
}
.cm-domestic__church::before {
  content: \"\";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  background: #91a79a;
  transform: translateY(-50%);
}
.cm-domestic__church-en {
  color: #7d8d83;
  font-weight: 500;
}
.cm-domestic__church-ko {
  color: #5e6962;
  font-weight: 500;
}
.cm-domestic__mission-note {
  width: 100%;
  margin-top: 62px;
  padding: 38px 42px;
  background: #f7f9f7;
  border-left: 3px solid #78947f;
}
.cm-domestic__mission-note-label {
  display: block;
  margin-bottom: 9px;
  color: #6b8773;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cm-domestic__mission-note-text {
  margin: 0;
  color: #57645c;
  font-size: 19px;
  line-height: 1.9;
  letter-spacing: -0.025em;
}
.cm-domestic__news {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  width: 100%;
  margin-top: 70px;
  background: #294639;
}
.cm-domestic__news-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 20px;
  background: #203a2e;
  color: #b9cfbf;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.cm-domestic__news-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 36px;
}
.cm-domestic__news-copy {
  min-width: 0;
}
.cm-domestic__news-title {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 25px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
}
.cm-domestic__news-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}
.cm-domestic__news-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.cm-domestic__news-link:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff !important;
}
@media (max-width: 1000px) {
  .cm-domestic__intro {
    margin-bottom: 140px;
  }
  .cm-domestic__lead {
    font-size: 34px;
  }
  .cm-domestic__intro-text {
    font-size: 19px;
  }
  .cm-domestic__manager {
    font-size: 17px;
  }
  .cm-domestic__section-title {
    font-size: 34px !important;
  }
  .cm-domestic__church {
    min-height: 88px;
    padding: 20px 18px 20px 29px;
    font-size: 17px;
  }
  .cm-domestic__mission-note {
    padding: 34px 36px;
  }
  .cm-domestic__mission-note-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cm-domestic__intro {
    margin-bottom: 120px;
    text-align: center;
  }
  .cm-domestic__label {
    margin-bottom: 13px;
    font-size: 13px;
    text-align: center;
  }
  .cm-domestic__lead {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.55;
    text-align: center;
  }
  .cm-domestic__intro-text {
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
  }
  .cm-domestic__intro-text + .cm-domestic__intro-text {
    margin-top: 19px;
  }
  .cm-domestic__manager {
    justify-content: center;
    margin-top: 29px;
    padding-top: 19px;
    font-size: 16px;
    text-align: center;
  }
  .cm-domestic__partners {
    margin-bottom: 72px;
  }
  .cm-domestic__section-head {
    margin-bottom: 30px;
  }
  .cm-domestic__section-label {
    font-size: 13px;
  }
  .cm-domestic__section-title {
    font-size: 31px !important;
  }
  .cm-domestic__section-desc {
    margin-top: 11px;
    font-size: 16px;
    line-height: 1.8;
  }
  .cm-domestic__church-list {
    grid-template-columns: 1fr;
  }
  .cm-domestic__church {
    min-height: 76px;
    padding: 18px 16px 18px 29px;
    border-right: 0 !important;
    font-size: 16px;
  }
  .cm-domestic__church::before {
    left: 7px;
    width: 5px;
    height: 5px;
  }
  .cm-domestic__mission-note {
    margin-top: 50px;
    padding: 29px 25px;
  }
  .cm-domestic__mission-note-label {
    font-size: 12px;
  }
  .cm-domestic__mission-note-text {
    font-size: 17px;
    line-height: 1.9;
  }
  .cm-domestic__news {
    display: block;
    margin-top: 52px;
  }
  .cm-domestic__news-label {
    min-height: 58px;
    justify-content: flex-start;
    padding: 16px 21px;
    font-size: 13px;
    text-align: left;
  }
  .cm-domestic__news-content {
    display: block;
    padding: 25px 22px 27px;
  }
  .cm-domestic__news-title {
    font-size: 22px !important;
  }
  .cm-domestic__news-text {
    font-size: 16px;
  }
  .cm-domestic__news-link {
    margin-top: 19px;
    min-height: 46px;
    padding: 0 19px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cm-domestic__intro {
    margin-bottom: 105px;
  }
  .cm-domestic__lead {
    font-size: 27px;
  }
  .cm-domestic__intro-text {
    font-size: 17px;
  }
  .cm-domestic__manager {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
  }
  .cm-domestic__section-title {
    font-size: 29px !important;
  }
  .cm-domestic__church {
    font-size: 15px;
    line-height: 1.7;
  }
  .cm-domestic__mission-note {
    padding: 26px 21px;
  }
  .cm-domestic__mission-note-text {
    font-size: 16px;
  }
  .cm-domestic__news-title {
    font-size: 21px !important;
  }
}