#submain {
  width: 100%;
  height: auto;
  background: white;
}

.subvisual {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width: 1280px) {
  .subvisual {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .subvisual {
    height: 350px;
  }
}
.subvisual > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.subvisual .cover {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .subvisual .cover {
    padding-top: 70px;
  }
}
.subvisual .cover .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subvisual .cover .container .sv-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subvisual .cover .container .sv-title-wrap .sv-title {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 1280px) {
  .subvisual .cover .container .sv-title-wrap .sv-title {
    padding-bottom: 24px;
    margin-bottom: 20px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .subvisual .cover .container .sv-title-wrap .sv-title {
    padding-bottom: 16px;
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.subvisual .cover .container .sv-title-wrap .sv-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: white;
}
.subvisual .cover .container .sv-title-wrap .sv-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .subvisual .cover .container .sv-title-wrap .sv-desc {
    font-size: 16px;
  }
}

.subpage-tabs {
  width: 100%;
  height: 60px;
  margin-bottom: 100px;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .subpage-tabs {
    height: 52px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .subpage-tabs {
    height: 48px;
  }
}
.subpage-tabs .container {
  width: 95%;
  height: 100%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1280px) {
  .subpage-tabs .container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .subpage-tabs .container {
    gap: 12px;
  }
}
.subpage-tabs .container > a {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  text-align: center;
}
@media (max-width: 1280px) {
  .subpage-tabs .container > a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .subpage-tabs .container > a {
    font-size: 14px;
  }
}
.subpage-tabs .container .vertical-line {
  width: 1px;
  height: 16px;
  background: #aaa;
}
@media (max-width: 1280px) {
  .subpage-tabs .container .vertical-line {
    height: 14px;
  }
}
@media (max-width: 768px) {
  .subpage-tabs .container .vertical-line {
    height: 12px;
  }
}

.sec-title-wrap.for-board {
  width: 95%;
  margin: 0 auto;
}
.greeting-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .greeting-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .greeting-page {
    padding-bottom: 50px;
  }
}
.greeting-page .container {
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .greeting-page .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .greeting-page .container {
    gap: 40px;
  }
}
.greeting-page .container .tong-box {
  width: 100%;
  height: auto;
  display: flex;
}
.greeting-page .container .tong-box > img {
  width: 100%;
  height: auto;
}
.greeting-page .container .con-body {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .greeting-page .container .con-body {
    border-radius: 6px;
  }
}
.greeting-page .container .con-body > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.35;
}
.greeting-page .container .con-body .cover {
  position: relative;
  width: 100%;
  height: auto;
}
.greeting-page .container .con-body .cover .wrapper {
  width: 100%;
  height: auto;
  padding: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .greeting-page .container .con-body .cover .wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 60px;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper {
    padding: 40px 24px;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper {
    padding: 30px 16px;
    gap: 30px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box {
  position: relative;
  flex: 1 1 50%;
}
@media (max-width: 1280px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box {
    flex: 0 0 auto;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-img {
  position: relative;
  width: 52%;
  height: auto;
  display: flex;
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-img {
    width: 70%;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-img {
    width: 80%;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-img > img {
  width: 100%;
  height: auto;
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1280px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group {
    position: static;
    width: 100%;
    gap: 20px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names {
    align-items: center;
    gap: 10px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names span {
  padding: 5px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #3D3D3D;
  border-radius: 100000rem;
}
@media (max-width: 1280px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names span {
    padding: 4px 18px;
    font-size: 16px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .names p {
    font-size: 15px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap {
  width: 100%;
  height: auto;
  padding: 12px;
  background: white;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap {
    padding: 8px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table {
  width: 100%;
  height: auto;
  table-layout: fixed;
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table colgroup col:nth-child(1) {
  width: auto;
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table colgroup col:nth-child(2) {
  width: 80px;
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table colgroup col:nth-child(2) {
    width: 64px;
  }
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table tr {
  background: #28336E;
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table tr:nth-child(even) {
  background: white;
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table tr:nth-child(even) td {
  color: black;
}
.greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table tr td {
  padding: 6px 6px 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table tr td {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .ceo-box .ceo-content-group .table-wrap .ceo-info-table tr td {
    padding: 6px 6px 6px 10px;
    font-size: 13px;
  }
}
.greeting-page .container .con-body .cover .wrapper .msg-box {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box {
    flex: 0 0 auto;
    width: 100%;
  }
}
.greeting-page .container .con-body .cover .wrapper .msg-box strong {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #142B77;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box strong {
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box strong {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box strong {
    font-size: 17px;
  }
}
.greeting-page .container .con-body .cover .wrapper .msg-box p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box p {
    font-size: 14px;
  }
}
.greeting-page .container .con-body .cover .wrapper .msg-box p > b {
  font-weight: 800;
}
.greeting-page .container .con-body .cover .wrapper .msg-box .sign {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box .sign {
    gap: 16px;
  }
}
.greeting-page .container .con-body .cover .wrapper .msg-box .sign span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #28336E;
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box .sign span {
    font-size: 14px;
  }
}
.greeting-page .container .con-body .cover .wrapper .msg-box .sign span em {
  font-weight: 700;
}
.greeting-page .container .con-body .cover .wrapper .msg-box .sign > img {
  width: auto;
  height: 80px;
}
@media (max-width: 768px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box .sign > img {
    height: 64px;
  }
}
@media (max-width: 480px) {
  .greeting-page .container .con-body .cover .wrapper .msg-box .sign > img {
    height: 52px;
  }
}

.tong {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}
.tong > img {
  width: 100%;
  height: auto;
}

.summary-1 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .summary-1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .summary-1 {
    margin-bottom: 50px;
  }
}
.summary-1 .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .summary-1 .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .summary-1 .container {
    gap: 40px;
  }
}
.summary-1 .container .con-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .summary-1 .container .con-body {
    gap: 24px;
  }
}
.summary-1 .container .con-body > figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .summary-1 .container .con-body > figure {
    border-radius: 6px;
  }
}
.summary-1 .container .con-body > figure > img {
  width: 100%;
  height: auto;
}
.summary-1 .container .con-body .info-table-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1280px) {
  .summary-1 .container .con-body .info-table-group {
    gap: 44px;
  }
}
@media (max-width: 768px) {
  .summary-1 .container .con-body .info-table-group {
    gap: 32px;
  }
}
.summary-1 .container .con-body .info-table-group .info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.summary-1 .container .con-body .info-table-group .info-table.type-1 colgroup col:nth-child(1) {
  width: 180px;
}
@media (max-width: 768px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-1 colgroup col:nth-child(1) {
    width: 130px;
  }
}
@media (max-width: 480px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-1 colgroup col:nth-child(1) {
    width: 100px;
  }
}
.summary-1 .container .con-body .info-table-group .info-table.type-1 colgroup col:nth-child(2) {
  width: auto;
}
.summary-1 .container .con-body .info-table-group .info-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.summary-1 .container .con-body .info-table-group .info-table thead th {
  background: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  padding: 20px 40px;
}
@media (max-width: 1280px) {
  .summary-1 .container .con-body .info-table-group .info-table thead th {
    padding: 18px 28px;
  }
}
@media (max-width: 768px) {
  .summary-1 .container .con-body .info-table-group .info-table thead th {
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 480px) {
  .summary-1 .container .con-body .info-table-group .info-table thead th {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.summary-1 .container .con-body .info-table-group .info-table thead th .span-group {
  display: flex;
  justify-content: space-between;
}
.summary-1 .container .con-body .info-table-group .info-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.summary-1 .container .con-body .info-table-group .info-table tbody tr th, .summary-1 .container .con-body .info-table-group .info-table tbody tr td {
  padding: 18px 40px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .summary-1 .container .con-body .info-table-group .info-table tbody tr th, .summary-1 .container .con-body .info-table-group .info-table tbody tr td {
    padding: 16px 28px;
  }
}
@media (max-width: 768px) {
  .summary-1 .container .con-body .info-table-group .info-table tbody tr th, .summary-1 .container .con-body .info-table-group .info-table tbody tr td {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .summary-1 .container .con-body .info-table-group .info-table tbody tr th, .summary-1 .container .con-body .info-table-group .info-table tbody tr td {
    padding: 10px 14px;
    font-size: 13px;
  }
}
.summary-1 .container .con-body .info-table-group .info-table tbody tr th {
  color: #222;
  font-weight: 700;
  white-space: nowrap;
}
.summary-1 .container .con-body .info-table-group .info-table tbody tr th .span-group {
  display: flex;
  justify-content: space-between;
}
.summary-1 .container .con-body .info-table-group .info-table tbody tr td {
  color: #888;
  font-weight: 400;
  word-break: keep-all;
}
.summary-1 .container .con-body .info-table-group .info-table tbody tr.total {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}
.summary-1 .container .con-body .info-table-group .info-table tbody tr.total th, .summary-1 .container .con-body .info-table-group .info-table tbody tr.total td {
  color: #000;
  font-weight: 700;
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 {
    display: block;
  }
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 colgroup col:nth-child(1) {
  width: 180px;
}
@media (max-width: 768px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 colgroup col:nth-child(1) {
    width: 130px;
  }
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 colgroup col:nth-child(2) {
  width: auto;
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 colgroup col:nth-child(3) {
  width: auto;
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 colgroup col:nth-child(4) {
  width: auto;
}
@media (max-width: 768px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 colgroup col:nth-child(4) {
    width: 90px;
  }
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 thead th {
  text-align: left;
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 thead {
    display: none;
  }
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody {
    display: block;
  }
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
  }
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr:last-child {
    margin-bottom: 0;
  }
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr th {
  text-align: left;
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr th {
    display: block;
    padding: 12px 16px;
    background: #000;
    color: #fff;
    white-space: normal;
  }
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr th .span-group {
  display: flex;
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr th .span-group {
    justify-content: flex-start;
    gap: 8px;
  }
}
.summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr td {
  text-align: left;
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr td {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
  }
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr td:last-child {
    border-bottom: none;
  }
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: #222;
    font-weight: 600;
  }
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr.total {
    border: 1px solid #000;
  }
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr.total th {
    background: #222;
  }
}
@media (max-width: 640px) {
  .summary-1 .container .con-body .info-table-group .info-table.type-2 tbody tr.total td::before {
    color: #000;
  }
}

.summary-2 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #EEF3FF;
}
@media (max-width: 1280px) {
  .summary-2 {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .summary-2 {
    padding: 50px 0;
  }
}
.summary-2 .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .summary-2 .container {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .summary-2 .container {
    gap: 30px;
  }
}
.summary-2 .container .con-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body {
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .summary-2 .container .con-body {
    gap: 14px;
  }
}
.summary-2 .container .con-body .status-card-group {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body .status-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-card-group {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .summary-2 .container .con-body .status-card-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.summary-2 .container .con-body .status-card-group .status-card {
  width: 100%;
  height: 160px;
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: white;
  border: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body .status-card-group .status-card {
    height: auto;
    padding: 28px 10%;
  }
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-card-group .status-card {
    padding: 22px 24px;
  }
}
@media (max-width: 480px) {
  .summary-2 .container .con-body .status-card-group .status-card {
    padding: 18px 20px;
  }
}
.summary-2 .container .con-body .status-card-group .status-card.main {
  background: #162D78;
  border-color: #162D78;
}
.summary-2 .container .con-body .status-card-group .status-card.main .card-title, .summary-2 .container .con-body .status-card-group .status-card.main .card-num, .summary-2 .container .con-body .status-card-group .status-card.main .card-rate {
  color: white;
}
.summary-2 .container .con-body .status-card-group .status-card.main .card-title i, .summary-2 .container .con-body .status-card-group .status-card.main .card-num i, .summary-2 .container .con-body .status-card-group .status-card.main .card-rate i {
  color: white;
}
.summary-2 .container .con-body .status-card-group .status-card .card-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #818181;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-card-group .status-card .card-title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .summary-2 .container .con-body .status-card-group .status-card .card-title {
    font-size: 14px;
  }
}
.summary-2 .container .con-body .status-card-group .status-card .card-num {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-card-group .status-card .card-num {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .summary-2 .container .con-body .status-card-group .status-card .card-num {
    font-size: 15px;
  }
}
.summary-2 .container .con-body .status-card-group .status-card .card-num > strong {
  font-size: 2.1em;
  font-weight: 900;
}
@media (max-width: 480px) {
  .summary-2 .container .con-body .status-card-group .status-card .card-num > strong {
    font-size: 1.9em;
  }
}
.summary-2 .container .con-body .status-card-group .status-card .card-rate {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #525FAA;
  word-break: keep-all;
}
@media (max-width: 480px) {
  .summary-2 .container .con-body .status-card-group .status-card .card-rate {
    font-size: 13px;
  }
}
.summary-2 .container .con-body .status-card-group .status-card .card-rate > i {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  color: #FF8800;
}
.summary-2 .container .con-body .status-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table {
    display: block;
  }
}
.summary-2 .container .con-body .status-table colgroup col:nth-child(1) {
  width: 140px;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body .status-table colgroup col:nth-child(1) {
    width: 110px;
  }
}
.summary-2 .container .con-body .status-table colgroup col:nth-child(2) {
  width: auto;
}
.summary-2 .container .con-body .status-table colgroup col:nth-child(3) {
  width: auto;
}
.summary-2 .container .con-body .status-table colgroup col:nth-child(4) {
  width: auto;
}
.summary-2 .container .con-body .status-table colgroup col:nth-child(5) {
  width: auto;
}
.summary-2 .container .con-body .status-table colgroup col:nth-child(6) {
  width: auto;
}
.summary-2 .container .con-body .status-table colgroup col:nth-child(7) {
  width: 160px;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body .status-table colgroup col:nth-child(7) {
    width: 120px;
  }
}
.summary-2 .container .con-body .status-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table thead {
    display: none;
  }
}
.summary-2 .container .con-body .status-table thead th {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body .status-table thead th {
    font-size: 14px;
    padding: 16px 8px;
  }
}
.summary-2 .container .con-body .status-table thead th .span-group {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.summary-2 .container .con-body .status-table thead th.divider {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.summary-2 .container .con-body .status-table tbody {
  background: white;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody {
    display: block;
    background: transparent;
  }
}
.summary-2 .container .con-body .status-table tbody tr {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr {
    display: block;
    margin-bottom: 12px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }
  .summary-2 .container .con-body .status-table tbody tr:last-child {
    margin-bottom: 0;
  }
}
.summary-2 .container .con-body .status-table tbody tr th, .summary-2 .container .con-body .status-table tbody tr td {
  padding: 16px 10px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body .status-table tbody tr th, .summary-2 .container .con-body .status-table tbody tr td {
    padding: 14px 8px;
    font-size: 14px;
  }
}
.summary-2 .container .con-body .status-table tbody tr th {
  color: #2D2D2D;
  font-weight: 600;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr th {
    display: block;
    padding: 12px 16px;
    background: #000;
    color: #fff;
    text-align: left;
  }
}
.summary-2 .container .con-body .status-table tbody tr td {
  color: #818181;
  font-weight: 400;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr td {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid #ddd;
    text-align: right;
  }
  .summary-2 .container .con-body .status-table tbody tr td:last-child {
    border-bottom: none;
  }
  .summary-2 .container .con-body .status-table tbody tr td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: #2D2D2D;
    font-weight: 600;
  }
}
.summary-2 .container .con-body .status-table tbody tr td.divider {
  border-left: 1px solid #ddd;
  color: #2D2D2D;
  font-weight: 600;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr td.divider {
    border-left: none;
  }
}
.summary-2 .container .con-body .status-table tbody tr .badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .summary-2 .container .con-body .status-table tbody tr .badge {
    padding: 5px 12px;
    font-size: 12px;
  }
}
.summary-2 .container .con-body .status-table tbody tr .badge.badge-blue {
  background: #E5EEFF;
  color: #2B5FE0;
}
.summary-2 .container .con-body .status-table tbody tr .badge.badge-red {
  background: #FDE7E7;
  color: #E03B3B;
}
.summary-2 .container .con-body .status-table tbody tr .badge.badge-green {
  background: #E4F7EA;
  color: #23A455;
}
.summary-2 .container .con-body .status-table tbody tr.total {
  border-bottom: none;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr.total {
    border-color: #162D78;
  }
}
.summary-2 .container .con-body .status-table tbody tr.total th, .summary-2 .container .con-body .status-table tbody tr.total td {
  color: #fff;
  font-weight: 700;
}
.summary-2 .container .con-body .status-table tbody tr.total th {
  background: #162D78;
  text-align: center;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr.total th {
    text-align: left;
  }
}
.summary-2 .container .con-body .status-table tbody tr.total th .span-group {
  justify-content: center;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr.total th .span-group {
    justify-content: flex-start;
    gap: 8px;
  }
}
.summary-2 .container .con-body .status-table tbody tr.total td {
  background: #fff;
  color: #2D2D2D;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr.total td {
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
  .summary-2 .container .con-body .status-table tbody tr.total td:last-child {
    border-bottom: none;
  }
}
.summary-2 .container .con-body .status-table tbody tr.total td.divider {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .summary-2 .container .con-body .status-table tbody tr.total td.divider {
    border-left: none;
  }
}

.summary-3 {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .summary-3 {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .summary-3 {
    padding: 50px 0;
  }
}
.summary-3 .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .summary-3 .container {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .summary-3 .container {
    gap: 30px;
  }
}
.summary-3 .container .con-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body {
    gap: 24px;
  }
}
.summary-3 .container .con-body .local-addr {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .local-addr {
    gap: 12px;
  }
}
.summary-3 .container .con-body .local-addr i {
  font-size: 40px;
  line-height: 1;
  color: #525FAA;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .local-addr i {
    font-size: 32px;
  }
}
.summary-3 .container .con-body .local-addr p {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #142B77;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .summary-3 .container .con-body .local-addr p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .local-addr p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .local-addr p {
    font-size: 15px;
  }
}
.summary-3 .container .con-body .dir-box {
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: #EEF3FF;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .summary-3 .container .con-body .dir-box {
    flex-direction: column;
    align-items: stretch;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box {
    padding: 14px;
    border-radius: 6px;
  }
}
.summary-3 .container .con-body .dir-box .map-box {
  flex: 1 1 40%;
  height: auto;
  align-self: stretch;
}
@media (max-width: 1280px) {
  .summary-3 .container .con-body .dir-box .map-box {
    flex: 0 0 auto;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .map-box {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .map-box {
    height: 260px;
  }
}
.summary-3 .container .con-body .dir-box .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.summary-3 .container .con-body .dir-box .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.summary-3 .container .con-body .dir-box .right-box {
  flex: 1 1 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .summary-3 .container .con-body .dir-box .right-box {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box {
    border-radius: 6px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .contact-info {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info {
    padding: 16px 20px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info {
    padding: 10px 16px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .contact-info dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info dl {
    padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 0;
  }
}
.summary-3 .container .con-body .dir-box .right-box .contact-info dl:last-child {
  border-bottom: none;
}
.summary-3 .container .con-body .dir-box .right-box .contact-info dl dt {
  font-size: 16px;
  font-weight: 700;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info dl dt {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info dl dt {
    font-size: 14px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .contact-info dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info dl dd {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .contact-info dl dd {
    font-size: 14px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 540px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group {
    grid-template-columns: 1fr;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box:nth-child(1) {
  border-right: 1px solid #ddd;
}
@media (max-width: 540px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box .office-tit {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  padding: 18px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1280px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box .office-tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box .office-tit {
    margin-bottom: 8px;
    padding: 14px 0;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box .office-tit {
    margin-bottom: 4px;
    padding: 12px 0;
    font-size: 15px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul {
  width: 100%;
  height: auto;
  padding: 28px 15%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1280px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul {
    padding: 24px 10%;
  }
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul {
    padding: 18px 20px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul {
    padding: 14px 16px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul li {
    gap: 8px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul li i {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: white;
  font-variation-settings: "FILL" 1;
  background: #142B77;
  border-radius: 10000rem;
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul li i {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #142B77;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul li span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box ul li span {
    font-size: 14px;
  }
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box:first-child .office-tit {
  background: #142B77;
  color: #fff;
}
.summary-3 .container .con-body .dir-box .right-box .office-box-group .office-box:last-child .office-tit {
  background: #E9EDF7;
  color: #2D2D2D;
}

.floor-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .floor-page {
    padding-bottom: 70px;
  }
}
.floor-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .floor-page .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .floor-page .container {
    gap: 40px;
  }
}
.floor-page .container .floor-con {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con {
    gap: 20px;
  }
}
.floor-page .container .floor-con .type-tabs {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.floor-page .container .floor-con .type-tabs a {
  flex: 0 0 auto;
  width: 300px;
  height: 52px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 4px;
  color: #464646;
  text-align: center;
}
.floor-page .container .floor-con .type-tabs a.now, .floor-page .container .floor-con .type-tabs a:hover {
  border-color: #142B77;
  background: #142B77;
  color: white;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .type-tabs a {
    width: 240px;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .type-tabs a {
    flex: 1 1 10%;
    width: auto;
    font-size: 15px;
    letter-spacing: 2px;
  }
}
.floor-page .container .floor-con .floor-box-1 {
  width: 100%;
  height: auto;
  padding: 90px 6%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 44px;
  background: #F8FAFF;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 {
    padding: 60px 4%;
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 {
    flex-direction: column-reverse;
    padding: 32px 20px;
    gap: 28px;
  }
}
.floor-page .container .floor-con .floor-box-1 .floor-plan {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .floor-plan {
    flex: 1 1 40%;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .floor-plan {
    flex: unset;
    width: 100%;
  }
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  table-layout: fixed;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table {
    margin-bottom: 16px;
  }
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table colgroup col:nth-child(1) {
  width: 160px;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table colgroup col:nth-child(2) {
  width: auto;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #aaa;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th.type-a {
  background: #2D6933;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th.type-b {
  background: #99C65F;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th.type-c {
  background: #FCD31F;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th.type-d {
  background: #0D6FB8;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th.type-e {
  background: #F17454;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th.type-f {
  background: #01B3EE;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th p {
    font-size: 14px;
  }
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th p > b {
  font-size: 1.2em;
  font-weight: 800;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr th span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr td {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #3D3D3D;
  text-align: right;
  vertical-align: middle;
  background: white;
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .floor-plan .dormitory-table tbody tr td {
    font-size: 14px;
  }
}
.floor-page .container .floor-con .floor-box-1 .floor-plan > img {
  width: 100%;
  height: auto;
}
.floor-page .container .floor-con .floor-box-1 .right-box {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .right-box {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .right-box {
    flex: unset;
    width: 100%;
    gap: 24px;
  }
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-row {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-row {
    gap: 12px;
  }
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-row .building-type {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #142B77;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-row .building-type {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-row .building-type {
    font-size: 20px;
  }
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-row .floor-tab {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-row .floor-tab {
    gap: 6px;
  }
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-row .floor-tab .tab {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #818181;
  word-break: keep-all;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-row .floor-tab .tab {
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-row .floor-tab .tab {
    font-size: 15px;
  }
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-row .floor-tab .tab.now, .floor-page .container .floor-con .floor-box-1 .right-box .building-row .floor-tab .tab:hover {
  border-color: #142B77;
  background: #142B77;
  color: white;
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-info-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-info-table colgroup col:nth-child(1) {
  width: 100px;
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-info-table colgroup col:nth-child(2) {
  width: auto;
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-info-table tbody tr th {
  padding: 13px 12px;
  background: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-info-table tbody tr th {
    font-size: 15px;
  }
}
.floor-page .container .floor-con .floor-box-1 .right-box .building-info-table tbody tr td {
  padding: 13px 4%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
  background: white;
  vertical-align: middel;
}
@media (max-width: 1280px) {
  .floor-page .container .floor-con .floor-box-1 .right-box .building-info-table tbody tr td {
    font-size: 15px;
  }
}

.guide-1 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .guide-1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .guide-1 {
    margin-bottom: 50px;
  }
}
.guide-1 .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1280px) {
  .guide-1 .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .guide-1 .container {
    gap: 40px;
  }
}
.guide-1 .container .con-body {
  width: 100%;
  height: auto;
}
.guide-1 .container .con-body .guide-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .guide-1 .container .con-body .guide-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.guide-1 .container .con-body .guide-grid .card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.guide-1 .container .con-body .guide-grid .card .card-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 8/7;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-thumb {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .guide-1 .container .con-body .guide-grid .card .card-thumb {
    aspect-ratio: 16/10;
  }
}
@media (max-width: 480px) {
  .guide-1 .container .con-body .guide-grid .card .card-thumb {
    aspect-ratio: 4/3;
    border-radius: 6px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-1 .container .con-body .guide-grid .card .card-body {
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body {
    padding: 0 14px;
  }
}
@media (max-width: 768px) {
  .guide-1 .container .con-body .guide-grid .card .card-body {
    padding: 0 6px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-head {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-head {
    margin-bottom: 14px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-head .card-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: #222;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-head .card-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-head .card-title {
    font-size: 20px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-head .card-badge {
  flex: 0 0 auto;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #142B77;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-head .card-badge {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-desc {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  border-bottom: 1px solid #e5e5e5;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-desc {
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }
  .guide-1 .container .con-body .guide-grid .card .card-body .card-desc br {
    display: none;
  }
}
@media (max-width: 480px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-desc {
    font-size: 14px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-note {
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #142B77;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-note {
    margin-bottom: 18px;
    font-size: 13px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-info {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #B9C7F5;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-info {
    padding: 8px 14px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-info .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-info .row {
    padding: 6px 0;
  }
}
@media (max-width: 480px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-info .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-info .row:last-child {
  border-bottom: none;
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-info .row dt {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-info .row dt {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-info .row dt {
    font-size: 14px;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-info .row dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #888;
  text-align: right;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-info .row dd {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .guide-1 .container .con-body .guide-grid .card .card-body .card-info .row dd {
    font-size: 14px;
    text-align: left;
  }
}
.guide-1 .container .con-body .guide-grid .card .card-body .card-info .row.closed dt, .guide-1 .container .con-body .guide-grid .card .card-body .card-info .row.closed dd {
  color: #E03B3B;
}

.guide-2 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #fafafa;
}
@media (max-width: 1280px) {
  .guide-2 {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .guide-2 {
    padding: 50px 0;
  }
}
.guide-2 .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (max-width: 768px) {
  .guide-2 .container {
    gap: 16px;
  }
}
.guide-2 .container .fitness-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.guide-2 .container .fitness-title .title-row {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-title .title-row {
    gap: 10px;
  }
}
.guide-2 .container .fitness-title .title-row b {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: #222;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .guide-2 .container .fitness-title .title-row b {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-title .title-row b {
    font-size: 20px;
  }
}
.guide-2 .container .fitness-title .title-row span {
  flex: 0 0 auto;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #142B77;
  background: #EEF3FF;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-title .title-row span {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.guide-2 .container .fitness-title .title-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .guide-2 .container .fitness-title .title-desc {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-title .title-desc {
    font-size: 14px;
  }
}
.guide-2 .container .fitness-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .guide-2 .container .fitness-box {
    gap: 14px;
  }
}
.guide-2 .container .fitness-box .fitness-notice {
  width: 100%;
  height: auto;
  padding: 12px 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 40px;
  background: white;
}
@media (max-width: 768px) {
  .guide-2 .container .fitness-box .fitness-notice {
    gap: 8px 24px;
  }
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-box .fitness-notice {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.guide-2 .container .fitness-box .fitness-notice li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.guide-2 .container .fitness-box .fitness-notice li b {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #142B77;
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-box .fitness-notice li b {
    font-size: 14px;
  }
}
.guide-2 .container .fitness-box .fitness-notice li b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  background: #142B77;
  border-radius: 50%;
}
.guide-2 .container .fitness-box .fitness-notice li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-box .fitness-notice li span {
    font-size: 14px;
  }
}
.guide-2 .container .fitness-box .fitness-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
  border-bottom: 1px solid black;
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-box .fitness-table {
    border-spacing: 2px;
  }
}
.guide-2 .container .fitness-box .fitness-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.guide-2 .container .fitness-box .fitness-table colgroup col:nth-child(1) {
  width: 21%;
}
@media (max-width: 768px) {
  .guide-2 .container .fitness-box .fitness-table colgroup col:nth-child(1) {
    width: 30%;
  }
}
.guide-2 .container .fitness-box .fitness-table colgroup col:nth-child(2) {
  width: 29%;
}
@media (max-width: 768px) {
  .guide-2 .container .fitness-box .fitness-table colgroup col:nth-child(2) {
    width: 30%;
  }
}
.guide-2 .container .fitness-box .fitness-table colgroup col:nth-child(3) {
  width: auto;
}
.guide-2 .container .fitness-box .fitness-table thead th {
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #000;
}
@media (max-width: 1280px) {
  .guide-2 .container .fitness-box .fitness-table thead th {
    padding: 14px 10px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-box .fitness-table thead th {
    padding: 12px 6px;
    font-size: 13px;
  }
}
.guide-2 .container .fitness-box .fitness-table tbody th, .guide-2 .container .fitness-box .fitness-table tbody td {
  padding: 12px 10px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  background: white;
}
@media (max-width: 1280px) {
  .guide-2 .container .fitness-box .fitness-table tbody th, .guide-2 .container .fitness-box .fitness-table tbody td {
    padding: 11px 10px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .guide-2 .container .fitness-box .fitness-table tbody th, .guide-2 .container .fitness-box .fitness-table tbody td {
    padding: 10px 6px;
    font-size: 13px;
  }
}
.guide-2 .container .fitness-box .fitness-table tbody th {
  font-weight: 600;
  color: #222;
}
.guide-2 .container .fitness-box .fitness-table tbody td {
  font-weight: 400;
  color: #888;
  word-break: keep-all;
}

.guide-3 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #FCFDFF;
}
@media (max-width: 1280px) {
  .guide-3 {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .guide-3 {
    padding: 50px 0;
  }
}
.guide-3 .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1280px) {
  .guide-3 .container {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .guide-3 .container {
    gap: 24px;
  }
}
.guide-3 .container .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1280px) {
  .guide-3 .container .left {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .guide-3 .container .left {
    gap: 20px;
  }
}
.guide-3 .container .left .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.guide-3 .container .left .title-wrap .title-row {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 480px) {
  .guide-3 .container .left .title-wrap .title-row {
    gap: 10px;
  }
}
.guide-3 .container .left .title-wrap .title-row b {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: #222;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .guide-3 .container .left .title-wrap .title-row b {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .guide-3 .container .left .title-wrap .title-row b {
    font-size: 20px;
  }
}
.guide-3 .container .left .title-wrap .title-row span {
  flex: 0 0 auto;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #142B77;
  background: #EEF3FF;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .guide-3 .container .left .title-wrap .title-row span {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.guide-3 .container .left .title-wrap .title-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .guide-3 .container .left .title-wrap .title-desc {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .guide-3 .container .left .title-wrap .title-desc {
    font-size: 14px;
  }
}
.guide-3 .container .left .parking-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-table {
    border-spacing: 2px;
  }
}
.guide-3 .container .left .parking-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.guide-3 .container .left .parking-table colgroup col:nth-child(1) {
  width: 25%;
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-table colgroup col:nth-child(1) {
    width: 30%;
  }
}
.guide-3 .container .left .parking-table colgroup col:nth-child(2) {
  width: auto;
}
.guide-3 .container .left .parking-table colgroup col:nth-child(3) {
  width: 28%;
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-table colgroup col:nth-child(3) {
    width: 30%;
  }
}
.guide-3 .container .left .parking-table thead th {
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #000;
}
@media (max-width: 1280px) {
  .guide-3 .container .left .parking-table thead th {
    padding: 14px 10px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-table thead th {
    padding: 12px 6px;
    font-size: 13px;
  }
}
.guide-3 .container .left .parking-table tbody th, .guide-3 .container .left .parking-table tbody td {
  padding: 12px 10px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  background: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .guide-3 .container .left .parking-table tbody th, .guide-3 .container .left .parking-table tbody td {
    padding: 11px 10px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-table tbody th, .guide-3 .container .left .parking-table tbody td {
    padding: 10px 6px;
    font-size: 13px;
  }
}
.guide-3 .container .left .parking-table tbody th {
  font-weight: 600;
  color: #222;
}
.guide-3 .container .left .parking-table tbody td {
  font-weight: 400;
  color: #888;
}
.guide-3 .container .left .parking-notice {
  width: 100%;
  height: auto;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 40px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
@media (max-width: 768px) {
  .guide-3 .container .left .parking-notice {
    gap: 8px 24px;
  }
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-notice {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.guide-3 .container .left .parking-notice li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.guide-3 .container .left .parking-notice li b {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #142B77;
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-notice li b {
    font-size: 14px;
  }
}
.guide-3 .container .left .parking-notice li b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  background: #142B77;
  border-radius: 50%;
}
.guide-3 .container .left .parking-notice li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}
@media (max-width: 480px) {
  .guide-3 .container .left .parking-notice li span {
    font-size: 14px;
  }
}
.guide-3 .container .right {
  position: relative;
  flex: 1 1 40%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .guide-3 .container .right {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .guide-3 .container .right {
    aspect-ratio: 16/10;
  }
}
@media (max-width: 480px) {
  .guide-3 .container .right {
    aspect-ratio: 4/3;
    border-radius: 6px;
  }
}
.guide-3 .container .right > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.guide-3 .container .right > span {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100000rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .guide-3 .container .right > span {
    bottom: 14px;
  }
}
@media (max-width: 480px) {
  .guide-3 .container .right > span {
    bottom: 10px;
    font-size: 13px;
  }
}

.guide-4 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: white;
}
@media (max-width: 1280px) {
  .guide-4 {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .guide-4 {
    padding: 50px 0;
  }
}
.guide-4 .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .guide-4 .container {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container {
    gap: 30px;
  }
}
.guide-4 .container .con-body {
  width: 100%;
  height: auto;
}
.guide-4 .container .con-body .move-in-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell {
    gap: 16px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .picto-box {
  width: 100%;
  height: 260px;
  padding: 36px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
  border: 1px solid #6C8CF6;
  background: #EEF3FF;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box {
    height: auto;
    padding: 28px 14px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box {
    padding: 16px;
    gap: 14px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle {
  width: 94px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100000rem;
  background: white;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle {
    flex: 0 0 auto;
    width: 72px;
  }
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle {
    width: 60px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle i {
  font-size: 60px;
  line-height: 1;
  color: #28336E;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle i {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle i {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .white-circle i {
    font-size: 36px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents {
    flex: 1 1 auto;
    width: auto;
    align-items: flex-start;
    gap: 8px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-name {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-name {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-name {
    font-size: 17px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-desc {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-desc {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .picto-box .picto-contents .picto-desc {
    font-size: 14px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .addition-info-box {
  width: 100%;
  height: auto;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-bottom: 5px solid #3D3D3D;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell .addition-info-box {
    padding-bottom: 20px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .addition-info-box {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 14px;
    gap: 12px;
    border-bottom-width: 3px;
  }
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .addition-info-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .addition-info-box .info-tag {
  flex: 0 0 auto;
  padding: 4px 8px;
  background: #142B77;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border-radius: 100000rem;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .addition-info-box .info-tag {
    font-size: 13px;
  }
}
.guide-4 .container .con-body .move-in-grid .cell .addition-info-box .info-content {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #142B77;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .guide-4 .container .con-body .move-in-grid .cell .addition-info-box .info-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .guide-4 .container .con-body .move-in-grid .cell .addition-info-box .info-content {
    text-align: left;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .guide-4 .container .con-body .move-in-grid .cell .addition-info-box .info-content {
    font-size: 15px;
  }
}

.org-page {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .org-page {
    padding-bottom: 70px;
  }
}
.org-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .org-page .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .org-page .container {
    gap: 40px;
  }
}
.org-page .container .con-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1280px) {
  .org-page .container .con-body {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .org-page .container .con-body {
    gap: 28px;
  }
}
.org-page .container .con-body > img {
  width: 100%;
  height: auto;
}
.org-page .container .con-body .org-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .org-page .container .con-body .org-box {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .org-page .container .con-body .org-box {
    gap: 16px;
  }
}
.org-page .container .con-body .org-box .org-name {
  width: 100%;
  height: auto;
  padding: 10px 4%;
  background: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.org-page .container .con-body .org-box .org-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 1280px) {
  .org-page .container .con-body .org-box .org-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 414px) {
  .org-page .container .con-body .org-box .org-grid {
    grid-template-columns: 1fr;
  }
}
.org-page .container .con-body .org-box .org-grid .card {
  width: 100%;
  height: auto;
  display: flex;
}
.org-page .container .con-body .org-box .org-grid .card > img {
  width: 100%;
  height: auto;
}

.rules-page {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .rules-page {
    padding-bottom: 70px;
  }
}
.rules-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.rules-page .container .con-body {
  width: 100%;
  height: auto;
}
.rules-page .container .con-body .rules-doc {
  width: 100%;
  height: auto;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .rules-page .container .con-body .rules-doc {
    padding: 44px;
    gap: 34px;
  }
}
@media (max-width: 768px) {
  .rules-page .container .con-body .rules-doc {
    padding: 28px 20px;
    gap: 28px;
  }
}
@media (max-width: 480px) {
  .rules-page .container .con-body .rules-doc {
    padding: 22px 16px;
    gap: 24px;
    border-radius: 6px;
  }
}
.rules-page .container .con-body .rules-doc .rules-title {
  padding-bottom: 24px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
  color: #222;
  word-break: keep-all;
  border-bottom: 2px solid #222;
}
@media (max-width: 1280px) {
  .rules-page .container .con-body .rules-doc .rules-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .rules-page .container .con-body .rules-doc .rules-title {
    padding-bottom: 18px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .rules-page .container .con-body .rules-doc .rules-title {
    font-size: 18px;
  }
}
.rules-page .container .con-body .rules-doc .article {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .rules-page .container .con-body .rules-doc .article {
    gap: 10px;
  }
}
.rules-page .container .con-body .rules-doc .article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #142B77;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .rules-page .container .con-body .rules-doc .article h4 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .rules-page .container .con-body .rules-doc .article h4 {
    font-size: 16px;
  }
}
.rules-page .container .con-body .rules-doc .article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #444;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .rules-page .container .con-body .rules-doc .article p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .rules-page .container .con-body .rules-doc .article p {
    font-size: 14px;
  }
}
.rules-page .container .con-body .rules-doc .article ol, .rules-page .container .con-body .rules-doc .article ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 4px;
}
.rules-page .container .con-body .rules-doc .article ol li, .rules-page .container .con-body .rules-doc .article ul li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #444;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .rules-page .container .con-body .rules-doc .article ol li, .rules-page .container .con-body .rules-doc .article ul li {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .rules-page .container .con-body .rules-doc .article ol li, .rules-page .container .con-body .rules-doc .article ul li {
    padding-left: 20px;
    font-size: 14px;
  }
}
.rules-page .container .con-body .rules-doc .article ol {
  counter-reset: rule-item;
}
.rules-page .container .con-body .rules-doc .article ol li {
  counter-increment: rule-item;
}
.rules-page .container .con-body .rules-doc .article ol li::before {
  content: counter(rule-item) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #142B77;
}
.rules-page .container .con-body .rules-doc .article ul li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 6px;
  width: 4px;
  height: 4px;
  background: #142B77;
  border-radius: 50%;
}
.rules-page .container .con-body .rules-doc .article.addendum {
  margin-top: 8px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .rules-page .container .con-body .rules-doc .article.addendum {
    padding-top: 24px;
  }
}/*# sourceMappingURL=sub.css.map */