.notice_popup {
  display: none;
  position: absolute;
  z-index: 101;
}
.notice_popup .popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(/images/popup/popup_close_btn.svg) no-repeat center;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.notice_popup .notice_pop_cont {
  width: 100%;
}
.notice_popup .img_box {
  width: 100%;
}
.notice_popup .img_box > img {
  max-width: 100%;
}
.notice_popup .today_chk {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.notice_popup .today_chk .label {
  display: flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
}
.notice_popup .today_chk .today_checkbox {
  display: none;
}
.notice_popup .today_chk .checkbox_custom {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
.notice_popup .today_chk .today_checkbox:checked + .checkbox_custom {
  background: #FF5414 url(/images//popup/today_chk_ico.svg) no-repeat center;
}
.notice_popup .today_chk .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-shadow: 0 0 5px #000;
}

#noticePop1 {
  top: 160px;
  left: 50%;
  width: 759px;
  transform: translateX(-50%) translateX(-0.5px);
}

#noticePop2 {
  top: 140px;
  left: calc(50% - 250px);
  width: 500px;
}
#noticePop2 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop2 .notice_pop_cont {
  height: 600px;
  padding-top: 148px;
  background: url(/images/popup/notice_popup2_bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#noticePop2 .notice_pop_cont .tit {
  display: block;
  margin-bottom: 11px;
  text-align: center;
  color: #353535;
  font-size: 25px;
  font-weight: 200;
}
#noticePop2 .notice_pop_cont .txt_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#noticePop2 .notice_pop_cont .txt_box > p {
  color: #353535;
  font-size: 20px;
  font-weight: 200;
}
#noticePop2 .notice_pop_cont .txt_box + .txt_box {
  margin-top: 19px;
}
#noticePop2 .notice_pop_cont .line1 .date {
  color: #163B52;
  font-family: "Cinzel Decorative";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
}
#noticePop2 .notice_pop_cont .line1 .date .kr {
  font-family: "Pretendard";
  font-size: 22px;
}
#noticePop2 .notice_pop_cont .line2 {
  margin-top: 5px;
}
#noticePop2 .notice_pop_cont .line2 > span {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}

#noticePop3 {
  top: 140px;
  right: calc(50% - 15px);
  width: 560px;
  border: 1px solid #CC1653;
  box-sizing: border-box;
}
#noticePop3 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop3 .notice_pop_cont {
  box-sizing: border-box;
  padding: 29px 0 50px;
  background-color: #fff;
}
#noticePop3 .popup_img {
  width: 500px;
  margin: 0 auto;
}
#noticePop3 .popup_img > img {
  max-width: 100%;
}
#noticePop3 .popup_btn {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
#noticePop3 .reservation_link {
  display: flex;
  width: 210px;
  height: 54px;
  border: 1px solid #CC1653;
  border-radius: 100px;
  color: #CC1653;
  font-size: 22px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#noticePop3 .today_chk .txt {
  color: #353535;
  font-weight: 500;
  text-shadow: none;
}

#noticePop4 {
  top: 140px;
  left: calc(50% - 250px);
  width: 500px;
}
#noticePop4 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop4 .notice_pop_cont {
  height: 600px;
  padding-top: 116px;
  padding-bottom: 56px;
  background: url(/images/popup/notice_popup4_bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#noticePop4 .notice_pop_cont .cont_box {
  margin: 0 20px;
  padding: 33px 0;
  backdrop-filter: blur(5px);
  box-sizing: border-box;
}
#noticePop4 .notice_pop_cont .tit {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color: #353535;
  font-size: 25px;
  font-weight: 200;
}
#noticePop4 .notice_pop_cont .txt_box > p {
  text-align: center;
  color: #353535;
  font-size: 18px;
}
#noticePop4 .notice_pop_cont .txt_box .line1 {
  margin-bottom: 5px;
  color: #163B52;
  font-family: "Cinzel Decorative";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
}
#noticePop4 .notice_pop_cont .txt_box .line2 {
  font-weight: 200;
}
#noticePop4 .notice_pop_cont .txt_box .line3, #noticePop4 .notice_pop_cont .txt_box .line4, #noticePop4 .notice_pop_cont .txt_box .line5 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2;
}
#noticePop4 .notice_pop_cont .txt_box .line4 {
  line-height: 20px;
}
#noticePop4 .notice_pop_cont .txt_box .line5 {
  color: #163B52;
}
#noticePop4 .notice_pop_cont .txt_box .week {
  font-family: "Pretendard";
  font-size: 22px;
}
#noticePop4 .notice_pop_cont .txt_box + .txt_box:not(.note_txt_box) {
  margin-top: 25px;
}
#noticePop4 .notice_pop_cont .note_txt_box {
  margin-top: 20px;
}

#noticePop5 {
  top: 140px;
  right: calc(50% + 15px);
  width: 500px;
  height: 600px;
}
#noticePop5 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop5 .notice_pop_cont {
  height: 100%;
  padding-top: 116px;
  padding-bottom: 56px;
  background: url(/images/popup/notice_popup5_bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#noticePop5 .notice_pop_cont .cont_box {
  margin: 0 20px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
}
#noticePop5 .notice_pop_cont .tit {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color: #353535;
  font-size: 25px;
  font-weight: 200;
}
#noticePop5 .notice_pop_cont .txt_box > p {
  text-align: center;
  color: #353535;
  font-size: 18px;
}
#noticePop5 .notice_pop_cont .txt_box .line1 {
  margin-bottom: 5px;
  color: #163B52;
  font-family: "Cinzel Decorative";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
}
#noticePop5 .notice_pop_cont .txt_box .line2 {
  font-size: 25px;
  font-weight: 200;
}
#noticePop5 .notice_pop_cont .txt_box .line3 {
  color: #000;
  font-size: 18px;
  font-weight: 200;
}
#noticePop5 .notice_pop_cont .txt_box .line3 > strong {
  color: #163B52;
  font-weight: 700;
}
#noticePop5 .notice_pop_cont .txt_box .line3 + .line3 {
  margin-top: 6px;
}
#noticePop5 .notice_pop_cont .txt_box .week {
  font-family: "Pretendard";
  font-size: 22px;
}
#noticePop5 .notice_pop_cont .txt_box + .txt_box:not(.note_txt_box) {
  margin-top: 25px;
}
#noticePop5 .notice_pop_cont .note_txt_box {
  margin-top: 20px;
}

#noticePop6 {
  top: 140px;
  left: calc(50% - 250px);
  width: 500px;
}
#noticePop6 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop6 .notice_pop_cont {
  height: 600px;
  padding-top: 116px;
  padding-bottom: 56px;
  background: url(/images/popup/notice_popup4_bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
#noticePop6 .notice_pop_cont .cont_box {
  margin: 0 20px;
  padding: 30px 0 45px 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
}
#noticePop6 .notice_pop_cont .tit {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #353535;
  font-size: 25px;
  font-weight: 200;
}
#noticePop6 .notice_pop_cont .txt_box + .txt_box {
  margin-top: 20px;
}
#noticePop6 .notice_pop_cont .txt_box > p {
  text-align: center;
  color: #353535;
  font-size: 20px;
}
#noticePop6 .notice_pop_cont .txt_box.gap1 {
  margin-top: 40px;
}
#noticePop6 .notice_pop_cont .txt_box .txt1 {
  margin-bottom: 5px;
  font-weight: 700;
}
#noticePop6 .notice_pop_cont .txt_box .txt2 {
  color: #163B52;
  font-family: "Cinzel Decorative", "Pretendard";
  font-weight: 400;
  letter-spacing: 0;
}
#noticePop6 .notice_pop_cont .txt_box .txt3 {
  color: #353535;
  font-weight: 400;
}
#noticePop6 .notice_pop_cont .txt_box .eng {
  display: block;
  margin-top: 5px;
  color: #163B52;
  font-family: "Cinzel Decorative";
}

#noticePop7 {
  top: 140px;
  right: 10px;
  width: 500px;
}
#noticePop7 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}

#noticePop8 {
  top: 140px;
  right: calc(50% - 643px);
  width: 745px;
  z-index: 102;
}
#noticePop8 .popup_close {
  background: url(/images/popup/popup_close_btn.svg) no-repeat center;
}

#noticePop9 {
  top: 140px;
  right: 520px;
  width: 450px;
}
#noticePop9 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}

#noticePop10 {
  top: 140px;
  left: 470px;
  width: 450px;
}
#noticePop10 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}

#noticePop11 {
  top: 140px;
  left: 10px;
  width: 450px;
}
#noticePop11 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}

#noticePop12 {
  top: 54px;
  left: calc(50% - 400px);
  width: 800px;
}
#noticePop12 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop12 .today_chk {
  right: auto;
  left: 10px;
  bottom: 10px;
}

#noticePop13 {
  top: 154px;
  left: calc(50% - 329px);
  width: 658px;
}
#noticePop13 .popup_close {
  background: url(/images/popup/popup_close_btn.svg) no-repeat center;
}
#noticePop13 .today_chk {
  right: auto;
  left: 10px;
  bottom: 10px;
}

#noticePop14 {
  top: 54px;
  left: calc(50% + 5px);
  width: clamp(370px, 48vw, 600px);
}
#noticePop14 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop14 .today_chk {
  right: auto;
  left: 10px;
  bottom: 10px;
}

#noticePop15 {
  top: 54px;
  right: calc(50% + 10px);
  width: 600px;
}
#noticePop15 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop15 .today_chk {
  right: auto;
  left: 10px;
  bottom: 10px;
}

#noticePop16 {
  top: 54px;
  right: calc(50% + 10px);
  width: 500px;
}
#noticePop16 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop16 .today_chk {
  right: auto;
  left: 10px;
  bottom: 10px;
}

#noticePop17 {
  top: 54px;
  right: calc(50% + 5px);
  width: clamp(480px, 48vw, 600px);
}
#noticePop17 .popup_close {
  background: url(/images/popup/popup_close_btn_black.svg) no-repeat center;
}
#noticePop17 .today_chk {
  right: auto;
  left: 10px;
  bottom: 10px;
}

@media screen and (max-width: 1280px) {
  /*#noticePop7 {
  	left:calc(50% - 250px);
  }*/
  #noticePop8 {
    right: calc(50% - 373px);
  }
  /*#noticePop14, #noticePop16 {
  	width:480px;
  }*/
}
@media screen and (max-width: 1024px) {
  .notice_popup .popup_close {
    width: 30px;
    height: 30px;
  }
  #noticePop1 {
    top: 120px;
    width: 540px;
  }
  #noticePop2 {
    top: 130px;
    left: calc(50% - 225px);
    width: 450px;
  }
  #noticePop2 .notice_pop_cont {
    height: 540px;
    padding-top: 120px;
  }
  #noticePop3 {
    top: 100px;
    right: auto;
    left: 20px;
    width: 500px;
  }
  #noticePop3 .popup_img {
    width: 440px;
  }
  #noticePop4 {
    top: 130px;
    width: 450px;
    left: calc(50% - 225px);
  }
  #noticePop4 .notice_pop_cont {
    height: 550px;
  }
  #noticePop4 .notice_pop_cont .cont_box {
    padding: 25px;
  }
  #noticePop4 .notice_pop_cont .txt_box + .txt_box:not(.note_txt_box) {
    margin-top: 20px;
  }
  #noticePop4 .notice_pop_cont .note_txt_box {
    margin-top: 15px;
  }
  #noticePop5 {
    top: 110px;
    width: 450px;
    height: 569px;
    right: auto;
    left: calc(50% - 225px);
  }
  #noticePop5 .notice_pop_cont .cont_box {
    padding: 25px;
  }
  #noticePop5 .notice_pop_cont .txt_box + .txt_box:not(.note_txt_box) {
    margin-top: 20px;
  }
  #noticePop5 .notice_pop_cont .note_txt_box {
    margin-top: 15px;
  }
  #noticePop6 {
    top: 130px;
    width: 450px;
    left: calc(50% - 225px);
  }
  #noticePop6 .notice_pop_cont {
    height: 550px;
  }
  #noticePop6 .notice_pop_cont .cont_box {
    padding: 25px;
  }
  #noticePop6 .notice_pop_cont .txt_box + .txt_box {
    margin-top: 15px;
  }
  #noticePop6 .notice_pop_cont .txt_box.gap1 {
    margin-top: 30px;
  }
  #noticePop7 {
    width: 400px;
  }
  #noticePop9 {
    right: 420px;
    width: 350px;
  }
  #noticePop10 {
    left: 370px;
    width: 350px;
  }
  #noticePop11 {
    width: 350px;
  }
  #noticePop12 {
    left: calc(50% - 300px);
    width: 600px;
  }
  #noticePop13 {
    left: calc(50% - 229px);
    width: 458px;
  }
  #noticePop14 {
    left: calc(50% - 240px);
    width: 480px;
  }
  #noticePop15 {
    left: 10px;
    width: auto;
  }
  #noticePop16 {
    left: calc(50% - 240px);
    width: 480px;
  }
  #noticePop17 {
    left: calc(50% - 240px);
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .notice_popup .popup_close {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
  .notice_popup .today_chk {
    bottom: 10px;
    right: 10px;
  }
  .notice_popup .today_chk .checkbox_custom {
    width: 12px;
    height: 12px;
    background-size: 6px;
  }
  .notice_popup .today_chk .today_checkbox:checked + .checkbox_custom {
    background-size: 6px;
  }
  .notice_popup .today_chk .txt {
    font-size: 12px;
  }
  #noticePop1 {
    width: 300px;
  }
  #noticePop2 {
    top: 100px;
    left: calc(50% - 145px);
    width: 300px;
  }
  #noticePop2 .notice_pop_cont {
    height: 360px;
    padding-top: 80px;
  }
  #noticePop2 .notice_pop_cont .tit {
    margin-bottom: 5px;
    font-size: 19px;
  }
  #noticePop2 .notice_pop_cont .txt_box > p {
    font-size: 16px;
  }
  #noticePop2 .notice_pop_cont .txt_box + .txt_box {
    margin-top: 10px;
  }
  #noticePop2 .notice_pop_cont .line1 .date {
    font-size: 20px;
  }
  #noticePop2 .notice_pop_cont .line1 .date .kr {
    font-size: 18px;
  }
  #noticePop2 .notice_pop_cont .line2 {
    margin-top: 3px;
  }
  #noticePop2 .notice_pop_cont .line2 > span {
    font-size: 14px;
  }
  #noticePop3 {
    top: 130px;
    left: 50%;
    width: 300px;
    margin-left: -155px;
  }
  #noticePop3 .notice_pop_cont {
    padding: 14px 0 35px;
  }
  #noticePop3 .popup_img {
    width: 270px;
  }
  #noticePop3 .reservation_link {
    width: 110px;
    height: 30px;
    font-size: 12px;
  }
  #noticePop4 {
    top: 100px;
    width: 300px;
    left: calc(50% - 150px);
  }
  #noticePop4 .notice_pop_cont {
    height: 450px;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  #noticePop4 .notice_pop_cont .cont_box {
    margin: 0 10px;
    padding: 15px;
  }
  #noticePop4 .notice_pop_cont .tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #noticePop4 .notice_pop_cont .txt_box > p {
    font-size: 16px;
    word-break: keep-all;
  }
  #noticePop4 .notice_pop_cont .txt_box .line1 {
    font-size: 20px;
  }
  #noticePop4 .notice_pop_cont .txt_box .line3, #noticePop4 .notice_pop_cont .txt_box .line4, #noticePop4 .notice_pop_cont .txt_box .line5 {
    font-size: 14px;
  }
  #noticePop4 .notice_pop_cont .txt_box .line4 {
    line-height: 16px;
  }
  #noticePop4 .notice_pop_cont .txt_box .week {
    font-size: 18px;
  }
  #noticePop4 .notice_pop_cont .txt_box + .txt_box:not(.note_txt_box) {
    margin-top: 15px;
  }
  #noticePop4 .notice_pop_cont .note_txt_box {
    margin-top: 12px;
  }
  #noticePop5 {
    top: 100px;
    left: calc(50% - 150px);
    width: 300px;
    height: auto;
  }
  #noticePop5 .notice_pop_cont {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  #noticePop5 .notice_pop_cont .cont_box {
    margin: 0 10px;
    padding: 15px;
  }
  #noticePop5 .notice_pop_cont .tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #noticePop5 .notice_pop_cont .txt_box > p {
    font-size: 16px;
  }
  #noticePop5 .notice_pop_cont .txt_box .line1 {
    font-size: 20px;
  }
  #noticePop5 .notice_pop_cont .txt_box .line2 {
    font-size: 20px;
  }
  #noticePop5 .notice_pop_cont .txt_box .line3, #noticePop5 .notice_pop_cont .txt_box .line4, #noticePop5 .notice_pop_cont .txt_box .line5 {
    font-size: 14px;
  }
  #noticePop5 .notice_pop_cont .txt_box .line4 {
    line-height: 16px;
  }
  #noticePop5 .notice_pop_cont .txt_box .week {
    font-size: 18px;
  }
  #noticePop5 .notice_pop_cont .txt_box + .txt_box:not(.note_txt_box) {
    margin-top: 15px;
  }
  #noticePop5 .notice_pop_cont .note_txt_box {
    margin-top: 12px;
  }
  #noticePop6 {
    top: 100px;
    width: 300px;
    left: calc(50% - 150px);
  }
  #noticePop6 .notice_pop_cont {
    height: 400px;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  #noticePop6 .notice_pop_cont .cont_box {
    margin: 0 10px;
    padding: 15px;
  }
  #noticePop6 .notice_pop_cont .tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #noticePop6 .notice_pop_cont .txt_box + .txt_box {
    margin-top: 10px;
  }
  #noticePop6 .notice_pop_cont .txt_box.gap1 {
    margin-top: 20px;
  }
  #noticePop6 .notice_pop_cont .txt_box > p {
    font-size: 16px;
  }
  #noticePop7 {
    top: 100px;
    left: 10px;
    right: 10px;
    width: auto;
  }
  #noticePop8 {
    top: 100px;
    left: 10px;
    right: 10px;
    width: auto;
  }
  #noticePop9, #noticePop10, #noticePop11 {
    top: 100px;
    left: 10px;
    right: 10px;
    width: auto;
  }
  #noticePop12 {
    left: 10px;
    right: 10px;
    width: auto;
  }
  #noticePop13 {
    top: 54px;
    left: 10px;
    right: 10px;
    width: auto;
  }
  #noticePop14, #noticePop15 {
    left: 10px;
    right: 10px;
    width: auto;
  }
  #noticePop16 {
    left: 10px;
    right: 10px;
    width: auto;
  }
  #noticePop17 {
    left: 10px;
    right: 10px;
    width: auto;
  }
}
