.news_area .inner {
  border: none;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .news_area .inner .news_list .news_single {
      padding: 5.3333333333vw 6.6666666667vw; }
      .news_area .inner .news_list .news_single h3 a {
        font-size: 4vw; }
      .news_area .inner .news_list .news_single .post_data {
        font-size: 3.4666666667vw;
        margin-bottom: 1.3333333333vw; } }
  .news_area .inner .news-list-pager {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .news_area .inner .news-list-pager li {
      width: 34px;
      line-height: 34px;
      margin: 0 10px; }
      .news_area .inner .news-list-pager li * {
        display: block;
        color: #A7A7A7;
        text-align: center;
        font-size: 16px; }
      .news_area .inner .news-list-pager li.arrow_link {
        position: relative;
        border: 1px solid #222222;
        border-radius: 2px;
        line-height: 1;
        height: 34px; }
        .news_area .inner .news-list-pager li.arrow_link a {
          display: block;
          height: 100%; }
        .news_area .inner .news-list-pager li.arrow_link::before {
          content: "";
          width: 6px;
          height: 6px;
          border-top: 2px solid #222222;
          border-right: 2px solid #222222;
          display: block;
          position: absolute;
          top: calc(50% - 3px);
          left: calc(50% - 3px); }
      .news_area .inner .news-list-pager li.next_btn::before {
        transform: rotate(45deg); }
      .news_area .inner .news-list-pager li.back_btn::before {
        transform: rotate(-135deg); }
      .news_area .inner .news-list-pager li .current {
        color: #222222;
        border-bottom: 1px solid #222222; }

#news_single .breadcrumb {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #news_single .breadcrumb {
      margin-bottom: 16vw; } }
@media screen and (max-width: 767px) {
  #news_single .main {
    width: 100%;
    margin-bottom: 21.3333333333vw; } }
#news_single .main-section .news-head {
  padding: 0 34px;
  margin-bottom: 42px; }
  #news_single .main-section .news-head .news-list-date {
    font-size: 15px;
    color: #ADADAD; }
  @media screen and (max-width: 767px) {
    #news_single .main-section .news-head {
      padding: 0 0 10px; }
      #news_single .main-section .news-head .news-list-date {
        font-size: 3.7333333333vw;
        margin-bottom: 2.4vw; }
      #news_single .main-section .news-head .section-title {
        font-size: 4.8vw; } }
#news_single .main-section .news-content-wrap {
  padding: 0 34px;
  margin-bottom: 135px; }
  #news_single .main-section .news-content-wrap .news-detail-content {
    font-size: 15px;
    line-height: 1.8; }
  @media screen and (max-width: 767px) {
    #news_single .main-section .news-content-wrap {
      margin-bottom: 17.3333333333vw;
      padding: 0; }
      #news_single .main-section .news-content-wrap .news-detail-content {
        font-size: 3.4666666667vw;
        line-height: 2; } }
#news_single .main-section .news-pager {
  display: block; }
  @media screen and (max-width: 767px) {
    #news_single .main-section .news-pager {
      width: 80%;
      margin: 0 auto; } }
  #news_single .main-section .news-pager .pager-left {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px; }
    #news_single .main-section .news-pager .pager-left p {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 105px;
      border: 1px solid #222222;
      line-height: 32px; }
      #news_single .main-section .news-pager .pager-left p::before, #news_single .main-section .news-pager .pager-left p::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #222222;
        border-right: 2px solid #222222;
        display: inline-block; }
      #news_single .main-section .news-pager .pager-left p.prev::before {
        transform: rotate(-135deg);
        margin-right: 5px; }
      #news_single .main-section .news-pager .pager-left p.prev::after {
        display: none; }
      #news_single .main-section .news-pager .pager-left p.next::before {
        display: none; }
      #news_single .main-section .news-pager .pager-left p.next::after {
        transform: rotate(45deg);
        margin-left: 5px; }
      #news_single .main-section .news-pager .pager-left p a {
        display: block;
        text-decoration: none;
        color: #262626;
        font-size: 12px; }
      #news_single .main-section .news-pager .pager-left p.news-empty {
        width: auto;
        border: none;
        font-size: 12px; }
        #news_single .main-section .news-pager .pager-left p.news-empty::before, #news_single .main-section .news-pager .pager-left p.news-empty::after {
          display: none; }
  #news_single .main-section .news-pager .back a {
    display: block;
    text-decoration: none;
    line-height: 70px;
    background: #7EB0D9;
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    border-radius: 35px; }
    #news_single .main-section .news-pager .back a::after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      right: 25px;
      top: calc(50% - 4px); }
