@charset "UTF-8";
.bg-btn-primary {
  background-color: #256EF4;
}
.bg-btn-primary:hover {
  background-color: #0B50D0;
}

.bg-btn-secondary {
  background-color: #ECF2FE;
}
.bg-btn-secondary:hover {
  background-color: #D8E5FD;
}

.bg-btn-tertiary {
  background-color: #ffffff;
}
.bg-btn-tertiary:hover {
  background-color: #f0f0f0;
}

.bg-btn-disabled {
  background-color: #CDD1D5;
}
.bg-btn-black {
  background-color: #222222;
}
.bg-badge-primary {
  background-color: #8C006E;
}
.bg-badge-secondary {
  background-color: #063A74;
}
.bg-badge-tertiary {
  background-color: #6D7882;
}
.bg-badge-point {
  background-color: #D63D4A;
}
.bg-badge-danger {
  background-color: #DE3412;
}
.bg-badge-warning {
  background-color: #FFB114;
}
.bg-badge-success {
  background-color: #228738;
}
.bg-badge-info {
  background-color: #0B78CB;
}
.bg-badge-search {
  background-color: #FFF2FC;
}
.textcolor-basic {
  color: #1E2124;
}

.textcolor-subtle {
  color: #464C53;
}

.textcolor-bolder {
  color: #131416;
}

.textcolor-primary {
  color: #0B50D0;
}

.textcolor-secondary {
  color: #052b57;
}

.textcolor-information {
  color: #096AB3;
}

.textcolor-sedonary_dark {
  color: #374058;
}

.textcolor-danger {
  color: #BD2C0F;
}

.textcolor-body_secondary {
  color: #444;
}

.textcolor-sg {
  color: #A50082;
}

.textcolor-static {
  color: #1E2124;
}

.textcolor-disabled {
  color: #B1B8BE;
}

.form-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: #F4F5F6;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.form-guide {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  margin-bottom: 20px;
  line-height: 1.6;
}

.form-label {
  color: #464C53;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  font-weight: 600;
  margin-right: 4px;
  white-space: nowrap;
}

.form-input,
.form-select {
  width: 160px;
  height: 48px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #58616A;
  font-size: 14px;
}

.form-unit {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  color: #464C53;
  white-space: nowrap;
}

.form-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
  height: 48px;
  border: none;
  border-radius: 4px;
  background-color: #222;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
}
.form-button:hover {
  background-color: #000;
}
.form-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.radio-wrap.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.form-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: #F4F5F6;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.form-guide {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  margin-bottom: 20px;
  line-height: 1.6;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-row > label {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  font-weight: 700;
  min-width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-row .select-control {
  min-width: 200px;
  padding-right: 24px;
}
.form-row .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.form-row .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-row .input-group .form-select {
  height: 48px;
  padding: 8px 12px;
  border: 1px solid #B1B8BE;
  border-radius: 4px;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  background-color: #fff;
  min-width: 200px;
}
.form-row .input-group .form-select::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-row .input-group .form-select::-moz-placeholder {
  opacity: 0.5;
}
.form-row .input-group .form-select:-ms-input-placeholder {
  opacity: 0.5;
}
.form-row .input-group .form-select::-ms-input-placeholder {
  opacity: 0.5;
}
.form-row .input-group .form-select::placeholder {
  opacity: 0.5;
}
.form-row .input-group .lot-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.form-row .input-group .lot-input-group .lot-input {
  width: 120px;
  height: 48px;
  padding: 8px 12px;
  border: 1px solid #B1B8BE;
  border-radius: 4px;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  background-color: #fff;
}
.form-row .input-group .lot-input-group .lot-input::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-row .input-group .lot-input-group .lot-input::-moz-placeholder {
  opacity: 0.5;
}
.form-row .input-group .lot-input-group .lot-input:-ms-input-placeholder {
  opacity: 0.5;
}
.form-row .input-group .lot-input-group .lot-input::-ms-input-placeholder {
  opacity: 0.5;
}
.form-row .input-group .lot-input-group .lot-input::placeholder {
  opacity: 0.5;
}
.form-row .input-group .lot-input-group .hyphen {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
}
.form-row .input-group .btn-search {
  height: 48px;
  padding: 8px 24px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  font-weight: 700;
  cursor: pointer;
}
.form-row .input-group .btn-search:hover {
  opacity: 0.9;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 160px;
}
.form-field .form-input {
  min-width: auto;
  width: 160px;
}

.form-label {
  color: #464C53;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  font-weight: 600;
  margin-right: 4px;
  white-space: nowrap;
}

.form-input,
.form-select {
  min-width: 160px;
  height: 48px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #58616A;
  font-size: 14px;
}

.form-unit {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  color: #464C53;
  white-space: nowrap;
}

.form-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
  height: 48px;
  border: none;
  border-radius: 4px;
  background-color: #222;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
}
.form-button:hover {
  background-color: #000;
}
.form-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.form-row-wrap.is-center .form-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
}

.number-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.number-input-wrap .form-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.number-input-wrap .form-wrap::after {
  font-size: clamp(15px, 10px + 2.4vw, 24px);
  display: block;
  content: "-";
  position: absolute;
  right: -25px;
  top: 15px;
  z-index: 1;
}
.number-input-wrap .form-wrap:last-child::after {
  display: none;
}

.address-search-wrap {
  margin-bottom: 24px;
}
.address-search-wrap .form-row .form-select {
  width: 160px;
}

.address-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #CDD1D5;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

@media only screen and (min-width: 100em) {
  .main {
    overflow: hidden;
  }
}
.main body, .main .wrapper {
  height: 100%;
}
.main header {
  position: relative;
}
@media only screen and (min-width: 128em) {
  .main header {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.main .header-section {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.main .container {
  height: 100%;
}
@media only screen and (max-width: 100em) {
  .main .container {
    padding: 0;
  }
}
.main .container .inner {
  max-width: 1400px;
}
@media only screen and (max-width: 47.99em) {
  .main .container .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main .container section {
  width: 100%;
}
@media only screen and (min-width: 100em) {
  .main .container section {
    height: 100vh;
  }
}
@media only screen and (min-width: 128em) {
  .main .container section {
    height: calc(100vh - 206px) !important;
  }
}
@media only screen and (min-width: 160.1em) {
  .main .container section {
    height: 950px !important;
  }
}
@media only screen and (min-width: 63.99em) {
  .main .container section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
@media only screen and (min-width: 100em) {
  .main .container section:nth-of-type(1) {
    height: calc(100vh - 206px) !important;
  }
}
.main .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.main .tit h2 {
  font-size: 24px;
}
@media only screen and (max-width: 47.99em) {
  .main .tit h2 {
    font-size: 22px;
  }
}
.main .content-wrap {
  padding: 0;
  height: 100%;
}

@media only screen and (min-width: 63.99em) {
  .onepage {
    height: 100%;
  }
}
@media only screen and (max-width: 90em) {
  .onepage {
    height: 100%;
  }
}
@media only screen and (min-width: 63.99em) and (max-width: 90em) {
  .onepage .onepage-wrapper {
    height: 100%;
  }
}
@media only screen and (max-width: 47.99em) {
  .onepage .onepage-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

.more-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.more-btn a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #CDD1D5;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_plus.svg);
}

.quick-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  position: sticky;
  top: 44%;
  left: 60px;
  right: auto;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 60px;
}
@media only screen and (max-width: 100em) {
  .quick-menu {
    display: none;
  }
}
.quick-menu ul li {
  position: relative;
}
.quick-menu ul li + li {
  padding-top: 12px;
}
.quick-menu ul li + li::after {
  content: "";
  width: 1px;
  height: 84%;
  background-color: #ddd;
  position: absolute;
  top: -10px;
  left: 4px;
}
.quick-menu ul li a {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 13px;
  color: #464C53;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
  opacity: 1;
}
.quick-menu ul li a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}
.quick-menu ul li a.active {
  color: #7057A3;
}
.quick-menu ul li a.active::before {
  background-color: #7057A3;
}
.quick-menu ul li a.active::after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 2px;
  left: -8px;
  z-index: 1;
}
.quick-menu ul li a span {
  display: block;
  background-color: #EEF2F7;
  padding: 4px 8px;
  border-radius: 20px;
}
.quick-menu ul li a span:hover {
  background-color: #D6C7F5;
}
.quick-menu ul li a.active {
  color: #fff;
}
.quick-menu ul li a.active::before {
  background-color: #7057A3;
}
.quick-menu ul li a.active span {
  background-color: #7057A3;
  position: relative;
}
.quick-menu ul li a.active span::after {
  content: "";
  width: 11px;
  height: 13px;
  background: url(/humanframe/theme/portal/assets/images/main/ico_quick_active.svg) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 47.99em) {
  .header-section {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.footer-section {
  height: auto !important;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media only screen and (max-width: 90em) {
  .footer-section {
    margin-bottom: 100px;
  }
}
.footer-section footer {
  height: auto;
}

@media only screen and (max-width: 47.99em) {
  .main-slide {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static !important;
  }
}

.video-section {
  display: none !important;
  position: relative;
  -webkit-transition: height 0.5s ease, opacity 0.4s ease;
  transition: height 0.5s ease, opacity 0.4s ease;
  height: calc(100vh - 206px) !important;
}
@media only screen and (min-width: 128em) {
  .video-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 63.99em) {
  .video-section {
    height: calc(100vh - 102px) !important;
  }
}
.video-section.active {
  display: block !important;
}
.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .close {
  position: absolute;
  top: 60px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 125px;
}
@media only screen and (max-width: 63.99em) {
  .video-section .close {
    top: 30px;
    right: 30px;
  }
}
.video-section .close button {
  display: block;
  width: 70px;
  height: 70px;
  background: url(/humanframe/theme/portal/assets/images/main/video_close.svg) no-repeat 0 0;
}
@media only screen and (max-width: 47.99em) {
  .video-section .close button {
    width: 45px;
    height: 45px;
    background-size: 45px;
    top: 20px;
    right: 20px;
  }
}
.video-section .close a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(1px);
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.video-section .scroll {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 26px;
  background: url(/humanframe/theme/portal/assets/images/main/scroll.svg) no-repeat center bottom;
}

.main-section {
  padding: 60px 0;
}
@media only screen and (max-width: 87.48em) {
  .main-section {
    height: auto !important;
  }
}
@media only screen and (max-width: 63.99em) {
  .main-section {
    padding: 40px 20px 60px;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 60px 16px;
    position: static !important;
  }
}
.main-section .inner {
  position: static;
}
.main-section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top {
    gap: 40px 17px;
  }
}
.main-section .top .main-banner {
  width: 844px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .main-banner {
    width: 100%;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .main-banner {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 16px;
  }
  .main-section .top .main-banner.active {
    top: 30px;
  }
}
.main-section .top .main-banner .banner-list {
  position: relative;
}
.main-section .top .main-banner .swiper {
  border-radius: 32px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 440px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .main-banner .swiper {
    height: 100%;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .main-banner .swiper {
    border-radius: 16px;
  }
}
.main-section .top .main-banner .swiper-slide {
  height: auto;
}
.main-section .top .main-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-section .top .main-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main-section .top .main-banner .slide-control:not(.slide-control2) {
  position: absolute;
  bottom: 25px;
  right: 25px;
  left: auto;
  z-index: 99;
}
@media only screen and (min-width: 47.99em) and (max-width: 63.99em) {
  .main-section .top .main-banner .slide-control:not(.slide-control2) {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .main-banner .slide-control:not(.slide-control2) {
    bottom: 16px;
    position: static;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 47.99em) and (max-width: 63.99em) {
  .main-section .top .main-banner .slide-control.slide-control2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 25px;
    padding-left: 120px;
    z-index: 99;
  }
}
.main-section .top .main-banner .slide-control.slide-control2 {
  margin: 0;
}
.main-section .top .main-banner .slide-control.slide-control2 button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 47.99em) and (max-width: 63.99em) {
  .main-section .top .main-banner .slide-control.slide-control2 button {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main-section .top .main-banner .slide-control.slide-control2 button.swiper-button-prev {
  left: -20px;
}
@media only screen and (min-width: 47.99em) and (max-width: 63.99em) {
  .main-section .top .main-banner .slide-control.slide-control2 button.swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .main-banner .slide-control.slide-control2 button.swiper-button-prev {
    top: 41%;
    left: 10px;
  }
}
.main-section .top .main-banner .slide-control.slide-control2 button.swiper-button-next {
  right: -20px;
}
@media only screen and (min-width: 47.99em) and (max-width: 63.99em) {
  .main-section .top .main-banner .slide-control.slide-control2 button.swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .main-banner .slide-control.slide-control2 button.swiper-button-next {
    top: 41%;
    right: 10px;
  }
}
.main-section .top .ai-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search {
    width: 50%;
    position: relative;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0;
  }
}
.main-section .top .ai-search .form-wrap {
  margin-right: 92px;
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .form-wrap {
    display: none;
    margin-right: 70px;
  }
}
.main-section .top .ai-search .form-wrap .ai-btn {
  display: block;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_ai.svg);
  position: absolute;
  top: 0;
  right: -94px;
  font-size: 15px;
  color: #464C53;
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
  text-align: center;
  border-radius: 18px;
  font-weight: 700;
  padding-top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .form-wrap .ai-btn {
    width: 60px;
    height: 46px;
    padding-top: 22px;
    background-size: 16px;
    background-position: center 6px;
    right: -70px;
    font-size: 12px;
    border-radius: 12px;
  }
}
.main-section .top .ai-search .form-wrap .ai-btn:hover {
  border-color: #A50082;
  background-color: #FEF6FF;
}
.main-section .top .ai-search .form-wrap .ai-btn.active {
  background-size: 48px;
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_ai_active.svg);
}
.main-section .top .ai-search .form-wrap input {
  width: 100%;
  height: 74px;
  border-radius: 20px;
  border-color: #A50082;
  font-weight: 700;
  padding: 0 104px 0 20px;
  font-size: 24px;
}
.main-section .top .ai-search .form-wrap input::-webkit-input-placeholder {
  color: #8A949E;
}
.main-section .top .ai-search .form-wrap input::-moz-placeholder {
  color: #8A949E;
}
.main-section .top .ai-search .form-wrap input:-ms-input-placeholder {
  color: #8A949E;
}
.main-section .top .ai-search .form-wrap input::-ms-input-placeholder {
  color: #8A949E;
}
.main-section .top .ai-search .form-wrap input::placeholder {
  color: #8A949E;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .form-wrap input {
    font-size: 19px;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .form-wrap input {
    height: 46px;
    border-radius: 12px;
    padding: 0 70px 0 20px;
  }
}
.main-section .top .ai-search .form-wrap .search-btn {
  display: block;
  width: 84px;
  height: 100%;
  background: url(/humanframe/theme/global/assets/images/ico/ico_search_white.svg) no-repeat center #A50082;
  right: 0;
  border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .form-wrap .search-btn {
    width: 56px;
    background-size: 19px;
    border-radius: 0 12px 12px 0;
  }
}
.main-section .top .ai-search .ai-popup {
  color: #131416;
  font-size: 15px;
  padding: 8px 54px;
  border: 1px solid #B1B8BE;
  position: absolute;
  bottom: -23px;
  left: 9px;
  background: url(/humanframe/theme/portal/assets/images/main/ico_ai_active.svg) no-repeat 24px center #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  z-index: 10;
  border-radius: 12px;
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .ai-popup {
    bottom: -30px;
    left: 0;
    padding: 8px 30px 8px 40px;
    background-position: 13px center;
  }
}
.main-section .top .ai-search .ai-popup::after {
  content: "";
  width: 22px;
  height: 12px;
  background: url(/humanframe/theme/portal/assets/images/main/ai_popup.svg) no-repeat 0 0;
  position: absolute;
  top: -12px;
  left: 24px;
}
.main-section .top .ai-search .ai-popup a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/humanframe/theme/global/assets/images/ico/ico_close.svg) no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .ai-popup a {
    right: 13px;
  }
}
.main-section .top .ai-search .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 16px 20px 0px 20px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .search-item {
    height: 26px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .search-item {
    display: none;
    margin: 8px 0 0;
  }
}
.main-section .top .ai-search .search-item li a {
  color: #454545;
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .search-item li a {
    font-size: 13px;
  }
}
.main-section .top .ai-search .page-item {
  padding: 20px 20px 20px 20px;
  border-radius: 32px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-top: 22px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .page-item {
    padding: 0;
    border-radius: 16px;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .page-item {
    margin: 0;
  }
}
.main-section .top .ai-search .page-item > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .page-item .item1 {
    padding: 22px 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .page-item .item1 {
    padding: 16px 0;
  }
}
.main-section .top .ai-search .page-item .item1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  text-align: center;
}
.main-section .top .ai-search .page-item .item1 li a {
  display: block;
  font-weight: 700;
  padding-top: 62px;
  background-repeat: no-repeat;
  background-position: center 0;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .page-item .item1 li a {
    background-size: 40px;
    background-position: center 5px;
    padding-top: 57px;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .page-item .item1 li a {
    font-size: 15px;
    background-size: 35px;
    padding-top: 45px;
  }
}
.main-section .top .ai-search .page-item .item1 li:nth-child(1) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_1.svg);
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .page-item .item1 li:nth-child(2) {
    border: none;
  }
}
.main-section .top .ai-search .page-item .item1 li:nth-child(2) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_2.svg);
}
.main-section .top .ai-search .page-item .item1 li:nth-child(3) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_23.svg);
}
.main-section .top .ai-search .page-item .item1 li:nth-child(4) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_3.svg);
}
.main-section .top .ai-search .page-item .item1 li + li {
  border: 1px dashed #ddd;
  border-width: 0px 0 0 1px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .page-item .item1 li + li {
    border: none;
  }
}
.main-section .top .ai-search .page-item .item2 {
  border-radius: 20px;
  background-color: #F4F4F4;
  gap: 20px;
  padding: 30px 14px;
  margin-top: 10px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .page-item .item2 {
    padding: 14px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .page-item .item2 {
    padding: 16px 14px;
  }
}
.main-section .top .ai-search .page-item .item2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .ai-search .page-item .item2 li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .page-item .item2 li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}
.main-section .top .ai-search .page-item .item2 li a {
  display: block;
  text-align: center;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search .page-item .item2 li a {
    padding: 30px 0 0;
    background-position: center 0;
    font-size: 15px;
  }
}
.main-section .top .ai-search .page-item .item2 li:nth-child(1) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_4.svg);
}
.main-section .top .ai-search .page-item .item2 li:nth-child(2) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_5.svg);
}
.main-section .top .ai-search .page-item .item2 li:nth-child(3) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_6.svg);
}
.main-section .top .ai-search .page-item .item2 li:nth-child(4) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_7.svg);
}
.main-section .top .ai-search.mob {
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 47.99em) {
  .main-section .top .ai-search.mob {
    display: none;
  }
}
.main-section .top .ai-search.mob .form-wrap {
  display: block;
}
.main-section .top .ai-search.mob .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .ai-search.mob .notice-rolling-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-section .top .service {
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service {
    width: 50%;
    background-color: #F4F4F4;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 40px 0 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section .top .service {
    width: 100%;
    margin: 0;
  }
}
.main-section .top .service .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .tit {
    display: block;
  }
}
.main-section .top .service .tit::before {
  content: "";
  width: 100%;
  max-width: 940px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .tit::before {
    display: none;
  }
}
.main-section .top .service .tit p {
  font-weight: 700;
}
@media only screen and (min-width: 63.99em) {
  .main-section .top .service .tit p {
    background-color: #fff;
  }
}
.main-section .top .service .tit .service-menu {
  background-color: #fff;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .tit .service-menu {
    margin-top: 12px;
    background-color: transparent;
  }
}
.main-section .top .service .tit .service-menu span {
  font-size: 16px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .tit .service-menu span {
    font-weight: 500;
  }
}
.main-section .top .service .tit .service-menu a {
  font-size: 13px;
  color: #555555;
  padding: 8px 12px 8px 31px;
  border-radius: 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin-left: 10px;
  background: url(/humanframe/theme/portal/assets/images/main/ico_setting.svg) no-repeat 12px center #fff;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .tit .service-menu a {
    margin-left: 0px;
  }
}
.main-section .top .service .service-slide {
  position: relative;
  padding: 0 60px;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide {
    height: 100%;
    padding: 0;
  }
}
.main-section .top .service .service-slide .slide-control {
  margin: 0;
}
.main-section .top .service .service-slide .slide-control button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .slide-control button {
    display: none;
  }
}
.main-section .top .service .service-slide .slide-control button.swiper-button-prev {
  left: 0;
}
.main-section .top .service .service-slide .slide-control button.swiper-button-next {
  right: 0;
}
.main-section .top .service .service-slide .slide-control .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .slide-control .swiper-pagination {
    display: block;
    width: auto;
    height: 24px;
    line-height: 23px;
    padding: 0 10px;
    border: none;
  }
  .main-section .top .service .service-slide .slide-control .swiper-pagination .swiper-pagination-bullet {
    background-color: #6D7882;
    opacity: 1;
    margin: 0 2px;
  }
  .main-section .top .service .service-slide .slide-control .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #7D38DA;
    border-radius: 100px;
  }
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-section .top .service .service-slide .swiper-slide {
  width: 110px;
  text-align: center;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .swiper-slide {
    margin-bottom: 34px;
  }
}
.main-section .top .service .service-slide .swiper-slide a {
  display: block;
  padding: 95px 0 0;
  position: relative;
  line-height: 130%;
  word-break: normal;
  word-break: keep-all;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .swiper-slide a {
    font-size: 12px;
    padding: 72px 0 0;
  }
}
.main-section .top .service .service-slide .swiper-slide a::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .swiper-slide a::before {
    width: 64px;
    height: 64px;
    background-color: #fff;
  }
}
.main-section .top .service .service-slide .swiper-slide a::after {
  content: "";
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .swiper-slide a::after {
    width: 33px;
    height: 33px;
    background-size: 65px;
    top: 16px;
  }
}
.main-section .top .service .service-slide .swiper-slide a:hover::after {
  background-position: -42px 0;
}
@media only screen and (max-width: 63.99em) {
  .main-section .top .service .service-slide .swiper-slide a:hover::after {
    background-position: -32px 0;
  }
}
.main-section .top .service .service-slide .swiper-slide a:hover::before {
  background-color: #A50082;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(165, 0, 130, 0.4);
          box-shadow: 0px 4px 16px 0px rgba(165, 0, 130, 0.4);
}
.main-section .top .service .service-slide .swiper-slide.ico1 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_17.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico2 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_8.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico3 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_9.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico4 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_10.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico5 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_11.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico6 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_12.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico7 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_13.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico8 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_14.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico9 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_15.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico10 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_16.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico11 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_18.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico12 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_19.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico13 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_20.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico14 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_21.svg);
}
.main-section .top .service .service-slide .swiper-slide.ico15 a::after {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_section1_22.svg);
}
@media only screen and (max-width: 63.99em) {
  .main-section.rolling-active .top .ai-search {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section.rolling-active .top .ai-search {
    margin-top: 0;
  }
  .main-section.rolling-active .top .ai-search.mob {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 63.99em) {
  .main-section.rolling-active .top .service {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 47.99em) {
  .main-section.rolling-active .top .service {
    margin-top: 0;
  }
}

.mayor-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/humanframe/theme/portal/assets/images/main/mayor_bg.png) no-repeat center/cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.99em) {
  .mayor-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: -webkit-gradient(linear, left bottom, right top, from(#4F2377), to(#983FA1));
    background: linear-gradient(to top right, #4F2377, #983FA1);
    margin-top: 430px;
  }
}
@media only screen and (max-width: 29.99em) {
  .mayor-section {
    margin-top: 96%;
  }
}
@media only screen and (max-width: 22.5em) {
  .mayor-section {
    margin-top: 350px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section.rolling-m {
    margin-top: 470px;
  }
}
@media only screen and (max-width: 29.99em) {
  .mayor-section.rolling-m {
    margin-top: 100%;
  }
}
@media (max-width: 420px) {
  .mayor-section.rolling-m {
    margin-top: 110%;
  }
}
@media only screen and (max-width: 22.5em) {
  .mayor-section.rolling-m {
    margin-top: 400px;
  }
}
.mayor-section .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 100em) {
  .mayor-section .inner {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .inner {
    padding: 60px 24px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .inner {
    padding: 40px 16px;
  }
}
.mayor-section .inner::after {
  content: "";
  width: 1116px;
  height: 710px;
  background: url(/humanframe/theme/portal/assets/images/main/mayor_bg1.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: -300px;
}
@media only screen and (max-width: 87.48em) {
  .mayor-section .inner::after {
    background-size: 1100px;
  }
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .inner::after {
    width: 100%;
    height: 100%;
    background: url(/humanframe/theme/portal/assets/images/main/mayor_bg_t.png) no-repeat 45% 0;
    left: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .inner::after {
    display: none;
    background: url(/humanframe/theme/portal/assets/images/main/mayor_bg_m.png) no-repeat 0 0;
  }
}
.mayor-section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top {
    gap: 27px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 0;
  }
}
.mayor-section .top .mayor-banner {
  width: 529px;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-banner {
    width: 298px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mayor-section .top .mayor-banner .mySwiper {
  height: 352px;
  border-radius: 20px;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-banner .mySwiper {
    height: 199px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-banner .mySwiper {
    border-radius: 16px;
    height: 299px;
  }
}
.mayor-section .top .mayor-banner .mySwiper .swiper-slide img {
  width: 100%;
}
.mayor-section .top .slide-control {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: 0 0 20px;
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .slide-control {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0;
  }
}
.mayor-section .top .mayor-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0 0;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info {
    position: static;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-line-pack: end;
        align-content: end;
    padding: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info {
    padding-top: 74px;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .mayor-section .top .mayor-info::after {
    content: "";
    width: 342px;
    height: 283px;
    position: absolute;
    top: 10px;
    left: -16px;
    background: url(/humanframe/theme/portal/assets/images/main/mayor_bg_m.png) no-repeat 0 0;
  }
}
.mayor-section .top .mayor-info::before {
  content: "";
  width: 430px;
  height: 535px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/humanframe/theme/portal/assets/images/main/mayor_bg1_1.png);
  background-size: 100%;
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info::before {
    display: none;
    width: 350px;
    height: 430px;
    top: -10px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info::before {
    width: 239px;
    height: 256px;
    top: -17px;
    left: -18px;
    background-image: url(/humanframe/theme/portal/assets/images/main/mayor_bg3.png);
  }
}
.mayor-section .top .mayor-info dl {
  margin-left: 440px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info dl {
    margin-left: 55%;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info dl {
    margin: 0 0 10px 0;
  }
}
.mayor-section .top .mayor-info dl dt {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info dl dt {
    font-size: 24px;
    padding-right: 100%;
    word-break: keep-all;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info dl dt {
    font-size: 22px;
    padding-right: 0;
  }
}
.mayor-section .top .mayor-info dl dt br {
  display: none;
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info dl dt br {
    display: block;
  }
}
.mayor-section .top .mayor-info dl dd {
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info dl dd {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info dl dd {
    font-size: 15px;
  }
}
.mayor-section .top .mayor-info p {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin: 0 82px -57px 0;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info p {
    margin: 50px 0 0;
    font-size: 24px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info p {
    display: none;
  }
}
.mayor-section .top .mayor-info p span {
  display: block;
  font-size: 19px;
}
.mayor-section .top .mayor-info ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info ul {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 8px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info ul {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 14px;
    flex-wrap: wrap;
  }
}
.mayor-section .top .mayor-info ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
.mayor-section .top .mayor-info ul li a {
  display: block;
  padding: 20px 0 20px 26px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  color: #fff;
  position: relative;
  font-size: 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info ul li a {
    padding: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .top .mayor-info ul li a {
    padding: 10px;
    font-size: 17px;
  }
}
.mayor-section .top .mayor-info ul li a:hover {
  background-color: #A50082;
}
.mayor-section .top .mayor-info ul li a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.mayor-section .top .mayor-info ul li a span {
  padding-right: 34px;
  background: url(/humanframe/theme/global/assets/images/ico/ico_link_white.svg) no-repeat right center/20px;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .top .mayor-info ul li a span {
    background: none;
    padding: 0;
  }
}
.mayor-section .top .mayor-info ul li:nth-child(1) a::before {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor1.svg);
}
.mayor-section .top .mayor-info ul li:nth-child(2) a::before {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor2.svg);
}
.mayor-section .top .mayor-info ul li:nth-child(3) a::before {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor3.svg);
}
.mayor-section .top .mayor-info ul li:nth-child(4) a::before {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor9.svg);
}
.mayor-section .mayor-service {
  width: 100%;
  border-radius: 32px;
  background-color: #fff;
  padding: 30px 48px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .mayor-service {
    padding: 20px 17px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 47.99em) {
  .mayor-section .mayor-service {
    display: none;
  }
}
.mayor-section .mayor-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mayor-section .mayor-service ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  padding: 3px 0 3px 96px;
  background-repeat: no-repeat;
  background-position: 0 center;
  line-height: 100%;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .mayor-service ul li {
    padding: 64px 0 0 0;
    text-align: center;
    background-size: 64px;
    background-position: center 0;
    letter-spacing: -0.5px;
  }
}
.mayor-section .mayor-service ul li:nth-child(1) {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor4.svg);
}
.mayor-section .mayor-service ul li:nth-child(2) {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor5.svg);
}
.mayor-section .mayor-service ul li:nth-child(3) {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor6.svg);
}
.mayor-section .mayor-service ul li:nth-child(4) {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor7.svg);
}
.mayor-section .mayor-service ul li:nth-child(5) {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_mayor8.svg);
}
.mayor-section .mayor-service ul li span {
  font-size: 15px;
  color: #464C53;
  line-height: 140%;
}
.mayor-section .mayor-service ul li strong {
  display: block;
  font-size: 19px;
  margin-top: 4px;
}
@media only screen and (max-width: 63.99em) {
  .mayor-section .mayor-service ul li strong {
    margin: 0;
  }
}

.notice-section {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 63.99em) {
  .notice-section {
    padding: 60px 24px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section {
    padding: 0 16px 60px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.notice-section::before {
  content: "";
  width: 424px;
  height: 313px;
  position: absolute;
  bottom: 194px;
  left: 0;
  background: url(/humanframe/theme/portal/assets/images/main/notice_bg1.png) no-repeat 0 0;
}
@media only screen and (max-width: 63.99em) {
  .notice-section::before {
    display: none;
  }
}
.notice-section::after {
  content: "";
  width: 426px;
  height: 629px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/humanframe/theme/portal/assets/images/main/notice_bg2.png) no-repeat 0 0;
  z-index: -1;
}
@media only screen and (max-width: 63.99em) {
  .notice-section::after {
    display: none;
  }
}
.notice-section .notice-box1 {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 11px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box1 {
    padding: 6px 8px;
    gap: 16px;
    height: 56px;
  }
}
.notice-section .notice-box1 p {
  width: 107px;
  padding: 12px 10px;
  border-radius: 6px;
  background-color: #A50082;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box1 p {
    width: 45px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box1 p {
    padding: 10px;
  }
}
.notice-section .notice-box1 p span {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding-left: 28px;
  background: url(/humanframe/theme/global/assets/images/ico/ico_alarm.svg) no-repeat 0 center;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box1 p span {
    width: 24px;
    height: 24px;
    font-size: 0;
    background-position: center;
    padding: 0;
    vertical-align: middle;
  }
}
.notice-section .notice-box1 .swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.notice-section .notice-box1 .swiper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box1 .swiper li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.notice-section .notice-box1 .swiper li a {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  background-image: url(/humanframe/theme/global/assets/images/ico/ico_arrow_right.svg);
  font-weight: 400;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box1 .swiper li a {
    font-size: 0;
    height: 32px;
  }
}
.notice-section .notice-box1 .more-btn {
  width: 40px;
  height: 40px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box1 .more-btn {
    gap: 10px;
  }
}
.notice-section .notice-box1 .more-btn a {
  display: block;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box1 .more-btn a {
    width: 30px;
    height: 30px;
    background-size: 17px;
  }
}
.notice-section .notice-box2 .notice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 27px 0 34px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box2 .notice-content {
    gap: 26px 16px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.notice-section .notice-box2 .notice-content .notice-list {
  width: 100%;
  min-width: 442px;
  background-color: #fff;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .notice-list {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .notice-list .tab {
    overflow-x: scroll;
    height: 100%;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .notice-list .tab > ul {
    overflow: visible;
  }
}
.notice-section .notice-box2 .notice-content .wrap {
  height: 322px;
  border: 1px solid #ddd;
  padding: 24px 32px;
  position: relative;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box2 .notice-content .wrap {
    padding: 24px 14px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .wrap {
    height: 450px;
    padding: 24px 16px;
    border-radius: 16px;
  }
}
.notice-section .notice-box2 .notice-content .wrap .tab ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.notice-section .notice-box2 .notice-content .wrap .tab ul.right-shadow::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 14px;
  width: 40px;
  height: 47px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(rgba(68, 68, 68, 0.3)), color-stop(40%, rgba(68, 68, 68, 0.15)), to(transparent)), url("/humanframe/theme/global/assets/images/ico/ico_arrow_right.svg");
  background: linear-gradient(to left, rgba(68, 68, 68, 0.3) 0%, rgba(68, 68, 68, 0.15) 40%, transparent 100%), url("/humanframe/theme/global/assets/images/ico/ico_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.notice-section .notice-box2 .notice-content .wrap .more-btn {
  display: none;
  top: -27px;
}
.notice-section .notice-box2 .notice-content .wrap .list {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
  right: 0;
  padding: 0 32px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box2 .notice-content .wrap .list {
    width: 100%;
    padding: 0 14px;
  }
}
.notice-section .notice-box2 .notice-content .wrap .list .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .wrap .list .cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.notice-section .notice-box2 .notice-content .wrap .list .cont + .cont {
  margin-top: 16px;
}
.notice-section .notice-box2 .notice-content .wrap .list .cont p {
  width: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .wrap .list .cont p {
    height: 26px;
  }
}
.notice-section .notice-box2 .notice-content .wrap .list .cont p strong {
  padding: 1px 7px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.notice-section .notice-box2 .notice-content .wrap .list .cont p strong.type1 {
  color: #BD2C0F;
  background-color: #FDEFEC;
}
.notice-section .notice-box2 .notice-content .wrap .list .cont p strong.type2 {
  color: #052B57;
  background-color: #D3EBFD;
}
.notice-section .notice-box2 .notice-content .wrap .list .cont p a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  position: relative;
  height: 100%;
}
.notice-section .notice-box2 .notice-content .wrap .list .cont p a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box2 .notice-content .wrap .list .cont p a span {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.notice-section .notice-box2 .notice-content .wrap .list .cont .date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  text-align: center;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .wrap .list .cont .date {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.notice-section .notice-box2 .notice-content .wrap .list .cont .date span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box2 .notice-content .wrap .list .cont .date span:last-child {
    text-align: right;
  }
}
.notice-section .notice-box2 .notice-content .wrap .tab {
  gap: 12px;
  margin: 0 0 24px;
}
.notice-section .notice-box2 .notice-content .wrap .tab > ul > li i {
  margin-right: 4px;
}
.notice-section .notice-box2 .notice-content .wrap .tab > ul > li.active .list {
  display: block;
}
.notice-section .notice-box2 .notice-content .wrap .tab > ul > li.active .more-btn {
  display: block;
}
.notice-section .notice-box2 .notice-content .slide {
  width: 408px;
  margin-top: 60px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box2 .notice-content .slide {
    width: 260px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box2 .notice-content .slide {
    width: 100%;
    margin-top: 0;
  }
}
.notice-section .notice-box2 .notice-content .slide .mySwiper {
  height: calc(100% - 56px);
}
.notice-section .notice-box2 .notice-content .slide .mySwiper .swiper-slide {
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box2 .notice-content .slide .mySwiper .swiper-slide {
    height: 100%;
  }
}
.notice-section .notice-box2 .notice-content .slide .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.notice-section .notice-box2 .notice-content .slide .slide-control {
  margin-top: 16px;
}
.notice-section .notice-box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 {
    gap: 16px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.notice-section .notice-box3 .service-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .service-section {
    padding-top: 61px;
    border-radius: 16px;
    border: 1px solid #CDD1D5;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .service-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.notice-section .notice-box3 .service-section .service-list {
  display: none;
  width: 914px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 243px;
  padding: 39px 60px 0;
  border: 1px solid #CDD1D5;
  border-width: 1px 1px 1px 0;
  border-radius: 0 12px 12px 0;
  background-color: #fff;
  word-break: keep-all;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .service-section .service-list {
    width: 100%;
    left: 0;
    top: 61px;
    padding: 24px 0 24px 16px;
    position: static;
    border: none;
    border-radius: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .service-section .service-list {
    width: 100%;
  }
}
.notice-section .notice-box3 .service-section .service-list .slide-control {
  margin: 0;
}
.notice-section .notice-box3 .service-section .service-list .slide-control button {
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .service-section .service-list .slide-control button {
    display: none;
  }
}
.notice-section .notice-box3 .service-section .service-list .slide-control .swiper-button-prev {
  left: 10px;
}
.notice-section .notice-box3 .service-section .service-list .slide-control .swiper-button-next {
  right: 10px;
}
.notice-section .notice-box3 .service-section .service-list .swiper-slide {
  width: 79px;
}
.notice-section .notice-box3 .service-section .service-list .swiper-slide a {
  display: block;
  font-size: 15px;
  color: #222;
  text-align: center;
  padding-top: 68px;
  position: relative;
  letter-spacing: -1px;
}
.notice-section .notice-box3 .service-section .service-list .swiper-slide a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 60px;
  background-color: #F4F4F4;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 12px;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .service-section .service-list .swiper-slide a i {
    width: 60px;
  }
}
.notice-section .notice-box3 .service-section .btn {
  display: block;
  width: 243px;
  padding: 16px 20px 16px 24px;
  background-color: #EDEDED;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .service-section .btn {
    width: 50%;
    position: absolute;
    top: 0;
  }
  .notice-section .notice-box3 .service-section .btn.btn-citizen {
    right: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .service-section .btn {
    width: 50%;
    height: 56px;
    padding: 16px;
  }
}
.notice-section .notice-box3 .service-section .btn dl dt {
  font-size: 19px;
  font-weight: 700;
  color: #222;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .service-section .btn dl dt {
    font-size: 15px;
  }
}
.notice-section .notice-box3 .service-section .btn dl dt span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin-right: 13px;
  vertical-align: text-bottom;
}
.notice-section .notice-box3 .service-section .btn dl dt span.ico1 {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_notice6.svg);
}
.notice-section .notice-box3 .service-section .btn dl dt span.ico2 {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_notice7.svg);
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .service-section .btn dl dt span {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
.notice-section .notice-box3 .service-section .btn dl dd {
  font-size: 15px;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .service-section .btn dl dd {
    display: none;
  }
}
.notice-section .notice-box3 .service-section .btn.active {
  background-color: #A50082;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .service-section .btn.active::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/humanframe/theme/global/assets/images/ico/ico_arrow_right_white.svg) no-repeat 0 0/100%;
    vertical-align: text-top;
    margin: 0 0 0 2px;
  }
}
@media only screen and (max-width: 63.99em) and (max-width: 47.99em) {
  .notice-section .notice-box3 .service-section .btn.active::after {
    display: none;
  }
}
.notice-section .notice-box3 .service-section .btn.active dl {
  display: inline-block;
}
.notice-section .notice-box3 .service-section .btn.active dl dt {
  color: #fff;
}
.notice-section .notice-box3 .service-section .btn.active dl dt span.ico1 {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_notice6_active.svg);
}
.notice-section .notice-box3 .service-section .btn.active dl dt span.ico2 {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_notice7_active.svg);
}
.notice-section .notice-box3 .service-section .btn.active dl dd {
  color: #fff;
}
.notice-section .notice-box3 .service-section .btn.btn-service + .service-list {
  display: block;
}
.notice-section .notice-box3 .vision-book {
  width: 100%;
  max-width: 219px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .vision-book {
    max-width: 231px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .vision-book {
    display: none;
    max-width: 100%;
  }
}
.notice-section .notice-box3 .vision-book .img {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #ddd;
  overflow: hidden;
}
@media only screen and (max-width: 63.99em) {
  .notice-section .notice-box3 .vision-book .img {
    width: 140px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .vision-book .img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: 121px;
    border-radius: 16px;
    position: relative;
    padding-top: 60%;
  }
}
.notice-section .notice-box3 .vision-book .img img {
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .vision-book .img img {
    width: 100% !important;
    position: absolute;
    top: 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .vision-book dl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .notice-section .notice-box3 .vision-book dl br {
    display: none;
  }
}
.notice-section .notice-box3 .vision-book dl dt {
  font-size: 19px;
  color: #333;
  font-weight: 700;
}
@media only screen and (max-width: 47.99em) {
  .notice-section .notice-box3 .vision-book dl dt img {
    margin-right: 4px;
  }
}
.notice-section .notice-box3 .vision-book dl dd {
  font-size: 13px;
  color: #005BAC;
  margin-top: 16px;
}

.event-section {
  background-color: #F9F0F3;
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 63.99em) {
  .event-section {
    padding: 60px 0 60px 24px;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section {
    padding: 35px 0 60px 16px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    overflow: hidden;
  }
}
.event-section::before {
  content: "";
  width: 371px;
  height: 364px;
  background: url(/humanframe/theme/portal/assets/images/main/event_bg.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.event-section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 63.99em) {
  .event-section .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.event-section .wrap .online-apply {
  width: 835px;
  height: 377px;
  position: relative;
}
@media only screen and (max-width: 63.99em) {
  .event-section .wrap .online-apply {
    width: 100%;
  }
}
.event-section .wrap .online-apply a {
  display: block;
}
.event-section .wrap .online-apply a:hover {
  background-color: transparent;
}
@media only screen and (max-width: 63.99em) {
  .event-section .wrap .online-apply .tab {
    height: 100%;
  }
}
@media only screen and (max-width: 63.99em) {
  .event-section .wrap .online-apply .tab > ul {
    overflow: visible;
  }
}
.event-section .wrap .online-apply .online-list {
  width: 100%;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  text-align: left;
}
.event-section .wrap .online-apply .online-list::after {
  content: "";
  width: 100%;
  height: 12px;
  background: #D8D8D8;
  position: absolute;
  left: 0;
  bottom: 2px;
  border-radius: 10px;
}
.event-section .wrap .online-apply .online-list .swiper {
  overflow: auto;
  padding-bottom: 23px;
}
.event-section .wrap .online-apply .online-list .swiper::-webkit-scrollbar {
  width: 12px;
  height: 16px;
}
.event-section .wrap .online-apply .online-list .swiper::-webkit-scrollbar-thumb {
  background: #A50082;
  border-radius: 8px;
}
.event-section .wrap .online-apply .online-list {
  /* 가로 스크롤바 */
}
.event-section .wrap .online-apply .online-list .scrollbar.horizontal {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
}
.event-section .wrap .online-apply .online-list .thumb {
  display: none;
  height: 16px;
  background: #A50082;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
}
@media only screen and (max-width: 63.99em) {
  .event-section .wrap .online-apply .online-list .thumb {
    display: block;
    z-index: 10;
  }
}
.event-section .wrap .online-apply .online-list .swiper-slide {
  width: 197px;
  background-color: #fff;
  padding: 20px 20px 41px;
  border-radius: 20px;
  margin-right: 16px;
}
@media only screen and (max-width: 47.99em) {
  .event-section .wrap .online-apply .online-list .swiper-slide {
    border-radius: 16px;
  }
}
.event-section .wrap .online-apply .online-list dl dt strong {
  font-size: 15px;
}
.event-section .wrap .online-apply .online-list dl dt strong.type1 {
  color: #5858CE;
}
.event-section .wrap .online-apply .online-list dl dt strong.type2 {
  color: #CF5B72;
}
.event-section .wrap .online-apply .online-list dl dt strong.type3 {
  color: #81832E;
}
.event-section .wrap .online-apply .online-list dl dt strong.type4 {
  color: #1B7DB7;
}
.event-section .wrap .online-apply .online-list dl dt span {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid;
  margin-right: 10px;
  font-weight: 700;
}
.event-section .wrap .online-apply .online-list dl dt span.ing {
  border-color: #7057A3;
  background-color: #7057A3;
}
.event-section .wrap .online-apply .online-list dl dt span.wait {
  border-color: #7057A3;
  color: #7057A3;
}
.event-section .wrap .online-apply .online-list dl dt span.cp {
  background-color: #CDD1D5;
  border-color: #CDD1D5;
  color: #8A949E;
}
.event-section .wrap .online-apply .online-list dl dd {
  font-weight: 700;
  margin: 16px 0 26px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.event-section .wrap .online-apply .online-list .date {
  font-size: 15px;
  color: #464C53;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-section .wrap .online-apply .tab {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 63.99em) {
  .event-section .wrap .online-apply .tab {
    padding-right: 24px;
  }
}
.event-section .wrap .online-apply .tab ul {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.event-section .wrap .online-apply .tab ul li.active > a {
  background-color: transparent;
}
.event-section .wrap .online-apply .tab ul li.active .online-list {
  display: block;
}
.event-section .evnet-list {
  width: 525px;
  position: relative;
}
@media only screen and (max-width: 63.99em) {
  .event-section .evnet-list {
    width: 100%;
  }
}
@media only screen and (max-width: 63.99em) {
  .event-section .evnet-list .tit {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section .evnet-list .tit {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 63.99em) {
  .event-section .evnet-list .swiper-slide {
    width: 254px;
  }
}
.event-section .evnet-list .swiper-slide .img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 47.99em) {
  .event-section .evnet-list .swiper-slide .img {
    border-radius: 16px;
  }
}
.event-section .evnet-list .swiper-slide dl {
  margin-top: 16px;
}
.event-section .evnet-list .swiper-slide dl dt {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-section .evnet-list .swiper-slide dl dd {
  color: #464C53;
}
@media only screen and (max-width: 63.99em) {
  .event-section .evnet-list .slide-control {
    display: none;
  }
}
.event-section .evnet-list .slide-control .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-section .evnet-list .slide-control .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-section .schedule-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 63.99em) {
  .event-section .schedule-wrap {
    gap: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
}
.event-section .schedule-wrap .calendar-txt {
  width: 178px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #A50082;
  padding: 19px 16px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .calendar-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 14px 16px;
    border-radius: 10px;
  }
}
.event-section .schedule-wrap .calendar-txt .year {
  font-size: 20px;
  font-weight: 700;
  color: #F6B6E9;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .calendar-txt .month {
    position: relative;
  }
}
.event-section .schedule-wrap .calendar-txt .month strong {
  display: block;
  font-size: 56px;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .calendar-txt .month strong {
    font-size: 32px;
  }
}
.event-section .schedule-wrap .calendar-txt .month strong span {
  font-size: 32px;
}
.event-section .schedule-wrap .calendar-txt .month a {
  display: block;
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-section .schedule-wrap .calendar-txt .month a.prev {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_event_prev.svg);
  left: 16px;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .calendar-txt .month a.prev {
    left: -30px;
  }
}
.event-section .schedule-wrap .calendar-txt .month a.next {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_event_next.svg);
  right: 16px;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .calendar-txt .month a.next {
    right: -30px;
  }
}
.event-section .schedule-wrap .calendar-txt .month-eng {
  display: block;
  font-size: 19px;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .calendar-txt .month-eng {
    display: none;
  }
}
.event-section .schedule-wrap .calendar-txt .more {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  padding-right: 19px;
  background: url(/humanframe/theme/portal/assets/images/main/ico_event_more.svg) no-repeat right center;
  color: #fff;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .calendar-txt .more {
    margin: 0;
  }
}
.event-section .schedule-wrap .schedule-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.event-section .schedule-wrap .schedule-list .date {
  width: 100%;
}
.event-section .schedule-wrap .schedule-list .date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 63.99em) {
  .event-section .schedule-wrap .schedule-list .date ul {
    overflow: auto;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .date ul {
    gap: 18px;
  }
}
.event-section .schedule-wrap .schedule-list .date ul li {
  text-align: center;
}
.event-section .schedule-wrap .schedule-list .date ul li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  color: #301919;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .date ul li a:not(.active) {
    width: auto;
  }
}
.event-section .schedule-wrap .schedule-list .date ul li a.weekend {
  color: #DE3412;
}
.event-section .schedule-wrap .schedule-list .date ul li a.active {
  border-radius: 50%;
  background-color: #402970;
  color: #fff;
}
.event-section .schedule-wrap .schedule-list .list {
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 63.99em) {
  .event-section .schedule-wrap .schedule-list .list {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .list {
    padding: 24px 16px;
    margin: 16px 0 0;
    border-radius: 16px;
  }
}
.event-section .schedule-wrap .schedule-list .list ul li {
  padding-left: 12px;
  position: relative;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li {
    padding: 0;
  }
}
.event-section .schedule-wrap .schedule-list .list ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7057A3;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li::before {
    top: 11px;
  }
}
.event-section .schedule-wrap .schedule-list .list ul li + li {
  margin-top: 2px;
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li + li {
    margin-top: 10px;
  }
}
.event-section .schedule-wrap .schedule-list .list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.event-section .schedule-wrap .schedule-list .list ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 63.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li a p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li a p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.event-section .schedule-wrap .schedule-list .list ul li a strong {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 63.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li a strong {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li a strong {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
  }
}
.event-section .schedule-wrap .schedule-list .list ul li a span {
  font-size: 15px;
  color: #8A949E;
  margin-left: 24px;
  max-width: 175px;
}
@media only screen and (max-width: 63.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li a span {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 47.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li a span {
    max-width: 100%;
    margin: 27px 0 0 10px;
  }
}
.event-section .schedule-wrap .schedule-list .list ul li .team {
  font-size: 15px;
  color: #1E2124;
  text-align: right;
}
@media only screen and (max-width: 63.99em) {
  .event-section .schedule-wrap .schedule-list .list ul li .team {
    display: none;
  }
}

.notice-section .tab,
.event-section .tab {
  gap: 12px;
  margin: 0 0 24px;
}
.notice-section .tab > ul > li > a,
.event-section .tab > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 8px 12px;
}
.notice-section .tab > ul > li > a:hover,
.event-section .tab > ul > li > a:hover {
  background-color: transparent;
}
.notice-section .tab > ul > li.active > a,
.event-section .tab > ul > li.active > a {
  font-weight: 700;
  color: #222;
}

.sns-section {
  padding: 100px 0;
}
@media only screen and (max-width: 63.99em) {
  .sns-section {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 47.99em) {
  .sns-section {
    padding: 60px 16px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (max-width: 47.99em) {
  .sns-section .tit {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sns-section .tit h2 {
  font-size: 44px;
  position: relative;
}
@media only screen and (max-width: 47.99em) {
  .sns-section .tit h2 {
    font-size: 22px;
  }
}
.sns-section .tit h2::after {
  content: "";
  width: 123px;
  height: 94px;
  background: url(/humanframe/theme/portal/assets/images/main/character.svg) no-repeat 0 0;
  position: absolute;
  top: -45px;
  right: -140px;
}
@media only screen and (max-width: 47.99em) {
  .sns-section .tit h2::after {
    display: none;
  }
}
.sns-section .tit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 47.99em) {
  .sns-section .tit ul {
    gap: 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 16px;
  }
}
.sns-section .tit ul li a {
  display: block;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 47.99em) {
  .sns-section .tit ul li a {
    width: 28px;
    height: 28px;
  }
}

.chatbot-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999999;
}
@media only screen and (max-width: 63.99em) {
  .chatbot-popup {
    width: 80%;
  }
}
.chatbot-popup img {
  width: 100%;
}

@media only screen and (min-width: 100em) {
  .sns-list {
    height: 727px !important;
  }
}

.notice-rolling,
.notice-rolling-m {
  width: 516px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 71px;
  padding: 0 16px;
  border-radius: 16px;
  background-color: #E5F4FF;
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (max-width: 63.99em) {
  .notice-rolling,
  .notice-rolling-m {
    width: calc(100vw - 40px);
    height: 55px;
    position: absolute;
    top: -65px;
    left: auto;
    right: auto;
    margin: 0;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 47.99em) {
  .notice-rolling,
  .notice-rolling-m {
    display: none;
    width: 100%;
    height: 45px;
    position: static;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.notice-rolling .notice-icon,
.notice-rolling-m .notice-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66px;
  height: 39px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url("/humanframe/theme/portal/assets/images/main/ico_notice_banner.svg");
  background-color: #0B50D0;
  color: #fff;
  font-weight: 700;
  padding-left: 32px;
  border-radius: 6px;
  font-size: 15px;
}
@media only screen and (max-width: 47.99em) {
  .notice-rolling .notice-icon,
  .notice-rolling-m .notice-icon {
    background-size: 15px;
    font-size: 13px;
    width: 55px;
    height: 30px;
    line-height: 31px;
    padding-left: 25px;
  }
}
.notice-rolling .notice-swiper,
.notice-rolling-m .notice-swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 22px;
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.notice-rolling .notice-swiper .swiper-slide,
.notice-rolling-m .notice-swiper .swiper-slide {
  height: 22px;
  line-height: 22px;
}
.notice-rolling .notice-swiper .swiper-slide a,
.notice-rolling-m .notice-swiper .swiper-slide a {
  display: block;
  color: #0B50D0;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 47.99em) {
  .notice-rolling .notice-swiper .swiper-slide a,
  .notice-rolling-m .notice-swiper .swiper-slide a {
    line-height: 45px;
    font-size: 13px;
  }
}
.notice-rolling .btn,
.notice-rolling-m .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 47.99em) {
  .notice-rolling .btn,
  .notice-rolling-m .btn {
    gap: 2px;
    margin-right: 5px;
  }
}
.notice-rolling .notice-arrow,
.notice-rolling-m .notice-arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 10px;
  height: 6px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}
.notice-rolling .notice-arrow::after,
.notice-rolling-m .notice-arrow::after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.99em) {
  .notice-rolling .notice-arrow::after,
  .notice-rolling-m .notice-arrow::after {
    width: 4px;
    height: 5px;
  }
}
.notice-rolling .notice-arrow.prev::after,
.notice-rolling-m .notice-arrow.prev::after {
  border-top: transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #CDD1D5;
}
@media only screen and (max-width: 47.99em) {
  .notice-rolling .notice-arrow.prev::after,
  .notice-rolling-m .notice-arrow.prev::after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 6px;
  }
}
.notice-rolling .notice-arrow.next::after,
.notice-rolling-m .notice-arrow.next::after {
  border-bottom: transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #CDD1D5;
}
@media only screen and (max-width: 47.99em) {
  .notice-rolling .notice-arrow.next::after,
  .notice-rolling-m .notice-arrow.next::after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
  }
}