@charset "UTF-8";
body {
  background: white;
}

#sub-main {
  width: 100%;
  height: auto;
  padding-top: 105px;
}
@media (max-width: 1280px) {
  #sub-main {
    padding-top: 60px;
  }
}

.subvisual {
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .subvisual {
    height: 360px;
  }
}
.subvisual.sv1 {
  background-image: url(/img/subvisual-01.avif);
}
.subvisual.sv2 {
  background-image: url(/img/subvisual-02.avif);
}
.subvisual.sv3 {
  background-image: url(/img/subvisual-03.jpg);
}
.subvisual.sv3 .container .sv-titles h1, .subvisual.sv3 .container .sv-titles p {
  color: black;
}
.subvisual .container {
  width: 95%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subvisual .container .sv-titles {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.subvisual .container .sv-titles h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
@media (max-width: 1280px) {
  .subvisual .container .sv-titles h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .subvisual .container .sv-titles h1 {
    font-size: 24px;
  }
}
.subvisual .container .sv-titles p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
@media (max-width: 768px) {
  .subvisual .container .sv-titles p {
    font-size: 16px;
  }
}

.local-navigation {
  width: 100%;
  height: 60px;
  background: #7894F6;
}
@media (max-width: 1280px) {
  .local-navigation {
    height: 48px;
  }
}
.local-navigation .container {
  width: 95%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .local-navigation .container {
    gap: 12px;
  }
}
.local-navigation .container a {
  font-size: 24px;
  line-height: 1;
  color: white;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 1280px) {
  .local-navigation .container a {
    font-size: 20px;
  }
}
.local-navigation .container > i {
  font-size: 18px;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .local-navigation .container > i {
    font-size: 16px;
  }
}
.local-navigation .container span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .local-navigation .container span {
    font-size: 18px;
  }
}

.subpage-title {
  width: 100%;
  height: auto;
  padding: 70px 0;
}
@media (max-width: 1280px) {
  .subpage-title {
    padding: 52px 0;
  }
}
@media (max-width: 768px) {
  .subpage-title {
    padding: 40px 0;
  }
}
.subpage-title .container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .subpage-title .container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .subpage-title .container {
    gap: 12px;
  }
}
.subpage-title .container h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .subpage-title .container h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .subpage-title .container h2 {
    font-size: 28px;
  }
}
.subpage-title .container p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #707070;
}
@media (max-width: 768px) {
  .subpage-title .container p {
    font-size: 16px;
  }
}

.box-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.box-title h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  color: #064B37;
}
@media (max-width: 768px) {
  .box-title h4 {
    font-size: 24px;
  }
}

.table-wrap {
  width: 100%;
  height: auto;
  overflow: auto;
}
.table-wrap .table-overflow-notice {
  display: none;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #464646;
}
@media (max-width: 1024px) {
  .table-wrap .table-overflow-notice {
    display: inline-block;
  }
}

.introduce-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .introduce-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .introduce-page {
    padding-bottom: 40px;
  }
}
.introduce-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduce-page .container .introduce-summary {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .introduce-page .container .introduce-summary {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.introduce-page .container .introduce-summary .left {
  position: relative;
  flex: 1 1 40%;
  padding: 52px 6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  background: #E8F4FC;
  border-radius: 30px 30px 0 30px;
}
@media (max-width: 1280px) {
  .introduce-page .container .introduce-summary .left {
    padding: 40px 4%;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .left {
    flex: unset;
    width: 100%;
    padding: 32px 4%;
    gap: 16px;
    border-radius: 24px 0 0 0;
  }
}
.introduce-page .container .introduce-summary .left .blue-text {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: #7894F6;
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .left .blue-text {
    font-size: 16px;
  }
}
.introduce-page .container .introduce-summary .left .message {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1280px) {
  .introduce-page .container .introduce-summary .left .message {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .left .message {
    gap: 20px;
  }
}
.introduce-page .container .introduce-summary .left .message p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .left .message p {
    font-size: 18px;
  }
}
.introduce-page .container .introduce-summary .left .message .sign-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .left .message .sign-wrap {
    gap: 12px;
  }
}
.introduce-page .container .introduce-summary .left .message .sign-wrap span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .left .message .sign-wrap span {
    font-size: 18px;
  }
}
.introduce-page .container .introduce-summary .left .message .sign-wrap img {
  flex: 0 0 auto;
  width: auto;
  height: 32px;
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .left .message .sign-wrap img {
    height: 28px;
  }
}
.introduce-page .container .introduce-summary .left > img {
  position: absolute;
}
.introduce-page .container .introduce-summary .left > img.cloud-01 {
  top: 30%;
  right: 10%;
  width: 12%;
  height: auto;
}
.introduce-page .container .introduce-summary .left > img.cloud-02 {
  bottom: 20%;
  right: 6%;
  width: 8%;
  height: auto;
}
.introduce-page .container .introduce-summary .right {
  position: relative;
  flex: 1 1 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 0 24px 0;
}
@media (max-width: 768px) {
  .introduce-page .container .introduce-summary .right {
    flex: unset;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 640px) {
  .introduce-page .container .introduce-summary .right {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .introduce-page .container .introduce-summary .right {
    height: 320px;
  }
}
.introduce-page .container .basic-situation {
  width: 100%;
  height: auto;
  max-width: 890px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1280px) {
  .introduce-page .container .basic-situation {
    margin-bottom: 70px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .introduce-page .container .basic-situation {
    margin-bottom: 40px;
  }
}
.introduce-page .container .basic-situation .situation-table {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.introduce-page .container .basic-situation .situation-table .row {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px;
}
@media (max-width: 768px) {
  .introduce-page .container .basic-situation .situation-table .row {
    grid-template-columns: 120px 1fr;
  }
}
@media (max-width: 480px) {
  .introduce-page .container .basic-situation .situation-table .row {
    grid-template-columns: 1fr;
  }
}
.introduce-page .container .basic-situation .situation-table .row dt {
  width: 100%;
  height: auto;
  padding: 0 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  background: #00AF7C;
  border-radius: 0 20px 0 0;
}
@media (max-width: 768px) {
  .introduce-page .container .basic-situation .situation-table .row dt {
    padding: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .introduce-page .container .basic-situation .situation-table .row dt {
    padding: 10px;
  }
}
.introduce-page .container .basic-situation .situation-table .row dd {
  width: 100%;
  height: auto;
  padding: 14px;
  padding-left: 6%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #464646;
  word-break: keep-all;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .introduce-page .container .basic-situation .situation-table .row dd {
    padding: 10px;
    padding-left: 4%;
    font-size: 14px;
  }
}
.introduce-page .container .asset {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .introduce-page .container .asset {
    margin-bottom: 70px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .introduce-page .container .asset {
    margin-bottom: 40px;
  }
}
.introduce-page .container .asset table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
}
.introduce-page .container .asset table colgroup col:nth-child(1) {
  width: 25%;
}
.introduce-page .container .asset table colgroup col:nth-child(2) {
  width: 50%;
}
.introduce-page .container .asset table colgroup col:nth-child(3) {
  width: 25%;
}
.introduce-page .container .asset table thead {
  background: #D4EDFE;
}
.introduce-page .container .asset table thead tr th {
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .introduce-page .container .asset table thead tr th {
    height: 52px;
    font-size: 16px;
  }
}
.introduce-page .container .asset table tbody tr td {
  height: auto;
}
.introduce-page .container .asset table tbody tr td p {
  height: auto;
  min-height: 70px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #464646;
}
@media (max-width: 1280px) {
  .introduce-page .container .asset table tbody tr td p {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 16px;
  }
}
.introduce-page .container .asset table tbody tr:nth-child(even) {
  background: #f0f0f0;
}
.introduce-page .container .affiliated {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .introduce-page .container .affiliated {
    gap: 40px;
  }
}
.introduce-page .container .affiliated table {
  width: 100%;
  min-width: 900px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
}
.introduce-page .container .affiliated table colgroup col:nth-child(1) {
  width: 20%;
}
.introduce-page .container .affiliated table colgroup col:nth-child(2) {
  width: 16%;
}
.introduce-page .container .affiliated table colgroup col:nth-child(3) {
  width: 30%;
}
.introduce-page .container .affiliated table colgroup col:nth-child(4) {
  width: 8%;
}
.introduce-page .container .affiliated table colgroup col:nth-child(5) {
  width: 13%;
}
.introduce-page .container .affiliated table colgroup col:nth-child(6) {
  width: 13%;
}
.introduce-page .container .affiliated table thead {
  background: #D4EDFE;
}
.introduce-page .container .affiliated table thead tr th {
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .introduce-page .container .affiliated table thead tr th {
    height: 52px;
    font-size: 16px;
  }
}
.introduce-page .container .affiliated table tbody tr td {
  height: auto;
  vertical-align: middle;
}
.introduce-page .container .affiliated table tbody tr td p {
  height: auto;
  min-height: 70px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #464646;
}
@media (max-width: 1280px) {
  .introduce-page .container .affiliated table tbody tr td p {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 16px;
  }
}
.introduce-page .container .affiliated table tbody tr:nth-child(even) {
  background: #f0f0f0;
}

.greeting-page {
  width: 100%;
  height: auto;
}
.greeting-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}
.greeting-page .container article {
  width: 100%;
  height: auto;
  padding: 100px 160px 428px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  background-color: #E2F1FB;
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 90% auto;
  border-radius: 32px 32px 0 0;
}
@media (max-width: 1280px) {
  .greeting-page .container article {
    padding: 60px 80px 360px;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .greeting-page .container article {
    padding: 40px 4% 300px;
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 540px) {
  .greeting-page .container article {
    background-size: 195% auto;
  }
}
.greeting-page .container article p {
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
  color: #464646;
}
@media (max-width: 768px) {
  .greeting-page .container article p {
    font-size: 16px;
  }
}
.greeting-page .container article p em {
  font-weight: 700;
  color: black;
}
.greeting-page .container article b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #707070;
}
@media (max-width: 768px) {
  .greeting-page .container article b {
    font-size: 16px;
  }
}

.mission-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .mission-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .mission-page {
    padding-bottom: 40px;
  }
}
.mission-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}
.mission-page .container .title {
  width: 100%;
  height: 64px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  background-color: #4B7BEC;
  border-top-left-radius: 30px;
}
@media (max-width: 1280px) {
  .mission-page .container .title {
    height: 52px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .mission-page .container .title {
    height: 48px;
  }
}
.mission-page .container .mission-top {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1280px) {
  .mission-page .container .mission-top {
    margin-bottom: 40px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .mission-page .container .mission-top {
    margin-bottom: 16px;
    flex-direction: column;
  }
}
.mission-page .container .mission-top .box-item {
  width: auto;
  height: auto;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
.mission-page .container .mission-top .box-item .content {
  width: 100%;
  height: auto;
  min-height: 280px;
  padding: 24px 6%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F8FAFC;
  border-bottom-right-radius: 30px;
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .mission-page .container .mission-top .box-item .content {
    min-height: 200px;
    border-bottom-right-radius: 24px;
  }
}
.mission-page .container .mission-top .box-item .content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #555555;
  text-align: center;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .mission-page .container .mission-top .box-item .content p {
    font-size: 16px;
  }
}
.mission-page .container .vision-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.mission-page .container .vision-section .vision-wrap {
  width: 100%;
  height: auto;
  padding: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px 24px;
  background-color: #F8FAFC;
  border-bottom-right-radius: 30px;
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .mission-page .container .vision-section .vision-wrap {
    padding: 40px 6%;
    gap: 20px 16px;
    border-bottom-right-radius: 24px;
  }
}
@media (max-width: 768px) {
  .mission-page .container .vision-section .vision-wrap {
    grid-template-columns: repeat(4, 1fr);
    padding: 24px 4%;
  }
}
@media (max-width: 480px) {
  .mission-page .container .vision-section .vision-wrap {
    grid-template-columns: 2fr;
  }
}
.mission-page .container .vision-section .vision-card {
  width: 100%;
  padding: 36px 6%;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #7894F6;
  border-radius: 30px;
}
@media (max-width: 1280px) {
  .mission-page .container .vision-section .vision-card {
    padding: 24px 6%;
  }
}
@media (max-width: 768px) {
  .mission-page .container .vision-section .vision-card {
    padding: 20px 4%;
  }
}
.mission-page .container .vision-section .vision-card:nth-child(1) {
  grid-column: 2/span 2;
}
@media (max-width: 768px) {
  .mission-page .container .vision-section .vision-card:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .mission-page .container .vision-section .vision-card:nth-child(5) {
    grid-column: 2/span 2;
  }
}
@media (max-width: 480px) {
  .mission-page .container .vision-section .vision-card:nth-child(5) {
    grid-column: span 2;
  }
}
.mission-page .container .vision-section .vision-card figure.icon-circle {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .mission-page .container .vision-section .vision-card figure.icon-circle {
    width: 80px;
  }
}
.mission-page .container .vision-section .vision-card figure.icon-circle img {
  width: 100%;
  height: auto;
}
.mission-page .container .vision-section .vision-card .card-content-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mission-page .container .vision-section .vision-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #3D3D3D;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .mission-page .container .vision-section .vision-card h4 {
    font-size: 18px;
  }
}
.mission-page .container .vision-section .vision-card ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mission-page .container .vision-section .vision-card ul li {
  position: relative;
  font-size: 16px;
  color: #555555;
  line-height: 1.2;
  padding-left: 12px;
  word-break: keep-all;
}
.mission-page .container .vision-section .vision-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #111111;
}

.facility-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .facility-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .facility-page {
    padding-bottom: 40px;
  }
}
.facility-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.facility-page .container .business-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .facility-page .container .business-box {
    gap: 40px;
  }
}
.facility-page .container .business-box .business-grid {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1280px) {
  .facility-page .container .business-box .business-grid {
    gap: 28px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .business-box .business-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .facility-page .container .business-box .business-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.facility-page .container .business-box .business-grid .card {
  width: 100%;
  height: auto;
  padding: 40px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 6px 0 rgba(170, 214, 243, 0.5);
}
@media (max-width: 1280px) {
  .facility-page .container .business-box .business-grid .card {
    padding: 32px 4%;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .business-box .business-grid .card {
    padding: 24px 4%;
    gap: 20px;
  }
}
.facility-page .container .business-box .business-grid .card .icon-circle {
  width: 100%;
  height: auto;
  max-width: 170px;
  display: flex;
}
@media (max-width: 1280px) {
  .facility-page .container .business-box .business-grid .card .icon-circle {
    max-width: 140px;
  }
}
.facility-page .container .business-box .business-grid .card .icon-circle > img {
  width: 100%;
  height: auto;
}
.facility-page .container .business-box .business-grid .card .business-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1280px) {
  .facility-page .container .business-box .business-grid .card .business-contents {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .business-box .business-grid .card .business-contents {
    gap: 12px;
  }
}
.facility-page .container .business-box .business-grid .card .business-contents b {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .facility-page .container .business-box .business-grid .card .business-contents b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .business-box .business-grid .card .business-contents b {
    font-size: 18px;
  }
}
.facility-page .container .business-box .business-grid .card .business-contents p {
  font-size: 16px;
  line-height: 1.3;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .facility-page .container .business-box .business-grid .card .business-contents p {
    font-size: 14px;
  }
}
.facility-page .container .info-row {
  width: 100%;
  height: auto;
  margin-bottom: 88px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1280px) {
  .facility-page .container .info-row {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .info-row {
    margin-bottom: 40px;
    gap: 16px;
  }
}
.facility-page .container .info-row p {
  flex: 1 1 40%;
  padding: 0 4%;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 90px;
  border-bottom: 3px solid #C9E6FF;
}
@media (max-width: 1280px) {
  .facility-page .container .info-row p {
    padding-bottom: 24px;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .info-row p {
    padding-bottom: 12px;
    gap: 24px;
  }
}
@media (max-width: 540px) {
  .facility-page .container .info-row p {
    flex-direction: column;
    gap: 12px;
  }
}
.facility-page .container .info-row p b {
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .facility-page .container .info-row p b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .info-row p b {
    font-size: 16px;
  }
}
.facility-page .container .info-row p span {
  flex: 0 1 auto;
  font-size: 24px;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .facility-page .container .info-row p span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .facility-page .container .info-row p span {
    font-size: 16px;
  }
}
.facility-page .container .facility-info-table {
  width: 100%;
  height: auto;
  min-width: 768px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
}
.facility-page .container .facility-info-table colgroup col:nth-child(1) {
  width: 150px;
}
.facility-page .container .facility-info-table colgroup col:nth-child(2) {
  width: auto;
}
.facility-page .container .facility-info-table colgroup col:nth-child(3) {
  width: 150px;
}
.facility-page .container .facility-info-table colgroup col:nth-child(4) {
  width: auto;
}
@media (max-width: 1280px) {
  .facility-page .container .facility-info-table colgroup col:nth-child(1) {
    width: 100px;
  }
  .facility-page .container .facility-info-table colgroup col:nth-child(3) {
    width: 100px;
  }
}
.facility-page .container .facility-info-table tbody tr {
  background: #f0f0f0;
}
.facility-page .container .facility-info-table tbody tr th {
  background: #D4EDFE;
  padding: 0 12px;
  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) {
  .facility-page .container .facility-info-table tbody tr th {
    font-size: 16px;
  }
}
.facility-page .container .facility-info-table tbody tr td {
  padding: 24px;
  padding-left: 64px;
  font-size: 18px;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .facility-page .container .facility-info-table tbody tr td {
    padding: 16px;
    padding-left: 24px;
    font-size: 15px;
  }
}
.facility-page .container .facility-info-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.history-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .history-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .history-page {
    padding-bottom: 40px;
  }
}
.history-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}
.history-page .container .history-timeline {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline {
    gap: 40px;
  }
}
.history-page .container .history-timeline .history-year-group {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 2;
}
.history-page .container .history-timeline .history-year-group .year-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-year-group .year-indicator {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-year-group .year-indicator {
    gap: 12px;
  }
}
.history-page .container .history-timeline .history-year-group .year-indicator .dango-deco {
  width: 50px;
  height: auto;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-year-group .year-indicator .dango-deco {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-year-group .year-indicator .dango-deco {
    width: 32px;
  }
}
.history-page .container .history-timeline .history-year-group .year-indicator .year-text {
  font-size: 35px;
  font-weight: 700;
  color: #2b4c7e;
  background: #fff;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-year-group .year-indicator .year-text {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-year-group .year-indicator .year-text {
    font-size: 24px;
  }
}
.history-page .container .history-timeline .history-row {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.history-page .container .history-timeline .history-row.left-img-row {
  flex-direction: row;
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row.left-img-row {
    flex-direction: column;
    gap: 16px;
  }
}
.history-page .container .history-timeline .history-row.left-img-row .history-img-box {
  padding-right: 6%;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row.left-img-row .history-img-box {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row.left-img-row .history-img-box {
    padding-right: 0;
    padding-left: 16px;
  }
}
.history-page .container .history-timeline .history-row.left-img-row .history-content-box {
  padding-left: 4%;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row.left-img-row .history-content-box {
    padding-left: 16px;
  }
}
.history-page .container .history-timeline .history-row.right-img-row {
  flex-direction: row;
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row.right-img-row {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.history-page .container .history-timeline .history-row.right-img-row .history-img-box {
  padding-left: 6%;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row.right-img-row .history-img-box {
    padding-left: 16px;
  }
}
.history-page .container .history-timeline .history-row.right-img-row .history-content-box {
  padding-right: 4%;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row.right-img-row .history-content-box {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row.right-img-row .history-content-box {
    padding-left: 16px;
  }
}
.history-page .container .history-timeline .history-row .col-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #7894F6;
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row .col-line {
    left: 0;
  }
}
.history-page .container .history-timeline .history-row .col-line .t-b-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  background: white;
  box-shadow: 0 0 0 10px #4B7BEC inset;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .col-line .t-b-dot {
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 6px #4B7BEC inset;
  }
}
.history-page .container .history-timeline .history-row .col-line .t-b-dot:nth-child(1) {
  top: 0;
}
.history-page .container .history-timeline .history-row .col-line .t-b-dot:nth-child(2) {
  bottom: 0;
}
.history-page .container .history-timeline .history-row .history-content-box,
.history-page .container .history-timeline .history-row .history-img-box {
  flex: 1 1 40%;
  padding: 34px 0;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box,
  .history-page .container .history-timeline .history-row .history-img-box {
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row .history-content-box,
  .history-page .container .history-timeline .history-row .history-img-box {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.history-page .container .history-timeline .history-row .history-img-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-img-box {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row .history-img-box {
    padding-top: 24px;
    gap: 16px;
  }
}
.history-page .container .history-timeline .history-row .history-img-box img {
  width: 100%;
  height: auto;
}
.history-page .container .history-timeline .history-row .history-content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row .history-content-box {
    padding-bottom: 24px;
    gap: 16px;
  }
}
.history-page .container .history-timeline .history-row .history-content-box .history-item {
  display: flex;
  align-items: flex-start;
  background-color: #f8f9fa;
  padding: 24px 24px 24px 40px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box .history-item {
    padding: 20px 20px 20px 32px;
  }
}
@media (max-width: 768px) {
  .history-page .container .history-timeline .history-row .history-content-box .history-item {
    padding: 16px 16px 16px 24px;
  }
}
.history-page .container .history-timeline .history-row .history-content-box .history-item .month {
  font-size: 20px;
  font-weight: 700;
  color: black;
  min-width: 70px;
  padding-top: 2px;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box .history-item .month {
    font-size: 16px;
    min-width: 56px;
  }
}
.history-page .container .history-timeline .history-row .history-content-box .history-item .month.with-year {
  min-width: 124px;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box .history-item .month.with-year {
    min-width: 100px;
  }
}
.history-page .container .history-timeline .history-row .history-content-box .history-item .month.era {
  min-width: 172px;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box .history-item .month.era {
    min-width: 140px;
  }
}
.history-page .container .history-timeline .history-row .history-content-box .history-item .details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.history-page .container .history-timeline .history-row .history-content-box .history-item .details li {
  font-size: 18px;
  color: #555;
  line-height: 1.3;
  position: relative;
  padding-left: 12px;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box .history-item .details li {
    font-size: 15px;
  }
}
.history-page .container .history-timeline .history-row .history-content-box .history-item .details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #5ba4e5;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  .history-page .container .history-timeline .history-row .history-content-box .history-item .details li::before {
    width: 4px;
    height: 4px;
    top: 6px;
  }
}

.organization-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.organization-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}
.organization-page .container .org-chart-wrap {
  width: 100%;
  height: auto;
  padding: 90px 60px;
  background: #EFF4F8;
  display: flex;
}
.organization-page .container .org-chart-wrap > img {
  width: 100%;
  height: auto;
}

.direction-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .direction-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .direction-page {
    padding-bottom: 40px;
  }
}
.direction-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}
.direction-page .container .map-box {
  width: 100%;
  height: 480px;
  margin-bottom: 36px;
}
@media (max-width: 1280px) {
  .direction-page .container .map-box {
    height: 400px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .direction-page .container .map-box {
    height: 320px;
    margin-bottom: 16px;
  }
}
.direction-page .container .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.direction-page .container .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.direction-page .container .map-info-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.direction-page .container .map-info-area .info-row {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.direction-page .container .map-info-area .info-row .info-card {
  width: 100%;
  height: 164px;
  padding: 1px;
  padding-left: 6px;
  background: #7894F6;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .direction-page .container .map-info-area .info-row .info-card {
    height: 148px;
  }
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .info-row .info-card {
    height: 100px;
    grid-column: 1/-1;
  }
}
.direction-page .container .map-info-area .info-row .info-card.col-2 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .info-row .info-card.col-2 {
    grid-column: 1/-1;
  }
}
.direction-page .container .map-info-area .info-row .info-card .inner {
  width: 100%;
  height: 100%;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 34px;
  background: white;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .direction-page .container .map-info-area .info-row .info-card .inner {
    padding: 0 24px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .info-row .info-card .inner {
    padding: 0 16px;
    gap: 12px;
  }
}
.direction-page .container .map-info-area .info-row .info-card .inner .info-icon {
  flex: 0 0 auto;
  width: 90px;
  height: auto;
  display: flex;
}
@media (max-width: 1280px) {
  .direction-page .container .map-info-area .info-row .info-card .inner .info-icon {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .info-row .info-card .inner .info-icon {
    width: 52px;
  }
}
.direction-page .container .map-info-area .info-row .info-card .inner .info-icon > img {
  width: 100%;
  height: auto;
}
.direction-page .container .map-info-area .info-row .info-card .inner .info-content-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .info-row .info-card .inner .info-content-wrap {
    gap: 6px;
  }
}
.direction-page .container .map-info-area .info-row .info-card .inner .info-content-wrap b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #7894F6;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .info-row .info-card .inner .info-content-wrap b {
    font-size: 18px;
  }
}
.direction-page .container .map-info-area .info-row .info-card .inner .info-content-wrap span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .info-row .info-card .inner .info-content-wrap span {
    font-size: 15px;
  }
}
.direction-page .container .map-info-area .transport-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .transport-row {
    flex-direction: column;
  }
}
.direction-page .container .map-info-area .transport-row .trans-card {
  flex: 1 1 40%;
  height: 164px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 34px;
  border-radius: 10px;
  background: #EDF9F6;
}
@media (max-width: 1280px) {
  .direction-page .container .map-info-area .transport-row .trans-card {
    padding: 0 24px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .transport-row .trans-card {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 16px;
    gap: 12px;
  }
}
.direction-page .container .map-info-area .transport-row .trans-card:nth-child(2) {
  background: #FEF7F5;
}
.direction-page .container .map-info-area .transport-row .trans-card:nth-child(2) .trans-contents b {
  color: #DC7F71;
}
.direction-page .container .map-info-area .transport-row .trans-card .trans-icon {
  flex: 0 0 auto;
  width: 90px;
  height: auto;
  display: flex;
}
@media (max-width: 1280px) {
  .direction-page .container .map-info-area .transport-row .trans-card .trans-icon {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .transport-row .trans-card .trans-icon {
    width: 52px;
  }
}
.direction-page .container .map-info-area .transport-row .trans-card .trans-icon > img {
  width: 100%;
  height: auto;
}
.direction-page .container .map-info-area .transport-row .trans-card .trans-contents {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .direction-page .container .map-info-area .transport-row .trans-card .trans-contents {
    gap: 6px;
  }
}
.direction-page .container .map-info-area .transport-row .trans-card .trans-contents b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #00AF7C;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .direction-page .container .map-info-area .transport-row .trans-card .trans-contents b {
    font-size: 18px;
  }
}
.direction-page .container .map-info-area .transport-row .trans-card .trans-contents span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #464646;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .direction-page .container .map-info-area .transport-row .trans-card .trans-contents span {
    font-size: 15px;
  }
}

.usage-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .usage-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .usage-page {
    padding-bottom: 40px;
  }
}
.usage-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.usage-page .container .fee-box {
  width: 100%;
  height: auto;
  padding: 34px 56px 48px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  background: #E8F4FC;
}
@media (max-width: 1280px) {
  .usage-page .container .fee-box {
    padding: 28px 4%;
    margin-bottom: 70px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .fee-box {
    padding: 24px 4%;
    margin-bottom: 40px;
    gap: 16px;
  }
}
.usage-page .container .fee-box .box-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .usage-page .container .fee-box .box-name {
    gap: 12px;
  }
}
.usage-page .container .fee-box .box-name > img {
  flex: 0 0 50px;
  height: auto;
}
@media (max-width: 1280px) {
  .usage-page .container .fee-box .box-name > img {
    flex: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .fee-box .box-name > img {
    flex: 0 0 28px;
  }
}
.usage-page .container .fee-box .box-name span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #3456CC;
}
@media (max-width: 768px) {
  .usage-page .container .fee-box .box-name span {
    font-size: 20px;
  }
}
.usage-page .container .fee-box .fee-table {
  width: 95%;
  height: auto;
  min-width: 540px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
  background: white;
}
@media (max-width: 1280px) {
  .usage-page .container .fee-box .fee-table {
    width: 100%;
  }
}
.usage-page .container .fee-box .fee-table colgroup col:nth-child(1) {
  width: 330px;
}
.usage-page .container .fee-box .fee-table colgroup col:nth-child(2) {
  width: auto;
}
@media (max-width: 1280px) {
  .usage-page .container .fee-box .fee-table colgroup col:nth-child(1) {
    width: 160px;
  }
  .usage-page .container .fee-box .fee-table colgroup col:nth-child(2) {
    width: auto;
  }
}
.usage-page .container .fee-box .fee-table thead tr {
  background: #D4EDFE;
}
.usage-page .container .fee-box .fee-table thead tr th {
  height: 70px;
  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) {
  .usage-page .container .fee-box .fee-table thead tr th {
    height: 52px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .fee-box .fee-table thead tr th {
    height: 48px;
  }
}
.usage-page .container .fee-box .fee-table tbody tr {
  background-color: #fafafa;
}
.usage-page .container .fee-box .fee-table tbody tr:nth-child(even) {
  background-color: white;
}
.usage-page .container .fee-box .fee-table tbody tr td {
  padding: 24px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #464646;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .usage-page .container .fee-box .fee-table tbody tr td {
    padding: 20px 16px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .fee-box .fee-table tbody tr td {
    padding: 16px;
  }
}
.usage-page .container .usage-etc-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.usage-page .container .usage-etc-box:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.usage-page .container .usage-etc-box .etc-head {
  width: 100%;
  height: 64px;
  padding: 0 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  border-radius: 0 10000rem 0 0;
  background: #7894F6;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-head {
    height: 52px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-head {
    height: 48px;
    padding: 0 24px;
  }
}
.usage-page .container .usage-etc-box .etc-head img {
  flex: 0 0 50px;
  height: auto;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-head img {
    flex: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-head img {
    flex: 0 0 28px;
  }
}
.usage-page .container .usage-etc-box .etc-head span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.usage-page .container .usage-etc-box .etc-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.usage-page .container .usage-etc-box .etc-body .inner-desc {
  width: 100%;
  height: auto;
  padding: 40px 16px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-desc {
    padding: 32px 16px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-desc {
    padding: 24px 16px;
  }
}
@media (max-width: 540px) {
  .usage-page .container .usage-etc-box .etc-body .inner-desc {
    padding: 16px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-desc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #464646;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-desc p {
    font-size: 16px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray {
  width: 100%;
  height: auto;
  padding: 60px 4%;
  background: #fafafa;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray {
    padding: 40px 4%;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray {
    padding: 24px 4%;
    border-radius: 0 0 24px 24px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 56px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid {
    gap: 16px 32px;
  }
}
@media (max-width: 1024px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid {
    gap: 16px 20px;
  }
}
@media (max-width: 640px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid {
    grid-template-columns: 1fr;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell {
  width: 100%;
  height: 170px;
  padding: 1px;
  padding-left: 6px;
  border-radius: 10px;
  background: #7894F6;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell {
    height: 152px;
  }
}
@media (max-width: 640px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell {
    height: auto;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner {
  width: 100%;
  height: 100%;
  padding: 32px 20px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: white;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner {
    padding: 24px 16px 16px 32px;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner {
    height: auto;
    padding: 20px 16px;
    gap: 16px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-num {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #aaa;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-num {
    font-size: 14px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents {
    gap: 12px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .step-icon {
  flex: 0 0 auto;
  width: 64px;
  height: auto;
  display: flex;
  border-radius: 100000rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .step-icon {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .step-icon {
    width: 32px;
  }
}
@media (max-width: 640px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .step-icon {
    width: 40px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .step-icon > img {
  width: 100%;
  height: auto;
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .contents-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .contents-wrapper em {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .contents-wrapper em {
    font-size: 18px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .contents-wrapper p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .usage-process-grid .cell .cell-inner .step-contents .contents-wrapper p {
    font-size: 16px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process {
    grid-template-columns: repeat(4, 1fr);
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step {
  width: 100%;
  height: auto;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step {
    gap: 40px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-num {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-num {
    font-size: 14px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group {
  position: relative;
  width: 100%;
  height: auto;
  padding: 64px 10px 34px;
  background: white;
  border: 1px solid #7894F6;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group {
    padding: 52px 10px 24px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .step-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 76px;
  height: auto;
  display: flex;
  border-radius: 100000rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .step-icon {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .step-icon {
    width: 48px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .step-icon img {
  width: 100%;
  height: auto;
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .content b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .content b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .content b {
    font-size: 16px;
  }
}
.usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .content span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .content span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .usage-page .container .usage-etc-box .etc-body .inner-gray .discharge-process .step .step-content-group .content span {
    font-size: 14px;
  }
}

.service-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .service-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .service-page {
    padding-bottom: 40px;
  }
}
.service-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.service-page .container .service-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 {
    gap: 52px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 {
    gap: 32px;
  }
}
.service-page .container .service-1 .service-section {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section {
    display: flex;
    flex-direction: column;
  }
  .service-page .container .service-1 .service-section:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.service-page .container .service-1 .service-section .service-content-block {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-page .container .service-1 .service-section .service-content-block .service-title {
  flex: 0 0 auto;
  width: 100%;
  height: 64px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #7894F6;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section .service-content-block .service-title {
    height: 52px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-content-block .service-title {
    height: 48px;
  }
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list {
  flex: 0 0 auto;
  width: 100%;
  height: 380px;
  padding: 16px 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list {
    padding: 16px 8%;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list {
    padding: 24px 4%;
    height: auto;
  }
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item {
    gap: 24px;
  }
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-icon {
  position: relative;
  flex: 0 0 auto;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-icon {
    width: 52px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-icon {
    width: 48px;
  }
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-icon > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-text h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-text h4 {
    font-size: 18px;
  }
}
.service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-content-block .service-item-list .service-item .item-text p {
    font-size: 15px;
  }
}
.service-page .container .service-1 .service-section .service-image-block {
  width: 100%;
  height: auto;
}
.service-page .container .service-1 .service-section .service-image-block .main-image {
  position: relative;
  width: 100%;
  height: 456px;
  border: 1px solid #ddd;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section .service-image-block .main-image {
    height: 384px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-1 .service-section .service-image-block .main-image {
    height: 320px;
  }
}
.service-page .container .service-1 .service-section .service-image-block .main-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page .container .service-1 .service-section .service-image-block .main-image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.32);
  z-index: 2;
}
@media (max-width: 1280px) {
  .service-page .container .service-1 .service-section .service-image-block .main-image figcaption {
    height: 36px;
    font-size: 16px;
  }
}
.service-page .container .service-2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.service-page .container .service-2 .reliance-tabs {
  width: 100%;
  height: 90px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 0;
  background: #7894F6;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-tabs {
    height: auto;
    padding: 24px 4%;
    border-radius: 16px 16px 0 0;
  }
}
.service-page .container .service-2 .reliance-tabs .tab {
  position: relative;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-tabs .tab {
    font-size: 16px;
  }
}
.service-page .container .service-2 .reliance-tabs .tab:not(:last-child) {
  padding-right: 50px;
  margin-right: 50px;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-tabs .tab:not(:last-child) {
    padding-right: 24px;
    margin-right: 24px;
  }
}
.service-page .container .service-2 .reliance-tabs .tab:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.4);
}
.service-page .container .service-2 .reliance-tabs .tab.active, .service-page .container .service-2 .reliance-tabs .tab:hover {
  font-weight: 700;
  color: white;
}
.service-page .container .service-2 .reliance-content-group {
  width: 100%;
  height: auto;
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: column;
  align-items: center;
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box.on {
  display: flex;
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-thumb {
  position: relative;
  width: 100%;
  height: 510px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-thumb {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-thumb {
    height: 360px;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row {
  position: relative;
  width: 100%;
  height: 156px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  border-bottom: 7px solid #7894F6;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row {
    height: auto;
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left {
  flex: 1 1 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name {
    gap: 12px;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name img {
  flex: 0 0 50px;
  height: auto;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name img {
    flex: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name img {
    flex: 0 0 28px;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name b {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #7894F6;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name b {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left .rel-name b {
    font-size: 20px;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .left > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #707070;
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  padding: 35px 5%;
  background: #E9F6FF;
  border-radius: 30px 0 0 0;
}
@media (max-width: 1280px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right {
    position: relative;
    right: unset;
    bottom: unset;
    width: 100%;
    height: auto;
    padding: 24px 4%;
    border-radius: 24px 24px 0 0;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right .content-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right .content-list .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right .content-list .row {
    flex-direction: column;
    gap: 12px;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right .content-list .row span {
  flex: 0 0 auto;
  width: 180px;
  height: auto;
  padding: 6px;
  background: white;
  border-radius: 10000rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right .content-list .row span {
    width: auto;
    padding: 8px 12px;
    text-align: left;
  }
}
.service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right .content-list .row p {
  flex: 1 1 auto;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .service-page .container .service-2 .reliance-content-group .reliance-content-box .reliance-content-row .right .content-list .row p {
    padding-top: 0;
  }
}
.service-page .container .service-3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-page .container .service-3 .family-trip {
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .family-trip {
    width: 100%;
    margin-bottom: 60px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .family-trip {
    flex-direction: column;
    margin-bottom: 32px;
    gap: 24px;
  }
}
.service-page .container .service-3 .family-trip .left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-page .container .service-3 .family-trip .left .left-head {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .family-trip .left .left-head {
    margin-bottom: 24px;
    gap: 12px;
  }
}
.service-page .container .service-3 .family-trip .left .left-head img {
  flex: 0 0 50px;
  height: auto;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .family-trip .left .left-head img {
    flex: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .family-trip .left .left-head img {
    flex: 0 0 28px;
  }
}
.service-page .container .service-3 .family-trip .left .left-head span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #3456CC;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .family-trip .left .left-head span {
    font-size: 20px;
  }
}
.service-page .container .service-3 .family-trip .left .left-contents {
  width: 100%;
  height: auto;
  margin-bottom: 64px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .family-trip .left .left-contents {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .family-trip .left .left-contents {
    margin-bottom: 24px;
  }
}
.service-page .container .service-3 .family-trip .left .family-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-page .container .service-3 .family-trip .left .family-list .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.service-page .container .service-3 .family-trip .left .family-list .row img {
  flex: 0 0 auto;
  width: 30px;
  height: auto;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .family-trip .left .family-list .row img {
    width: 24px;
  }
}
.service-page .container .service-3 .family-trip .left .family-list .row span {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .family-trip .left .family-list .row span {
    padding-top: 3px;
    font-size: 16px;
  }
}
.service-page .container .service-3 .family-trip .right {
  flex: 0 0 50%;
  position: relative;
  border-radius: 0 30px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-page .container .service-3 .family-trip .right {
    flex: unset;
    width: 100%;
    height: 360px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .service-page .container .service-3 .family-trip .right {
    height: 280px;
  }
}
.service-page .container .service-3 .family-trip .right > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page .container .service-3 .leisure-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box {
    gap: 16px;
  }
}
.service-page .container .service-3 .leisure-box:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.service-page .container .service-3 .leisure-box:nth-child(odd) .box-head {
  background: #fafafa;
}
.service-page .container .service-3 .leisure-box:nth-child(odd) .box-head p {
  color: #7894F6;
}
.service-page .container .service-3 .leisure-box .box-head {
  width: 100%;
  height: 64px;
  padding: 0 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: #7894F6;
  border-bottom: 3px solid #7894F6;
  border-radius: 0 30px 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-head {
    height: 52px;
    padding: 0 32px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-head {
    height: 48px;
    padding: 0 24px;
  }
}
.service-page .container .service-3 .leisure-box .box-head img {
  flex: 0 0 50px;
  height: auto;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-head img {
    flex: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-head img {
    flex: 0 0 28px;
  }
}
.service-page .container .service-3 .leisure-box .box-head p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-head p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .service-page .container .service-3 .leisure-box .box-head p {
    font-size: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-head p em {
  font-weight: 700;
}
.service-page .container .service-3 .leisure-box .box-content-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 {
    flex-direction: column;
    gap: 24px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-1 .left {
  position: relative;
  flex: 1 1 40%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .left {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.service-page .container .service-3 .leisure-box .box-content-1 .left img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .left img {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 100%;
    height: auto;
    max-width: 400px;
    -o-object-fit: unset;
       object-fit: unset;
    margin: 0 auto;
  }
}
.service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents {
  flex: 1 1 40%;
  height: auto;
  padding: 90px 120px;
  display: flex;
  flex-direction: column;
  background: #E9F6FF;
  border-radius: 0 0 30px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents {
    padding: 40px 4%;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents {
    padding: 24px 4%;
    border-radius: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row {
  width: 100%;
  height: auto;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row {
    padding: 0 12px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row b {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: black;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row b {
    padding-left: 12px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row b {
    font-size: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row b::before {
  content: "⦁";
  position: absolute;
  left: 0;
  top: 0;
  color: #7894F6;
}
.service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row p {
    font-size: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #aaa;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-1 .leisure-contents .row:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-2 {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-2 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 .left {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .left {
    flex: unset;
    width: 100%;
    height: 360px;
    border-radius: 24px 0 24px 0;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 .left > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents > p {
  margin-bottom: 64px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: #464646;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents > p {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents > p {
    margin-bottom: 24px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card {
  flex: 1 1 40%;
  padding: 24px 4% 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #E9F6FF;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card {
    padding: 20px 12px 24px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card .icon-circle {
  width: 68px;
  height: auto;
  display: flex;
  border-radius: 100000rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card .icon-circle {
    width: 52px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card .icon-circle {
    width: 36px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card .icon-circle > img {
  width: 100%;
  height: auto;
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card > p {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card > p b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card > p b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card > p b {
    font-size: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card > p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card > p span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-2 .leisure-contents .somoon .card > p span {
    font-size: 15px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-3 {
  width: 100%;
  height: auto;
}
.service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid {
    grid-template-columns: 1fr;
  }
}
.service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell {
  width: 100%;
  height: auto;
  min-height: 380px;
  padding: 32px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: #fafafa;
  border-radius: 0 30px 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell {
    min-height: auto;
    padding: 24px 4%;
    border-radius: 24px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell {
    padding: 20px 12px;
    border-radius: 16px;
    gap: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .icon-circle {
  width: 134px;
  height: auto;
  display: flex;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .icon-circle {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .icon-circle {
    width: 80px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .icon-circle > img {
  width: 100%;
  height: auto;
}
.service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents {
    gap: 8px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents b {
    font-size: 16px;
  }
}
.service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: #464646;
  text-align: center;
}
@media (max-width: 1280px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-3 .leisure-box .box-content-3 .footstep-grid .cell .cell-contents p {
    font-size: 15px;
  }
}
.service-page .container .service-4 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1280px) {
  .service-page .container .service-4 {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-4 {
    gap: 40px;
  }
}
.service-page .container .service-4 .local-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .service-page .container .service-4 .local-box {
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-4 .local-box {
    gap: 24px;
  }
}
.service-page .container .service-4 .local-box .box-head {
  width: 100%;
  height: 64px;
  padding-left: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: #fafafa;
  border-bottom: 3px solid #7894F6;
  border-radius: 0 30px 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .service-page .container .service-4 .local-box .box-head {
    height: 52px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-4 .local-box .box-head {
    height: 48px;
    padding-left: 24px;
  }
}
.service-page .container .service-4 .local-box .box-head img {
  flex: 0 0 50px;
  height: auto;
}
@media (max-width: 1280px) {
  .service-page .container .service-4 .local-box .box-head img {
    flex: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-4 .local-box .box-head img {
    flex: 0 0 28px;
  }
}
.service-page .container .service-4 .local-box .box-head p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #3456CC;
}
@media (max-width: 1280px) {
  .service-page .container .service-4 .local-box .box-head p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .service-page .container .service-4 .local-box .box-head p {
    font-size: 16px;
  }
}
.service-page .container .service-4 .local-box .box-head p em {
  font-weight: 700;
}
.service-page .container .service-4 .local-box .box-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .service-page .container .service-4 .local-box .box-body {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-4 .local-box .box-body {
    gap: 20px;
  }
}
.service-page .container .service-4 .local-box .box-body .body-contents {
  width: 90%;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: #464646;
}
@media (max-width: 1280px) {
  .service-page .container .service-4 .local-box .box-body .body-contents {
    width: 95%;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .service-page .container .service-4 .local-box .box-body .body-contents {
    width: 100%;
  }
}
.service-page .container .service-4 .local-box .box-body .image-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 768px) {
  .service-page .container .service-4 .local-box .box-body .image-grid {
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .service-page .container .service-4 .local-box .box-body .image-grid {
    grid-template-columns: 1fr;
  }
}
.service-page .container .service-4 .local-box .box-body .image-grid > img {
  width: 100%;
  height: auto;
}

.service-bottom {
  width: 100%;
  height: auto;
}
.service-bottom .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 100px;
  background: #E8F4FC;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1280px) {
  .service-bottom .container {
    padding: 40px 6%;
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 640px) {
  .service-bottom .container {
    padding: 160px 4% 24px;
  }
}
.service-bottom .container .bottom-contents {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .service-bottom .container .bottom-contents {
    width: 100%;
    top: 40px;
    gap: 8px;
  }
}
.service-bottom .container .bottom-contents span {
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: white;
  background: #00AF7C;
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .service-bottom .container .bottom-contents span {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .service-bottom .container .bottom-contents span {
    padding: 8px 16px;
  }
}
.service-bottom .container .bottom-contents p {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #00AF7C;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .service-bottom .container .bottom-contents p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .service-bottom .container .bottom-contents p {
    font-size: 24px;
  }
}
.service-bottom .container img {
  width: 100%;
  height: auto;
}

.donation-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .donation-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .donation-page {
    padding-bottom: 40px;
  }
}
.donation-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .donation-page .container {
    gap: 40px;
  }
}
.donation-page .container .sub-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.donation-page .container .sub-box .box-head {
  width: 100%;
  height: 64px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 30px 0 0 0;
  background: #7894F6;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .box-head {
    height: 52px;
  }
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .box-head {
    height: 48px;
  }
}
.donation-page .container .sub-box .box-head span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .box-head span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .box-head span {
    font-size: 18px;
  }
}
.donation-page .container .sub-box .donation-info {
  width: 100%;
  height: 90px;
  padding: 0 6%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .donation-info {
    height: 70px;
    padding: 0 4%;
  }
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .donation-info {
    height: 52px;
  }
}
.donation-page .container .sub-box .donation-info b {
  flex: 0 0 180px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .donation-info b {
    flex: 0 0 100px;
    font-size: 18px;
  }
}
.donation-page .container .sub-box .donation-info p {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .donation-info p {
    font-size: 16px;
  }
}
.donation-page .container .sub-box .donation-guide {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .donation-guide {
    grid-template-columns: 1fr;
  }
}
.donation-page .container .sub-box .donation-guide .card {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 256px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .donation-guide .card {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .donation-guide .card {
    padding: 24px 12px;
    min-height: auto;
    gap: 24px;
  }
}
.donation-page .container .sub-box .donation-guide .card p {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.donation-page .container .sub-box .donation-guide .card p 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 .container .sub-box .donation-guide .card p b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .donation-guide .card p b {
    font-size: 18px;
  }
}
.donation-page .container .sub-box .donation-guide .card p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .donation-guide .card p span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .donation-guide .card p span {
    font-size: 15px;
  }
}
.donation-page .container .sub-box .donation-guide .card #copy-to-clipboard {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: calc(100% - 56px);
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid #2245BF;
  background: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #2245BF;
}
@media (max-width: 1280px) {
  .donation-page .container .sub-box .donation-guide .card #copy-to-clipboard {
    bottom: 16px;
    width: calc(100% - 32px);
    height: 48px;
    gap: 8px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .donation-page .container .sub-box .donation-guide .card #copy-to-clipboard {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}

.volunteer-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .volunteer-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .volunteer-page {
    padding-bottom: 40px;
  }
}
.volunteer-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.volunteer-page .container .volunteer-illust-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.volunteer-page .container .volunteer-illust-wrap b {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  color: #7894F6;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .volunteer-page .container .volunteer-illust-wrap b {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .volunteer-illust-wrap b {
    font-size: 20px;
  }
}
.volunteer-page .container .volunteer-illust-wrap img {
  width: 100%;
  height: auto;
  max-width: 990px;
}
.volunteer-page .container .sub-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.volunteer-page .container .sub-box:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box:not(:last-child) {
    margin-bottom: 28px;
  }
}
.volunteer-page .container .sub-box .box-head {
  width: 100%;
  height: 64px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 30px 0 0 0;
  background: #7894F6;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .box-head {
    height: 52px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .box-head {
    height: 48px;
  }
}
.volunteer-page .container .sub-box .box-head span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .box-head span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .box-head span {
    font-size: 18px;
  }
}
.volunteer-page .container .sub-box .volunteer-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-grid {
    grid-template-columns: 1fr;
  }
}
.volunteer-page .container .sub-box .volunteer-grid .cell {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell {
    padding: 24px 16px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell {
    min-height: unset;
  }
}
.volunteer-page .container .sub-box .volunteer-grid .cell .cell-icon {
  position: relative;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell .cell-icon {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell .cell-icon {
    width: 52px;
  }
}
.volunteer-page .container .sub-box .volunteer-grid .cell .cell-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.volunteer-page .container .sub-box .volunteer-grid .cell p {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell p {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell p {
    gap: 8px;
  }
}
.volunteer-page .container .sub-box .volunteer-grid .cell p b {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell p b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell p b {
    font-size: 18px;
  }
}
.volunteer-page .container .sub-box .volunteer-grid .cell p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell p span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-grid .cell p span {
    font-size: 15px;
  }
}
.volunteer-page .container .sub-box .volunteer-guide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.volunteer-page .container .sub-box .volunteer-guide .guide-table {
  width: 100%;
  height: auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
}
.volunteer-page .container .sub-box .volunteer-guide .guide-table colgroup col:nth-child(1) {
  width: 300px;
}
.volunteer-page .container .sub-box .volunteer-guide .guide-table colgroup col:nth-child(2) {
  width: auto;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-table colgroup col:nth-child(1) {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-table colgroup col:nth-child(1) {
    width: 140px;
  }
}
.volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr {
  background: #E9F6FF;
}
.volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr th {
  background: #8FCBF2;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr th {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr th {
    font-size: 16px;
  }
}
.volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr td {
  padding: 26px 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr td {
    font-size: 15px;
    padding: 20px 24px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr td {
    padding: 16px 20px;
  }
}
.volunteer-page .container .sub-box .volunteer-guide .guide-table tbody tr:nth-child(even) {
  background: white;
}
.volunteer-page .container .sub-box .volunteer-guide .guide-notice {
  width: 100%;
  height: auto;
  padding: 44px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #fafafa;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice {
    padding: 28px 4%;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice {
    padding: 20px 4%;
  }
}
.volunteer-page .container .sub-box .volunteer-guide .guide-notice i {
  font-size: 40px;
  line-height: 1;
  color: #F18000;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice i {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice i {
    font-size: 24px;
  }
}
.volunteer-page .container .sub-box .volunteer-guide .guide-notice b {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #7894F6;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice b {
    font-size: 18px;
  }
}
.volunteer-page .container .sub-box .volunteer-guide .guide-notice p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: #464646;
}
@media (max-width: 1280px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .volunteer-page .container .sub-box .volunteer-guide .guide-notice p {
    font-size: 15px;
  }
}
.volunteer-page .container .sub-box .volunteer-guide .guide-notice p em {
  font-weight: 700;
  color: black;
}/*# sourceMappingURL=sub.css.map */