#main {
  width: 100%;
  height: auto;
}

.index-hero {
  position: relative;
  width: 100%;
  height: 900px;
  margin-bottom: 110px;
}
@media (max-width: 1280px) {
  .index-hero {
    margin-bottom: 70px;
    height: 700px;
  }
}
@media (max-width: 768px) {
  .index-hero {
    height: 600px;
  }
}
.index-hero > 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;
}
.index-hero .cover {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3333333333), transparent);
}
.index-hero .cover .container {
  width: 95%;
  height: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .index-hero .cover .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .index-hero .cover .container {
    padding-top: 70px;
    gap: 40px;
  }
}
.index-hero .cover .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-hero .cover .container .title-wrap .tag {
  margin-bottom: 16px;
  background: #142B77;
  font-size: 16px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  padding: 14px 22px;
  border-radius: 8px;
  letter-spacing: 3px;
}
@media (max-width: 1280px) {
  .index-hero .cover .container .title-wrap .tag {
    margin-bottom: 12px;
    padding: 12px 18px;
  }
}
@media (max-width: 768px) {
  .index-hero .cover .container .title-wrap .tag {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.index-hero .cover .container .title-wrap .hero-title {
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-hero .cover .container .title-wrap .hero-title {
    margin-bottom: 28px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-hero .cover .container .title-wrap .hero-title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.index-hero .cover .container .title-wrap .hero-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .index-hero .cover .container .title-wrap .hero-desc {
    font-size: 16px;
  }
}
.index-hero .cover .container .quick-menus {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 768px) {
  .index-hero .cover .container .quick-menus {
    width: 100%;
  }
}
.index-hero .cover .container .quick-menus > a {
  width: 200px;
  height: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (max-width: 1280px) {
  .index-hero .cover .container .quick-menus > a {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .index-hero .cover .container .quick-menus > a {
    width: 100%;
    height: 100px;
    padding: 0 10px;
    gap: 10px;
  }
}
.index-hero .cover .container .quick-menus > a .icon-box > i {
  font-size: 48px;
  line-height: 1;
  color: white;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-hero .cover .container .quick-menus > a .icon-box > i {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-hero .cover .container .quick-menus > a .icon-box > i {
    font-size: 32px;
  }
}
.index-hero .cover .container .quick-menus > a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .index-hero .cover .container .quick-menus > a span {
    font-size: 14px;
  }
}

.sec-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec-title-wrap .for-m {
  display: none;
}
@media (max-width: 768px) {
  .sec-title-wrap .for-m {
    display: block;
  }
}
.sec-title-wrap.text-left {
  align-items: flex-start;
  text-align: start;
}
.sec-title-wrap .title-tag {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  border-left: 4px solid #FF8800;
  border-right: 4px solid #FF8800;
}
@media (max-width: 1280px) {
  .sec-title-wrap .title-tag {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap .title-tag {
    padding: 0 12px;
    font-size: 16px;
  }
}
.sec-title-wrap .title {
  margin-top: 12px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
  word-break: keep-all;
  color: #2D2D2D;
}
@media (max-width: 1280px) {
  .sec-title-wrap .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap .title {
    font-size: 32px;
  }
}
.sec-title-wrap .desc {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: #2D2D2D;
}
@media (max-width: 1280px) {
  .sec-title-wrap .desc {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap .desc {
    margin-top: 12px;
    font-size: 14px;
  }
}

.different {
  width: 100%;
  height: auto;
  margin-bottom: 110px;
}
@media (max-width: 1280px) {
  .different {
    margin-bottom: 70px;
  }
}
.different .container {
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .different .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .different .container {
    gap: 40px;
  }
}
.different .container .different-body {
  width: 100%;
  height: auto;
}
.different .container .different-body .different-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .different .container .different-body .different-grid {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .different .container .different-body .different-grid {
    grid-template-columns: 1fr;
  }
}
.different .container .different-body .different-grid .cell {
  position: relative;
  width: 100%;
  height: 710px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .different .container .different-body .different-grid .cell {
    height: 540px;
  }
}
@media (max-width: 768px) {
  .different .container .different-body .different-grid .cell {
    height: 400px;
  }
}
.different .container .different-body .different-grid .cell:hover .cover > b {
  opacity: 1;
}
.different .container .different-body .different-grid .cell > 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;
}
.different .container .different-body .different-grid .cell .cover {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3333333333));
}
@media (max-width: 1280px) {
  .different .container .different-body .different-grid .cell .cover {
    padding: 24px 32px;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .different .container .different-body .different-grid .cell .cover {
    padding: 24px 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3333333333), transparent);
  }
}
.different .container .different-body .different-grid .cell .cover > b {
  font-size: 26px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  opacity: 0.6;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .different .container .different-body .different-grid .cell .cover > b {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .different .container .different-body .different-grid .cell .cover > b {
    font-size: 20px;
  }
}
.different .container .different-body .different-grid .cell .cover .different-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.different .container .different-body .different-grid .cell .cover .different-contents .different-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .different .container .different-body .different-grid .cell .cover .different-contents .different-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .different .container .different-body .different-grid .cell .cover .different-contents .different-title {
    font-size: 18px;
  }
}
.different .container .different-body .different-grid .cell .cover .different-contents .different-desc {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  word-break: keep-all;
  color: white;
}
@media (max-width: 768px) {
  .different .container .different-body .different-grid .cell .cover .different-contents .different-desc > br {
    display: none;
  }
}

.index-latest {
  position: relative;
  width: 100%;
  height: auto;
}
.index-latest > 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;
}
.index-latest .cover {
  position: relative;
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: rgba(255, 255, 255, 0.55);
}
@media (max-width: 1280px) {
  .index-latest .cover {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .index-latest .cover {
    padding: 60px 0;
  }
}
.index-latest .cover .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .index-latest .cover .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .index-latest .cover .container {
    gap: 40px;
  }
}
.index-latest .cover .container .latest-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 44px;
}
@media (max-width: 1280px) {
  .index-latest .cover .container .latest-body {
    flex-direction: column;
    gap: 24px;
  }
}
.index-latest .cover .container .latest-body .left {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1280px) {
  .index-latest .cover .container .latest-body .left {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.index-latest .cover .container .latest-body .left .news-head {
  width: 100%;
  height: 52px;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-head {
    height: 48px;
    padding: 0 16px;
  }
}
.index-latest .cover .container .latest-body .left .news-head .board-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-head .board-title {
    gap: 10px;
  }
}
.index-latest .cover .container .latest-body .left .news-head .board-title i {
  font-size: 28px;
  line-height: 1;
  color: #142B77;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-head .board-title i {
    font-size: 24px;
  }
}
.index-latest .cover .container .latest-body .left .news-head .board-title span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #142B77;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-head .board-title span {
    font-size: 16px;
  }
}
.index-latest .cover .container .latest-body .left .news-head .view-more {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.index-latest .cover .container .latest-body .left .news-head .view-more span {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  color: #aaa;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-head .view-more span {
    font-size: 14px;
  }
}
.index-latest .cover .container .latest-body .left .news-head .view-more i {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  color: #aaa;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-head .view-more i {
    font-size: 14px;
  }
}
.index-latest .cover .container .latest-body .left .news-list {
  width: 100%;
  height: auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-list {
    padding: 0 20px;
  }
}
.index-latest .cover .container .latest-body .left .news-list .hor-line {
  width: 100%;
  height: 1px;
  background: #ddd;
}
.index-latest .cover .container .latest-body .left .news-list .news-row {
  width: 100%;
  height: auto;
  padding: 32px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-list .news-row {
    padding: 20px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.index-latest .cover .container .latest-body .left .news-list .news-row .category {
  flex: 0 0 88px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border-radius: 100000rem;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-list .news-row .category {
    flex: unset;
    padding: 8px 12px;
    font-size: 13px;
  }
}
.index-latest .cover .container .latest-body .left .news-list .news-row .category.notice {
  background: #FF8800;
}
.index-latest .cover .container .latest-body .left .news-list .news-row .category.news {
  background: #39A7E9;
}
.index-latest .cover .container .latest-body .left .news-list .news-row > a {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #3D3D3D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-list .news-row > a {
    flex: unset;
    width: 100%;
  }
}
.index-latest .cover .container .latest-body .left .news-list .news-row .date {
  flex: 0 0 88px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #aaa;
  text-align: right;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .left .news-list .news-row .date {
    flex: unset;
    font-size: 13px;
  }
}
.index-latest .cover .container .latest-body .right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1280px) {
  .index-latest .cover .container .latest-body .right {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.index-latest .cover .container .latest-body .right .maintenance {
  width: 100%;
  height: auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  border-radius: 10px;
  background: linear-gradient(-30deg, #30559E, #28336E);
}
@media (max-width: 1280px) {
  .index-latest .cover .container .latest-body .right .maintenance {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .maintenance {
    padding: 20px;
  }
}
.index-latest .cover .container .latest-body .right .maintenance .name-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .maintenance .name-row {
    gap: 12px;
  }
}
.index-latest .cover .container .latest-body .right .maintenance .name-row figure {
  flex: 0 0 auto;
  height: 30px;
  display: flex;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .maintenance .name-row figure {
    height: 24px;
  }
}
.index-latest .cover .container .latest-body .right .maintenance .name-row figure > img {
  width: auto;
  height: 100%;
}
.index-latest .cover .container .latest-body .right .maintenance .name-row span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .maintenance .name-row span {
    font-size: 16px;
  }
}
.index-latest .cover .container .latest-body .right .maintenance .simple-desc {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  color: white;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .maintenance .simple-desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.index-latest .cover .container .latest-body .right .maintenance .link-list {
  width: 100%;
  height: auto;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.index-latest .cover .container .latest-body .right .maintenance .link-list .link-row {
  width: 100%;
  height: 50px;
  padding: 0 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.14);
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .maintenance .link-list .link-row {
    height: 44px;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .index-latest .cover .container .latest-body .right .maintenance .link-list .link-row {
    height: auto;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.index-latest .cover .container .latest-body .right .maintenance .link-list .link-row .link-name {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
.index-latest .cover .container .latest-body .right .maintenance .link-list .link-row > a {
  flex: 0 0 100px;
  height: 30px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  color: #142B77;
  word-break: keep-all;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .maintenance .link-list .link-row > a {
    flex: 0 0 80px;
  }
}
@media (max-width: 480px) {
  .index-latest .cover .container .latest-body .right .maintenance .link-list .link-row > a {
    flex: unset;
    width: 80px;
  }
}
.index-latest .cover .container .latest-body .right .recruitments {
  width: 100%;
  height: auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  border-radius: 10px;
  background: white;
}
@media (max-width: 1280px) {
  .index-latest .cover .container .latest-body .right .recruitments {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .recruitments {
    padding: 20px;
  }
}
.index-latest .cover .container .latest-body .right .recruitments .name-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .recruitments .name-row {
    gap: 12px;
  }
}
.index-latest .cover .container .latest-body .right .recruitments .name-row figure {
  flex: 0 0 auto;
  height: 30px;
  display: flex;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .recruitments .name-row figure {
    height: 24px;
  }
}
.index-latest .cover .container .latest-body .right .recruitments .name-row figure > img {
  width: auto;
  height: 100%;
}
.index-latest .cover .container .latest-body .right .recruitments .name-row span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #142B77;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .recruitments .name-row span {
    font-size: 16px;
  }
}
.index-latest .cover .container .latest-body .right .recruitments .link-list {
  width: 100%;
  height: auto;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.index-latest .cover .container .latest-body .right .recruitments .link-list .link-row {
  width: 100%;
  height: 50px;
  padding: 0 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #fafafa;
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .recruitments .link-list .link-row {
    height: 44px;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .index-latest .cover .container .latest-body .right .recruitments .link-list .link-row {
    height: auto;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.index-latest .cover .container .latest-body .right .recruitments .link-list .link-row .link-name {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
}
.index-latest .cover .container .latest-body .right .recruitments .link-list .link-row > a {
  flex: 0 0 100px;
  height: 30px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #EEF3FF;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  color: #142B77;
  word-break: keep-all;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .index-latest .cover .container .latest-body .right .recruitments .link-list .link-row > a {
    flex: 0 0 80px;
  }
}
@media (max-width: 480px) {
  .index-latest .cover .container .latest-body .right .recruitments .link-list .link-row > a {
    flex: unset;
    width: 80px;
  }
}

.resident-guide {
  position: relative;
  width: 100%;
  height: auto;
}
.resident-guide > .blue-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  height: 60%;
  background: #DAE2FF;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1280px) {
  .resident-guide > .blue-box {
    height: 90%;
  }
}
.resident-guide .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  padding: 230px 0 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1280px) {
  .resident-guide .container {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .resident-guide .container {
    padding: 70px 0;
  }
}
.resident-guide .container .guide-body {
  width: 100%;
  height: auto;
}
.resident-guide .container .guide-body .guide-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  .resident-guide .container .guide-body .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .resident-guide .container .guide-body .guide-grid {
    grid-template-columns: 1fr;
  }
}
.resident-guide .container .guide-body .guide-grid .cell {
  width: 100%;
  height: 365px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10px;
  gap: 32px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .resident-guide .container .guide-body .guide-grid .cell {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .resident-guide .container .guide-body .guide-grid .cell {
    height: 300px;
    gap: 16px;
  }
}
.resident-guide .container .guide-body .guide-grid .cell .guide-icon {
  width: 100%;
  height: auto;
  max-width: 188px;
  display: flex;
}
.resident-guide .container .guide-body .guide-grid .cell .guide-icon > img {
  width: 100%;
  height: auto;
}
.resident-guide .container .guide-body .guide-grid .cell .guide-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.resident-guide .container .guide-body .guide-grid .cell .guide-contents b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .resident-guide .container .guide-body .guide-grid .cell .guide-contents b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .resident-guide .container .guide-body .guide-grid .cell .guide-contents b {
    font-size: 16px;
  }
}
.resident-guide .container .guide-body .guide-grid .cell .guide-contents span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #818181;
}
@media (max-width: 768px) {
  .resident-guide .container .guide-body .guide-grid .cell .guide-contents span {
    font-size: 14px;
  }
}

.co-work {
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: #525FAA;
}
@media (max-width: 1280px) {
  .co-work {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .co-work {
    padding: 40px 0;
  }
}
.co-work .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  .co-work .container {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .co-work .container {
    gap: 40px;
  }
}
.co-work .container .sec-title-wrap .title-tag, .co-work .container .sec-title-wrap .title, .co-work .container .sec-title-wrap .desc {
  color: white;
}
.co-work .container .co-work-body {
  width: 100%;
  height: auto;
}
.co-work .container .co-work-body .work-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 66px 24px;
}
@media (max-width: 1280px) {
  .co-work .container .co-work-body .work-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 16px;
  }
}
@media (max-width: 768px) {
  .co-work .container .co-work-body .work-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 12px;
  }
}
@media (max-width: 480px) {
  .co-work .container .co-work-body .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.co-work .container .co-work-body .work-grid .cell {
  width: 100%;
  height: auto;
}
.co-work .container .co-work-body .work-grid .cell > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.co-work .container .co-work-body .work-grid .cell > a .logo-box {
  position: relative;
  width: 100%;
  height: 110px;
  background: white;
  border-radius: 10px;
}
.co-work .container .co-work-body .work-grid .cell > a .logo-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.co-work .container .co-work-body .work-grid .cell > a .work-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.co-work .container .co-work-body .work-grid .cell > a .work-infos .name {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #28336E;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .co-work .container .co-work-body .work-grid .cell > a .work-infos .name {
    font-size: 14px;
  }
}
.co-work .container .co-work-body .work-grid .cell > a .work-infos .short-desc {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .co-work .container .co-work-body .work-grid .cell > a .work-infos .short-desc {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */