@charset "UTF-8";
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Regular.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Regular.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Medium.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Bold.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Bold.subset.woff") format("woff");
}
@font-face {
  font-family: "SchoolSafetyPictureDiary";
  src: url("../../fonts/HakgyoansimGeurimilgiTTF-R.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .header-top {
  height: 46px;
  border-bottom: 1px solid #E8E8E8;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .header .header-top {
    height: auto;
    min-height: 46px;
    padding: 0.5rem 0;
  }
}
.header .header-top .header-top-inner {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header .header-top .header-top-inner {
    width: 100%;
    max-width: none;
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .header .header-top .header-top-inner {
    padding: 0 1rem;
    gap: 0.5rem;
  }
}
.header .header-top .header-top-inner .header-logo {
  width: 180px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header .header-top .header-top-inner .header-logo {
    width: 150px;
  }
}
.header .header-top .header-top-inner .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.header .header-top .header-top-inner .header-login-status {
  font-size: 15px;
}
@media (max-width: 768px) {
  .header .header-top .header-top-inner .header-login-status {
    font-size: 13px;
  }
}
.header .header-top .header-top-inner .header-login-status .login-status {
  display: none;
  color: #75819B;
}
.header .header-top .header-top-inner .header-login-status .login-status.active {
  display: block;
}
@media (max-width: 768px) {
  .header .header-top .header-top-inner .header-login-status .login-status ul {
    flex-wrap: wrap;
    justify-content: flex-end !important;
    gap: 0.35rem 0.5rem !important;
  }
}
.header .header-top .header-top-inner .header-login-status .login-status .divider {
  color: #DDDDDD;
}
.header .header-top .header-top-inner .header-login-status .login-status .login-status-text {
  color: #1D4ED8;
}
.header .header-top .header-top-inner .header-login-status .login-status .login-status-text.name {
  font-weight: 700;
  text-decoration: underline;
}
.header .header-top .header-top-inner .header-login-status .login-status .header-notice-link {
  position: relative;
  gap: 0.4rem;
  font-weight: 700;
  color: #000;
}
.header .header-top .header-top-inner .header-login-status .login-status .header-plain-link {
  color: #000;
}
.header .header-top .header-top-inner .header-login-status .login-status .header-manual-link {
  font-weight: 700;
}
.header .header-top .header-top-inner .header-login-status .login-status .logout-status-text {
  color: #000;
}
.header .header-top .header-top-inner .header-login-status .login-status .header-notice-link .notice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background-color: #DC2626;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .header .header-top .header-top-inner .header-login-status .login-status .header-notice-link .notice-badge {
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 10px;
  }
}
.header .header-top .header-top-inner .header-login-status .login-status .timer {
  width: 64px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  font-size: 15px;
  background: #E3EAFF;
  border: 1px solid #93AAE9;
  color: #1D4ED8;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .header .header-top .header-top-inner .header-login-status .login-status .timer {
    width: 56px;
    height: 22px;
    font-size: 13px;
  }
}
.header .header-top .header-top-inner .header-login-status .login-status li:hover {
  color:#000;
}
.header .header-nav-group {
  position: relative;
}
.header .header-menu-wrap {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: box-shadow 0.35s ease;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 1024px) {
  .header .header-menu-wrap {
    padding: 0 0.5rem;
  }
}
.header .header-menu-wrap .header-menu {
  height: 64px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header .header-menu-wrap .header-menu {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 56px;
  }
}
.header .header-menu-wrap .header-menu .header-menu-item {
  position: relative;
  width: 33.33%;
  height: 100%;
}
@media (max-width: 1024px) {
  .header .header-menu-wrap .header-menu .header-menu-item {
    width: auto;
    flex: 1;
    min-width: 0;
    height: auto;
  }
}
.header .header-menu-wrap .header-menu .header-menu-item.active .gnb-link, .header .header-menu-wrap .header-menu .header-menu-item:hover .gnb-link {
  color: #3F4F7B;
  background-color: #E3EAFF;
}
.header .header-menu-wrap .header-menu .header-menu-item .gnb-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1024px) {
  .header .header-menu-wrap .header-menu .header-menu-item .gnb-link {
    height: auto;
    font-size: 15px;
    line-height: 1.3;
    padding: 0.5rem 0.35rem;
  }
}
@media (max-width: 768px) {
  .header .header-menu-wrap .header-menu .header-menu-item .gnb-link {
    font-size: 13px;
    padding: 0.45rem 0.2rem;
  }
}
.header .sub-nav-wrap {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  border-top: 0 solid #75819B;
  border-bottom: 0 solid #E8E8E8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: height 0.35s ease, opacity 0.35s ease, border-top-width 0.35s ease, border-bottom-width 0.35s ease;
}
.header .sub-nav-wrap ul {
  width: 85%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1279px) {
  .header .sub-nav-wrap ul {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    padding: 0 1.5rem;
  }
}
@media (max-width: 1024px) {
  .header .sub-nav-wrap ul {
    padding: 0 1rem;
  }
}
.header .sub-nav-wrap ul .sub-nav {
  height: 100%;
  padding-left: 10rem;
  position: absolute;
  z-index: 1;
  display: none !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1279px) {
  .header .sub-nav-wrap ul .sub-nav {
    padding-left: 0;
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column;
    align-items: stretch;
  }
}
.header .sub-nav-wrap ul .sub-nav.active, .header .sub-nav-wrap ul .sub-nav.is-leaving, .header .sub-nav-wrap ul .sub-nav.is-entering {
  display: flex !important;
}
.header .sub-nav-wrap ul .sub-nav.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.header .sub-nav-wrap ul .sub-nav.is-entering {
  z-index: 3;
}
.header .sub-nav-wrap ul .sub-nav.is-entering.is-visible {
  opacity: 1;
}
.header .sub-nav-wrap ul .sub-nav.is-leaving {
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.header .sub-nav-wrap ul .sub-nav .sub-nav-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3F4F7B;
  width: 20rem;
  flex-shrink: 0;
  height: 100%;
  border-right: 1px solid #E8E8E8;
}
@media (min-width: 1280px) and (max-width: 1447px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-title {
    width: clamp(14rem, 22vw, 20rem);
  }
}
@media (max-width: 1279px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-title {
    width: 100%;
    height: auto;
    padding: 0.75rem 0;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
    font-size: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-title {
    font-size: 1.0625rem;
    padding: 0.5rem 0;
  }
}
.header .sub-nav-wrap ul .sub-nav .sub-nav-title img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  display: block;
}
@media (max-width: 1279px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-title img {
    width: 2rem;
    height: 2rem;
  }
}
.header .sub-nav-wrap ul .sub-nav .sub-nav-list {
  flex: 1;
  min-width: 0;
  padding-left: clamp(3rem, 8vw, 10rem);
  justify-content: flex-start !important;
  gap: 3rem;
}
@media (max-width: 1279px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-list {
    width: 100%;
    padding: 0.75rem 0 1rem;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 0.75rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-list {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item {
    width: 100%;
  }
}
.header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item .sub-nav-link {
  position: relative;
  padding-left: 1.2rem;
  color: #3F4F7B;
  font-size: 18px;
}
@media (max-width: 768px) {
  .header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item .sub-nav-link {
    display: block;
    width: 100%;
    font-size: 15px;
  }
}
.header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item .sub-nav-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 95%;
  background-color: #A0B3EA;
}
.header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item .sub-nav-link.active, .header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item .sub-nav-link:hover {
  color:#000;
}
.header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item .sub-nav-link.active::before, .header .sub-nav-wrap ul .sub-nav .sub-nav-list .sub-nav-item .sub-nav-link:hover::before {
  background-color: #1D4ED8;
  animation: all 0.3s ease-in-out;
}
.header.sub-nav-open .header-menu-wrap, .header.sub-nav-closing .header-menu-wrap {
  box-shadow: none;
}
.header.sub-nav-open .sub-nav-wrap {
  height: 100px;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
@media (max-width: 1279px) {
  .header.sub-nav-open .sub-nav-wrap {
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
  }
}
.header.sub-nav-closing .sub-nav-wrap {
  height: 0;
  opacity: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}
.header.sub-nav-closing .sub-nav-wrap .sub-nav.active {
  opacity: 0;
}

@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Regular.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Regular.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Medium.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Bold.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Bold.subset.woff") format("woff");
}
@font-face {
  font-family: "SchoolSafetyPictureDiary";
  src: url("../../fonts/HakgyoansimGeurimilgiTTF-R.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
.site-footer {
  width: 100%;
  background-color: #1E2536;
  color: #fff;
  padding: 24px 24px;
  position: relative;
  z-index: 5;
}
.site-footer .footer-inner {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner {
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 20px;
  }
}
.site-footer .footer-org {
  width: 180px;
}
@media (max-width: 1024px) {
  .site-footer .footer-org {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-org {
    width: 120px;
  }
}
.site-footer .footer-org img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
  display: block;
}
.site-footer .footer-addr {
  font-size: 14px;
  color: #9CA3AF;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .site-footer .footer-addr {
    font-size: 13px;
  }
}
.site-footer .footer-links {
  text-align: right;
}
@media (max-width: 1024px) {
  .site-footer .footer-links {
    text-align: left;
  }
}
.site-footer .footer-links a {
  font-size: 14px;
  color: #CBD5E1;
  transition: color 0.18s;
}
@media (max-width: 768px) {
  .site-footer .footer-links a {
    font-size: 13px;
  }
}
.site-footer .footer-links a:hover {
  color: #fff;
}
.site-footer .footer-sep {
  margin: 0 8px;
  color: #475569;
}
.site-footer .footer-copy {
  font-size: 14px;
  color: #4B5563;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .site-footer .footer-copy {
    font-size: 13px;
  }
}

.main {
  position: relative;
  padding-top: 111px;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .main {
    padding-top: 114px;
  }
}
@media (max-width: 768px) {
  .main {
    padding-top: 124px;
  }
}
.main .main-banner {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ===== 메인 배너 배경 (redesign 이전 구 메인페이지 .hero 배경 디자인 이식) ===== */
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner {
    height: auto;
    min-height: 260px;
  }
}
@media (max-width: 768px) {
  .main .main-banner {
    min-height: 260px;
  }
}
.main .main-banner .main-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.55) 0%, rgba(26, 63, 170, 0.6) 60%, rgba(26, 63, 170, 0.7) 100%), url("../../../images/banner/main-banner.png") center center/cover no-repeat;
}
.main .main-banner .main-banner-content {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .main .main-banner .main-banner-content {
    width: calc(100% - 3rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content {
    height: auto;
    min-height: 260px;
    flex-direction: row !important;
    gap: 1.25rem;
    padding: 1.75rem 0;
  }
}
@media (max-width: 768px) {
  .main .main-banner .main-banner-content {
    width: calc(100% - 2rem);
    height: auto;
    min-height: 260px;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 1.5rem;
    padding: 1.5rem 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content .main-banner-title {
    flex: 1;
    min-width: 0;
  }
}
.main .main-banner .main-banner-content .main-banner-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content .main-banner-title h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .main .main-banner .main-banner-content .main-banner-title h2 {
    font-size: 1.8125rem;
  }
}
.main .main-banner .main-banner-content .main-banner-title h2 span {
  color: #A5C4FF;
}
.main .main-banner .main-banner-content .main-banner-title p {
  max-width: 520px;
  font-size: 17px;
  font-weight: 400;
  color: #F5F8FB;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content .main-banner-title p {
    max-width: none;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .main .main-banner .main-banner-content .main-banner-title p {
    font-size: 1rem;
  }
}
.main .main-banner .main-banner-content .main-banner-desc {
  width: 400px;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content .main-banner-desc {
    width: min(360px, 44%);
    align-items: stretch !important;
    gap: 0.625rem !important;
  }
}
@media (max-width: 768px) {
  .main .main-banner .main-banner-content .main-banner-desc {
    width: 100%;
    align-self: stretch;
    align-items: stretch !important;
    gap: 0.75rem !important;
  }
}
.main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item {
  width: 100%;
  min-width: 0;
  min-height: 130px;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background-color: rgba(89, 100, 170, 0.8);
  box-sizing: border-box;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item {
    padding: 1rem 1.25rem;
    min-height: 120px;
  }
}
@media (max-width: 768px) {
  .main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item {
    padding: 1rem 1.125rem;
    min-height: auto;
  }
}
.main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item p {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #F5F8FB;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  word-break: keep-all;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item p {
    font-size: 0.875rem;
  }
}
.main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item .main-banner-desc-list {
  flex-wrap: wrap;
  gap: 0.375rem !important;
}
.main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item .main-banner-desc-list span {
  padding: 0.25rem 0.875rem;
  border-radius: 20px;
  border: 1px solid #F5F8FB;
  font-size: 0.875rem;
  font-weight: 400;
  color: #F5F8FB;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item .main-banner-desc-list span {
    font-size: 0.75rem;
    padding: 0.2rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .main .main-banner .main-banner-content .main-banner-desc .main-banner-desc-item .main-banner-desc-list span {
    font-size: 0.75rem;
    padding: 0.2rem 0.625rem;
  }
}
.main .section.section-1 {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 4;
}
.main .section.section-1 ul {
  counter-reset: section-item;
  width: 85%;
  margin: 0 auto;
  min-width: 0;
}
@media (max-width: 1024px) {
  .main .section.section-1 ul {
    width: 100%;
    max-width: none;
    flex-direction: column;
  }
}
.main .section.section-1 .section-1-item {
  counter-increment: section-item;
  flex: 1 1 33.33%;
  width: 33.33%;
  min-width: 0;
  min-height: 130px;
  height: auto;
  padding: 1.75rem 2.5rem;
  border-left: 1px solid #B8B8B8;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1447px) {
  .main .section.section-1 .section-1-item {
    padding: 1.5rem 2rem;
    min-height: 100px;
  }
}
@media (max-width: 1024px) {
  .main .section.section-1 .section-1-item {
    flex: none;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #B8B8B8;
    min-height: 90px;
  }
  .main .section.section-1 .section-1-item:first-child {
    border-top: 1px solid #B8B8B8;
  }
  .main .section.section-1 .section-1-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .main .section.section-1 .section-1-item {
    padding: 1.25rem 1rem;
  }
}
.main .section.section-1 .section-1-item a {
  display: block;
  min-width: 0;
}
.main .section.section-1 .section-1-item:last-child {
  border-right: 1px solid #B8B8B8;
}
@media (max-width: 1024px) {
  .main .section.section-1 .section-1-item:last-child {
    border-right: none;
  }
}
.main .section.section-1 .section-1-item:hover {
  background-color: #F5F8FB;
}
.main .section.section-1 .section-1-item:hover .btn {
  background-color: #1D4ED8;
}
.main .section.section-1 .section-1-item:hover .btn iconify-icon {
  color: #fff;
}
.main .section.section-1 .section-1-item h3 {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 1447px) {
  .main .section.section-1 .section-1-item h3 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 1024px) {
  .main .section.section-1 .section-1-item h3 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-1 .section-1-item h3 {
    font-size: 1.0625rem;
  }
}
.main .section.section-1 .section-1-item h3::before {
  content: counter(section-item, decimal-leading-zero);
  display: block;
  flex-shrink: 0;
  font-size: 2.3125rem;
  font-weight: 700;
  color: #1D4ED8;
  line-height: 1;
}
@media (max-width: 1024px) {
  .main .section.section-1 .section-1-item h3::before {
    font-size: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-1 .section-1-item h3::before {
    font-size: 1.6875rem;
  }
}
.main .section.section-1 .section-1-item p {
  color:#000;
  margin-bottom: 0;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.main .section.section-1 .section-1-item .btn {
  width: 60px;
  height: 30px;
  flex-shrink: 0;
  background-color: #1E2536;
}
@media (max-width: 768px) {
  .main .section.section-1 .section-1-item .btn {
    width: 44px;
  }
}
.main .section.section-1 .section-1-item .btn iconify-icon {
  font-size: 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main .section.section-2 {
  background-color: #F5F8FB;
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
@media (max-width: 1024px) {
  .main .section.section-2 {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .main .section.section-2 {
    padding: 2.5rem 0;
  }
}
.main .section.section-2 .section-2-content {
  width: 85%;
  margin: 0 auto;
  padding: 2.75rem 3.5rem;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .main .section.section-2 .section-2-content {
    width: calc(100% - 3rem);
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-2 .section-2-content {
    width: calc(100% - 2rem);
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }
}
.main .section.section-2 .section-2-content .section-2-title {
  width: 30%;
}
@media (max-width: 1024px) {
  .main .section.section-2 .section-2-content .section-2-title {
    width: 100%;
  }
}
.main .section.section-2 .section-2-content .section-2-title h3 {
  font-size: 1.6875rem;
  font-weight: 700;
}
.main .section.section-2 .section-2-content .section-2-title p {
  color:#000;
}
.main .section.section-2 .section-2-content .section-2-title button {
  margin-top: 1rem;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.975rem;
}
.main .section.section-2 .section-2-content .section-2-title button iconify-icon {
  font-size: 1.0625rem;
}
.main .section.section-2 .section-2-content .section-2-title button:hover {
  background-color: #1D4ED8;
  color: #fff;
}
.main .section.section-2 .section-2-content .section-2-list {
  width: 60%;
}
@media (max-width: 1024px) {
  .main .section.section-2 .section-2-content .section-2-list {
    width: 100%;
  }
}
.main .section.section-2 .section-2-content .section-2-list li {
  width: 100%;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 768px) {
  .main .section.section-2 .section-2-content .section-2-list li {
    padding: 0.875rem 0.5rem;
  }
}
.main .section.section-2 .section-2-content .section-2-list li:last-child {
  border-bottom: none;
}
.main .section.section-2 .section-2-content .section-2-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.main .section.section-2 .section-2-content .section-2-list li a h4 {
  font-size: 1.0625rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main .section.section-2 .section-2-content .section-2-list li a h4 {
    font-size: 1.075rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-2 .section-2-content .section-2-list li a h4 {
    font-size: 1rem;
  }
}
.main .section.section-2 .section-2-content .section-2-list li a span {
  font-size: 0.875rem;
  font-weight: 400;
  color:#000;
}
.main .section.section-3 {
  background-color: #F5F8FB;
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .main .section.section-3 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-3 {
    padding-bottom: 2.5rem;
  }
}
.main .section.section-3 .section-3-content {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main .section.section-3 .section-3-content {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 768px) {
  .main .section.section-3 .section-3-content {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 1024px) {
  .main .section.section-3 .section-3-content h2 {
    font-size: 1.6875rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-3 .section-3-content h2 {
    font-size: 1.5625rem;
  }
}
.main .section.section-3 .section-3-content > ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .main .section.section-3 .section-3-content > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
.main .section.section-3 .section-3-content .section-3-item {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 150px;
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .main .section.section-3 .section-3-content .section-3-item {
    min-height: 140px;
    padding: 1rem 1.125rem;
  }
}
.main .section.section-3 .section-3-content .section-3-item:last-child {
  border-bottom: none;
}
.main .section.section-3 .section-3-content .section-3-item:hover {
  box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.1);
}
.main .section.section-3 .section-3-content .section-3-item .icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #E0ECFC;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.main .section.section-3 .section-3-content .section-3-item .icon-wrap iconify-icon {
  font-size: 1.4375rem;
  color: #8AA5EF;
}
.main .section.section-3 .section-3-content .section-3-item p {
  font-size: 0.975rem;
  font-weight: 400;
  color:#000;
}
.main .section.section-3 .section-3-content .section-3-item p span {
  color: #1D4ED8;
}
.main .section.section-3 .section-3-content .section-3-item h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-top: 0.25rem;
  line-height: 1.35;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .main .section.section-3 .section-3-content .section-3-item h3 {
    font-size: 1rem;
  }
}
.main .section.section-4 {
  background-color: #FFF;
  padding: 5rem 0;
}
@media (max-width: 1024px) {
  .main .section.section-4 {
    padding: 3rem 0 4.5rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-4 {
    padding: 2.5rem 0 3rem;
  }
}
.main .section.section-4 .section-4-content {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch !important;
  width: 85%;
  margin: 0 auto;
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .main .section.section-4 .section-4-content {
    grid-template-columns: 1fr;
    width: calc(100% - 3rem);
  }
}
@media (max-width: 768px) {
  .main .section.section-4 .section-4-content {
    width: calc(100% - 2rem);
    gap: 1rem;
  }
}
.main .section.section-4 .section-4-content li {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  min-height: 220px;
  padding: 2rem 6.5rem 2.25rem 2rem;
  background: linear-gradient(180deg, #D3DDFC 0%, #E6E7F6 100%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .main .section.section-4 .section-4-content li {
    min-height: 220px;
    padding: 1.75rem 1.5rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .main .section.section-4 .section-4-content li {
    min-height: 200px;
    padding: 1.75rem 1.25rem 1.25rem;
  }
}
.main .section.section-4 .section-4-content li h3 {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.35;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .main .section.section-4 .section-4-content li h3 {
    font-size: 1.125rem;
  }
}
.main .section.section-4 .section-4-content li p {
  flex: 1;
  font-size: 1.025rem;
  font-weight: 400;
  color:#000;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .main .section.section-4 .section-4-content li p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}
.main .section.section-4 .section-4-content li .btn {
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: -3.3rem;
  right: -0.95rem;
  background-color: #D5D5D5;
  color: #5964AA;
  border-radius: 50%;
  padding: 0.5rem 1rem;
  font-size: 0.975rem;
  font-weight: 700;
  padding-bottom: 1.8rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .main .section.section-4 .section-4-content li .btn {
    position: static;
    width: auto;
    height: auto;
    min-height: 2.5rem;
    margin-top: 0.75rem;
    align-self: flex-start;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    padding-bottom: 0.5rem;
    bottom: auto;
    right: auto;
    font-size: 0.9rem;
  }
  .main .section.section-4 .section-4-content li .btn iconify-icon {
    display: block;
  }
}
@media (max-width: 768px) {
  .main .section.section-4 .section-4-content li .btn {
    margin-top: 0.75rem;
  }
}
.main .section.section-4 .section-4-content li .btn iconify-icon {
  font-size: 1.0625rem;
  font-weight: 700;
  display: none;
}
@media (max-width: 1024px) {
  .main .section.section-4 .section-4-content li .btn iconify-icon {
    display: block;
  }
}
.main .section.section-4 .section-4-content li .btn:hover {
  background-color: #1D4ED8;
  color: #fff;
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .main .section.section-4 .section-4-content li .btn:hover {
    transform: none;
  }
}
.main .section.section-4 .section-4-content li .btn:hover iconify-icon {
  display: block;
}
.main .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.main .reveal.visible {
  opacity: 1;
  transform: none;
}
.main .reveal-delay-1 {
  transition-delay: 0.1s;
}
.main .reveal-delay-2 {
  transition-delay: 0.2s;
}
.main .hero-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  min-width: 280px;
}
@media (max-width: 1024px) {
  .main .hero-right {
    max-width: 100%;
    min-width: unset;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .main .hero-right {
    flex-direction: column;
  }
}
.main .hero-info-card {
  min-width: 570px;
  height: auto;
  min-height: 108px;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(144, 180, 255, 0.85);
  border-radius: 12px;
  padding: 16px 24px;
  backdrop-filter: blur(4px);
}
@media (max-width: 1024px) {
  .main .hero-info-card {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}
.main .hero-info-card h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 19px;
  font-weight: 700;
  color: #EAF1FF;
  margin-bottom: 14px;
}
.main .hero-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 1024px) {
  .main .hero-tags {
    flex-wrap: wrap;
  }
}
.main .hero-tag {
  background: #fff;
  color: #1E3A8A;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 0;
  width: 120px;
  text-align: center;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(11, 29, 130, 0.35);
}
.main #legacy-main-bottom .info-section {
  width: 85%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
}
@media (max-width: 1023px) {
  .main #legacy-main-bottom .info-section {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 900px) {
  .main #legacy-main-bottom .info-section {
    grid-template-columns: 1fr;
  }
}
.main #legacy-main-bottom .notice-card {
  background: #fff;
  border: 2px solid #B8C4D9;
  border-radius: 14px;
  overflow: hidden;
}
.main #legacy-main-bottom .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px 16px;
  border-bottom: 1px solid #F3F4F6;
}
.main #legacy-main-bottom .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e2536;
}
.main #legacy-main-bottom .more-link {
  font-size: 15px;
  color: #94A3B8;
  transition: color 0.2s;
}
.main #legacy-main-bottom .more-link:hover {
  color: #1D4ED8;
}
.main #legacy-main-bottom .notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main #legacy-main-bottom .notice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid #F3F4F6;
  transition: background 0.18s;
  cursor: pointer;
}
.main #legacy-main-bottom .notice-item:last-child {
  border-bottom: none;
}
.main #legacy-main-bottom .notice-item:hover {
  background: #EFF6FF;
}
.main #legacy-main-bottom .notice-item:hover a {
  color: #1D4ED8;
}
.main #legacy-main-bottom .notice-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #374151;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.18s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main #legacy-main-bottom .notice-badge {
  flex-shrink: 0;
  display: inline-block;
  padding: 1px 7px;
  background: #1D4ED8;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.main #legacy-main-bottom .process-card {
  background: #fff;
  border: 2px solid #B8C4D9;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main #legacy-main-bottom .process-card .card-header {
  padding: 18px 22px 14px;
  border-bottom: 1px solid #F3F4F6;
  flex-shrink: 0;
}
.main #legacy-main-bottom .process-grid-body {
  padding: 20px 18px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.main #legacy-main-bottom .proc-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main #legacy-main-bottom .proc-row:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .main #legacy-main-bottom .proc-row:nth-child(2) {
    margin-top: 10px;
  }
}
.main #legacy-main-bottom .proc-dots-line {
  display: flex;
  align-items: center;
}
.main #legacy-main-bottom .proc-dot-cell {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main #legacy-main-bottom .proc-dot-cell:hover .proc-dot {
  transform: scale(1.14);
  box-shadow: 0 5px 18px rgba(29, 78, 216, 0.32);
}
.main #legacy-main-bottom .proc-dot-cell:hover + .proc-arr-cell svg, .main #legacy-main-bottom .proc-dot-cell:hover ~ .proc-lbl-cell {
  color: #1D4ED8;
}
.main #legacy-main-bottom .proc-arr-cell {
  flex: 0 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main #legacy-main-bottom .proc-arr-cell svg {
  width: 17px;
  height: 17px;
  display: block;
  flex-shrink: 0;
}
.main #legacy-main-bottom .proc-labels-line {
  display: flex;
  align-items: flex-start;
}
.main #legacy-main-bottom .proc-lbl-cell {
  flex: 1;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.35;
  word-break: keep-all;
  transition: color 0.18s;
}
.main #legacy-main-bottom .proc-lbl-spc {
  flex: 0 0 32px;
}
.main #legacy-main-bottom .proc-dot {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  cursor: default;
}
.main #legacy-main-bottom .proc-dot svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 520px) {
  .main #legacy-main-bottom .proc-dot {
    width: 36px;
    height: 36px;
  }
  .main #legacy-main-bottom .proc-dot svg {
    width: 18px;
    height: 18px;
  }
}
.main #legacy-main-bottom .services-section {
  width: 85%;
  margin: 0 auto 48px;
}
@media (max-width: 1023px) {
  .main #legacy-main-bottom .services-section {
    width: 100%;
    max-width: none;
  }
}
.main #legacy-main-bottom .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .main #legacy-main-bottom .services-grid {
    grid-template-columns: 1fr;
  }
}
.main #legacy-main-bottom .svc-card {
  background: linear-gradient(160deg, #2A3B5C 0%, #1B2740 100%);
  border: 1px solid #435776;
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  min-height: 96px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.main #legacy-main-bottom .svc-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at top right, rgba(29, 78, 216, 0.3), transparent 70%);
  pointer-events: none;
}
.main #legacy-main-bottom .svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.main #legacy-main-bottom .svc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.main #legacy-main-bottom .svc-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(96, 165, 250, 0.28);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BFDBFE;
}
.main #legacy-main-bottom .svc-icon svg {
  width: 22px;
  height: 22px;
}
.main #legacy-main-bottom .svc-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
}
.main #legacy-main-bottom .svc-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.main #legacy-main-bottom .svc-desc {
  font-size: 12px;
  color: #94A3B8;
  line-height: 1.7;
  flex: 1;
  min-width: 0;
}
.main #legacy-main-bottom .svc-btn {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
  background: #fff;
  color: #1e2536;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.main #legacy-main-bottom .svc-btn:hover {
  background: #1D4ED8;
  color: #fff;
}
.main #legacy-main-bottom .svc-btn svg {
  width: 12px;
  height: 12px;
}
