#notice-info-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  transition: opacity 0.2s;
}
#notice-info-modal.show {
  opacity: 1;
}
#notice-info-modal .notice-info-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  will-change: backdrop-filter;
  transform: translateZ(0);
}
#notice-info-modal .notice-info-body {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8vw);
  max-height: calc(100% - 19.2vw);
  color: #000;
  font-family: Inter;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 170%;
  padding: 17.3333333333vw 0 6.6666666667vw 0;
  border-radius: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  #notice-info-modal .notice-info-body {
    width: calc(100% - 39.0625vw);
    max-height: calc(100% - 18.9583333333vw);
    font-size: 0.9375vw;
    padding: 5.46875vw 0 1.8229166667vw 0;
    border-radius: 1.0416666667vw;
  }
}
#notice-info-modal .content {
  overflow-y: auto;
  padding: 0 4vw;
  margin-bottom: 6.1333333333vw;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #notice-info-modal .content {
    padding: 0 7.2395833333vw;
    margin-bottom: 1.25vw;
  }
}
#notice-info-modal .notice-info-modal-btn {
  background: #FF4400;
  color: #fff;
  font-family: Noto Sans TC;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
  padding: 1.6vw 0;
  border-radius: 2.6666666667vw;
  cursor: pointer;
  width: 65.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #notice-info-modal .notice-info-modal-btn {
    font-size: 1.0416666667vw;
    padding: 0.3125vw 0;
    border-radius: 0.5208333333vw;
    width: 12.7604166667vw;
  }
}
#notice-info-modal .notice-info-modal-close {
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 4vw;
  right: 6.6666666667vw;
  background-image: url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="-1.5" x2="32.7758" y2="-1.5" transform="matrix(0.694459 -0.719532 0.694459 0.719532 2.78613 26.1905)" stroke="%2358665A" stroke-width="3"/><line y1="-1.5" x2="32.7758" y2="-1.5" transform="matrix(0.694459 0.719532 -0.694459 0.719532 1.72339 2.84395)" stroke="%2358665A" stroke-width="3"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #notice-info-modal .notice-info-modal-close {
    width: 1.4583333333vw;
    height: 1.4583333333vw;
    top: 1.3020833333vw;
    right: 1.3541666667vw;
  }
}/*# sourceMappingURL=notice-modal.css.map */