@charset "UTF-8";
.popup-ui.pop-main-notice {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  scroll-behavior: smooth;
}
.popup-ui.pop-main-notice .pop-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none;
}
.popup-ui.pop-main-notice .pop-container::-webkit-scrollbar {
  display: none;
}
.popup-ui.pop-main-notice .pop-layer {
  width: calc(100% - 36px);
  max-width: 600px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  background-color: #fff;
      line-height: 0;
}
.popup-ui.pop-main-notice .pop-layer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.popup-ui.pop-main-notice .pop-body {
  width: 100%;
}

.popup-ui.pop-main-notice .notice-content {
  padding: 0;
      height: 600px;
}

.popup-ui.pop-main-notice .notice-content .editor-reset .img-wrap {
  width: 100%;
}
.popup-ui.pop-main-notice .notice-content .editor-reset .img-wrap img {
  max-width: 100%;
  width: auto;
}
.popup-ui.pop-main-notice .notice-content .editor-reset .text-wrap {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  word-break: break-all;
}
.popup-ui.pop-main-notice .btn-not-today {
  position: absolute;
  left: 0;
  bottom: -44px;
  z-index: 1;
}
.popup-ui.pop-main-notice .btn-not-today .not-today-check {
  position: relative;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0;
  vertical-align: top;
}
.popup-ui.pop-main-notice .btn-not-today .not-today-check input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.popup-ui.pop-main-notice .btn-not-today .not-today-check input[type=checkbox]:checked + .not-today-check-icon {
  background-image: url("/resources/img/pop/icon-on-main-popup.svg");
}
.popup-ui.pop-main-notice .btn-not-today .not-today-check input[type=checkbox]:disabled + .not-today-check-icon {
  background-image: url("/resources/img/pop/icon-off-main-popup.svg");
}
.popup-ui.pop-main-notice .btn-not-today .not-today-check .not-today-check-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-image: url("/resources/img/pop/icon-off-main-popup.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.popup-ui.pop-main-notice .btn-not-today .not-today-check .not-today-check-txt {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding-left: 12px;
}
.popup-ui.pop-main-notice .btn-pop-close {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("/resources/img/pop/icon-close-main-popup.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.popup-ui.pop-main-notice .dim-full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.popup-ui.pop-main-notice .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 10;
}
.popup-ui.pop-main-notice .swiper-control .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-right: 4px;
}
.popup-ui.pop-main-notice .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF233D !important;
}
.popup-ui.pop-main-notice .swiper-control .btn-pause {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/resources/img/pop/icon-pause-main-popup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*# sourceMappingURL=maps/style.css.map */
