/* 배너 */
.new .divider {
  margin-top: 53px;
  height: 1px;
  background-color: #e1e1e1;
  border: none;
}
.new .list_contents {
  position: relative;
  left: auto;
  width: 100%;
  margin: 42px auto 0;
}
.new .list_contents .swiper-slide {
  width: 100% !important;
  height: auto;
  margin-left: 0;
}

.new .list_contents .swiper-slide .slide-item {
  padding: 38px 22px 68px 38px;
}
.new .list_contents .swiper-slide .txt {
  flex: 1;
  width: auto;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  padding-right: 40px;
  gap: 28px;
}
.new .list_contents .swiper-slide .txt h4 {
  font-size: 20px;
}
.new .list_contents .swiper-slide .txt .more-btn {
  display: flex;
  align-items: center;
  display: none;
}
.new .list_contents .swiper-slide .txt .more-btn span {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.new .list_contents .swiper-slide .txt .more-btn img {
  width: 24px;
  height: auto;
}
.new .list_contents .swiper-slide .obj {
  width: 486px;
  height: 486px;
  border-radius: 12px;
  overflow: hidden;
}

.new .list_contents .swiper-slide .category-tag {
  background-color: #7e85ed;
  width: 152px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.new .list_contents .swiper-slide .category-tag[data-category-id="1"] {
  background-color: #7e85ed;
}
.new .list_contents .swiper-slide .category-tag[data-category-id="2"] {
  background-color: #fd803d;
}
.new .list_contents .swiper-slide .category-tag[data-category-id="3"] {
  background-color: #00db4d;
}

.new .list_contents .swiper-slide .txt h2 {
  padding-bottom: 0;
  font-size: 23px;
  color: #fff;
  font-family: 'Montserrat';
}
.new .list_contents .swiper-slide .txt p {
  margin-bottom: 0;
  -webkit-line-clamp: none;
  font-size: 50px;
}

.new .slider-controls {
  position: absolute;
  left: 38px;
  bottom: 84px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.new .slider-progress {
  width: 350px;
  height: 1px;
  background: rgba(105, 59, 151, 0.4);
  overflow: hidden;
  border-radius: 999px;
}

.new .slider-page {
  margin-left: 34px;
}
.new .slider-page .current {
  color: rgba(105, 59, 151, 0.6);
  font-size: 24px;
  font-weight: bold;
}
.new .slider-page .slash {
  color: rgba(105, 59, 151, 0.6);
  font-size: 24px;
  font-weight: bold;
}
.new .slider-page .total {
  color: rgba(105, 59, 151, 0.6);
  font-size: 24px;
  font-weight: bold;
}

.new .slider-progress-bar {
  width: 0%;
  height: 100%;
  background: #693b97;
  transition: width 0.1s linear;
}

.new .slider-toggle {
  margin-left: 14px;
  width: 24px;
  height: 24px;
  background: url("./../../image/bgfnews_list/next_btn.svg") no-repeat center
    center/ contain;
  border: none;
  cursor: pointer;
}

.new .slider-toggle.is-paused {
  background: url("./../../image/bgfnews_list/stop_btn.svg") no-repeat center
    center/ contain;
}

.new .swiper-button-prev {
  left: -52px;
  background-image: url("./../../image/bgfnews_list/new-ico_arrow.png");
}
.new .swiper-button-next {
  right: -52px;
  background-image: url("./../../image/bgfnews_list/new-ico_arrow.png");
}

.new .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1440px) {
  .new .divider {
    margin-top: 3.68vw;
  }
  .new .list_contents {
    margin: 2.92vw auto 0;
  }
  .new .list_contents .swiper-slide .slide-item {
    padding: 2.64vw 1.53vw 4.72vw 2.64vw;
  }
  .new .list_contents .swiper-slide .txt {
    padding-right: 2.78vw;
    gap: 1.94vw;
  }
  .new .list_contents .swiper-slide .txt h4 {
    font-size: 1.39vw;
  }
  .new .list_contents .swiper-slide .txt .more-btn span {
    font-size: 1.39vw;
  }
  .new .list_contents .swiper-slide .txt .more-btn img {
    width: 1.67vw;
  }
  .new .list_contents .swiper-slide .obj {
    width: 33.75vw;
    height: 33.75vw;
  }
  .new .list_contents .swiper-slide .category-tag {
    width: 10.56vw;
    height: 3.47vw;
    border-radius: 3.47vw;
  }

  .new .list_contents .swiper-slide .txt h2 {
    font-size: 1.6vw;
  }
  .new .list_contents .swiper-slide .txt p {
    font-size: 3.47vw;
  }
  .new .slider-controls {
    left: 2.64vw;
    bottom: 5.83vw;
  }
  .new .slider-progress {
    width: 24.31vw;
  }
  .new .slider-page {
    margin-left: 2.36vw;
  }
  .new .slider-page .current {
    font-size: 1.67vw;
  }
  .new .slider-page .slash {
    font-size: 1.67vw;
  }
  .new .slider-page .total {
    font-size: 1.67vw;
  }
  .new .slider-toggle {
    margin-left: 0.97vw;
    width: 1.67vw;
    height: 1.67vw;
  }
.new .swiper-button-prev {
  left: -3.61vw;
}
.new .swiper-button-next {
  right: -3.61vw;
}
}

@media screen and (max-width: 768px) {
  .new .divider {
    margin: 5.99vw 6.51vw 0;
    height: 0.13vw;
    background-color: #e1e1e1;
    border: none;
  }
  .new .list_contents .swiper-slide .slide-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 14.32vw;
    padding: 5.99vw 6.51vw 11.72vw;
  }
  .new .slider-controls {
    display: none;
    position: static;
    padding: 0 6.51vw;
  }
  .new .list_contents {
    margin: 0;
  }
  .new .list_contents .swiper-slide .obj {
    width: 100%;
    height: auto;
  }
  .new .list_contents .swiper-slide .category-tag {
    width: 19.79vw;
    height: 6.51vw;
  }
  .new .list_contents .swiper-slide .txt {
    padding-right: 0;
    gap: 3.65vw;
  }
  .new .list_contents .swiper-slide .txt h2 {
    font-size: 3.13vw;
  }
  .new .list_contents .swiper-slide .txt p {
    text-align: left;
    font-size: 8.46vw;
    -webkit-line-clamp: none;
  }
  .new .list_contents .swiper-slide .txt h4 {
    font-size: 3.13vw;
  }
  .new .list_contents .swiper-slide .txt .more-btn span {
    font-size: 3.91vw;
  }
  .new .list_contents .swiper-slide .txt .more-btn img {
    width: 4.69vw;
  }
  .new .slider-progress {
    width: auto;
    flex: 1;
  }
  .new .slider-page {
    margin-left: 2.34vw;
  }
  .new .slider-page .current {
    font-size: 4.17vw;
  }
  .new .slider-page .slash {
    font-size: 4.17vw;
  }
  .new .slider-page .total {
    font-size: 4.17vw;
  }
  .new .slider-toggle {
    margin-left: 2.08vw;
    width: 3.13vw;
    height: 3.13vw;
  }

  .new .swiper-pagination {
    display: flex;
    top: 95.57vw;
    bottom: auto !important;
    height: 1.30vw;
    left: 0 !important;
    position: absolute;
    gap: 2.60vw;
  }
  .new .swiper-pagination-bullet {
    width: 1.30vw;
    height: 1.30vw;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .new .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .new .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  .new .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .new .divider {
    margin: 19px 21px 0;
    height: 0px;
    background-color: #e1e1e1;
    border: none;
  }
  .new .list_contents .swiper-slide .slide-item {
    gap: 46px;
    padding: 19px 21px 38px;
  }
  .new .slider-controls {
    padding: 0 21px;
  }
  .new .list_contents {
    margin: 0;
  }
  .new .list_contents .swiper-slide .obj {
    width: 100%;
    height: auto;
  }
  .new .list_contents .swiper-slide .category-tag {
    width: 63px;
    height: 21px;
  }
  .new .list_contents .swiper-slide .txt {
    padding-right: 0;
    gap: 12px;
  }
  .new .list_contents .swiper-slide .txt h2 {
    font-size: 10px;
  }
  .new .list_contents .swiper-slide .txt p {
    font-size: 27px;
  }  
  .new .list_contents .swiper-slide .txt h4 {
    font-size: 10px;
  }
  .new .list_contents .swiper-slide .txt .more-btn span {
    font-size: 13px;
  }
  .new .list_contents .swiper-slide .txt .more-btn img {
    width: 15px;
  }
  .new .slider-progress {
    width: auto;
    flex: 1;
  }
  .new .slider-page {
    margin-left: 7px;
  }
  .new .slider-page .current {
    font-size: 13px;
  }
  .new .slider-page .slash {
    font-size: 13px;
  }
  .new .slider-page .total {
    font-size: 13px;
  }
  .new .slider-toggle {
    margin-left: 7px;
    width: 10px;
    height: 10px;
  }

  .new .swiper-pagination {
    top: 306px;
    height: 4px;
    gap: 8px;
  }
  .new .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .new .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  .new .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
}

/* 링크 & 검색 */
.new .search {
  margin: 78px 0 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new .link-btn-wrap {
  display: flex;
  gap: 12px;
}
.new .link-btn-wrap .link-btn {
  width: 48px;
  height: 48px;
}
.new .link-btn-wrap .link-btn.youtube {
  background: url("./../../image/bgfnews_list/01_youtube_Default.png") no-repeat
    center center/ contain;
}
.new .link-btn-wrap .link-btn.youtube:hover {
  background: url("./../../image/bgfnews_list/01_youtube_Hover.png") no-repeat
    center center/ contain;
}
.new .link-btn-wrap .link-btn.insta {
  background: url("./../../image/bgfnews_list/02_insta_Default.png") no-repeat
    center center/ contain;
}
.new .link-btn-wrap .link-btn.insta:hover {
  background: url("./../../image/bgfnews_list/02_insta_Hover.png") no-repeat
    center center/ contain;
}
.new .link-btn-wrap .link-btn.blog {
  background: url("./../../image/bgfnews_list/03_blog_Default.png") no-repeat
    center center/ contain;
}
.new .link-btn-wrap .link-btn.blog:hover {
  background: url("./../../image/bgfnews_list/03_blog_Hover.png") no-repeat
    center center/ contain;
}
.new .link-btn-wrap .link-btn.tictok {
  background: url("./../../image/bgfnews_list/04_tictok_Default.png") no-repeat
    center center/ contain;
}
.new .link-btn-wrap .link-btn.tictok:hover {
  background: url("./../../image/bgfnews_list/04_tictok_Hover.png") no-repeat
    center center/ contain;
}
.new.contents .search:after {
  display: none;
}

.new.contents .md_list h2 {
  margin-top: 115px;
  margin-bottom: 60px;
  padding-right: 0;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 65px;
}
.new.contents .md_list h2.title__magazine {
  color: #00db4d;
}
.new.contents .md_list h2.title__pr {
  color: #7e85ed;
}
.new.contents .md_list h2.title__media {
  color: #fd803d;
}

.new.contents .md_list .md_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.new.contents .md_list .md_content ul {
  width: 100%;
  display: flex;
  gap: 30px;
}
.new.contents .md_list .md_content ul li {
  width: auto;
  flex: 1;
}
.new.contents .md_list .md_content ul li a .media_box {
  width: auto;
  height: auto;
}
.new.contents .md_list ul li a .txt {
  padding: 0 12px 0 8px;
}
.new.contents .md_list ul li a .txt h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.new.contents .md_list ul li a .txt p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 0;
}
.new.contents .md_list ul li a .txt .tag {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
}
.new.contents .md_list ul li a .txt span {
  position: static;
  text-align: right;
  font-size: 20px;
}
.new.contents .md_list ul li a .media_box {
  border-radius: 12px;
}

.new.contents .md_list .list-btn {
  margin-top: 60px;
  width: 210px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
}
.new.contents .md_list .list-btn a {
  padding: 0 48px 0 62px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new.contents .md_list .list-btn:hover {
  background-color: #52af4e;
  border-color: #52af4e;
}
.new.contents .md_list .list-btn:hover .list-btn__text {
  color: #fff;
}
.new.contents .md_list .list-btn:hover .obj {
  filter: brightness(0) invert(1);
}
.new.contents .md_list .list-btn .list-btn__text {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 700;
}
.new.contents .md_list .list-btn .obj {
  width: 22px;
  height: 28px;
}
@media screen and (max-width: 1440px) {
  /* 링크 & 검색 */
  .new .search {
    margin: 5.42vw 0 7.99vw;
  }
  .new .link-btn-wrap {
    gap: 0.83vw;
  }
  .new .link-btn-wrap .link-btn {
    width: 3.33vw;
    height: 3.33vw;
  }

  .new.contents .md_list h2 {
    margin-top: 7.99vw;
    margin-bottom: 4.17vw;
    font-size: 4.51vw;
  }

  .new.contents .md_list .md_content ul {
    width: 100%;
    gap: 2.08vw;
  }

  .new.contents .md_list ul li a .txt {
    padding: 0 0.83vw 0 0.56vw;
  }
  .new.contents .md_list ul li a .txt h3 {
    font-size: 1.39vw;
  }
  .new.contents .md_list ul li a .txt p {
    font-size: 1.53vw;
  }
  .new.contents .md_list ul li a .txt .tag {
    margin-top: 1.39vw;
    font-size: 1.39vw;
  }
  .new.contents .md_list ul li a .txt span {
    font-size: 1.39vw;
  }
  .new.contents .md_list .list-btn {
    margin-top: 4.17vw;
    width: 14.58vw;
    height: 4.17vw;
  }
  .new.contents .md_list .list-btn a {
    padding: 0 3.33vw 0 4.31vw;
  }
  .new.contents .md_list .list-btn .list-btn__text {
    font-size: 1.25vw;
  }
  .new.contents .md_list .list-btn .obj {
    width: 1.53vw;
    height: 1.94vw;
  }
  .new.contents .md_list ul li a .media_box {
    border-radius: 0.83vw;
  }
}

@media screen and (max-width: 768px) {
  .new .search {
    margin: 20.83vw 0 18.23vw;
    flex-direction: column-reverse;
    gap: 9.11vw;
  }
  .new .link-btn-wrap {
    gap: 1.56vw;
  }
  .new .link-btn-wrap .link-btn {
    width: 8.59vw;
    height: 8.59vw;
  }
  .new.contents .md_list {
    margin-bottom: 20.83vw;
  }
  .new.contents .md_list h2 {
    margin-top: 20.83vw;
    margin-bottom: 4.95vw;
    font-size: 9.11vw;
  }
  .new.contents .md_list .md_content ul {
    gap: 3.13vw;
  }
  .new.contents .md_list ul li + li {
    margin-left: 0;
  }
  .new.contents .md_list ul li a .txt {
    padding: 0 1.04vw 0 0.65vw;
  }
  .new.contents .md_list ul li a .txt h3 {
    font-size: 3.13vw;
  }
  .new.contents .md_list ul li a .txt span {
    font-size: 3.13vw;
  }
  .new.contents .md_list ul li a .txt p {
    margin-top: 3.91vw;
    font-size: 3.91vw;
  }
  .new.contents .md_list ul li a .txt .tag {
    margin-top: 2.6vw;
    font-size: 3.13vw;
  }
  .new.contents .md_list .list-btn {
    position: static;
    margin-top: 9.38vw;
    width: 35.42vw;
    height: 10.42vw;
  }
  .new.contents .md_list .list-btn a {
    padding: 0 8.33vw 0 10.68vw;
  }
  .new.contents .md_list .list-btn .list-btn__text {
    font-size: 3.13vw;
  }
  .new.contents .md_list .list-btn .obj {
    width: 3.13vw;
    height: 4.17vw;
  }

  .new.contents .md_list ul li a .media_box {
    border-radius: 1.56vw;
  }
}

@media screen and (max-width: 320px) {
  .new .search {
    margin: 67px 0 58px;
    gap: 29px;
  }
  .new .link-btn-wrap {
    gap: 5px;
  }
  .new .link-btn-wrap .link-btn {
    width: 27px;
    height: 27px;
  }
  .new.contents .md_list {
    margin-bottom: 67px;
  }
  .new.contents .md_list h2 {
    margin-top: 67px;
    margin-bottom: 16px;
    font-size: 29px;
  }
  .new.contents .md_list .md_content ul {
    gap: 10px;
  }

  .new.contents .md_list ul li a .txt {
    padding: 0 3px 0 2px;
  }
  .new.contents .md_list ul li a .txt h3 {
    font-size: 10px;
  }
  .new.contents .md_list ul li a .txt span {
    font-size: 10px;
  }
  .new.contents .md_list ul li a .txt p {
    margin-top: 13px;
    font-size: 13px;
  }
  .new.contents .md_list ul li a .txt .tag {
    margin-top: 8px;
    font-size: 10px;
  }
  .new.contents .md_list .list-btn {
    margin-top: 30px;
    width: 113px;
    height: 33px;
  }
  .new.contents .md_list .list-btn a {
    padding: 0 27px 0 34px;
  }
  .new.contents .md_list .list-btn .list-btn__text {
    font-size: 10px;
  }
  .new.contents .md_list .list-btn .obj {
    width: 10px;
    height: 13px;
  }
  .new.contents .md_list ul li a .media_box {
    border-radius: 5px;
  }
}

/* 구독 */

.section__subscribe {
  background-color: #f1f3f9;
}
.section__subscribe #stb_subscribe {
  margin: 0 auto;
  width: 1300px;
  padding: 96px 96px 66px 752px;
  background-image: url("./../../image/bgfnews_list/bg_bgflive_banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f1f3f9;
  border: none;
}
.section__subscribe #stb_subscribe * {
  color: #000;
}
.section__subscribe #stb_subscribe .banner__title {
  padding-left: 38px;
  font-size: 66px;
  font-weight: 700;
  color: #465b6e;
}
.section__subscribe #stb_subscribe .stb_form {
  margin-top: 28px;
}
.section__subscribe #stb_subscribe .stb_form_set {
  padding-bottom: 0;
}
.section__subscribe #stb_subscribe .input__container {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.section__subscribe #stb_subscribe .input__wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section__subscribe #stb_subscribe .stb_form_set .input {
  display: flex;
  align-items: center;
  gap: 18px;
}
.section__subscribe #stb_subscribe .stb_form_set .input .stb_form_set_label {
  font-size: 20px;
  width: 54px;
  text-align: right;
  padding-bottom: 0;
}
.section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input {
  width: 224px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #a5a5a5;
  border-radius: 12px;
  font-size: 15px;
  font-family: 'HancomMalangMalang', 'NanumBarunGothic', sans-serif;
  appearance: none;
}
.section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input::placeholder {
  font-size: 15px;
  font-family: 'HancomMalangMalang', 'NanumBarunGothic', sans-serif;
}
.section__subscribe #stb_subscribe .stb_form_set_submit {
  padding-top: 0;
}
.section__subscribe #stb_subscribe .stb_form_submit_button {
  padding: 0;
  width: 130px;
  height: 100%;
  border-radius: 12px;
  background-color: #7d86eb;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.section__subscribe #stb_subscribe .stb_form_policy {
  padding-bottom: 0;
  margin-left: 72px;
}
/* .section__subscribe #stb_subscribe .stb_form_policy label input {
  display: inline;
}
.section__subscribe
  #stb_subscribe
  .stb_form_policy
  label
  .stb_form_modal_open_btn {
  display: inline;
} */
/* 개인정보 동의 체크박스: 네이티브 UI 제거 후 SVG 아이콘으로 표시 */
.section__subscribe #stb_subscribe .stb_form_policy label input#stb_policy {
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
  background: url("./../../image/bgfnews_list/ico_check-default.svg") no-repeat
    center center / contain;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.section__subscribe #stb_subscribe .stb_form_policy label input#stb_policy:checked {
  background-image: url("./../../image/bgfnews_list/ico_check-active.svg");
}
.section__subscribe #stb_subscribe .stb_form_policy label input#stb_policy:focus-visible {
  outline: 2px solid #7d86eb;
  outline-offset: 2px;
}
.section__subscribe #stb_subscribe .stb_form_policy label {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
.section__subscribe #stb_subscribe .stb_form_policy .stb_form_modal_open_btn {
  font-size: 18px;
  line-height: 1;
}
.section__subscribe #stb_subscribe #stb_name_error,
.section__subscribe #stb_subscribe #stb_email_error, 
.section__subscribe #stb_subscribe #stb_form_result {
  margin-left: 72px;
}
.section__subscribe #stb_subscribe .stb_form_modal_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 구독 */
  .section__subscribe #stb_subscribe {
    width: 90.28vw;
    padding: 6.67vw 6.67vw 4.58vw 52.22vw;
  }

  .section__subscribe #stb_subscribe .banner__title {
    padding-left: 2.64vw;
    font-size: 4.58vw;
  }
  .section__subscribe #stb_subscribe .stb_form {
    margin-top: 1.94vw;
  }

  .section__subscribe #stb_subscribe .input__container {
    display: flex;
    gap: 0.83vw;
    margin-bottom: 0.97vw;
  }
  .section__subscribe #stb_subscribe .input__wrap {
    gap: 0.69vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .input {
    gap: 1.25vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .input .stb_form_set_label {
    font-size: 1.39vw;
    width: 3.75vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input {
    width: 15.56vw;
    height: 2.92vw;
    padding: 0 1.11vw;
    border-radius: 0.83vw;
    font-size: 1.04vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input::placeholder {
    font-size: 1.04vw;
  }
  .section__subscribe #stb_subscribe .stb_form_submit_button {
    width: 9.03vw;
    border-radius: 0.83vw;
    font-size: 1.39vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy {
    margin-left: 5vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy label {
    font-size: 1.25vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy .stb_form_modal_open_btn {
    font-size: 1.25vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy label input#stb_policy {
    width: 1.81vw;
    height: 1.81vw;
    margin-right: 0.56vw;
  }
  .section__subscribe #stb_subscribe #stb_name_error,
  .section__subscribe #stb_subscribe #stb_email_error, 
  .section__subscribe #stb_subscribe #stb_form_result {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .section__subscribe #stb_subscribe {
    background-image: url("./../../image/bgfnews_list/bg_bgflive_banner-mo.png");
    width: 100%;
    padding: 10.42vw 6.51vw 50.78vw;
  }
  .section__subscribe #stb_subscribe .banner__title {
    padding: 0 13.02vw;
    text-align: center;
    font-size: 7.55vw;
  }
  .section__subscribe #stb_subscribe .stb_form {
    margin-top: 7.29vw;
  }
  .section__subscribe #stb_subscribe .input__container {
    gap: 3.65vw;
    margin-bottom: 3.91vw;
  }
  .section__subscribe #stb_subscribe .input__wrap {
    gap: 1.95vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .input {
    gap: 3.39vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .input .stb_form_set_label {
    font-size: 4.56vw;
    width: 12.24vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input {
    width: 49.22vw;
    height: 8.07vw;
    padding: 0 3.13vw;
    border-radius: 1.56vw;
    font-size: 3.65vw;
  }
  .section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input::placeholder {
    font-size: 3.65vw;
  }
  .section__subscribe #stb_subscribe .stb_form_submit_button {
    width: 18.75vw;
    border-radius: 1.56vw;
    font-size: 3.91vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy label input#stb_policy {
    width: 3.65vw;
    height: 3.65vw;
    margin-right: 1.82vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy {
    margin-left: 15.63vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy label {
    font-size: 3.13vw;
  }
  .section__subscribe #stb_subscribe .stb_form_policy .stb_form_modal_open_btn {
    font-size: 3.13vw;
  }
  .section__subscribe #stb_subscribe #stb_name_error,
  .section__subscribe #stb_subscribe #stb_email_error, 
  .section__subscribe #stb_subscribe #stb_form_result {
    margin-left: 15.63vw;
  }
}

@media screen and (max-width: 320px) {
  .section__subscribe #stb_subscribe {
    background-image: url("./../../image/bgfnews_list/bg_bgflive_banner-mo.png");
    padding: 33px 21px 162px;
  }
  .section__subscribe #stb_subscribe .banner__title {
    padding: 0 42px;
    font-size: 24px;
  }
  .section__subscribe #stb_subscribe .stb_form {
    margin-top: 23px;
  }
  .section__subscribe #stb_subscribe .input__container {
    gap: 12px;
    margin-bottom: 13px;
  }
  .section__subscribe #stb_subscribe .input__wrap {
    gap: 6px;
  }
  .section__subscribe #stb_subscribe .stb_form_set .input {
    gap: 11px;
  }
  .section__subscribe #stb_subscribe .stb_form_set .input .stb_form_set_label {
    font-size: 15px;
    width: 39px;
  }
  .section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input {
    width: 158px;
    height: 26px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
  }
  .section__subscribe #stb_subscribe .stb_form_set .stb_form_set_input::placeholder {
    font-size: 12px;
  }
  .section__subscribe #stb_subscribe .stb_form_submit_button {
    width: 60px;
    border-radius: 5px;
    font-size: 13px;
  }
  .section__subscribe #stb_subscribe .stb_form_policy label input#stb_policy {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .section__subscribe #stb_subscribe .stb_form_policy {
    margin-left: 50px;
  }
  .section__subscribe #stb_subscribe .stb_form_policy label {
    font-size: 10px;
  }
  .section__subscribe #stb_subscribe .stb_form_policy .stb_form_modal_open_btn {
    font-size: 10px;
  }
  .section__subscribe #stb_subscribe #stb_name_error,
  .section__subscribe #stb_subscribe #stb_email_error, 
  .section__subscribe #stb_subscribe #stb_form_result {
    margin-left: 50px;
  }
}


/* 스티비 인라인 결과 메시지는 숨김 */
  #stb_form_result:not(.fail) {
    display: none !important;
  }

  #stb_subscribe .newsletter-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
  }

  #stb_subscribe .newsletter-modal.is-open {
    display: block;
  }

  #stb_subscribe .newsletter-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
  }

  #stb_subscribe .newsletter-modal__dialog {
    position: relative;
    max-width: min(540px, 90vw);
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 62px 0 94px 0;
    box-sizing: border-box;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  #stb_subscribe .newsletter-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    background: #f4f5f9;
    width: 24px;
    height: 24px;
    color: #747579;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #stb_subscribe .newsletter-modal__close svg {
    width: 16px;
    height: 16px;
  }

  #stb_subscribe .newsletter-modal__icon {
    width: 40px;
  }
  #stb_subscribe .newsletter-modal__title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-align: center;
  }

  #stb_subscribe .newsletter-modal__message {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    white-space: pre-line;
    word-break: keep-all;
    text-align: center;
  }
  #stb_subscribe .newsletter-modal__time {
    font-size: 16px;
    text-align: center;
  }

  .section__subscribe #stb_subscribe .newsletter-modal__button {
    font-size: 16px;
    line-height: 1.6;
    color: #3e81f6;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
  }

  body.newsletter-modal-open {
    overflow: hidden;
  }
