@charset "UTF-8";
body.fixed {
  overflow: hidden;
}

.mainPopupWrap {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 99999;
  margin-left: -400px;
  width: 800px;
  height: 533px;
  max-width: 100%;
}

.mainPopup {
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.mainPopup img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.mainPopup .btnClosePopup {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 28px;
  height: 28px;
  background-color: transparent;
  background-image: url(/humanframe/theme/incheon/event/newyear_20200123/btn-close-white.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* popup 2揶쏉옙 */
.mainPopupWrap.popupSet.col2 .mainPopup {
  position: absolute;
  top: 0;
  width: 50%;
}

.mainPopupWrap.popupSet.col2 .mainPopup.popup01 {
  left: 0;
}

.mainPopupWrap.popupSet.col2 .mainPopup.popup02 {
  left: 50%;
}

@media screen and (max-width: 1024px) {
  .mainPopupWrap,
  .mainPopupWrap.popupSet.col2 {
    /* position:fixed;left:20px;right:20px;width:auto;height:100%;margin-left:0;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  .mainPopupWrap.popupSet.col2 .mainPopup.popup01,
  .mainPopupWrap.popupSet.col2 .mainPopup.popup02 {
    position: relative;
    width: 100%;
    left: 0;
  }
  .mainPopup .btnClosePopup {
    width: 20px;
    height: 20px;
  }
}
/* popup event style */
.popupSitemapContent {
  display: block;
  background-color: #fff;
}

.popup-wrap .popup-basic,
.popupSitemap .popup-basic {
  width: 1495px;
  max-width: calc(100% - 8rem);
  max-height: calc(100vh - 8rem);
  margin: 4rem 4rem;
  border-radius: 1rem;
  padding: 2.5rem;
}
.popup-wrap .popup-basic .popup-head,
.popupSitemap .popup-basic .popup-head {
  background-color: transparent;
}
.popup-wrap .popup-basic .popup-body,
.popupSitemap .popup-basic .popup-body {
  position: relative;
}
.popup-wrap .popup-basic .popup-close,
.popupSitemap .popup-basic .popup-close {
  width: 70px;
  height: 70px;
  background-color: #266ee4;
  border-radius: 50%;
  background-position: 50% 50%;
  top: calc(4rem - 35px);
  right: 6.5rem;
  z-index: 9999;
}
.popup-wrap .popup-basic .popup-close > span,
.popupSitemap .popup-basic .popup-close > span {
  width: 100%;
  text-indent: -10000000000000000px;
  background-position: 50% 50%;
}
.popup-wrap .depth1,
.popupSitemap .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.popup-wrap .depth1 > li,
.popupSitemap .depth1 > li {
  display: block;
}
.popup-wrap .depth1 > li .depth1-title,
.popup-wrap .depth1 > li > a,
.popupSitemap .depth1 > li .depth1-title,
.popupSitemap .depth1 > li > a {
  display: block;
  pointer-events: none;
  border-bottom: 1px solid #ddd;
}
.popup-wrap .depth1 > li .depth1-title > span,
.popup-wrap .depth1 > li > a > span,
.popupSitemap .depth1 > li .depth1-title > span,
.popupSitemap .depth1 > li > a > span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0053b5;
  line-height: 1;
  padding: 0.25rem 0 0.625rem 2.5rem;
}
.popup-wrap .depth1 > li .depth1-title > span::before,
.popup-wrap .depth1 > li > a > span::before,
.popupSitemap .depth1 > li .depth1-title > span::before,
.popupSitemap .depth1 > li > a > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: url(/humanframe/theme/incheon/assets/image/renew2023/popup-sitemap-depth1-icon.svg) no-repeat 0 0;
}
.popup-wrap .depth1 > li .depth1-title > span::after,
.popup-wrap .depth1 > li > a > span::after,
.popupSitemap .depth1 > li .depth1-title > span::after,
.popupSitemap .depth1 > li > a > span::after {
  content: "";
  display: block;
  position: Absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0053b5;
}
.popup-wrap .depth1 > li .depth2-wrap,
.popupSitemap .depth1 > li .depth2-wrap {
  padding: 1.5rem 0;
}
.popup-wrap .depth1 > li .depth2-wrap .depth2-title-wrap,
.popupSitemap .depth1 > li .depth2-wrap .depth2-title-wrap {
  display: none;
}
.popup-wrap .depth1 > li .depth2-wrap .depth2,
.popupSitemap .depth1 > li .depth2-wrap .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.popup-wrap .depth1 > li .depth2-wrap .depth2 > li,
.popupSitemap .depth1 > li .depth2-wrap .depth2 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 256px;
  max-width: 30%;
}
.popup-wrap .depth1 > li .depth2-wrap .depth2 > li > a,
.popupSitemap .depth1 > li .depth2-wrap .depth2 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
}
.popup-wrap .depth1 > li .depth2-wrap .depth2 > li .depth3,
.popupSitemap .depth1 > li .depth2-wrap .depth2 > li .depth3 {
  display: block;
  margin-left: 1rem;
  padding: 1rem 0;
}
.popup-wrap .depth1 > li .depth2-wrap .depth2 > li .depth3 > li > a,
.popupSitemap .depth1 > li .depth2-wrap .depth2 > li .depth3 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.25rem;
  font-size: 1rem;
  color: #555;
}
.popup-wrap .depth1 > li .depth2-wrap .depth2 > li .depth3 > li > a::before,
.popupSitemap .depth1 > li .depth2-wrap .depth2 > li .depth3 > li > a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #555;
}

.main-all-alert,
.main-all-alert2 {
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 75rem;
  background: #fff;
  -webkit-box-shadow: 0.625rem 1.0625rem 2.0625rem rgba(0, 0, 0, 0.13);
          box-shadow: 0.625rem 1.0625rem 2.0625rem rgba(0, 0, 0, 0.13);
}

.main-all-alert__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.5rem;
  background-color: #0e1136;
  padding: 0 3.125rem;
  padding-right: 3.2em;
}

.main-all-alert__title {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
}

.main-all-alert__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0em;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../image/main/all_meun-icon.svg) no-repeat;
  height: 1.075rem;
  width: 1.075rem;
  background-size: cover;
  background-position: 0em center;
}

.main-all-alert__close,
.main-all-alert__close2 {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 4.5rem;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
}
.main-all-alert__close > span,
.main-all-alert__close2 > span {
  display: inline-block;
  background-image: url(/humanframe/globaltheme/assets/image/layout/btn-close-popup.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 25px;
  font-size: 15px;
  color: #fff;
}

.main-all-alert__inner {
  opacity: 1;
  padding: 2.25rem 2.8125rem;
  background: #fff;
  -webkit-box-shadow: 0.625rem 1.0625rem 2.0625rem rgba(0, 0, 0, 0.13);
          box-shadow: 0.625rem 1.0625rem 2.0625rem rgba(0, 0, 0, 0.13);
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
}

.main-all-alert__inner::-webkit-scrollbar {
  width: 8px;
}

.main-all-alert__inner::-webkit-scrollbar-track {
  background-color: #eee;
}

.main-all-alert__inner::-webkit-scrollbar-thumb {
  background: #333;
}

.main-all-alert__inner::-webkit-scrollbar-thumb:hover {
  background: #404040;
}

.main-all-alert__inner::-webkit-scrollbar-thumb:active {
  background: #808080;
}

.main-all-alert__inner::-webkit-scrollbar-button {
  display: none;
}

.main-all-alert__tab-list {
  opacity: 1;
  position: relative;
}

.main-all-alert__tab {
  display: inline-block;
  position: absolute;
  top: -5.3125rem;
  width: 50%;
  height: 4.0625rem;
  text-align: center;
  line-height: 4.0625rem;
  border: 0.0625rem solid #878787;
  color: #878787;
  background: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  color: #878787;
}

.main-all-alert__tab.is-active {
  background: #1c226c;
  color: #fff;
  font-weight: 500;
}

.main-all-alert__tab.l50 {
  left: 50%;
  border-left: none;
}

.main-all-alert__tab-content {
  margin-top: 0.3125rem;
  display: none;
}

.main-all-alert__tab-content#all-alert01 {
  display: block;
}

.main-all-alert__tab-title {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #3b3b3b;
}

.main-all-alert__tab-title span {
  display: inline-block;
  font-weight: 600;
  font-size: 1.4375rem;
  color: #000;
}

.main-all-alert__tab-list {
  opacity: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-all-alert__tab-item {
  opacity: 1;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

.main-all-alert__tab-txt {
  display: block;
  padding: 1em 1em;
  position: relative;
  height: 54px;
  line-height: 20px;
  /* padding: 0; */
  margin: 0;
  /* margin-top: 5px; */
  color: #000;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  word-wrap: normal;
  text-align: left;
  background: none;
  word-break: initial;
  border: 1px solid #ddd;
}

.main-all-alert__tab-item:nth-of-type(3n) {
  margin-right: 0;
}

.main-all-alert__tab-link img {
  opacity: 1;
  width: 100%;
  display: inline-block;
  height: 13.9375rem;
}

.alert-bg,
.alert-bg2 {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 999;
}