@charset "utf-8";
@font-face {
  font-family: 'S-CoreDream-9Black';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-8Heavy';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.view-body .arti-txt .bn-promotion-support {
  position: relative;
  margin-top: 30px;
  padding: 18px 30px;
  border-radius: 15px;
  color: #fff;
  background-color: #022F43;
  font-family: 'S-CoreDream-8Heavy';
}
.bn-promotion-support .support-con {
  position: relative;
  font-family: 'S-CoreDream-8Heavy';
}
.bn-promotion-support .support-con .support-tit {
  text-align: center;
}
.bn-promotion-support .support-con .support-tit strong {
  display: block;
  font-size: 32px;
  color: #fff;
  line-height: 1.4;
}
.bn-promotion-support .support-con .support-tit span {
  color: #79ffee;
  line-height: 1.4;
}
.bn-promotion-support .support-con .support-btn {
  text-align: center;
  margin-top: 10px;
}
.bn-promotion-support .support-con .support-btn .btn {
  display: inline-block;
  background-color: #79ffee;
  border: 1px solid #79ffee;
  color: #022f43;
  border-radius: 33px;
  font-size: 17px;
  font-family: 'S-CoreDream-5Medium';
  padding: 4px 0;
  width: 110px;
  text-align: center;
  line-height: normal;
}
.bn-promotion-support .support-con .support-btn .btn-w {
  background-color: #022f43;
  color: #fff;
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  .bn-promotion-support .support-con .support-tit strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .view-body .arti-txt .bn-promotion-support {
    padding: 3%;
  }
  .bn-promotion-support .support-con .support-btn .btn {
    font-size: 16px;
  }
  .bn-promotion-support .support-con .support-btn .btn-w {
    font-size: 16px;
  }
}
@media screen and (max-width:580px) {
  .bn-promotion-support .support-con .support-tit strong {
    font-size: 22px;
  }
}
@media screen and (max-width:475px) {
  .bn-promotion-support .support-con .support-tit strong {
    font-size: 20px;
  }
  .bn-promotion-support .support-con .support-btn .btn {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
  }
  .bn-promotion-support .support-con .support-btn .btn-w {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width:347px) {
  .bn-promotion-support .support-con .support-tit strong {
    font-size: 15px;
  }
}