@charset "UTF-8";
#sub-main {
  width: 100%;
  height: auto;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  #sub-main {
    margin-top: 60px;
  }
}
#sub-main .subvisual {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  #sub-main .subvisual {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #sub-main .subvisual {
    height: 280px;
  }
}
#sub-main .subvisual .cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#sub-main .subvisual .cover .subpage-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #sub-main .subvisual .cover .subpage-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #sub-main .subvisual .cover .subpage-title {
    font-size: 28px;
  }
}

.title-type-01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .title-type-01 {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .title-type-01 {
    gap: 24px;
  }
}
.title-type-01 > h1 {
  position: relative;
  padding: 0 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  z-index: 3;
}
@media (max-width: 1280px) {
  .title-type-01 > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title-type-01 > h1 {
    font-size: 24px;
  }
}
.title-type-01 > h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 35%);
  width: 100%;
  height: 28px;
  background: #FCE588;
  z-index: -1;
}
@media (max-width: 1280px) {
  .title-type-01 > h1::before {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .title-type-01 > h1::before {
    height: 16px;
  }
}
.title-type-01 > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .title-type-01 > p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .title-type-01 > p {
    font-size: 18px;
  }
}

.title-type-02 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .title-type-02 {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .title-type-02 {
    gap: 16px;
  }
}
.title-type-02 > h1 {
  position: relative;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #413001;
  z-index: 3;
}
@media (max-width: 1280px) {
  .title-type-02 > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title-type-02 > h1 {
    font-size: 24px;
  }
}
.title-type-02 > p {
  font-size: 20px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 768px) {
  .title-type-02 > p {
    font-size: 16px;
  }
}
.title-type-02 > p > em {
  font-size: 1.2em;
  font-weight: 700;
}

.title-type-03 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1280px) {
  .title-type-03 {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .title-type-03 {
    gap: 16px;
  }
}
.title-type-03 > h1 {
  position: relative;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  z-index: 3;
}
@media (max-width: 1280px) {
  .title-type-03 > h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .title-type-03 > h1 {
    font-size: 24px;
  }
}
.title-type-03 > p {
  font-size: 20px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 768px) {
  .title-type-03 > p {
    font-size: 16px;
  }
}
.title-type-03 > p > em {
  font-size: 1.2em;
  font-weight: 700;
}

.page-title-01 {
  width: 100%;
  height: auto;
  padding: 0 2.5%;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1280px) {
  .page-title-01 {
    margin-bottom: 36px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .page-title-01 {
    margin-bottom: 28px;
    gap: 16px;
  }
}
.page-title-01 > h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .page-title-01 > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .page-title-01 > h1 {
    font-size: 24px;
  }
}
.page-title-01 > p {
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .page-title-01 > p {
    font-size: 16px;
  }
}

.greeting-page {
  width: 100%;
  height: auto;
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .greeting-page {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .greeting-page {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .greeting-page {
    padding: 48px 0;
  }
}
.greeting-page .greeting-01 {
  width: 100%;
  height: auto;
  margin-bottom: 160px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-01 {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-01 {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .greeting-page .greeting-01 {
    margin-bottom: 48px;
  }
}
.greeting-page .greeting-01 .container {
  width: 95%;
  height: auto;
  max-width: 1370px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.greeting-page .greeting-01 .container .greeting-desk {
  position: relative;
  width: 92%;
  height: auto;
  padding: 80px 80px 52px;
  border: 12px solid #E2B436;
  border-bottom: none;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-01 .container .greeting-desk {
    padding: 60px 60px 40px;
    border-width: 8px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-01 .container .greeting-desk {
    padding: 28px 28px;
    border-width: 4px;
    border-radius: 16px 16px 0 0;
  }
}
.greeting-page .greeting-01 .container .greeting-desk .hi {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 36px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  background: white;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-01 .container .greeting-desk .hi {
    padding: 12px 20px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-01 .container .greeting-desk .hi {
    font-size: 24px;
  }
}
.greeting-page .greeting-01 .container .greeting-desk > p {
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-01 .container .greeting-desk > p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.greeting-page .greeting-01 .container .greeting-desk > p > em {
  font-size: 1.2em;
  font-weight: 700;
  color: #E2B436;
}
.greeting-page .greeting-01 .container .hi-images {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-01 .container .hi-images {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-01 .container .hi-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.greeting-page .greeting-01 .container .hi-images > img {
  min-width: 30px;
}
.greeting-page .greeting-01 .container .hi-images > img:nth-child(1) {
  flex: 1 1 30%;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-01 .container .hi-images > img:nth-child(1) {
    flex: 1 1 22%;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-01 .container .hi-images > img:nth-child(1) {
    flex: unset;
    width: 100%;
    height: auto;
    order: 1;
  }
}
.greeting-page .greeting-01 .container .hi-images > img:nth-child(2) {
  flex: 1 1 40%;
}
@media (max-width: 768px) {
  .greeting-page .greeting-01 .container .hi-images > img:nth-child(2) {
    flex: unset;
    width: 100%;
    height: auto;
    grid-column: span 2;
    order: 3;
  }
}
.greeting-page .greeting-01 .container .hi-images > img:nth-child(3) {
  flex: 1 1 30%;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-01 .container .hi-images > img:nth-child(3) {
    flex: 1 1 22%;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-01 .container .hi-images > img:nth-child(3) {
    flex: unset;
    width: 100%;
    height: auto;
    order: 2;
  }
}
.greeting-page .greeting-02 {
  width: 100%;
  height: auto;
  margin-bottom: 140px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-02 {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-02 {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .greeting-page .greeting-02 {
    margin-bottom: 48px;
  }
}
.greeting-page .greeting-02 .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-02 .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-02 .container {
    gap: 40px;
  }
}
.greeting-page .greeting-02 .container .ideology-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .greeting-page .greeting-02 .container .ideology-grid {
    grid-template-columns: 1fr;
  }
}
.greeting-page .greeting-02 .container .ideology-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-image {
  width: 100%;
  display: flex;
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-image > img {
  width: 100%;
  height: auto;
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap {
    height: auto;
    padding: 20px 16px;
  }
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap > p {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  color: black;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap > p {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 34px;
  }
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap > p > small {
  font-size: 0.8em;
  font-weight: 500;
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap > span {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap > span {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap > span {
    font-size: 16px;
  }
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap .feat-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap .feat-list {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap .feat-list {
    width: 100%;
    justify-content: space-evenly;
  }
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap .feat-list .feat {
  flex: 0 1 auto;
  display: flex;
}
.greeting-page .greeting-02 .container .ideology-grid .cell .cell-contents-wrap .feat-list .feat > img {
  width: 100%;
  height: auto;
}
.greeting-page .greeting-02 .container .ideology-grid .cell .special {
  width: 95%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .special {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-02 .container .ideology-grid .cell .special {
    width: 100%;
    height: auto;
    padding: 10% 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.greeting-page .greeting-03 {
  width: 100%;
  height: auto;
  margin-bottom: 140px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-03 {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-03 {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .greeting-page .greeting-03 {
    margin-bottom: 48px;
  }
}
.greeting-page .greeting-03 .container {
  width: 95%;
  height: auto;
  max-width: 1370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-03 .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-03 .container {
    gap: 40px;
  }
}
.greeting-page .greeting-03 .container .org-chart {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.greeting-page .greeting-03 .container .org-chart > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.greeting-page .greeting-04 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.greeting-page .greeting-04 .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container {
    gap: 40px;
  }
}
.greeting-page .greeting-04 .container .direction-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group {
    gap: 28px;
  }
}
.greeting-page .greeting-04 .container .direction-group .map-box {
  width: 100%;
  height: 480px;
  border: 5px solid #E6B52F;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .map-box {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group .map-box {
    height: 280px;
  }
}
.greeting-page .greeting-04 .container .direction-group .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.greeting-page .greeting-04 .container .direction-group .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.greeting-page .greeting-04 .container .direction-group .direction-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos {
    gap: 28px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos > p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos > p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos > p {
    font-size: 20px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 160px;
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid {
    grid-template-columns: 1fr 1fr 120px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell {
  width: 100%;
  height: auto;
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #f0f0f0;
  border-radius: 1000rem;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell {
    padding: 12px 16px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell .cell-head {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell .cell-head > img {
  flex: 0 0 auto;
  width: auto;
  height: 32px;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell .cell-head > img {
    height: 24px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell .cell-head > span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: black;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell .cell-head > span {
    font-size: 18px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell .cell-content {
  font-size: 22px;
  line-height: 1.4;
  word-break: keep-all;
  color: #2D2D2D;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .cell .cell-content {
    font-size: 18px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell {
  grid-row: span 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell {
    height: auto;
    grid-row: auto;
    order: 5;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #E6B52F;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell > a {
    height: auto;
    padding: 16px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell > a > img {
  width: auto;
  height: 60%;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell > a > img {
    height: 48%;
  }
}
@media (max-width: 768px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell > a > img {
    height: 60px;
  }
}
.greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell > a > span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .greeting-page .greeting-04 .container .direction-group .direction-infos .dir-grid .map-cell > a > span {
    font-size: 16px;
  }
}

.rehabilitation-page {
  width: 100%;
  height: auto;
  padding: 120px 0 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .rehabilitation-page {
    padding: 48px 0;
  }
}
.rehabilitation-page .service-summary {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page .service-summary {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .service-summary {
    margin-bottom: 48px;
  }
}
.rehabilitation-page .service-summary .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  padding: 70px 4% 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  border-radius: 12px;
  background: #FFF5D8;
}
@media (max-width: 1280px) {
  .rehabilitation-page .service-summary .container {
    padding: 52px 4%;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .service-summary .container {
    padding: 32px 4%;
    gap: 24px;
  }
}
.rehabilitation-page .service-summary .container .summary-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .rehabilitation-page .service-summary .container .summary-list {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
}
.rehabilitation-page .service-summary .container .summary-list .item {
  flex: 0 0 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1280px) {
  .rehabilitation-page .service-summary .container .summary-list .item {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .service-summary .container .summary-list .item {
    flex: unset;
    width: 100%;
  }
}
.rehabilitation-page .service-summary .container .summary-list .item .sum-thumb {
  width: 95%;
  height: auto;
  display: flex;
}
@media (max-width: 1280px) {
  .rehabilitation-page .service-summary .container .summary-list .item .sum-thumb {
    width: 90%;
  }
}
.rehabilitation-page .service-summary .container .summary-list .item .sum-thumb > img {
  width: 100%;
  height: auto;
}
.rehabilitation-page .service-summary .container .summary-list .item .sum-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1280px) {
  .rehabilitation-page .service-summary .container .summary-list .item .sum-contents {
    gap: 12px;
  }
}
.rehabilitation-page .service-summary .container .summary-list .item .sum-contents > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page .service-summary .container .summary-list .item .sum-contents > h3 {
    font-size: 20px;
  }
}
.rehabilitation-page .service-summary .container .summary-list .item .sum-contents > p {
  font-size: 20px;
  line-height: 1.5;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page .service-summary .container .summary-list .item .sum-contents > p {
    font-size: 16px;
  }
}
.rehabilitation-page .dementia {
  width: 100%;
  height: auto;
  margin-bottom: 140px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page .dementia {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .dementia {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .rehabilitation-page .dementia {
    margin-bottom: 48px;
  }
}
.rehabilitation-page .dementia .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .rehabilitation-page .dementia .container {
    gap: 40px;
  }
}
.rehabilitation-page .dementia .container .dementia-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .rehabilitation-page .dementia .container .dementia-grid {
    grid-template-columns: 1fr;
  }
}
.rehabilitation-page .dementia .container .dementia-grid .cell {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(1) {
    order: 1;
  }
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(2) {
    order: 2;
  }
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(3) {
    order: 4;
  }
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(4) {
    order: 3;
  }
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(5) {
    order: 5;
  }
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(6) {
    order: 6;
  }
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(7) {
    order: 8;
  }
  .rehabilitation-page .dementia .container .dementia-grid .cell:nth-child(8) {
    order: 7;
  }
}
.rehabilitation-page .dementia .container .dementia-grid .cell .cell-img {
  width: 100%;
  height: auto;
  display: flex;
}
.rehabilitation-page .dementia .container .dementia-grid .cell .cell-img > img {
  width: 100%;
  height: auto;
}
.rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group {
  width: 100%;
  height: 100%;
  padding: 0 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group {
    padding: 20px 4%;
  }
}
.rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group > img {
  width: auto;
  height: 130px;
  margin-bottom: 64px;
}
@media (max-width: 1280px) {
  .rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group > img {
    height: 100px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group > img {
    height: 70px;
    margin-bottom: 24px;
  }
}
.rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group > b {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group > b {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group > p {
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .rehabilitation-page .dementia .container .dementia-grid .cell .cell-contents-group > p {
    font-size: 16px;
  }
}
.rehabilitation-page .dementia .container .dementia-grid .cell.left .cell-contents-group {
  align-items: flex-start;
}
.rehabilitation-page .dementia .container .dementia-grid .cell.right .cell-contents-group {
  align-items: flex-end;
}
.rehabilitation-page .dementia .container .dementia-grid .cell.right .cell-contents-group > b, .rehabilitation-page .dementia .container .dementia-grid .cell.right .cell-contents-group > p {
  text-align: right;
}
.rehabilitation-page .daily-life {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.rehabilitation-page .daily-life .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .rehabilitation-page .daily-life .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .daily-life .container {
    gap: 40px;
  }
}
.rehabilitation-page .daily-life .container .daily-grid {
  width: 100%;
  height: 524px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1280px) {
  .rehabilitation-page .daily-life .container .daily-grid {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .daily-life .container .daily-grid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .rehabilitation-page .daily-life .container .daily-grid {
    grid-template-columns: 1fr;
  }
}
.rehabilitation-page .daily-life .container .daily-grid .cell {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page .daily-life .container .daily-grid .cell {
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .rehabilitation-page .daily-life .container .daily-grid .cell {
    height: auto;
    padding: 16px 12px;
  }
}
@media (min-width: 769px) {
  .rehabilitation-page .daily-life .container .daily-grid .cell:nth-child(even) {
    justify-content: flex-end;
  }
}
.rehabilitation-page .daily-life .container .daily-grid .cell > img {
  width: 90%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .rehabilitation-page .daily-life .container .daily-grid .cell > img {
    margin-bottom: 16px;
  }
}
.rehabilitation-page .daily-life .container .daily-grid .cell > b {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page .daily-life .container .daily-grid .cell > b {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.rehabilitation-page .daily-life .container .daily-grid .cell > p {
  font-size: 20px;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .rehabilitation-page .daily-life .container .daily-grid .cell > p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .rehabilitation-page .daily-life .container .daily-grid .cell:not(:last-child) {
    border-right: 1px solid #ddd;
  }
}

.admission-page {
  width: 100%;
  height: auto;
  padding: 120px 0 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .admission-page {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .admission-page {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .admission-page {
    padding: 48px 0;
  }
}
.admission-page .admission-conditions {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .admission-page .admission-conditions {
    margin-bottom: 48px;
  }
}
.admission-page .admission-conditions .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1420px;
  padding: 80px 70px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  background: #FFF5D8;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container {
    padding: 60px 48px;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .admission-page .admission-conditions .container {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
  }
}
.admission-page .admission-conditions .container .condition-content {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .admission-page .admission-conditions .container .condition-content {
    flex: unset;
    width: 100%;
  }
}
.admission-page .admission-conditions .container .condition-content > h4 {
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container .condition-content > h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .admission-page .admission-conditions .container .condition-content > h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.admission-page .admission-conditions .container .condition-content .condition-list {
  width: 100%;
  height: auto;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container .condition-content .condition-list {
    margin-bottom: 40px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .admission-page .admission-conditions .container .condition-content .condition-list {
    margin-bottom: 32px;
    gap: 20px;
  }
}
.admission-page .admission-conditions .container .condition-content .condition-list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.admission-page .admission-conditions .container .condition-content .condition-list .item > b {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container .condition-content .condition-list .item > b {
    font-size: 16px;
  }
}
.admission-page .admission-conditions .container .condition-content .condition-list .item > b::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.admission-page .admission-conditions .container .condition-content .condition-list .item > p {
  width: 100%;
  height: auto;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admission-page .admission-conditions .container .condition-content .condition-list .item > p > span {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #B12C2C;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container .condition-content .condition-list .item > p > span {
    font-size: 14px;
  }
}
.admission-page .admission-conditions .container .condition-content .condition-list .item > p > span::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.admission-page .admission-conditions .container .condition-content .about-deny {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container .condition-content .about-deny {
    gap: 16px;
  }
}
.admission-page .admission-conditions .container .condition-content .about-deny > b {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #715814;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container .condition-content .about-deny > b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .admission-page .admission-conditions .container .condition-content .about-deny > b {
    font-size: 16px;
  }
}
.admission-page .admission-conditions .container .condition-content .about-deny > p {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admission-page .admission-conditions .container .condition-content .about-deny > p > span {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .admission-page .admission-conditions .container .condition-content .about-deny > p > span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .admission-page .admission-conditions .container .condition-content .about-deny > p > span {
    font-size: 14px;
  }
}
.admission-page .admission-conditions .container .condition-content .about-deny > p > span::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.admission-page .admission-conditions .container .condition-image {
  flex: 1 1 40%;
  align-self: flex-end;
  display: flex;
}
@media (max-width: 768px) {
  .admission-page .admission-conditions .container .condition-image {
    flex: unset;
    align-self: center;
    width: 70%;
  }
}
.admission-page .admission-conditions .container .condition-image > img {
  width: 100%;
  height: auto;
}
.admission-page .process {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .admission-page .process {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .admission-page .process {
    margin-bottom: 48px;
  }
}
.admission-page .process .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1280px) {
  .admission-page .process .container {
    gap: 40px;
  }
}
.admission-page .process .container .process-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 1280px) {
  .admission-page .process .container .process-grid {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .admission-page .process .container .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.admission-page .process .container .process-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.admission-page .process .container .process-grid .cell > img {
  width: 100%;
  height: auto;
}
.admission-page .process .container .process-grid .cell .process-descs {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 80px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .admission-page .process .container .process-grid .cell .process-descs {
    padding: 16px 12px;
  }
}
.admission-page .process .container .process-grid .cell .process-descs > b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}
@media (max-width: 1280px) {
  .admission-page .process .container .process-grid .cell .process-descs > b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .admission-page .process .container .process-grid .cell .process-descs > b {
    font-size: 16px;
  }
}
.admission-page .process .container .process-grid .cell .process-descs > span {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .admission-page .process .container .process-grid .cell .process-descs > span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .admission-page .process .container .process-grid .cell .process-descs > span {
    font-size: 14px;
  }
}
.admission-page .etc-guide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.admission-page .etc-guide .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container {
    gap: 48;
  }
}
@media (max-width: 768px) {
  .admission-page .etc-guide .container {
    gap: 28px;
  }
}
.admission-page .etc-guide .container .guide-head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-head {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .admission-page .etc-guide .container .guide-head {
    gap: 16px;
  }
}
.admission-page .etc-guide .container .guide-head > h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-head > h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .admission-page .etc-guide .container .guide-head > h1 {
    font-size: 24px;
  }
}
.admission-page .etc-guide .container .guide-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-body {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .admission-page .etc-guide .container .guide-body {
    flex-direction: column;
  }
}
.admission-page .etc-guide .container .guide-body .cont {
  flex: 1 1 40%;
  padding: 56px 48px;
  background: #f0f0f0;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-body .cont {
    padding: 40px 24px;
  }
}
@media (max-width: 768px) {
  .admission-page .etc-guide .container .guide-body .cont {
    flex: unset;
    width: 100%;
    padding: 28px 16px;
  }
}
.admission-page .etc-guide .container .guide-body .cont .admission-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-body .cont .admission-list {
    gap: 12px;
  }
}
.admission-page .etc-guide .container .guide-body .cont .admission-list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-body .cont .admission-list .item {
    gap: 8px;
  }
}
.admission-page .etc-guide .container .guide-body .cont .admission-list .item > b {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-body .cont .admission-list .item > b {
    font-size: 16px;
  }
}
.admission-page .etc-guide .container .guide-body .cont .admission-list .item > b::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.admission-page .etc-guide .container .guide-body .cont .admission-list .item > p {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-body .cont .admission-list .item > p {
    gap: 6px;
  }
}
.admission-page .etc-guide .container .guide-body .cont .admission-list .item > p > span {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #B12C2C;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide .container .guide-body .cont .admission-list .item > p > span {
    font-size: 14px;
  }
}
.admission-page .etc-guide .container .guide-body .cont .admission-list .item > p > span::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.admission-page .etc-guide .container .guide-body > figure {
  flex: 1 1 40%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .admission-page .etc-guide .container .guide-body > figure {
    flex: unset;
    width: 100%;
  }
}
.admission-page .etc-guide .container .guide-body > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admission-page .etc-guide:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .admission-page .etc-guide:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .admission-page .etc-guide:not(:last-child) {
    margin-bottom: 48px;
  }
}

.facility-page {
  width: 100%;
  height: auto;
  padding: 120px 0 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .facility-page {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .facility-page {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .facility-page {
    padding: 48px 0;
  }
}
.facility-page .facility-01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.facility-page .facility-01 .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
}
.facility-page .facility-01 .container .imgwrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.facility-page .facility-01 .container .imgwrap figure {
  width: 100%;
  height: auto;
  display: flex;
}
.facility-page .facility-01 .container .imgwrap figure > img {
  width: 100%;
  height: auto;
}
.facility-page .facility-01 .container .imgwrap p {
  width: 100%;
  padding: 2.2rem 0;
  font-size: 1.5rem;
}
.facility-page .facility-01 .container .sub31sw {
  width: 100%;
  margin-bottom: 3.5rem;
  border-top: 1px solid #a68870;
  border-bottom: 1px solid #a68870;
  padding: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.facility-page .facility-01 .container .sub31sw .swiper-wrapper {
  transition-timing-function: linear;
}
.facility-page .facility-01 .container .sub31sw .swnav31 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.facility-page .facility-01 .container .sub31sw .swnav31 .swnav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.facility-page .facility-01 .container .sub31sw .swnav31 .swnav2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.facility-page .facility-01 .container .sub31sw .swiper-slide {
  width: 240px;
  height: auto;
}
@media (max-width: 768px) {
  .facility-page .facility-01 .container .sub31sw .swiper-slide {
    width: calc(50% - 10px);
  }
}
@media (max-width: 400px) {
  .facility-page .facility-01 .container .sub31sw .swiper-slide {
    width: 100%;
  }
}
.facility-page .facility-01 .container .sub31sw .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.facility-page .facility-01 .container .sub31sw .swiper-slide a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 6/4;
  display: flex;
  margin-bottom: 1rem;
  overflow: hidden;
}
.facility-page .facility-01 .container .sub31sw .swiper-slide a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-page .facility-01 .container .orangedot li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1.5em;
}
.facility-page .facility-01 .container .orangedot li:before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff9c00;
}
.facility-page .facility-01 .container .tablewrap {
  overflow-x: auto;
}
.facility-page .facility-01 .container table {
  min-width: 700px;
  width: 100%;
}
.facility-page .facility-01 .container table th {
  width: 12.5%;
  color: #fff;
  background-color: #a68870;
  border: 1px solid #8b674a;
  font-weight: 500;
  padding: 0.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 24px;
}
.facility-page .facility-01 .container table td {
  vertical-align: middle;
  text-align: center;
  padding: 0.8rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
.facility-page .facility-01 .container .orangedot.orangedot2 li:nth-of-type(3) {
  padding-bottom: 5.5rem;
  position: relative;
}
@media (max-width: 330px) {
  .facility-page .facility-01 .container .orangedot.orangedot2 li:nth-of-type(3) {
    padding-bottom: 6rem;
  }
}
.facility-page .facility-01 .container .orangedot.orangedot2 li:nth-of-type(3) div {
  box-sizing: border-box;
  padding-left: 1rem;
  position: absolute;
  line-height: 28px;
  left: 0;
  bottom: 0;
  color: #666;
  font-size: 0.93rem;
  white-space: nowrap;
}

.donation-page {
  width: 100%;
  height: auto;
  padding: 120px 0 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .donation-page {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .donation-page {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .donation-page {
    padding: 48px 0;
  }
}
.donation-page .kinds-of-donation {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .donation-page .kinds-of-donation {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .donation-page .kinds-of-donation {
    margin-bottom: 48px;
  }
}
.donation-page .kinds-of-donation .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1280px;
  padding: 60px 5%;
  border: 3px solid #a68870;
}
@media (max-width: 1280px) {
  .donation-page .kinds-of-donation .container {
    padding: 48px 4%;
  }
}
@media (max-width: 768px) {
  .donation-page .kinds-of-donation .container {
    padding: 36px 4%;
  }
}
.donation-page .kinds-of-donation .container .abs-title {
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  background: white;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #715814;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .donation-page .kinds-of-donation .container .abs-title {
    padding: 0 12px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .donation-page .kinds-of-donation .container .abs-title {
    font-size: 20px;
  }
}
.donation-page .kinds-of-donation .container .kinds-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1280px) {
  .donation-page .kinds-of-donation .container .kinds-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .donation-page .kinds-of-donation .container .kinds-list {
    gap: 12px;
  }
}
.donation-page .kinds-of-donation .container .kinds-list .item {
  width: 100%;
  height: auto;
  padding: 32px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #FFF5D8;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .donation-page .kinds-of-donation .container .kinds-list .item {
    padding: 24px 4%;
    gap: 12px;
  }
}
.donation-page .kinds-of-donation .container .kinds-list .item > b {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .donation-page .kinds-of-donation .container .kinds-list .item > b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .donation-page .kinds-of-donation .container .kinds-list .item > b {
    font-size: 18px;
  }
}
.donation-page .kinds-of-donation .container .kinds-list .item > p {
  font-size: 18px;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .donation-page .kinds-of-donation .container .kinds-list .item > p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .donation-page .kinds-of-donation .container .kinds-list .item > p {
    font-size: 15px;
  }
}
.donation-page .way-to-donation {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.donation-page .way-to-donation .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.donation-page .way-to-donation .container .title-type-03 {
  margin-bottom: 36px;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .title-type-03 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .title-type-03 {
    margin-bottom: 24px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .way-contents-wrap {
    margin-bottom: 40px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box {
  width: 100%;
  height: auto;
  padding: 36px 52px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box {
    padding: 24px 48px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box {
    padding: 24px 16px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row {
    flex-direction: column;
    gap: 12px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .row-title {
  padding-top: 2px;
  flex: 0 0 136px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .row-title {
    flex: 0 0 120px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .row-title {
    flex: unset;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .row-content {
  flex: 1 1 auto;
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .row-content {
    font-size: 16px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .row-content > em {
  font-weight: 700;
  color: #715814;
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry {
    gap: 12px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry > strong {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry > strong {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry > strong {
    font-size: 20px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry .donation-application {
  width: 280px;
  height: 56px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #715814;
  border-radius: 8px;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry .donation-application {
    width: 240px;
    height: 48px;
    padding: 0 12px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry .donation-application > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry .donation-application > span {
    font-size: 16px;
  }
}
.donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry .donation-application > svg {
  width: 32px;
  height: auto;
  fill: white;
}
@media (max-width: 1280px) {
  .donation-page .way-to-donation .container .way-contents-wrap .way-box .row .donation-inquiry .donation-application > svg {
    width: 24px;
  }
}
.donation-page .way-to-donation .container .donation-benefits {
  width: 100%;
  height: auto;
  padding: 40px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border: 12px solid #E6B52F;
  background: white;
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .donation-benefits {
    padding: 24px 4%;
    gap: 16px;
  }
}
.donation-page .way-to-donation .container .donation-benefits > h4 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #413001;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .donation-benefits > h4 {
    font-size: 24px;
  }
}
.donation-page .way-to-donation .container .donation-benefits > p {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.donation-page .way-to-donation .container .donation-benefits > p > span {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
  color: black;
}
@media (max-width: 768px) {
  .donation-page .way-to-donation .container .donation-benefits > p > span {
    font-size: 16px;
  }
}
.donation-page .way-to-donation .container .donation-benefits > p > span > em {
  font-weight: 700;
}
.donation-page .way-to-donation .container .donation-benefits > p > span::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.volunteer-page {
  width: 100%;
  height: auto;
  padding: 120px 0 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .volunteer-page {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .volunteer-page {
    padding: 48px 0;
  }
}
.volunteer-page .way-to-volunteer {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer {
    margin-bottom: 48px;
  }
}
.volunteer-page .way-to-volunteer .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container {
    gap: 40px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap {
    gap: 52px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap {
    gap: 28px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .way-process {
  width: 100%;
  height: auto;
  display: flex;
}
.volunteer-page .way-to-volunteer .container .way-wrap .way-process > img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .way-process > img:nth-child(1) {
    display: none;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .way-process > img:nth-child(2) {
  display: none;
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .way-process > img:nth-child(2) {
    display: block;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide {
  width: 100%;
  height: auto;
  padding: 48px 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 200px;
  background: #FFF5D8;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide {
    padding: 36px 5%;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide {
    padding: 24px 4%;
    flex-direction: column;
    gap: 24px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title {
    gap: 16px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title > img {
  flex: 0 0 auto;
  width: 48px;
  height: auto;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title > img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title > img {
    width: 32px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title > b {
  font-size: 28px;
  line-height: 1.1;
  color: #413001;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title > b {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .title > b {
    font-size: 20px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists {
    gap: 12px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row {
    gap: 20px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-title {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-title {
    gap: 12px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-title > img {
  flex: 0 0 auto;
  width: 30px;
  height: auto;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-title > img {
    width: 24px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-title > span {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-title > span {
    font-size: 20px;
  }
}
.volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-content {
  font-size: 20px;
  line-height: 30px;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .volunteer-page .way-to-volunteer .container .way-wrap .time-guide .time-lists .row .row-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.volunteer-page .volunteer-introduce {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.volunteer-page .volunteer-introduce .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1280px) {
  .volunteer-page .volunteer-introduce .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .volunteer-introduce .container {
    gap: 28px;
  }
}
.volunteer-page .volunteer-introduce .container table {
  width: 100%;
  border-top: 1px solid #818181;
  border-bottom: 3px solid #818181;
}
.volunteer-page .volunteer-introduce .container table colgroup > col:nth-child(1) {
  width: 40%;
}
.volunteer-page .volunteer-introduce .container table colgroup > col:nth-child(2) {
  width: 60%;
}
.volunteer-page .volunteer-introduce .container table thead tr {
  height: 60px;
  background: #E6B52F;
  border-bottom: 1px solid #818181;
}
@media (max-width: 1280px) {
  .volunteer-page .volunteer-introduce .container table thead tr {
    height: 52px;
  }
}
.volunteer-page .volunteer-introduce .container table thead tr th {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .volunteer-page .volunteer-introduce .container table thead tr th {
    font-size: 16px;
  }
}
.volunteer-page .volunteer-introduce .container table thead tr th:not(:last-of-type) {
  border-right: 1px solid #aaa;
}
.volunteer-page .volunteer-introduce .container table tbody tr {
  height: 60px;
}
@media (max-width: 1280px) {
  .volunteer-page .volunteer-introduce .container table tbody tr {
    height: 52px;
  }
}
.volunteer-page .volunteer-introduce .container table tbody tr:not(:last-child) {
  border-bottom: 1px solid #aaa;
}
.volunteer-page .volunteer-introduce .container table tbody tr td {
  font-size: 20px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .volunteer-page .volunteer-introduce .container table tbody tr td {
    font-size: 16px;
  }
}
.volunteer-page .volunteer-introduce .container table tbody tr td:nth-child(1) {
  font-weight: 700;
  border-right: 1px solid #aaa;
}

.board-page {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .board-page {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .board-page {
    padding-top: 48px;
  }
}/*# sourceMappingURL=sub.css.map */