@charset "UTF-8";
/* 오늘 하루 보지 않기 팝업 */

.main_popup {
  position: fixed;
  z-index: 1005;
  -webkit-box-shadow: 0px 12px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  left: 30%;
  top: 30%;
  display: none;
}
.main_popup.on {
  display: block;
  background-color: #fff;
}
.main_popup .img_wrap {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  border: 0;
  background: none;
}
.main_popup .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}
.main_popup .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}
.main_popup .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}
.main_popup .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}

.main_popup1 {
  position: fixed;
  z-index: 1005;
  -webkit-box-shadow: 0px 12px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  left:20%;
  top: 30%;
  display: none;
}
.main_popup1.on {
  display: block;
  background-color: #fff;
}
.main_popup1 .img_wrap {
  width: 400px;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_popup1 .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  border: 0;
  background: none;
}
.main_popup1 .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}
.main_popup1 .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}
.main_popup1 .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}
.main_popup1 .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}

.main_popup2 {
  position: fixed;
  z-index: 1005;
  -webkit-box-shadow: 0px 12px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  left: 40%;
  top: 30%;
  display: none;
}
.main_popup2.on {
  display: block;
  background-color: #fff;
}
.main_popup2 .img_wrap {
  width: 400px;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_popup2 .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  border: 0;
  background: none;
}
.main_popup2 .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}
.main_popup2 .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}
.main_popup2 .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}
.main_popup2 .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}

.main_popup3 {
  position: fixed;
  z-index: 1005;
  -webkit-box-shadow: 0px 12px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  left: 60%;
  top: 30%;
  display: none;
}
.main_popup3.on {
  display: block;
  background-color: #fff;
}
.main_popup3 .img_wrap {
  width: 400px;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_popup3 .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  border: 0;
  background: none;
}
.main_popup3 .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}
.main_popup3 .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}
.main_popup3 .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}
.main_popup3 .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}