@charset "utf-8";

.popupWrap {
  border: 3px solid #405060;
}

.popupTitleWrap {
  position: relative;
  background: #405060;
  cursor: move;
}

.popupTitleWrap strong {
  display: block;
  padding: 0 20px 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  border-bottom: 3px solid #02aac9;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popupTitleWrap .btnPopupClose {
  position: absolute;
  right: 2px;
  top: 2px;
  display: block;
}

.popupContentWrap {
  position: relative;
}

.popupLink {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.popupCloseWrap {
  text-align: left;
  height: 18px;
  padding-top: 2px;
  background: #000;
}

.popupCloseWrap input[type="checkbox"] {
  margin: -1px 5px 0 0;
}

.popupCloseWrap .text {
  display: inline;
  font-size: 12px;
  color: #fff;
}

.popupCloseWrap a {
  margin-right: 5px;
}

.popupCloseWrap a img {
  padding-bottom: 2px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #232836;
  padding: 1px;
  display: block;
}

.popup .p-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup .p-top .pop_title {
  color: #fff;
}

.popup .p-top .closeBtn {
  display: block;
  width: 34px;
  height: 34px;
  padding: 2px;
  border: none;
}

.popup .closeBtn span {
  display: block;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  background: #fff;
}

.popup .closeBtn span:first-child {}

.popup .closeBtn span:last-child {
  transform: rotate(-45deg);
  margin: -2px 0 -2px 0;
}

.popup .p-body {
  max-width: 620px;
}

.popup .p-body .p-link {
  display: block;
}

.popup .p-body img {
  display: block;
  width: 100%;
}

.popup .p-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.popup .p-bottom .input_wrap {
  display: flex;
  align-items: center;
}

.popup .p-bottom .cookiecheck-input {
}

.popup .p-bottom .cookiecheck-label {
  color: #fff;
  display: flex;
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
}

.popup .p-bottom .cookiecheck-label .xi-check-mi {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  color: transparent;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
}

.popup .p-bottom .closeBtn {
  display: block;
  width: 19px;
  height: 19px;
  padding: 2px;
}

.popup .p-bottom .closeBtn span {
  height: 1px;
}

.popup .p-bottom .closeBtn span:last-child {
  margin: -1px 0 -1px 0;
}
