#respons {
  padding: 0;
  width: 100%;
  height: 160px;
  position: fixed;
  top: calc(50% - 50px);
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#respons > div {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
#respons > div p {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  height: 160px;
  line-height: 160px;
  font-size: 24px;
  font-weight: 200;
}
#respons.color01 {
  background: #f08300;
}
#respons.color02 {
  background: #d7003a;
}

#popup {
  width: 600px;
}
#popup > p {
  line-height: 1.3;
  text-align: center;
}
#popup > p:nth-of-type(1) {
  margin: 0 auto 16px auto;
  color: #232323;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#popup > p:nth-of-type(1):empty {
  display: none;
}
#popup > p:nth-of-type(2) {
  color: #232323;
  font-size: 14px;
  font-weight: 200;
}
#popup ul, #popup ol {
  margin: 24px auto 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#popup ul li:last-child, #popup ol li:last-child {
  margin: 0 0 0 16px;
}
#popup ol li a, #popup ul li a {
  height: 40px;
  line-height: 40px;
}

#ov_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
}

#overlay {
  margin: 0 auto;
  padding: 30px 0 30px 25px;
  border: solid 5px #ccc;
  background: #fff;
  position: fixed;
  z-index: 9998;
  top: 50%;
  left: 50%;
  display: none;
  zoom: 1;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
#overlay:before, #overlay:after {
  content: "";
  display: table;
}
#overlay:after {
  clear: both;
}
#overlay > div {
  padding-right: 25px !important;
}
#overlay[data-color="1"] {
  border: solid 3px #3eb370;
}
#overlay[data-color="2"] {
  border: solid 3px #d7003a;
}
#overlay > a.ov_close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
}
#overlay > a.ov_close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  margin-top: 0;
  background: #fff;
  transform: rotate(45deg);
  cursor: pointer;
}
#overlay > a.ov_close:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  margin-top: 0;
  background: #fff;
  transform: rotate(-45deg);
  cursor: pointer;
}
