@charset "utf-8";

/* ===================== Font : Noto Sans KR ===================== */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://lwi.nexon.com/fonts/NotoSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://lwi.nexon.com/fonts/NotoSans-Medium.woff2') format('woff2');
}

body {
  background: #f3f3f3;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
option,
button,
textarea {
  font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
button {
  border: 0;
  cursor: pointer;
  background: transparent;
}
#heroes_addinfo,
#heroes_addinfo *,
.pop_bbs,
.pop_bbs * {
  box-sizing: border-box;
}

#heroes_addinfo {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: #f3f3f3;
  color: #333;
  letter-spacing: -0.03em;
  overflow: hidden;
  background: url('https://lwi.nexon.com/heroes/renewal/addinfo/bg.png') no-repeat center top;
}
#heroes_addinfo.soc_addinfo {
  min-height: auto;
  background: transparent;
  background: none;
}

#heroes_addinfo img {
  display: block;
  max-width: 100%;
}

#heroes_addinfo a {
  color: inherit;
  text-decoration: none;
}

#heroes_addinfo .addinfo_gnb {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 20px 50px;
}
#heroes_addinfo .addinfo_gnb h1 a {
  display: block;
  width: 202px;
  aspect-ratio: 202 / 43;
  background: url('https://lwi.nexon.com/heroes/renewal/common/logo.png') no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
#heroes_addinfo .addinfo_gnb .gnb_right {
  display: flex;
  align-items: center;
  gap: 8px;
}
#heroes_addinfo .btn_gamestart {
  display: inline-block;
  width: 238px;
  height: 60px;
  background: url('https://lwi.nexon.com/heroes/renewal/addinfo/btn_gamestart.png') no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#heroes_addinfo .btn_gamestart:hover {
  background-position-y: 100%;
}
#heroes_addinfo .btn_home {
  display: inline-block;
  width: 60px;
  height: 60px;
  aspect-ratio: 1 / 1;
  background: url('https://lwi.nexon.com/heroes/renewal/addinfo/btn_home.png') no-repeat left top;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
#heroes_addinfo .btn_home:hover {
  background-position-y: 100%;
}

#heroes_addinfo .addinfo_body {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 50px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  word-break: keep-all;
}

#heroes_addinfo .board_title {
  text-align: center;
}
#heroes_addinfo .board_title h2 {
  font-size: 64px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1.92px;
  line-height: 1;
}
#heroes_addinfo .board_title p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1;
}

#heroes_addinfo .addinfo_body_inner {
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  background: #fff;
  padding: 50px;
}

/* Notice box */
#heroes_addinfo .notice {
  background: #eee;
  padding: 18px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 22px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* ===================== Category sections ===================== */
#heroes_addinfo .cate {
  padding-top: 40px;
}
#heroes_addinfo .cate_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
}
#heroes_addinfo .add_info_ttl {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.03em;
}
#heroes_addinfo .add_info_ttl::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  background: no-repeat center / contain;
}
#heroes_addinfo .cate_gameinfo .add_info_ttl::before {
  background-image: url('https://lwi.nexon.com/heroes/renewal/addinfo/icon_gameinfo.png');
}
#heroes_addinfo .cate_probability .add_info_ttl::before {
  background-image: url('https://lwi.nexon.com/heroes/renewal/addinfo/icon_probability.png');
}
#heroes_addinfo .cate_shop .add_info_ttl::before {
  background-image: url('https://lwi.nexon.com/heroes/renewal/addinfo/icon_shop.png');
}
#heroes_addinfo .cate_nexonnow .add_info_ttl::before {
  background-image: url('https://lwi.nexon.com/heroes/renewal/addinfo/icon_nexonnow.png');
}
#heroes_addinfo .cate_text {
  padding: 15px;
}
#heroes_addinfo .cate_text p,
#heroes_addinfo .cate_text li {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 20px;
}
#heroes_addinfo .cate_text ul {
  list-style: disc;
  padding-left: 21px;
}
#heroes_addinfo .cate_text .b {
  font-weight: 700;
}

#heroes_addinfo .add_info_btn_goto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 25px;
  width: 120px;
  height: 34px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  white-space: nowrap;
  transition: filter 0.15s;
}
#heroes_addinfo .add_info_btn_goto:hover {
  filter: brightness(1.12);
}
#heroes_addinfo .add_info_btn_goto::after {
  content: '';
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M7%200C10.866%200%2014%203.13401%2014%207C14%2010.866%2010.866%2014%207%2014C3.13401%2014%200%2010.866%200%207C0%203.13401%203.13401%200%207%200ZM4.53516%203.41406L8.07129%206.9502L4.53516%2010.4854L5.9502%2011.8994L10.8994%206.9502L5.9502%202L4.53516%203.41406Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M7%200C10.866%200%2014%203.13401%2014%207C14%2010.866%2010.866%2014%207%2014C3.13401%2014%200%2010.866%200%207C0%203.13401%203.13401%200%207%200ZM4.53516%203.41406L8.07129%206.9502L4.53516%2010.4854L5.9502%2011.8994L10.8994%206.9502L5.9502%202L4.53516%203.41406Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

#heroes_addinfo .cate_gameinfo .cate_bar {
  background: #7998a4;
}
#heroes_addinfo .cate_gameinfo .add_info_btn_goto {
  background: #435d68;
  color: #acbec5;
}
#heroes_addinfo .cate_probability .cate_bar {
  background: #a48979;
}
#heroes_addinfo .cate_probability .add_info_btn_goto {
  background: #674e4b;
  color: #d0baae;
}
#heroes_addinfo .cate_shop .cate_bar {
  background: #9979a4;
}
#heroes_addinfo .cate_shop .add_info_btn_goto {
  background: #594b67;
  color: #c9aed0;
}
#heroes_addinfo .cate_nexonnow {
  padding-bottom: 60px;
}
#heroes_addinfo .cate_nexonnow .cate_bar {
  background: #a4797a;
}
#heroes_addinfo .cate_nexonnow .add_info_btn_goto {
  background: #704748;
  color: #d0baae;
}

#heroes_addinfo .item_info {
  border-top: 1px solid #dedede;
  padding-top: 50px;
}
#heroes_addinfo .item_info_bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
#heroes_addinfo .item_info_bar .item_title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
  letter-spacing: -0.03em;
}

/* Search : 공홈 스타일 */
#heroes_addinfo .search_box {
  display: flex;
  align-items: center;
}

#heroes_addinfo .search_box .all {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #bebebe;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  height: 44px;
  background-color: #272626;
  margin-left: 5px !important;
}

#heroes_addinfo .search_box fieldset.seach {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  position: relative;
}

#heroes_addinfo .search_box fieldset.seach + .btn {
  margin-left: 10px;
}

#heroes_addinfo .search_box .s_box {
  position: relative;
  background-color: #f3f3f3;
}

#heroes_addinfo .search_box .s_box:after {
  content: '';
  display: block;
  width: 0;
  height: 24px;
  border-right: 1px solid #d5d5d5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#heroes_addinfo .search_box .s_box.none_border:after {
  display: none;
}

#heroes_addinfo .search_box select {
  height: 44px;
  border: 0;
  padding: 0 25px 0 16px;
  font-weight: 500;
  background: url(https://lwi.nexon.com/heroes/renewal/common/icon_selectbox.png) right 13px center no-repeat;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  color: #999;
  letter-spacing: -1px;
}

#heroes_addinfo .search_box select::-ms-expand {
  display: none;
}

#heroes_addinfo .search_box select * {
  background-color: #ccc;
  color: #1f2430;
  line-height: 24px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
}

#heroes_addinfo .search_box .seach .search_input {
  border: 0;
  background-color: transparent;
  height: 44px;
  margin-right: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
}

#heroes_addinfo .search_box .seach .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  width: 44px;
  height: 44px;
  background: url(https://lwi.nexon.com/heroes/renewal/common/icon_search.png) center center no-repeat;
  border: 0;
}

#heroes_addinfo .search_box .seach .btn span {
  background-color: none;
  border: 0;
  padding: 0;
}

#heroes_addinfo .item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px 0;
}
#heroes_addinfo .item_card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
  min-height: 100px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  cursor: pointer;
}
#heroes_addinfo .item_card > div {
  min-width: 0;
  width: 100%;
}
#heroes_addinfo .item_card:hover {
  box-shadow: inset 0 0 0 3px #ddd;
}
#heroes_addinfo .item_card .item_name {
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#heroes_addinfo .item_card .item_period {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 1;
}
#heroes_addinfo .item_card .item_date {
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
  line-height: 1;
}

#heroes_addinfo .item_empty {
  padding: 140px 0;
  text-align: center;
  font-size: 18px;
  color: #999;
}

/* Pagination : 공홈 스타일 */
#heroes_addinfo .paging {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}

#heroes_addinfo .paging a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  margin-right: 5px;
  justify-content: center;
  font-size: 13px;
  color: #888;
}

#heroes_addinfo .paging .page .num_box {
  display: flex;
}

#heroes_addinfo .paging a:nth-last-of-type(1) {
  margin-right: 0;
}

#heroes_addinfo .paging a.on {
  color: #d32323;
}

#heroes_addinfo .paging em {
  font-size: 0;
}

#heroes_addinfo .paging em.hide {
  visibility: hidden;
}

#heroes_addinfo .paging em a {
  display: flex;
  width: 32px;
  height: 32px;
  background: url(https://lwi.nexon.com/heroes/renewal/common/icon_paging_arrow.png) center center no-repeat;
  background-color: #282828;
  font-size: 0;
}

#heroes_addinfo .paging em a:hover {
  background-image: url(https://lwi.nexon.com/heroes/renewal/common/icon_paging_arrow_black.png);
  background-color: #fff;
  border: 1px solid #8c8c8c;
  box-sizing: border-box;
}

#heroes_addinfo .paging .prev {
  margin-right: 27px;
}

#heroes_addinfo .paging .next {
  margin-left: 27px;
  transform: rotate(180deg);
}

#heroes_addinfo .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-top: 10px;
}
#heroes_addinfo .pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  color: #888;
  cursor: pointer;
  letter-spacing: -0.03em;
}
#heroes_addinfo .pagination .page_num {
  width: 32px;
  font-weight: 400;
}
#heroes_addinfo .pagination .page_num.on {
  color: #d32323;
  font-weight: 700;
}
#heroes_addinfo .pagination .page_arrow {
  width: 54px;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
}
#heroes_addinfo .pagination .page_arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}
#heroes_addinfo .pagination .page_arrow svg {
  width: 8px;
  height: 12px;
}

#heroes_addinfo .addinfo_footer {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}
#heroes_addinfo .addinfo_footer p {
  font-size: 11px;
  font-weight: 400;
  color: #8d8d8d;
  letter-spacing: -0.03em;
}

#heroes_addinfo .btn_scrolltop {
  position: fixed;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 55px;
  height: 55px;
  cursor: pointer;
  display: none;
  background: url('https://lwi.nexon.com/heroes/renewal/addinfo/btn_top.png') no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
#heroes_addinfo .btn_scrolltop.show {
  display: inline-flex;
}

/* ===================== POP_Bbs_View ===================== */
.pop_bbs {
  position: fixed;
  inset: 0;
  z-index: 10000000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 90px 20px 60px;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  letter-spacing: -0.03em;
}
.pop_bbs.on {
  display: flex;
}
.pop_bbs .pop_inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.pop_bbs .btn_close {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url('https://lwi.nexon.com/heroes/renewal/addinfo/btn_close.png') no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  overflow: hidden;
}
.pop_bbs .btn_close:hover {
  filter: brightness(1.2);
}

/* popup content : 공홈 스타일 */
.pop_bbs .view_wrap {
  padding: 50px 50px 60px;
  background-color: #fff;
  box-sizing: border-box;
}
.pop_bbs .view_header {
  border-bottom: 1px solid #1f2430;
  padding-bottom: 20px;
}
.pop_bbs .view_header + .view_cont {
  margin-top: 60px;
}
.pop_bbs .view_header .view_date {
  color: #d32323;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  margin-bottom: 4px;
}

.pop_bbs .view_header h3 {
  font-size: 25px;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
}
.pop_bbs .view_header .view_info {
  display: flex;
  margin-top: 12px;
}
.pop_bbs .view_info .vh_info {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #999;
}
.pop_bbs .view_info .vh_info span {
  color: #2e74d4;
}
.pop_bbs .view_info .vh_info li {
  position: relative;
  padding-left: 11px;
  margin-left: 11px;
}
.pop_bbs .view_info .vh_info li:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  border-left: 1px solid #999;
}
.pop_bbs .view_info .vh_info li:nth-child(1) {
  font-size: 14px;
  color: #111;
  padding-left: 0;
  margin-left: 0;
}
.pop_bbs .view_info .vh_info li:nth-child(1):after {
  display: none;
}
.pop_bbs .view_info .vh_info li:nth-child(1) em {
  color: #2e74d4;
}
.pop_bbs .view_info .vh_sns {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.pop_bbs .view_info .vh_sns li {
  margin-right: 6px;
}
.pop_bbs .view_info .vh_sns li:nth-last-child(1) {
  margin-right: 0;
}
.pop_bbs .view_info .vh_sns li.copy a {
  background: url(https://lwi.nexon.com/heroes/renewal/common/icon_copy.png) center center no-repeat;
}
.pop_bbs .view_info .vh_sns li.facebook a {
  background: url(https://lwi.nexon.com/heroes/renewal/common/icon_facebook.png) center center no-repeat;
}
.pop_bbs .view_info .vh_sns li.twitter a {
  background: url(https://lwi.nexon.com/heroes/renewal/common/icon_twitter.png) center center no-repeat;
}
.pop_bbs .view_info .vh_sns li a {
  font-size: 0;
  display: flex;
  width: 20px;
  height: 20px;
}
.pop_bbs .view_cont {
  padding-bottom: 50px;
  border-bottom: 1px solid #c2c2c2;
}
.pop_bbs .view_cont .edit_area {
  word-break: break-all;
}
.pop_bbs .view_cont .edit_area p,
.pop_bbs .view_cont .edit_area li {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.pop_bbs .view_cont .edit_area ul {
  list-style: disc;
  padding-left: 21px;
}
.pop_bbs .view_cont img {
  max-width: 100%;
}

.pop_bbs .tbl_btn {
  clear: both;
  display: block;
  position: relative;
  text-align: right;
}
.pop_bbs .view_cont + .tbl_btn {
  margin-top: 20px;
}
.pop_bbs .tbl_btn .bt_type1 a {
  margin-left: 3px;
}
.pop_bbs .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.pop_bbs .btn span {
  display: inline-block;
  height: 35px;
  background: #1c1c1c;
}
.pop_bbs .btn:hover span {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  box-sizing: border-box;
}
.pop_bbs .btn.v3 span {
  height: 44px;
  min-width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.pop_open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

/* ===================== Responsive : Tablet ( ~1023 ) ===================== */
@media (max-width: 1023px) {
  #heroes_addinfo .addinfo_body {
    padding: 40px 20px 80px;
    gap: 50px;
  }
  #heroes_addinfo .btn_gamestart {
    display: none;
  }
  #heroes_addinfo .addinfo_body_inner {
    padding: 30px;
  }
  #heroes_addinfo .board_title h2 {
    font-size: 45px;
  }
  #heroes_addinfo .board_title p {
    font-size: 16px;
  }
  #heroes_addinfo .cate_bar {
    padding: 8px 10px;
  }
  #heroes_addinfo .item_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===================== Responsive : Mobile ( ~767 ) ===================== */
@media (max-width: 767px) {
  #heroes_addinfo .addinfo_gnb {
    padding: 11px 10px;
  }
  #heroes_addinfo .addinfo_gnb h1 a {
    width: 104px;
  }
  #heroes_addinfo .btn_home {
    width: 30px;
    height: 30px;
  }

  #heroes_addinfo .addinfo_body {
    padding: 30px 10px 60px;
    gap: 30px;
  }
  #heroes_addinfo .board_title h2 {
    font-size: 24px;
  }
  #heroes_addinfo .board_title p {
    font-size: 14px;
  }

  #heroes_addinfo .addinfo_body_inner {
    padding: 15px;
  }
  #heroes_addinfo .cate {
    padding-top: 20px;
  }
  #heroes_addinfo .add_info_ttl .cate_icon {
    width: 20px;
    height: 20px;
  }
  #heroes_addinfo .add_info_ttl strong {
    font-size: 16px;
    line-height: 20px;
  }
  #heroes_addinfo .add_info_btn_goto {
    padding: 8px 16px;
    font-size: 13px;
  }

  #heroes_addinfo .item_info {
    padding-top: 30px;
  }
  #heroes_addinfo .item_info_bar {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  #heroes_addinfo .item_info_bar .item_title {
    font-size: 16px;
    line-height: 20px;
  }
  #heroes_addinfo .searchbar {
    width: 100%;
  }
  #heroes_addinfo .item_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #heroes_addinfo .btn_scrolltop {
    width: 44px;
    height: 44px;
    right: 10px;
    bottom: 20px;
  }
  #heroes_addinfo .paging {
    margin: 15px 0 25px;
  }

  /* popup mobile */
  .pop_bbs {
    padding: 70px 10px 30px;
  }
  .pop_bbs .btn_close {
    top: -58px;
    width: 50px;
    height: 50px;
  }
  .pop_bbs .view_wrap {
    padding: 20px 15px 30px;
  }
  .pop_bbs .view_header h3 {
    font-size: 18px;
  }
  .pop_bbs .view_header .view_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .pop_bbs .view_info .vh_info {
    flex-direction: column;
    gap: 4px;
  }
  .pop_bbs .view_info .vh_info li {
    padding-left: 0;
    margin-left: 0;
    word-break: break-all;
  }
  .pop_bbs .view_info .vh_info li:after {
    display: none;
  }
  .pop_bbs .view_info .vh_sns {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .pop_bbs .view_header + .view_cont {
    margin-top: 30px;
  }
  .pop_bbs .view_cont {
    padding-bottom: 30px;
  }
}
