@keyframes showFrame {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.dp-bnr {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 250px;
  padding: 0;
  display: none;
  z-index: 1000;
}
@media (max-width: 767px) {
  .dp-bnr {
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
}
.dp-bnr.show {
  display: block;
  animation: showFrame 0.5s linear 0s;
}
.dp-bnr p {
  margin: 0;
  padding: 0;
}

.bnr-close {
  position: absolute;
  top: -6px;
  right: -8px;
  background: none;
  background-color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.bnr-close span {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .bnr-close {
    right: calc(5 / 390 * 100vw);
  }
}

.bnr-inner {
  width: 250px;
  height: 229px;
  border: 6px solid #E0B03F;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34);
  background: #FFF;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto;
  display: block;
}
.bnr-inner:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .bnr-inner {
    width: calc(363 / 390 * 100vw);
    height: calc(170 / 390 * 100vw);
    border-width: calc(6 / 390 * 100vw);
    box-shadow: none;
    padding: 0;
  }
}
.bnr-inner .marker {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 60%, #F46403 60%);
  font-weight: bold;
}
.bnr-inner .bnr-btn {
  width: 223px;
  height: 38px;
  border-radius: 8px;
  background: #1a483b;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  display: grid;
  align-items: center;
  margin: 0 auto;
}
.bnr-inner .bnr-btn a {
  color: #fff;
}
@media (max-width: 767px) {
  .bnr-inner .bnr-btn {
    width: calc(256 / 390 * 100vw);
    height: calc(38 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.bnr-lc .txt1 {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 20px;
  display: block;
}
.bnr-lc .txt2 {
  font-size: 24px;
  font-weight: bolder;
  color: #1A483B;
  display: block;
}
.bnr-lc .txt3 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 53px;
  margin-bottom: 8px;
}
.bnr-lc .txt4 {
  font-size: 16px;
  font-weight: bolder;
  color: #1A483B;
  margin-bottom: 11px;
  display: block;
}
@media (max-width: 767px) {
  .bnr-lc .txt1 {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(6 / 390 * 100vw);
    margin-top: calc(12 / 390 * 100vw);
  }
  .bnr-lc .txt2 {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(4 / 390 * 100vw);
    display: inline-block;
    line-height: calc(47 / 390 * 100vw);
    vertical-align: middle;
  }
  .bnr-lc .txt3 {
    font-size: calc(32 / 390 * 100vw);
    margin-bottom: calc(4 / 390 * 100vw);
    line-height: calc(47 / 390 * 100vw);
    vertical-align: middle;
  }
  .bnr-lc .txt4 {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
}

.bnr-ac .img {
  display: block;
}
.bnr-ac .txt1 {
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  line-height: 34px;
  margin-bottom: 12px;
}
.bnr-ac .txt2 {
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 767px) {
  .bnr-ac .img {
    width: calc(94 / 390 * 100vw);
    height: calc(81 / 390 * 100vw);
    display: inline-block;
    margin-top: calc(15 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
    vertical-align: bottom;
    margin-right: calc(10 / 390 * 100vw);
  }
  .bnr-ac .img img {
    width: 100%;
    height: auto;
  }
  .bnr-ac .txt-wrap {
    display: inline-block;
    vertical-align: bottom;
  }
  .bnr-ac .txt1 {
    font-size: calc(24 / 390 * 100vw);
    line-height: calc(35 / 390 * 100vw);
    margin-bottom: calc(12 / 390 * 100vw);
  }
  .bnr-ac .txt2 {
    font-size: calc(16 / 390 * 100vw);
  }
}