@charset "UTF-8";
/*팝업 영역 mib201228//*/
.common-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111111;
  width: 100%;
  height: 100%;
  padding: 0 27px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
.common-popup-wrap.is-visible {
  display: block;
}
.common-popup-wrap .popup-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 906px;
  margin: 57px auto 50px;
  text-align: left;
  background: #fff;
}
@media (max-width: 1023px) {
  .common-popup-wrap .popup-inner {
    max-width: 317px;
    margin: 100px auto;
  }
}
@media (max-height: 430px) {
  .common-popup-wrap .popup-inner {
    margin: 50px auto;
  }
}
.common-popup-wrap .popup-content {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66666;
  text-align: left;
  letter-spacing: -0.04em;
  color: #444;
  outline: none;
}
.common-popup-wrap .popup-content .popup-title {
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #000;
}
.common-popup-wrap .popup-content .popup-desc {
  line-height: 1.666666;
}
.common-popup-wrap .popup-footer {
  position: relative;
  padding: 0 4px;
  margin: 0 auto;
}
.common-popup-wrap .popup-footer::after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
@media (max-width: 1023px) {
  .common-popup-wrap .popup-footer {
    background: #f0f0f0;
  }
}
.common-popup-wrap .popup-footer .today {
  display: inline-block;
  float: left;
  position: relative;
  height: 38px;
  padding: 10px 0;
  margin-left: 10px;
}
.common-popup-wrap .popup-footer .today .cbox {
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 0px solid rgba(255, 255, 255, 0);
  border: none;
  vertical-align: top;
}
.common-popup-wrap .popup-footer .today .cbox:focus {
  top: 9px;
  left: -1px;
  width: 20px;
  height: 20px;
}
.common-popup-wrap .popup-footer .today .cbox + .label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  vertical-align: top;
  color: #444;
}
.common-popup-wrap .popup-footer .today .cbox + .label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url("/lib/images/popup/cbox-off.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #fff;
  vertical-align: top;
}
.common-popup-wrap .popup-footer .today .cbox:checked + .label:before {
  background-image: url("/lib/images/popup/cbox-on.png");
}
.common-popup-wrap .popup-footer .popup-close {
  display: inline-block;
  float: right;
  height: 38px;
  padding: 0 10px;
  border: 0;
  border: none;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #444;
}
.common-popup-wrap .popup-footer .today-close {
  display: inline-block;
  float: left;
  height: 38px;
  padding: 0 10px;
  border: 0;
  border: none;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #444;
}

/*팝업 영역 //mib201228*/
