@charset "UTF-8";
/* form group gap : theme별로 달라 추가함 */
/* new mixin : 20221110 */
.main header {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.main header.active {
  background-color: #fff;
}
.main header.active .head-top,
.main header.active .head-body {
  border-bottom: 1px solid #E2E6EC;
}
.main header .head-top,
.main header .head-body {
  border-bottom: 1px solid #fff;
}
.main .container {
  padding: 0;
}

.main-head-content {
  padding-top: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 64em) {
  .main-head-content {
    padding: 80px 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 48em) {
  .main-head-content {
    gap: 5rem;
  }
}
.main-head-content .main-visual-wrap {
  border-radius: 8px;
}
.main-head-content .main-visual-wrap .inner {
  position: relative;
  width: 100%;
  max-width: 92.8rem;
  margin: 0 auto;
}
.main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide {
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 64em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide {
    background-size: 70%;
  }
}
@media only screen and (max-width: 48em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide {
    background-size: 60% !important;
    background-position: center calc(100% + 30px) !important;
  }
}
@media only screen and (max-width: 30em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide {
    background-size: 80% !important;
  }
}
.main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap {
  padding: 0px 0 0 60px;
  height: 42rem;
  width: 52rem;
  max-width: 92.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 64em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 20px;
    width: 51rem;
  }
}
@media only screen and (max-width: 48em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap {
    width: auto;
    padding: 30px 20px;
    height: 44rem;
  }
}
.main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap .title {
  font-size: 4rem;
  font-weight: 600;
  color: #000;
  line-height: 120%;
  word-break: keep-all;
}
@media only screen and (max-width: 30em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap .title {
    font-size: 2.4rem;
  }
}
.main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap .text {
  margin-top: 2rem;
  font-weight: 400;
  color: #000;
  line-height: 140%;
  word-break: keep-all;
}
@media only screen and (max-width: 30em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap .text {
    margin-top: 1rem;
    font-size: 1.4rem;
    opacity: 0.8;
  }
}
.main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap .link {
  margin-top: 5rem;
}
@media only screen and (max-width: 30em) {
  .main-head-content .main-visual-wrap .inner .visual-slide .swiper-slide .info-wrap .link {
    margin-top: 2rem;
  }
}
.main-head-content .main-visual-wrap .inner .visual-button {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  z-index: 10;
}
@media only screen and (max-width: 90em) {
  .main-head-content .main-visual-wrap .inner .visual-button {
    display: none;
  }
}
.main-head-content .main-visual-wrap .inner .visual-button.next {
  right: -2rem;
}
@media only screen and (max-width: 64em) {
  .main-head-content .main-visual-wrap .inner .visual-button.next {
    right: 0rem;
  }
}
.main-head-content .main-visual-wrap .inner .visual-button.next a {
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_next01.png);
}
.main-head-content .main-visual-wrap .inner .visual-button.prev {
  left: -2rem;
}
@media only screen and (max-width: 64em) {
  .main-head-content .main-visual-wrap .inner .visual-button.prev {
    left: 0rem;
  }
}
.main-head-content .main-visual-wrap .inner .visual-button.prev a {
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_prev01.png);
}
.main-head-content .main-visual-wrap .inner .visual-button a {
  display: block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-head-content .main-visual-wrap .inner .visual-slide-control {
  border-radius: 30px;
  background: #FFF;
  padding: 7px 16px 9px 16px;
  position: absolute;
  right: 2rem;
  bottom: 1.6rem;
  z-index: 10;
  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;
}
@media only screen and (max-width: 48em) {
  .main-head-content .main-visual-wrap .inner .visual-slide-control {
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    bottom: -4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-head-content .main-visual-wrap .inner .visual-slide-control .visual-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.main-head-content .main-visual-wrap .inner .visual-slide-control .visual-pagination span {
  margin: 0 0.4rem;
  background: rgb(65, 81, 112);
  opacity: 0.5;
  width: 6px;
  height: 6px;
}
.main-head-content .main-visual-wrap .inner .visual-slide-control .visual-pagination span.swiper-pagination-bullet-active {
  background: #31415F;
  opacity: 1;
  border-radius: 7px;
}
.main-head-content .main-visual-wrap .inner .visual-slide-control .visual-slide-stop {
  margin-left: 0.5rem;
}
.main-head-content .main-visual-wrap .inner .visual-slide-control .visual-slide-stop a {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center 4px;
  background-image: url(/humanframe/theme/portal/assets/images/main/btn_visual_slide_stop.svg);
}
.main-head-content .main-visual-wrap .inner .visual-slide-control .visual-slide-stop.active a {
  background-image: url(/humanframe/theme/portal/assets/images/main/btn_visual_slide_play.svg);
}
.main-head-content .main-service-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: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-head-content .main-service-wrap .main-service-list {
  padding: 3.2rem 2.4rem 2.4rem 2.4rem;
  border-radius: 8px;
  border: 1px solid #FED8A8;
}
.main-head-content .main-service-wrap .main-service-list .h4 {
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}
.main-head-content .main-service-wrap .main-service-list .h4 span {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 30em) {
  .main-head-content .main-service-wrap .main-service-list .h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
  }
}
.main-head-content .main-service-wrap .main-service-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.main-head-content .main-service-wrap .main-service-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-color: #F5F6F8;
  background-position: calc(100% - 24px) center;
  height: 100px;
  border-radius: 8px;
}
.main-head-content .main-service-wrap .main-service-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #222;
  padding: 10px 24px;
}
@media only screen and (max-width: 30em) {
  .main-head-content .main-service-wrap .main-service-list ul li {
    height: 80px;
    background-size: 20%;
    background-position: calc(100% - 12px) center;
  }
  .main-head-content .main-service-wrap .main-service-list ul li a {
    padding: 12px;
  }
}
.main-head-content .main-service-wrap .main-service-list ul li.ico01 {
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/ico_service01.png);
}
.main-head-content .main-service-wrap .main-service-list ul li.ico02 {
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/ico_service02.png);
}
.main-head-content .main-service-wrap .main-service-list ul li.ico03 {
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/ico_service03.png);
}
.main-head-content .main-service-wrap .main-service-list ul li.ico04 {
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/ico_service04.png);
}
.main-head-content .main-service-wrap .main-login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  padding: 16px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  background-color: #FEF0DC;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/bg_login.png);
}
.main-head-content .main-service-wrap .main-login-wrap .text {
  color: #31415F;
}
.main-head-content .main-service-wrap .main-login-wrap .text strong {
  font-size: 18px;
  font-weight: 700;
}
.main-head-content .main-service-wrap .main-login-wrap .login-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.main-head-content .main-service-wrap .main-login-wrap .login-element .btn {
  padding: 0.8rem 1.2rem;
}
@media only screen and (max-width: 30em) {
  .main-head-content .main-service-wrap .main-login-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    background-position: right center;
    height: 124px;
    background-size: 100% 124px;
  }
  .main-head-content .main-service-wrap .main-login-wrap .text {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .main-head-content .main-service-wrap .main-login-wrap .text br {
    display: none;
  }
  .main-head-content .main-service-wrap .main-login-wrap .text strong {
    font-size: 20px;
    font-weight: 700;
  }
}

.content-grid-wrap section + section {
  margin-top: 4rem;
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap section + section {
    margin-top: 2rem;
  }
}
.content-grid-wrap {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto 3.5rem auto;
}
@media only screen and (max-width: 64em) {
  .content-grid-wrap {
    padding: 0 2rem;
  }
}
.content-grid-wrap .grid-box-wrap {
  max-width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
@media only screen and (max-width: 64em) {
  .content-grid-wrap .grid-box-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0rem;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box {
  position: relative;
  border: 1px solid #DAE1E6;
  border-radius: 8px;
  padding: 3.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  .content-grid-wrap .grid-box-wrap .grid-box {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .content-grid-wrap .grid-box-wrap .grid-box + .grid-box {
    margin-top: 2rem;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.trend, .content-grid-wrap .grid-box-wrap .grid-box.public {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box.trend .grid-box-head, .content-grid-wrap .grid-box-wrap .grid-box.public .grid-box-head {
    overflow: hidden;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 10px !important;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.trend {
  padding: 0 0 32px 0;
  border: 0;
  overflow: visible;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.content-grid-wrap .grid-box-wrap .grid-box.trend .swiper-slide {
  border: 1px solid #f8d5b6;
}
.content-grid-wrap .grid-box-wrap .grid-box.trend .swiper-slide .link a {
  border-color: #f8d5b6;
}
.content-grid-wrap .grid-box-wrap .grid-box.trend .grid-box-head {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.content-grid-wrap .grid-box-wrap .grid-box.trend .grid-box-head .h4 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #222;
}
@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box.trend .grid-box-head .h4 {
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.network, .content-grid-wrap .grid-box-wrap .grid-box.schedule {
  -ms-flex-preferred-size: 33.2rem;
      flex-basis: 33.2rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.network .grid-box-head, .content-grid-wrap .grid-box-wrap .grid-box.schedule .grid-box-head {
  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;
}
@media only screen and (max-width: 64em) {
  .content-grid-wrap .grid-box-wrap .grid-box.network {
    -ms-flex-preferred-size: 49% !important;
        flex-basis: 49% !important;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.network {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-right: 0;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.schedule {
  padding: 3.2rem 3.2rem 1.6rem 3.2rem;
}
@media only screen and (max-width: 64em) {
  .content-grid-wrap .grid-box-wrap .grid-box.schedule {
    -ms-flex-preferred-size: 49% !important;
        flex-basis: 49% !important;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.schedule {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-right: 0;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.banner-new {
  -ms-flex-preferred-size: 68.8rem;
      flex-basis: 68.8rem;
  padding: 0;
}
.content-grid-wrap .grid-box-wrap .grid-box.data .grid-box-body img {
  max-width: 624px;
}
@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box.data .grid-box-body img {
    width: 100%;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace {
  -ms-flex-preferred-size: 68.8rem;
      flex-basis: 68.8rem;
  border: 1px solid #31415F;
  background: #31415F;
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace .grid-box-head {
  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;
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace .grid-box-head .h4 {
  color: #fff;
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace .grid-box-head .link {
  color: #fff;
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.workspace .grid-box-head .link {
    display: none;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace .grid-box-head .link span {
  color: #EE7709;
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace .grid-box-head .link a {
  background: url(/humanframe/theme/portal/assets/images/main/ico_compass.svg) no-repeat right center;
  background-size: 1.8rem 1.8rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace .swiper-pagination span {
  margin: 0 0.4rem;
  background: rgb(255, 255, 255);
  opacity: 0.5;
  width: 6px;
  height: 6px;
}
.content-grid-wrap .grid-box-wrap .grid-box.workspace .swiper-pagination span.swiper-pagination-bullet-active {
  background: #EE7709;
  opacity: 1;
  width: 12px;
  border-radius: 7px;
}
.content-grid-wrap .grid-box-wrap .grid-box.bid, .content-grid-wrap .grid-box-wrap .grid-box.public {
  padding: 0 0 32px 0;
  border: 0;
  overflow: visible;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.content-grid-wrap .grid-box-wrap .grid-box.bid .swiper-slide, .content-grid-wrap .grid-box-wrap .grid-box.public .swiper-slide {
  border-radius: 0.4rem;
  border: 1px solid #f8d5b6;
  height: 31.3rem;
  padding: 3.2rem 2.3rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.bid .swiper-slide .link a, .content-grid-wrap .grid-box-wrap .grid-box.public .swiper-slide .link a {
  border-color: #f8d5b6;
}
.content-grid-wrap .grid-box-wrap .grid-box.bid .grid-box-head, .content-grid-wrap .grid-box-wrap .grid-box.public .grid-box-head {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.content-grid-wrap .grid-box-wrap .grid-box.bid .grid-box-head .h4, .content-grid-wrap .grid-box-wrap .grid-box.public .grid-box-head .h4 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #222;
}
@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box.bid .grid-box-head .h4, .content-grid-wrap .grid-box-wrap .grid-box.public .grid-box-head .h4 {
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.bid .tab-sort, .content-grid-wrap .grid-box-wrap .grid-box.public .tab-sort {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-grid-wrap .grid-box-wrap .grid-box.schedule .grid-box-body {
  margin-top: 1.4rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.schedule .calendar-wrap {
  margin-top: 1.4rem;
  padding: 0 0 1.5rem 0;
}
.content-grid-wrap .grid-box-wrap .grid-box.advice, .content-grid-wrap .grid-box-wrap .grid-box.edu, .content-grid-wrap .grid-box-wrap .grid-box.recruit {
  -ms-flex-preferred-size: 68.8rem;
      flex-basis: 68.8rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.advice .grid-box-head, .content-grid-wrap .grid-box-wrap .grid-box.edu .grid-box-head, .content-grid-wrap .grid-box-wrap .grid-box.recruit .grid-box-head {
  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;
}
.content-grid-wrap .grid-box-wrap .grid-box.recruit {
  padding: 2.2rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.news {
  -ms-flex-preferred-size: 68.8rem;
      flex-basis: 68.8rem;
  height: 433px;
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.news {
    display: block;
    height: auto;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.news .grid-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.news .grid-box-head {
    display: block;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.reserve, .content-grid-wrap .grid-box-wrap .grid-box.banner {
  -ms-flex-preferred-size: 33.2rem;
      flex-basis: 33.2rem;
  border: 0;
  padding: 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel {
  -ms-flex-preferred-size: 68.8rem;
      flex-basis: 68.8rem;
  padding: 0;
  border: 0;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .tel-wrap {
  overflow: hidden;
  height: 282px;
  padding: 32px;
  border-radius: 8px;
  background-color: #FFF4DB;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) bottom;
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/img_custom.png);
}
@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box.tel .tel-wrap {
    height: 520px;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  background-color: #F5F6F8;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 20px;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li a dl dt {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 4px;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li a dl dd {
  font-size: 14px;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li a dl dd.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 20px;
  background: url(/humanframe/theme/portal/assets/images/main/2026/ico_arrow_quick.png) no-repeat right center;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li a dl dd + dd {
  margin-top: 10px;
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li:nth-child(1) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/img_q01.png);
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li:nth-child(2) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/img_q02.png);
}
.content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li:nth-child(3) a {
  background-image: url(/humanframe/theme/portal/assets/images/main/2026/img_q03.png);
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-grid-wrap .grid-box-wrap .grid-box.tel .quick-wrap li a {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 64em) {
  .content-grid-wrap .grid-box-wrap .grid-box.reserve {
    -ms-flex-preferred-size: 49% !important;
        flex-basis: 49% !important;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.reserve {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 64em) {
  .content-grid-wrap .grid-box-wrap .grid-box.banner {
    -ms-flex-preferred-size: 49% !important;
        flex-basis: 49% !important;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.banner {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-right: 0;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.biz {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border: 1px solid #F5F6F8;
  background: #F5F6F8;
}
.content-grid-wrap .grid-box-wrap .grid-box.biz .grid-box-head {
  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;
}
.content-grid-wrap .grid-box-wrap .grid-box.biz .grid-box-head + .slide-tab-wrap {
  margin-top: 2rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.biz .swiper-slide {
  width: 32.2rem;
  margin-right: 1.5rem;
  -webkit-box-shadow: 0px 0px 0px rgba(65, 81, 112, 0);
          box-shadow: 0px 0px 0px rgba(65, 81, 112, 0);
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box.biz .swiper-slide {
    width: 100%;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box.newsletter {
  -ms-flex-preferred-size: 68.8rem;
      flex-basis: 68.8rem;
  position: relative;
}
.content-grid-wrap .grid-box-wrap .grid-box.newsletter:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10rem;
  background: #EAECF0;
  z-index: 1;
}
.content-grid-wrap .grid-box-wrap .grid-box.newsletter .grid-box-head {
  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;
}
.content-grid-wrap .grid-box-wrap .grid-box.newsletter .swiper-slide {
  width: 18.2rem;
  margin-right: 1.6rem;
  -webkit-box-shadow: 0px 0px 0px rgba(65, 81, 112, 0);
          box-shadow: 0px 0px 0px rgba(65, 81, 112, 0);
}
.content-grid-wrap .grid-box-wrap .grid-box.newsletter .slide-tab-wrap {
  margin-top: 2.4rem;
}
.content-grid-wrap .grid-box-wrap .grid-box.newsletter .grid-box-body {
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}
.content-grid-wrap .grid-box-wrap .grid-box.newsletter .news-script {
  padding-right: 2rem;
  font-weight: 600;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_bookmark.svg) no-repeat right 2px;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head {
  position: relative;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .more-btn {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .more-btn a {
  height: 2.2rem;
  font-size: 1.6rem;
  padding-right: 12px;
  display: block;
  background: url(/humanframe/theme/portal/assets/images/main/ico_arrow_more.svg) no-repeat right center;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .h4 {
  font-size: 2rem;
  color: #222;
  font-weight: 600;
  line-height: 100%;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.news {
  padding: 0 0 0 2.5rem;
  gap: 12px;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.news::after {
  display: block;
}
@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.news {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.trend, .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.trend li, .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.public li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    gap: 5px;
    margin-right: 0 !important;
  }
  .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.trend li a, .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort.public li a {
    white-space: nowrap;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort:not(.news) {
  position: relative;
  padding: 0 0 0 2.5rem;
  overflow: visible;
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort:not(.news) {
    padding: 1.2rem 0 0 0;
  }
  .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort:not(.news)::after {
    display: none;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort:not(.news) li {
  margin-right: 8px;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort:not(.news) li::after {
  display: none;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort:not(.news) li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #E2E6EC;
  background: #FFF;
  padding: 0 16px;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head .tab-sort:not(.news) li.active a {
  background: #E94232;
  font-weight: 600;
  color: #fff;
  border: 1px solid #E94232;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head > .link a {
  font-weight: 600;
  padding-right: 2rem;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_compass.svg) no-repeat right center;
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-head > .link a span {
  color: #E94232;
}
@media only screen and (max-width: 30em) {
  .content-grid-wrap .grid-box-wrap .grid-box .grid-box-head > .link {
    display: none;
  }
}
.content-grid-wrap .grid-box-wrap .grid-box .grid-box-body {
  margin-top: 2.4rem;
  position: relative;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-slide {
  width: 26.8rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 0px 8px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 8px rgba(65, 81, 112, 0.1);
  margin-right: 1.6rem;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-slide:last-child {
  margin-right: 0;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -2.5rem;
  width: 100%;
  text-align: center;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-pagination span {
  margin: 0 0.4rem;
  background: rgb(65, 81, 112);
  opacity: 0.5;
  width: 6px;
  height: 6px;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-pagination span.swiper-pagination-bullet-active {
  background: #31415F;
  opacity: 1;
  width: 12px;
  border-radius: 7px;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  z-index: 2;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-button.prev {
  left: -2rem;
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_prev01.png);
  background-size: cover;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-button.next {
  right: -2rem;
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_next01.png);
  background-size: cover;
}
.content-grid-wrap .grid-box-wrap .grid-box .swiper-button a {
  display: block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
}

.bid-public-slide-list-wrap,
.bid-slide-list-wrap,
.trend-slide-list-wrap,
.public-slide-list-wrap {
  display: none;
}
.bid-public-slide-list-wrap .more-btn,
.bid-slide-list-wrap .more-btn,
.trend-slide-list-wrap .more-btn,
.public-slide-list-wrap .more-btn {
  position: absolute;
  right: 0;
  top: -4.2rem;
}
@media only screen and (max-width: 48em) {
  .bid-public-slide-list-wrap .more-btn,
  .bid-slide-list-wrap .more-btn,
  .trend-slide-list-wrap .more-btn,
  .public-slide-list-wrap .more-btn {
    top: -3rem;
  }
}
.bid-public-slide-list-wrap .more-btn a,
.bid-slide-list-wrap .more-btn a,
.trend-slide-list-wrap .more-btn a,
.public-slide-list-wrap .more-btn a {
  height: 2.2rem;
  font-size: 1.6rem;
  padding-right: 12px;
  display: block;
  background: url(/humanframe/theme/portal/assets/images/main/ico_arrow_more.svg) no-repeat right center;
}

.trend-list-wrap {
  overflow: hidden;
}
.trend-list-wrap.is-open .trend-list-head {
  display: none;
}
.trend-list-wrap.is-open .trend-list-body {
  overflow: hidden;
  border: 0;
  border-radius: 0.4rem;
  height: 31.3rem;
  border-top-width: 1;
}
.trend-list-wrap.is-open .trend-list-body .info {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 6rem;
  display: none;
}
.trend-list-wrap.is-open .trend-list-body .link {
  margin-top: 1.5rem;
}
.trend-list-wrap .trend-list-head {
  position: relative;
}
.trend-list-wrap .trend-list-head .img {
  height: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.trend-list-wrap .trend-list-body {
  overflow: hidden;
  border: 1px solid #DAE1E6;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  height: 16.6rem;
  padding: 3.2rem 2.3rem;
  border-top-width: 0;
}
.trend-list-wrap .trend-list-body .cate {
  font-size: 1.4rem;
  color: #E94232;
}
.trend-list-wrap .trend-list-body .subject {
  padding-bottom: 2rem;
  border-bottom: 1px solid #E2E6EC;
}
.trend-list-wrap .trend-list-body .subject a {
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 7.6rem;
}
.trend-list-wrap .trend-list-body .subject {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  line-height: 2.5rem;
}
.trend-list-wrap .trend-list-body .info {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trend-list-wrap .trend-list-body .info br {
  display: none;
}
.trend-list-wrap .trend-list-body .day {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #757575;
}
.trend-list-wrap .trend-list-body .public-info > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6rem;
}
.trend-list-wrap .trend-list-body .public-info > dl + dl {
  margin-top: 0.8rem;
}
.trend-list-wrap .trend-list-body .public-info > dl dt {
  font-size: 1.4rem;
  color: #444;
  margin-right: 1.2rem;
  width: 4rem;
}
.trend-list-wrap .trend-list-body .public-info > dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trend-list-wrap .trend-list-body .public-info .link {
  margin-top: 1.6rem;
}

.bid-list-wrap .bid-list-head,
.bid-list-wrap .bid-public-list-head,
.bid-list-wrap .public-list-head,
.bid-public-list-wrap .bid-list-head,
.bid-public-list-wrap .bid-public-list-head,
.bid-public-list-wrap .public-list-head,
.public-list-wrap .bid-list-head,
.public-list-wrap .bid-public-list-head,
.public-list-wrap .public-list-head {
  padding-bottom: 2rem;
  border-bottom: 1px solid #E2E6EC;
}
.bid-list-wrap .bid-list-head .cate,
.bid-list-wrap .bid-public-list-head .cate,
.bid-list-wrap .public-list-head .cate,
.bid-public-list-wrap .bid-list-head .cate,
.bid-public-list-wrap .bid-public-list-head .cate,
.bid-public-list-wrap .public-list-head .cate,
.public-list-wrap .bid-list-head .cate,
.public-list-wrap .bid-public-list-head .cate,
.public-list-wrap .public-list-head .cate {
  font-size: 1.4rem;
  color: #E94232;
}
.bid-list-wrap .bid-list-head .subject,
.bid-list-wrap .bid-public-list-head .subject,
.bid-list-wrap .public-list-head .subject,
.bid-public-list-wrap .bid-list-head .subject,
.bid-public-list-wrap .bid-public-list-head .subject,
.bid-public-list-wrap .public-list-head .subject,
.public-list-wrap .bid-list-head .subject,
.public-list-wrap .bid-public-list-head .subject,
.public-list-wrap .public-list-head .subject {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 7.6rem;
}
.bid-list-wrap .public-info > dl,
.bid-public-list-wrap .public-info > dl,
.public-list-wrap .public-info > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6rem;
}
.bid-list-wrap .public-info > dl + dl,
.bid-public-list-wrap .public-info > dl + dl,
.public-list-wrap .public-info > dl + dl {
  margin-top: 0.8rem;
}
.bid-list-wrap .public-info > dl dt,
.bid-public-list-wrap .public-info > dl dt,
.public-list-wrap .public-info > dl dt {
  font-size: 1.4rem;
  color: #444;
  margin-right: 1.2rem;
}
.bid-list-wrap .public-info > dl dd,
.bid-public-list-wrap .public-info > dl dd,
.public-list-wrap .public-info > dl dd {
  font-size: 1.4rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bid-list-wrap .public-info .link,
.bid-public-list-wrap .public-info .link,
.public-list-wrap .public-info .link {
  margin-top: 1.6rem;
}
.bid-list-wrap .bid-list-body,
.bid-list-wrap .public-list-body,
.bid-public-list-wrap .bid-list-body,
.bid-public-list-wrap .public-list-body,
.public-list-wrap .bid-list-body,
.public-list-wrap .public-list-body {
  padding-top: 1.6rem;
}
.bid-list-wrap .bid-list-body .dday,
.bid-list-wrap .public-list-body .dday,
.bid-public-list-wrap .bid-list-body .dday,
.bid-public-list-wrap .public-list-body .dday,
.public-list-wrap .bid-list-body .dday,
.public-list-wrap .public-list-body .dday {
  padding-left: 2.8rem;
  font-size: 2.4rem;
  color: #31415F;
  font-weight: 600;
  background: url(/humanframe/theme/portal/assets/images/main/ico_calendar.svg) no-repeat left center;
}
.bid-list-wrap .bid-list-body .day,
.bid-list-wrap .public-list-body .day,
.bid-public-list-wrap .bid-list-body .day,
.bid-public-list-wrap .public-list-body .day,
.public-list-wrap .bid-list-body .day,
.public-list-wrap .public-list-body .day {
  margin-top: 0.6rem;
  color: #757575;
}
.bid-list-wrap .bid-list-body .link,
.bid-list-wrap .public-list-body .link,
.bid-public-list-wrap .bid-list-body .link,
.bid-public-list-wrap .public-list-body .link,
.public-list-wrap .bid-list-body .link,
.public-list-wrap .public-list-body .link {
  margin-top: 1.6rem;
  position: relative;
  padding-right: 60px;
}
.bid-list-wrap .bid-list-body .link .is-danger,
.bid-list-wrap .public-list-body .link .is-danger,
.bid-public-list-wrap .bid-list-body .link .is-danger,
.bid-public-list-wrap .public-list-body .link .is-danger,
.public-list-wrap .bid-list-body .link .is-danger,
.public-list-wrap .public-list-body .link .is-danger {
  display: block;
}
.bid-list-wrap .bid-list-body .link .is-default,
.bid-list-wrap .public-list-body .link .is-default,
.bid-public-list-wrap .bid-list-body .link .is-default,
.bid-public-list-wrap .public-list-body .link .is-default,
.public-list-wrap .bid-list-body .link .is-default,
.public-list-wrap .public-list-body .link .is-default {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 5rem;
  min-width: auto;
  padding: 0.8rem 0;
}

.public-box-wrap {
  background: #F5F6F8;
  border-radius: 4px;
  position: relative;
}
.public-box-wrap .public-box-head {
  position: relative;
  padding: 3.2rem;
}
.public-box-wrap .public-box-head .h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.public-box-wrap .public-box-head .swiper-slide {
  padding: 2.4rem;
  border-radius: 4px;
  border: 1px solid #DAE1E6;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(65, 81, 112, 0.1);
}
.public-box-wrap .public-box-head .swiper-slide dl {
  line-height: 100%;
  padding-right: 0;
  background: none;
}
.public-box-wrap .public-box-head .swiper-slide dl dt {
  font-size: 1.8rem;
}
.public-box-wrap .public-box-head .swiper-slide dl dd {
  font-size: 1.4rem;
  line-height: 120%;
}
.public-box-wrap .public-box-head .swiper-slide dl dd.link {
  font-size: 1.6rem;
}
.public-box-wrap .public-box-head .public-slide-wrap {
  margin-top: 2.4rem;
  position: relative;
}
.public-box-wrap .public-box-head .public-slide-wrap .public-slide-button {
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  z-index: 2;
}
.public-box-wrap .public-box-head .public-slide-wrap .public-slide-button.prev {
  left: -2rem;
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_prev01.png);
  background-size: cover;
}
.public-box-wrap .public-box-head .public-slide-wrap .public-slide-button.next {
  right: -2rem;
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_next01.png);
  background-size: cover;
}
.public-box-wrap .public-box-head .public-slide-wrap .public-slide-button a {
  display: block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
}
.public-box-wrap .public-box-head .public-slide-wrap .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -2.5rem;
  width: 100%;
  text-align: center;
}
.public-box-wrap .public-box-head .public-slide-wrap .swiper-pagination span {
  margin: 0 0.4rem;
  background: rgb(65, 81, 112);
  opacity: 0.5;
  width: 6px;
  height: 6px;
}
.public-box-wrap .public-box-head .public-slide-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background: #31415F;
  opacity: 1;
  width: 12px;
  border-radius: 7px;
}
.public-box-wrap .public-box-body {
  padding: 3.2rem;
  border-top: 1px solid #DAE1E6;
}
.public-box-wrap .public-box-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12.8rem;
  padding: 0 2.2rem;
}
.public-box-wrap .public-box-body ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.public-box-wrap .public-box-body ul li:last-child::after {
  display: none;
}
.public-box-wrap .public-box-body ul li:after {
  content: "";
  position: absolute;
  right: -6.2rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DAE1E6;
}
@media only screen and (max-width: 48em) {
  .public-box-wrap .public-box-body ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
  .public-box-wrap .public-box-body ul li:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -1.6rem;
    width: auto;
    height: 1px;
    background: #DAE1E6;
  }
}
.public-box-wrap dl {
  overflow: hidden;
  padding-right: 6.7rem;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.public-box-wrap dl.s1 {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_service01.png);
}
.public-box-wrap dl.s2 {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_service02.png);
}
.public-box-wrap dl.s3 {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_service03.png);
}
.public-box-wrap dl dt {
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.public-box-wrap dl dd {
  font-size: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.public-box-wrap dl dd.link {
  margin-top: 1rem;
  padding: 0.1rem;
}
.public-box-wrap dl dd.link a {
  display: inline-block;
  font-size: 1.6rem;
  padding-right: 15px;
  background: url(/humanframe/theme/portal/assets/images/main/ico_arrow_right.svg) no-repeat right 3px;
}
.public-box-wrap dl dd.state {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
  padding-left: 1.8rem;
  background: url(/humanframe/theme/portal/assets/images/main/ico_people.svg) no-repeat 0px center;
}
.public-box-wrap dl dd.state span {
  color: #E94232;
}
.public-box-wrap .title-wrap {
  position: absolute;
  left: 3.8rem;
  top: 4rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #E2E6EC;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 3rem;
}
@media only screen and (max-width: 64em) {
  .public-box-wrap .title-wrap {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-right: 0;
    padding-right: 0;
  }
}
.public-box-wrap .title-wrap .text {
  font-size: 2rem;
  color: #222;
  font-weight: 600;
  line-height: 100%;
}

.workspace-list-wrap {
  overflow: hidden;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  -webkit-box-shadow: 0px 0px 8px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 8px rgba(65, 81, 112, 0.1);
}
.workspace-list-wrap .card-head {
  position: relative;
  height: 15rem;
}
.workspace-list-wrap .card-head .img {
  height: 15rem;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}
.workspace-list-wrap .card-head .cate {
  position: absolute;
  left: 0;
  top: 0;
  background: #EE7709;
  padding: 0 0.8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
  color: #31415F;
  font-weight: 600;
  border-bottom-right-radius: 0.4rem;
}
.workspace-list-wrap .card-head .ico {
  position: absolute;
  bottom: -2rem;
  right: 2.4rem;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.workspace-list-wrap .card-body {
  overflow: hidden;
  border: 1px solid #DAE1E6;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  height: 16.6rem;
  padding: 2.4rem;
  border-top-width: 0;
  background-color: #fff;
}
.workspace-list-wrap .card-body .cate {
  font-size: 1.4rem;
  color: #E94232;
  font-weight: 600;
}
.workspace-list-wrap .card-body .subject {
  margin-top: 0.6rem;
  font-size: 2rem;
  color: #222;
  font-weight: 600;
  line-height: 2.8rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.workspace-list-wrap .card-body dl {
  padding-bottom: 2rem;
  border-bottom: 1px solid #E2E6EC;
}
.workspace-list-wrap .card-body dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workspace-list-wrap .card-body dl dd {
  font-size: 1.4rem;
  margin-top: 0.6rem;
  color: #444;
  line-height: 2rem;
  height: 3.8rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.workspace-list-wrap .card-body .count-wrap {
  margin-top: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.workspace-list-wrap .card-body .count-wrap .state {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.8rem !important;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 0.8rem;
  height: 2.2rem;
}
.workspace-list-wrap .card-body .count-wrap .state.is-accept {
  border: 1px solid #008B8C;
  color: #008B8C;
}
.workspace-list-wrap .card-body .count-wrap .state.is-request {
  border: 1px solid #1F299C;
  color: #1F299C;
}
.workspace-list-wrap .card-body .count-wrap .state.is-close {
  border: 1px solid #757575;
  color: #757575;
}
.workspace-list-wrap .card-body .count-wrap .new {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_new_large.svg) no-repeat 0 0;
}

.network-list-wrap li {
  padding: 2rem 0;
}
.network-list-wrap li:first-child {
  padding: 0 0 2rem 0;
}
.network-list-wrap li:last-child {
  padding: 2rem 0 0 0;
}
.network-list-wrap li + li {
  border-top: 1px solid #E2E6EC;
}
.network-list-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
  background: url(/humanframe/theme/portal/assets/images/main/ico_arrow_right_red.svg) no-repeat right center;
}
.network-list-wrap li a .logo {
  -ms-flex-preferred-size: 4.8rem;
      flex-basis: 4.8rem;
  margin-right: 0.8rem;
}
.network-list-wrap li a dl dt {
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
}
.network-list-wrap li a dl dd {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #757575;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aside-schedule-wrap .schedule-head {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.aside-schedule-wrap .schedule-head .schedule-title {
  color: #222222;
  font-weight: 600;
  font-size: 2rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  white-space: nowrap;
}
.aside-schedule-wrap .schedule-head .calendar-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-schedule-wrap .schedule-head .calendar-head .calendar-title {
  margin: 0;
  padding: 0;
  color: #E94232;
  font-size: 2rem;
  font-weight: 400;
}
.aside-schedule-wrap .schedule-head .calendar-head .btn {
  display: inline-block;
  position: relative;
  /*top:50%;
  margin-top:-2.0rem;
  */
  width: 2em;
  height: 2em;
  min-width: 0;
  min-height: 0;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  padding: 0;
}
.aside-schedule-wrap .schedule-head .calendar-head .btn > span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.aside-schedule-wrap .schedule-head .calendar-head .btn.prev {
  background-image: url(/humanframe/theme/workspace/assets/image/_layout/calendar_btn_prev.svg);
}
.aside-schedule-wrap .schedule-head .calendar-head .btn.next {
  background-image: url(/humanframe/theme/workspace/assets/image/_layout/calendar_btn_next.svg);
}
.aside-schedule-wrap .schedule-head .schedule-month {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
}
.aside-schedule-wrap .calendar-wrap {
  padding: 0 0 2rem 0;
}
.aside-schedule-wrap .calendar-wrap table th {
  width: 14.2857142857%;
  height: 2rem;
  padding: 0.4rem 0;
  color: #757575;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.aside-schedule-wrap .calendar-wrap table td {
  width: 14.2857142857%;
  height: 3.2rem;
  color: #222;
  text-align: center;
}
.aside-schedule-wrap .calendar-wrap table td > div {
  position: relative;
  border-radius: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
}
.aside-schedule-wrap .calendar-wrap table td > div.has-event .event {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0.4rem;
  right: 0.8rem;
  z-index: 1;
  text-align: right;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  gap: 0.4rem;
}
.aside-schedule-wrap .calendar-wrap table td > div.has-event .event i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0;
}
.aside-schedule-wrap .calendar-wrap table td > div.has-event .event i > em {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.aside-schedule-wrap .calendar-wrap table td > div.has-event .event i.type01 {
  background-color: #E94232;
}
.aside-schedule-wrap .calendar-wrap table td > div.has-event .event i.type02 {
  background-color: #FCBB15;
}
.aside-schedule-wrap .calendar-wrap table td > div.has-event .event i.type03 {
  background-color: #00A4A6;
}
.aside-schedule-wrap .calendar-wrap table td > div.has-event:hover, .aside-schedule-wrap .calendar-wrap table td > div.has-event:focus {
  background-color: #F5F6F8;
}
.aside-schedule-wrap .calendar-wrap table td > div.is-active {
  background-color: #E94232;
  color: #fff;
}
.aside-schedule-wrap .calendar-wrap table td > div.is-active a {
  color: #fff;
}
.aside-schedule-wrap .calendar-wrap table td > div.is-active a:hover, .aside-schedule-wrap .calendar-wrap table td > div.is-active a:focus {
  background-color: #E94232;
}
.aside-schedule-wrap .calendar-wrap table td > div a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  padding: 0;
  line-height: 3.2rem;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  border-radius: 1.2rem;
  text-align: center;
}
.aside-schedule-wrap .calendar-wrap table td > div a.ui-state-active {
  background-color: #E94232;
  color: #fff;
}
.aside-schedule-wrap .calendar-wrap .ui-widget.ui-widget-content {
  border: 0;
}
.aside-schedule-wrap .calendar-wrap .ui-datepicker-inline {
  border-radius: 0;
}
.aside-schedule-wrap .calendar-wrap .ui-datepicker td span,
.aside-schedule-wrap .calendar-wrap .ui-datepicker td a {
  border: 0;
  background-color: transparent;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
}
.aside-schedule-wrap .calendar-wrap .ui-datepicker,
.aside-schedule-wrap .calendar-wrap .ui-datepicker-inline {
  width: 100%;
  padding: 0;
}
.aside-schedule-wrap .calendar-wrap .ui-datepicker .ui-datepicker-header,
.aside-schedule-wrap .calendar-wrap .ui-datepicker-inline .ui-datepicker-header {
  display: none !important;
  padding: 0;
}
.aside-schedule-wrap .event-wrap {
  display: block;
  position: relative;
  padding: 1.4rem 0 0 0;
}
.aside-schedule-wrap .event-wrap::before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  border-top: 1px solid #DAE1E6;
}
.aside-schedule-wrap .event-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -0.9rem;
  z-index: 1;
  width: 100%;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: 50% 50%;
  background-image: url(/humanframe/theme/workspace/assets/image/_layout/aside_event_view.svg);
}
.aside-schedule-wrap .event-wrap .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #222;
  font-weight: 600;
}
.aside-schedule-wrap .event-wrap .date::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/humanframe/theme/workspace/assets/image/_layout/aside_event_arw.svg);
  background-size: 1.6rem 1.6rem;
}
.aside-schedule-wrap .event-wrap .event-list-wrap {
  display: block;
  padding-top: 1rem;
}
.aside-schedule-wrap .event-wrap .event-list-wrap ul > li {
  padding: 0.2rem 0;
}
.aside-schedule-wrap .event-wrap .event-list-wrap ul > li:nth-child(n+3) {
  display: none;
}
.aside-schedule-wrap .event-wrap .event-list-wrap ul > li a {
  display: block;
  position: relative;
  padding-left: 1.2rem;
  text-align: left;
  color: #444444;
  font-size: 1.4rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside-schedule-wrap .event-wrap .event-list-wrap ul > li a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #E94232;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.calendar-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
}
.calendar-control-wrap .calendar-title {
  margin: 0;
  padding: 0;
  color: #E94232;
  font-size: 2rem;
  font-weight: 400;
}
.calendar-control-wrap > .btn {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  min-width: 0;
  min-height: 0;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
  padding: 0;
}
.calendar-control-wrap > .btn > span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}
.calendar-control-wrap > .btn.prev {
  background-image: url(/humanframe/theme/workspace/assets/image/_layout/calendar_btn_prev.svg);
}
.calendar-control-wrap > .btn.next {
  background-image: url(/humanframe/theme/workspace/assets/image/_layout/calendar_btn_next.svg);
}

.advice-list-wrap {
  overflow: hidden;
  border: 1px solid #DAE1E6;
  border-radius: 0.4rem;
}
.advice-list-wrap .advice-list-head {
  position: relative;
}
.advice-list-wrap .advice-list-head .img {
  height: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.advice-list-wrap .advice-list-body {
  overflow: hidden;
  height: 16.6rem;
  padding: 2rem 2.4rem;
}
.advice-list-wrap .advice-list-body .subject {
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advice-list-wrap .advice-list-body .info {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #444;
  height: 3.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.advice-list-wrap .advice-list-body .link {
  margin-top: 1.6rem;
  position: relative;
  padding-right: 60px;
}
.advice-list-wrap .advice-list-body .link .is-danger {
  display: block;
}
.advice-list-wrap .advice-list-body .link .is-default {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 5rem;
  min-width: auto;
  padding: 0.8rem 0;
}

.edu-list-wrap {
  overflow: hidden;
  border: 1px solid #DAE1E6;
  border-radius: 0.4rem;
}
.edu-list-wrap .edu-list-head {
  position: relative;
}
.edu-list-wrap .edu-list-head .img {
  height: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.edu-list-wrap .edu-list-head .bookmark {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  z-index: 2;
}
.edu-list-wrap .edu-list-head .bookmark a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #DAE1E6;
  border-radius: 0.4rem;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_start.svg) #fff no-repeat center center;
}
.edu-list-wrap .edu-list-head .bookmark a:hover, .edu-list-wrap .edu-list-head .bookmark a:active {
  background: url(/humanframe/theme/portal/assets/images/ico/ico_bookmark_yellow.svg) #fff no-repeat center center;
}
.edu-list-wrap .edu-list-body {
  overflow: hidden;
  height: 16.6rem;
  padding: 2rem 2.4rem;
}
.edu-list-wrap .edu-list-body .cate {
  font-size: 1.4rem;
  color: #E94232;
  font-weight: 600;
}
.edu-list-wrap .edu-list-body .subject {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edu-list-wrap .edu-list-body .info {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #444;
  height: 3.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.edu-list-wrap .edu-list-body .link {
  margin-top: 1rem;
  text-align: right;
}
.edu-list-wrap .edu-list-body .link a {
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 1.2rem;
  font-weight: 600;
  color: #E94232;
  border-bottom: 1px solid #E94232;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_plus_red.svg) no-repeat right center;
}

.recruit-list-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit-list-wrap li:first-child {
  padding: 0 0 2rem 0;
}
.recruit-list-wrap li:last-child {
  padding: 2rem 0 0 0;
}
.recruit-list-wrap li + li {
  padding: 2rem 0;
  border-top: 1px solid #E2E6EC;
}
.recruit-list-wrap li .left-element {
  overflow: hidden;
}
.recruit-list-wrap li .left-element .company {
  font-size: 1.4rem;
  line-height: 100%;
}
.recruit-list-wrap li .left-element .subject {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit-list-wrap li .left-element .info {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #757575;
}
.recruit-list-wrap li .right-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-list-wrap li .right-element .day {
  font-size: 1.4rem;
  color: #31415F;
  font-weight: 600;
  line-height: 120%;
}
.recruit-list-wrap li .right-element .name {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #757575;
  line-height: 120%;
  white-space: nowrap;
}
.recruit-list-wrap li .right-element .link {
  margin-top: 0.8rem;
  position: relative;
  padding-right: 3.4rem;
}
.recruit-list-wrap li .right-element .link .bookmark {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.recruit-list-wrap li .right-element .link .bookmark a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #DAE1E6;
  border-radius: 0.4rem;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_start.svg) #fff no-repeat center center;
}
.recruit-list-wrap li .right-element .link .bookmark a:hover, .recruit-list-wrap li .right-element .link .bookmark a:active {
  background: url(/humanframe/theme/portal/assets/images/ico/ico_bookmark_yellow.svg) #fff no-repeat center center;
}

.reserve-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.2rem;
  background: url(/humanframe/theme/portal/assets/images/main/img_reserve.png) no-repeat 0px 0px;
  background-size: cover;
  height: 42.4rem;
}
.reserve-box-wrap .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
.reserve-box-wrap .text {
  margin-top: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.reserve-box-wrap .link {
  margin-top: 2rem;
}
.reserve-box-wrap .inner {
  height: 20.4rem;
  border-radius: 0.8rem;
  width: 100%;
  padding: 3.2rem;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (max-width: 30em) {
  .reserve-box-wrap .inner {
    background-size: cover;
  }
}
.reserve-box-wrap .inner.r1 {
  background-image: url(/humanframe/theme/portal/assets/images/main/bg_service01.png);
}
.reserve-box-wrap .inner.r2 {
  background-image: url(/humanframe/theme/portal/assets/images/main/bg_service02.png);
}
.reserve-box-wrap .inner dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 140%;
}
.reserve-box-wrap .inner dl dd {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.reserve-box-wrap .inner .link {
  margin-top: 1rem;
  text-align: right;
}
.reserve-box-wrap .inner .link a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background: #E94232;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}

.banner-slide-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.banner-slide-wrap .banner-slide img {
  width: 100%;
  height: 100%;
}
.banner-slide-wrap .banner-slide .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0.8rem;
  overflow: hidden;
}
.banner-slide-wrap .banner-slide .swiper-slide a {
  display: block;
}
.banner-slide-wrap .term-wrap {
  background: url(/humanframe/theme/portal/assets/images/content/img_sample01.png);
  padding: 3.2rem;
  height: 42.4rem;
  background-size: cover;
}
.banner-slide-wrap .term-wrap dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.banner-slide-wrap .term-wrap dl dd {
  color: #fff;
  line-height: 140%;
  margin-top: 1.5rem;
}
.banner-slide-wrap .banner-slide-control {
  position: absolute;
  right: 0.8rem;
  bottom: 1.2rem;
  z-index: 10;
  background: #fff;
  border-radius: 1.6rem;
  padding: 0.8rem 1rem;
  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;
}
.banner-slide-wrap .banner-slide-control .banner-slide-button a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.banner-slide-wrap .banner-slide-control .banner-slide-button.next a {
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_calender_next.png);
}
.banner-slide-wrap .banner-slide-control .banner-slide-button.prev a {
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_calender_prev.png);
}
.banner-slide-wrap .banner-slide-control .banner-slide-button.stop {
  margin-left: 0.8rem;
}
.banner-slide-wrap .banner-slide-control .banner-slide-button.stop a {
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_stop.png);
}
.banner-slide-wrap .banner-slide-control .banner-slide-button.play {
  margin-left: 0.8rem;
}
.banner-slide-wrap .banner-slide-control .banner-slide-button.play a {
  background-image: url(/humanframe/theme/portal/assets/images/ico/ico_slide_play.svg);
}
.banner-slide-wrap .banner-slide-control .banner-slide-count {
  font-size: 1.6rem;
  font-weight: 400;
  color: #757575;
  margin: 0 0.8rem;
  width: 5.5rem;
  text-align: center;
}
.banner-slide-wrap .banner-slide-control .banner-slide-count .swiper-pagination-current {
  font-weight: 600;
  color: #E94232;
}

.member-wrap {
  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;
  height: 10rem;
  border-radius: 0.8rem;
  overflow: hidden;
  padding: 0 4rem;
  background: url(/humanframe/theme/portal/assets/images/main/bg_login.png) no-repeat 0px 0px;
  background-size: cover;
}
@media only screen and (max-width: 64em) {
  .member-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #31415F;
    padding: 3rem 0;
    height: auto;
  }
}
@media only screen and (max-width: 64em) and (max-width: 48em) {
  .member-wrap {
    padding: 3rem 3.2rem;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.member-wrap .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #EBEBEB;
}
@media only screen and (max-width: 64em) {
  .member-wrap .title {
    margin-bottom: 2rem;
    text-align: center;
    padding: 0 2rem;
    font-size: 2rem;
  }
}
.member-wrap .title span {
  color: #FCBB15;
}
.member-wrap .right-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.3rem;
}
@media only screen and (max-width: 48em) {
  .member-wrap .right-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .member-wrap .right-element .biz-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .member-wrap .right-element .biz-element a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 1.1rem 1.5rem 0.9rem 1.5rem;
  }
  .member-wrap .right-element .biz-element a:nth-child(2) .icon {
    display: none;
  }
  .member-wrap .right-element .login-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .member-wrap .right-element .login-element a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.member-wrap .right-element .biz-element a:nth-child(1) {
  display: none;
}
@media only screen and (max-width: 64em) {
  .member-wrap .right-element .biz-element a:nth-child(1) {
    display: inline-block;
  }
}

.biz-list-wrap {
  position: relative;
  background: #fff;
  padding: 3.2rem 2.3rem;
  border-radius: 0.4rem;
  border: 1px solid #E2E6EC;
  min-height: 25.8rem;
}
.biz-list-wrap .bookmark {
  display: block;
  position: absolute;
  right: 1.2rem;
  top: 1.3rem;
  z-index: 2;
}
.biz-list-wrap .bookmark a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #DAE1E6;
  border-radius: 0.4rem;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_start.svg) #fff no-repeat center center;
}
.biz-list-wrap .bookmark a:hover, .biz-list-wrap .bookmark a:active {
  background: url(/humanframe/theme/portal/assets/images/ico/ico_bookmark_yellow.svg) #fff no-repeat center center;
}
.biz-list-wrap .subject {
  font-size: 2rem;
  color: #222;
  font-weight: 600;
  padding-right: 3rem;
  height: 6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.biz-list-wrap .info {
  margin-top: 1.6rem;
  line-height: 2.2rem;
  height: 4.3rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.biz-list-wrap .biz-list-footer {
  border-top: 1px solid #E2E6EC;
  margin-top: 2rem;
  padding-top: 1.5rem;
  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;
  position: absolute;
  left: 2.3rem;
  right: 2.3rem;
  bottom: 2.3rem;
}
.biz-list-wrap .biz-list-footer .count {
  color: #222;
}
.biz-list-wrap .biz-list-footer .count span {
  color: #E94232;
  font-weight: 600;
  margin-left: 0.3rem;
}

.tour-news-list {
  display: none;
  position: relative;
}
.tour-news-list .more-btn {
  position: absolute;
  right: 0;
  top: -4.5rem;
}
.tour-news-list .more-btn a {
  height: 2.2rem;
  font-size: 1.6rem;
  padding-right: 12px;
  display: block;
  background: url(/humanframe/theme/portal/assets/images/main/ico_arrow_more.svg) no-repeat right center;
}
.tour-news-list ul li {
  padding-bottom: 2rem;
  border-bottom: 1px solid #E2E6EC;
}
.tour-news-list ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.tour-news-list ul li a {
  display: block;
}
.tour-news-list ul li a .img {
  float: right;
  margin-left: 1.6rem;
}
.tour-news-list ul li a .subject {
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-news-list ul li a .info {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-news-list ul li a .day {
  font-size: 1.4rem;
  color: #757575;
  margin-top: 0.8rem;
}
.tour-news-list ul li + li {
  margin-top: 2rem;
}

.newsletter-list-wrap .img {
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 4px 0px rgba(65, 81, 112, 0.1);
  height: 20.8rem;
}
.newsletter-list-wrap .img img {
  width: 100%;
  height: 100%;
}
.newsletter-list-wrap .subject {
  margin-top: 1rem;
  line-height: 140%;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.newsletter-list-wrap .day {
  color: #757575;
  font-size: 1.4rem;
  text-align: center;
}

.guide-wrap {
  border-top: 1px solid #E2E6EC;
  background: #FAFAFA;
  padding: 4rem 0;
  margin-top: 4.5rem;
}
@media only screen and (max-width: 64em) {
  .guide-wrap {
    padding: 4rem;
  }
}
@media only screen and (max-width: 30em) {
  .guide-wrap {
    padding: 2rem;
  }
}
.guide-wrap .inner {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 64em) {
  .guide-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.guide-wrap .h4 {
  font-weight: 600;
  font-size: 2rem;
  color: #222;
}
.guide-wrap .left-element {
  position: relative;
  padding-left: 23.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 64em) {
  .guide-wrap .left-element {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0rem;
  }
}
.guide-wrap .left-element .h4 {
  position: absolute;
  left: 0;
  top: 0.7rem;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .guide-wrap .left-element > ul {
    margin-top: 5rem;
  }
}
.guide-wrap .left-element > ul li {
  float: left;
  margin-right: 4rem;
}
.guide-wrap .left-element > ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 48em) {
  .guide-wrap .left-element > ul li {
    width: 50%;
    margin-right: 0;
  }
  .guide-wrap .left-element > ul li:nth-child(n+3) {
    margin-top: 1.6rem;
  }
}
.guide-wrap .left-element > ul li a {
  font-weight: 500;
  display: block;
  height: 4.4rem;
  line-height: 4.4rem;
  padding-left: 5.2rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4.4rem 4.4rem;
}
.guide-wrap .left-element > ul li.g1 a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_guide01.svg);
}
.guide-wrap .left-element > ul li.g2 a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_guide02.svg);
}
.guide-wrap .left-element > ul li.g3 a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_guide03.svg);
}
.guide-wrap .left-element > ul li.g4 a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_guide04.svg);
}
.guide-wrap .left-element > ul li.g5 a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_guide05.svg);
}
.guide-wrap .left-element > ul li.g6 a {
  background-image: url(/humanframe/theme/portal/assets/images/main/ico_guide06.svg);
}
.guide-wrap .right-element {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3.2rem;
  border-left: 2px solid #E2E6EC;
  height: 10.4rem;
}
@media only screen and (max-width: 64em) {
  .guide-wrap .right-element {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    border-top: 2px solid #E2E6EC;
    border-left: 0;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.guide-wrap .right-element > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 64em) {
  .guide-wrap .right-element > ul {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.guide-wrap .right-element > ul li {
  margin-left: 2.4rem;
}
.guide-wrap .right-element > ul li a {
  line-height: 100%;
  font-weight: 500;
  color: #444;
  display: inline-block;
  text-align: right;
  padding-right: 1.5rem;
  background: url(/humanframe/theme/portal/assets/images/main/ico_arrow_right_red02.svg) no-repeat right center;
}
.guide-wrap .right-element > ul li + li {
  margin-top: 2rem;
}
@media only screen and (max-width: 64em) {
  .guide-wrap .right-element > ul li + li {
    margin-top: 0;
  }
}

.login-content-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 24px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  .login-content-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 30em) {
  .login-content-wrap {
    display: block;
  }
}
.login-content-wrap + .grid-box-wrap {
  margin-top: 3.5rem;
}
.login-content-wrap .left-element {
  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;
  position: relative;
  -ms-flex-preferred-size: 530px;
      flex-basis: 530px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background: #31415F;
  padding: 30px 32px;
}
@media only screen and (max-width: 64em) {
  .login-content-wrap .left-element {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    margin: 0px;
    padding: 32px 16px 16px 16px;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.8rem;
  }
}
.login-content-wrap .left-element .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.login-content-wrap .left-element .company-info .face {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  border: 1px solid #fff;
}
.login-content-wrap .left-element .company-info .face a {
  display: block;
  width: 6rem;
  height: 6rem;
}
.login-content-wrap .left-element .company-info .face:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  background: url(/humanframe/theme/portal/assets/images/main/ico_fan.svg) no-repeat 0px 0px;
  background-size: cover;
}
.login-content-wrap .left-element .company-info .text-wrap {
  margin-left: 2.4rem;
}
.login-content-wrap .left-element .company-info .text-wrap .name {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 2.4rem;
}
.login-content-wrap .left-element .company-info .text-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-content-wrap .left-element .company-info .text-wrap dl + dl {
  margin-top: 12px;
}
.login-content-wrap .left-element .company-info .text-wrap dl dt {
  padding: 2px 8px;
  border-radius: 12px;
  background: #31415F;
  border: 1px solid #DAE1E6;
  font-size: 14px;
  color: #DAE1E6;
}
.login-content-wrap .left-element .company-info .text-wrap dl dd {
  color: #fff;
}
.login-content-wrap .left-element .company-info .text-wrap .count-wrap {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-content-wrap .left-element .company-info .text-wrap .count-wrap span {
  margin-right: 3.2rem;
  display: inline-block;
  position: relative;
}
.login-content-wrap .left-element .company-info .text-wrap .count-wrap span:last-child {
  margin: 0;
}
.login-content-wrap .left-element .company-info .text-wrap .count-wrap span:last-child:after {
  display: none;
}
.login-content-wrap .left-element .company-info .text-wrap .count-wrap span:after {
  content: "";
  position: absolute;
  right: -1.6rem;
  top: 0.3rem;
  z-index: 1;
  width: 1px;
  height: 1.6rem;
  background: #9EB0BD;
}
.login-content-wrap .left-element .company-info .text-wrap .count-wrap span a {
  display: block;
  font-weight: 600;
  color: #fff;
}
.login-content-wrap .left-element .company-info .text-wrap .count-wrap span a strong {
  color: #EE7709;
}
@media only screen and (max-width: 48em) {
  .login-content-wrap .left-element .company-info .text-wrap .count-wrap {
    width: 100%;
  }
  .login-content-wrap .left-element .company-info .text-wrap .count-wrap span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.login-content-wrap .left-element .biz-info {
  position: absolute;
  top: 32px;
  right: 16px;
  z-index: 1;
}
.login-content-wrap .left-element .biz-info a {
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #DAE1E6;
}
.login-content-wrap .right-element {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #415170;
  padding: 2.5rem 3rem 3rem 3rem;
  height: 222px;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media only screen and (max-width: 64em) {
  .login-content-wrap .right-element {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
  }
}
@media only screen and (max-width: 48em) {
  .login-content-wrap .right-element {
    padding: 2.4rem 2rem;
    height: auto;
  }
}
.login-content-wrap .right-element dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100px;
}
@media only screen and (max-width: 48em) {
  .login-content-wrap .right-element dl {
    display: block;
    height: auto;
  }
}
.login-content-wrap .right-element dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-left: 2.8rem;
  -ms-flex-preferred-size: 235px;
      flex-basis: 235px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(/humanframe/theme/portal/assets/images/main/ico_bell.svg) no-repeat 0px 2px;
}
@media only screen and (max-width: 48em) {
  .login-content-wrap .right-element dl dt {
    width: 100%;
    border-right: 0;
  }
}
.login-content-wrap .right-element dl dt span {
  display: inline-block;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  padding-right: 2rem;
  background: url(/humanframe/theme/portal/assets/images/main/2026/ico_arrow_white.png) no-repeat right center;
}
.login-content-wrap .right-element dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.4rem;
  height: 100%;
}
.login-content-wrap .right-element dl dd .date-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  border-radius: 12px;
  border: 1px dashed #67758F;
  background: #31415F;
}
@media only screen and (max-width: 48em) {
  .login-content-wrap .right-element dl dd {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.login-content-wrap .right-element dl dd ul {
  padding: 0.4rem 0;
  width: 55rem;
}
@media only screen and (max-width: 48em) {
  .login-content-wrap .right-element dl dd ul {
    width: auto;
  }
}
.login-content-wrap .right-element dl dd ul li {
  position: relative;
}
.login-content-wrap .right-element dl dd ul li a {
  display: block;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-content-wrap .right-element dl dd ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #DAE1E6;
  text-align: center;
  padding: 0 8px;
  margin-right: 10px;
}
.login-content-wrap .right-element dl dd ul li + li {
  margin-top: 1rem;
}
.login-content-wrap .right-element dl.is-work {
  margin-top: 17px;
  border-top: 1px solid #576681;
  padding-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
}
.login-content-wrap .right-element dl.is-work dt {
  padding-left: 3.2rem;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_work.svg) no-repeat 0px 2px;
}
.login-content-wrap .right-element dl.is-work dd ul {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 12px;
}
.login-content-wrap .right-element dl.is-work dd ul li {
  color: #fff;
}
.login-content-wrap .right-element dl.is-work dd ul li + li {
  margin-top: 0;
}
.login-content-wrap .right-element dl.is-work dd ul li a {
  padding: 10px 0 0 55px;
  position: relative;
  height: 42px;
}
.login-content-wrap .right-element dl.is-work dd ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21px;
  z-index: 1;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  border: 0;
}
.login-content-wrap .right-element dl.is-work dd ul li .date-none-text {
  margin-top: 10px;
}
@media only screen and (max-width: 48em) {
  .login-content-wrap .right-element dl.is-work {
    border-top: 1px solid #D9D9D9;
    height: auto;
  }
  .login-content-wrap .right-element dl.is-work dd ul {
    grid-template-columns: repeat(1, 100%);
  }
}

.media-news-wrap {
  margin-top: 6rem;
  position: relative;
  border-radius: 8px;
  background: #E3EBFC;
  height: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.2rem;
}
@media only screen and (max-width: 64em) {
  .media-news-wrap {
    height: auto;
    padding: 3rem 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2rem;
  }
}
.media-news-wrap .media-new-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.2rem;
}
.media-news-wrap .media-new-left .media-new-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-left: 3.4rem;
  color: #222;
  font-weight: 600;
  font-size: 2rem;
  -ms-flex-preferred-size: 15rem;
      flex-basis: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_a_logo.svg) no-repeat 0 center;
}
.media-news-wrap .media-new-left .media-new-title::after {
  content: "";
  position: absolute;
  height: 2rem;
  width: 1px;
  background: #9EB0BD;
  right: 0.5rem;
  top: 0.4rem;
}
.media-news-wrap .media-new-left .media-new-title .media-new-stop a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/humanframe/theme/portal/assets/images/main/network_stop.svg);
}
.media-news-wrap .media-new-left .media-new-title .media-new-stop.active a {
  background-image: url(/humanframe/theme/portal/assets/images/main/network_play.svg);
}
@media only screen and (max-width: 64em) {
  .media-news-wrap .media-new-left {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .media-news-wrap .media-new-left .media-new-title {
    -ms-flex-preferred-size: 2.8rem;
        flex-basis: 2.8rem;
  }
  .media-news-wrap .media-new-left .media-new-title::after {
    display: none;
  }
}
.media-news-wrap .media-new-left .media-new-slide-wrap {
  height: 2.5rem;
  overflow: hidden;
  width: 100%;
  padding-left: 1rem;
  padding-right: 12rem;
}
@media only screen and (max-width: 64em) {
  .media-news-wrap .media-new-left .media-new-slide-wrap {
    padding-right: 0rem;
  }
}
.media-news-wrap .media-new-left .media-new-slide-wrap .media-new-subject {
  width: 70%;
}
@media only screen and (max-width: 64em) {
  .media-news-wrap .media-new-left .media-new-slide-wrap .media-new-subject {
    width: 100%;
  }
}
.media-news-wrap .media-new-left .media-new-slide-wrap .media-new-subject a {
  display: block;
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline-offset: -2px;
  padding-right: 3rem;
}
.media-news-wrap .media-new-left .media-new-slide-wrap .media-new-subject a i {
  display: inline-block;
  width: 1.7rem;
  height: 2rem;
  background: url(/humanframe/theme/portal/assets/images/ico/ico_target.svg) no-repeat 0 5px;
}
@media only screen and (max-width: 48em) {
  .media-news-wrap .media-new-left .media-new-slide-wrap .media-new-subject a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-right: 0;
  }
}
.media-news-wrap .media-new-left .media-new-slide-wrap .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .media-news-wrap .media-new-left .media-new-slide-wrap .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 64em) {
  .media-news-wrap .media-new-left .media-new-slide-wrap {
    height: auto;
    padding-top: 2rem;
    border-top: 1px solid #9EB0BD;
    margin-top: 1.7rem;
    width: 100%;
  }
}
.media-news-wrap .media-new-left .media-new-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .media-news-wrap .media-new-left .media-new-info {
    margin-top: 1.5rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .media-news-wrap .media-new-left .media-new-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.media-news-wrap .media-new-left .media-new-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.media-news-wrap .media-new-left .media-new-info dl dt {
  white-space: nowrap;
  font-size: 1.4rem;
  padding-right: 0.4rem;
}
.media-news-wrap .media-new-left .media-new-info dl dd {
  color: #757575;
  font-size: 1.4rem;
  white-space: nowrap;
}
.media-news-wrap .media-new-left .media-new-info dl dd a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #757575;
  font-weight: 400;
  font-size: 1.4rem;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 16rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 48em) {
  .media-news-wrap .media-new-left .media-new-info dl dd a {
    width: 100%;
  }
}
.media-news-wrap .more-btn {
  position: absolute;
  right: 3.2rem;
  top: 50%;
  margin-top: -1rem;
}
.media-news-wrap .more-btn a {
  height: 2.2rem;
  font-size: 1.6rem;
  padding-right: 12px;
  display: block;
  background: url(/humanframe/theme/portal/assets/images/main/ico_arrow_more.svg) no-repeat right center;
}
@media only screen and (max-width: 64em) {
  .media-news-wrap .more-btn {
    top: 4.5rem;
  }
}

.company-network {
  background-color: #FDEFD9;
  border-radius: 8px;
  padding: 3.2rem;
}
.company-network .h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
}
@media only screen and (max-width: 48em) {
  .company-network .h4 {
    margin-right: 1rem;
  }
  .company-network .h4 br {
    display: none;
  }
}
.company-network .network-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .company-network .network-slide {
    display: block;
  }
}
.company-network .network-slide .slide-control {
  position: relative;
  padding-top: 8px;
}
@media only screen and (max-width: 48em) {
  .company-network .network-slide .slide-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.company-network .network-slide .slide-control::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #CABFAE;
  position: absolute;
  top: 0;
  right: -24px;
}
@media only screen and (max-width: 48em) {
  .company-network .network-slide .slide-control::after {
    display: none;
  }
}
.company-network .network-slide .slide-control .network-btn {
  display: inline-block;
  margin: 10px 3px 0 0;
}
@media only screen and (max-width: 48em) {
  .company-network .network-slide .slide-control .network-btn {
    margin: 0 3px 0;
  }
}
.company-network .network-slide .slide-control .network-btn a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.company-network .network-slide .slide-control .network-btn.network-prev a {
  background-image: url(/humanframe/theme/portal/assets/images/main/network_left.svg);
}
.company-network .network-slide .slide-control .network-btn.network-next a {
  background-image: url(/humanframe/theme/portal/assets/images/main/network_right.svg);
}
.company-network .network-slide .slide-control .network-btn.network-stop.active {
  display: inline-block;
}
.company-network .network-slide .slide-control .network-btn.network-stop a {
  background-image: url(/humanframe/theme/portal/assets/images/main/network_stop.svg);
}
.company-network .network-slide .slide-control .network-btn.network-play {
  display: none;
}
.company-network .network-slide .slide-control .network-btn.network-play.active {
  display: inline-block;
}
.company-network .network-slide .slide-control .network-btn.network-play a {
  background-image: url(/humanframe/theme/portal/assets/images/main/network_play.svg);
}
.company-network .network-slide .swiper-container {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  margin-left: 4.4rem;
}
@media only screen and (max-width: 48em) {
  .company-network .network-slide .swiper-container {
    margin: 1.8rem 0 0 0;
  }
}
.company-network .network-slide .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  background-color: #fff;
  text-align: center;
  height: 10.4rem;
  padding: 12px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(65, 81, 112, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(65, 81, 112, 0.1);
  border: 1px solid #DAE1E6;
}
.company-network .network-slide .swiper-container .swiper-slide span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
  font-size: 1.4rem;
  color: #444;
  line-height: 140%;
  margin-top: 8px;
}

.main-popup-wrap {
  position: absolute;
  left: 50%;
  top: 140px;
  margin-left: -512px;
  z-index: 10000;
}
@media only screen and (max-width: 90em) {
  .main-popup-wrap {
    position: fixed;
    left: 10px;
    top: 50px;
    right: 10px;
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 48em) {
  .main-popup-wrap img {
    width: 100%;
  }
}
.main-popup-wrap a {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}

@media only screen and (max-width: 48em) {
  .content-grid-wrap .grid-box-wrap .grid-box.trend .grid-box-body,
  .content-grid-wrap .grid-box-wrap .grid-box.public .grid-box-body {
    margin-top: 40px;
  }
}