@charset "UTF-8";
/* popup event style */
.newyear-popup {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9999;
  background-color: #cce4fe;
}
@media screen and (max-width: 1280px) {
  .newyear-popup {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}
.newyear-popup .form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  letter-spacing: -1px;
  gap: 0;
}
.newyear-popup .newyear-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 290px;
  bottom: 5px;
  font-size: 14px;
}
.newyear-popup .btn-newyear-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 12px;
  line-height: 24px;
}
.newyear-popup .form-check input {
  margin: 0;
}
.newyear-popup .form-check label span {
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .newyear-popup {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
  }
  .newyear-popup .newyear-img-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
  .newyear-popup .newyear-popup img {
    width: 100%;
  }
  .newyear-popup .newyear-close {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
  }
}
.corona-banner {
  background: url(/humanframe/theme/incheon/assets/image/bg-corona.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.corona-banner__inner {
  padding: 1.875rem 0;
  max-width: 73.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corona-banner__left {
  width: 22.064846%;
  /* 200/1172 */
  margin-right: 1.25rem;
  margin-top: 0.1375rem;
}

.corona-banner__left-title {
  font-size: 1rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.corona-banner__left-title a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 0.7rem 0;
  font-size: 1rem;
  background: #6446d3;
  color: #fff;
}

.corona-banner__left-title a span {
  color: #FFEB7D;
}

.corona-banner__left-title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.corona-banner__left-date {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.corona-banner__left-date a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2f60cf;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 0.7rem 0;
  font-size: 1rem;
}

.corona-banner__left-date a span {
  color: #FFEB7D;
}

.corona-banner__left-date .data {
  font-weight: 600;
  font-size: 0.7125rem;
  line-height: 1.3;
  color: #565656;
  text-shadow: 0.0875rem 0.0813rem 0 rgb(255, 255, 255);
  letter-spacing: -0.8px;
}

.corona-banner__left-date .txt {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #565656;
  text-shadow: 0.0875rem 0.0813rem 0 rgb(255, 255, 255);
}

.corona-banner__link {
  display: block;
}

.corona-banner__link img {
  width: 100%;
  height: 3rem;
}

.column__right {
  width: 81.911263%;
  /* 960/1172 */
}

.column__right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column__right-inner-left {
  width: 94.875%;
  /* 450/960 */
  margin-right: 1.1875rem;
  border-radius: 25px;
  -webkit-box-shadow: 12px 11px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 12px 11px 13px rgba(0, 0, 0, 0.15);
}

.column__right-inner-right .info a {
  display: block;
  height: 4.75rem;
  width: 100%;
  text-align: center;
  background: url(/humanframe/theme/incheon/assets/image/main/corona-main-bg01.png) no-repeat;
  background-size: cover;
  margin-bottom: 0.625rem;
  color: #fff;
  line-height: 1.5;
  border-radius: 10px;
}

.column__right-inner-right .info a:nth-of-type(2) {
  margin-bottom: 0;
  background: url(/humanframe/theme/incheon/assets/image/main/corona-main-bg02.png) no-repeat;
  background-size: cover;
}

.column__right-inner-right .info a span {
  color: #f2eb7d;
  display: inline-block;
  margin-top: 0.7rem;
  font-weight: 500;
}

.column__right-inner-left .info .top {
  position: relative;
  text-align: center;
  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: 2.5rem;
  background: #2F60CF;
  border-radius: 1.5625rem 1.5625rem 0 0;
  position: relative;
  top: 0.125rem;
}

.column__right-inner-left .info .top p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
}

.column__right-inner-left .info .top .link {
  display: inline-block;
  position: absolute;
  right: 1.375rem;
  top: 50%;
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFEB7D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.column__right-inner-left .info .top .link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  width: 100%;
  bottom: 2px;
  background: #FFEB7D;
}

.column__right .mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column__right .mid li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 0.625rem 0;
  text-align: center;
}

.column__right .mid li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58%;
  background: #c3c8d5;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.column__right .mid li:last-of-type::after {
  display: none;
}

.column__right .mid li p.tit {
  font-weight: 500;
  font-size: 0.9375rem;
  color: #333;
}

.column__right .mid li p.num {
  font-size: 0.9375rem;
  color: #333333;
}

.column__right .mid li p.num span {
  font-weight: 600;
  font-size: 1.125rem;
}

.column__right .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
}

.column__right .bot li {
  width: 50%;
  max-width: 50%;
  text-align: center;
  background: #d3d9e7;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.column__right .bot li:nth-of-type(1) {
  border-radius: 0 0 0 1.25rem;
}

.column__right .bot li:nth-of-type(2) {
  background: #e3eaf3;
  border-radius: 0 0 1.25rem 0rem;
}

.column__right .bot li:nth-of-type(3) {
  border-radius: 0 0 1.25rem 0rem;
  display: none;
}

.column__right .bot li img {
  width: auto;
  height: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.375rem;
}

.column__right .bot li a {
  font-size: 0.935rem;
  color: #333333;
  font-weight: 600;
  position: relative;
  top: 0;
}

.column__right-inner-right {
  position: relative;
  width: 47.875%;
  /* 450/960 */
  border-radius: 1.5625rem;
}

.column__right-inner-right .info {
  border-radius: 25px;
}

.column__right-inner-right::after {
  background: none;
}

.column__right-inner-right .info .top p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  top: 0.125rem;
}

.column__right-inner-right .info .top {
  position: relative;
  text-align: center;
  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: 2.5rem;
  background: #6446d3;
  border-radius: 1.5625rem 1.5625rem 0 0;
  position: relative;
  top: 0.125rem;
}

.column__right-inner-right .info .link {
  display: inline-block;
  position: absolute;
  right: 1.375rem;
  top: 50%;
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFEB7D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.column__right-inner-right .info .link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  width: 100%;
  bottom: 2px;
  background: #FFEB7D;
}

.column__right-inner-right .info .mid-wrap {
  border-radius: 0 0 20px 20px;
}

.column__right-inner-right .info .mid {
  width: 100%;
}

.column__right-inner-right .info .mid th,
.column__right-inner-right .info .mid td {
  height: 1.9rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  color: #666666;
  border-right: 1px solid #a4a2c8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.column__right-inner-right .info .mid th:nth-of-type(1) {
  width: 20%;
  max-width: 20%;
}

.column__right-inner-right .info .mid th:last-of-type {
  border-right: none;
}

.column__right-inner-right .info .mid th::after {
  display: none;
}

.column__right-inner-right .info .mid th.c-pupple,
.column__right-inner-right .info .mid td.c-pupple {
  color: #6446d3 !important;
}

.column__right-inner-right .info .mid td.c-bold {
  font-weight: 600;
  color: #333333;
  font-size: 1.0625rem;
}

.column__right-inner-right .info .mid td.bg-bold,
.column__right-inner-right .info .mid th.bg-bold {
  background: #c2c0dc;
  font-size: 1rem;
}

.column__right-inner-right .info .mid td.bg-bold2,
.column__right-inner-right .info .mid th.bg-bold2 {
  background: #d1d3e8;
}

.column__right-inner-right .info .mid td.bg-light,
.column__right-inner-right .info .mid th.bg-light {
  background: #dcdaeb;
}

.column__right-inner-right .info .mid td.bg-light2,
.column__right-inner-right .info .mid th.bg-light2 {
  background: #edf1f9;
}

@media (max-width: 73.25rem) {
  .corona-banner {
    padding: 0 1em;
  }
  /* global base의 font사이즈 기준을 사용함. 
  html {
      font-size: 0.875rem;
  }
  */
  .corona-banner__inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corona-banner__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .corona-banner__left-title {
    margin-right: 0%;
    width: 100%;
  }
  .corona-banner__left-date {
    width: 100%;
  }
  .column__right {
    width: 100%;
  }
  .corona-banner__link img {
    width: 100%;
    height: 3.5rem;
    margin-top: 0.5rem;
  }
  .corona-banner__left-title {
    display: none;
  }
  .corona-banner__left-date {
    display: none;
  }
  .corona-banner__link {
    display: none;
  }
}
@media (max-width: 58.75rem) {
  .column__right {
    width: 100%;
  }
  .column__right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column__right-inner-left {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
  .column__right-inner-right {
    width: 100%;
  }
  .column__right .bot li a {
    font-size: 0.975rem;
  }
  .column__right-inner-right::after {
    display: none;
  }
  .corona-banner__left-title {
    margin-bottom: 0.5rem;
  }
  .corona-banner__left-date {
    margin-bottom: 0.5rem;
  }
  .corona-banner__link {
    display: block;
    width: 100%;
  }
}
.corona-banner__left.mo-show {
  display: none;
}

@media (max-width: 500px) {
  .corona-banner__left.mo-show {
    display: block;
    margin-bottom: 0.6rem;
  }
  .corona-banner__left {
    display: none;
  }
  .column__right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 400px) {
  .corona-banner__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .corona-banner__left-date .txt {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
  }
  .corona-banner__left-date .data {
    display: block;
  }
  .corona-banner__link img {
    width: 100%;
    height: 3.5rem;
  }
  .column__right-inner-right .info a br {
    display: none;
  }
  .column__right-inner-right .info a {
    height: 3.175rem;
  }
}