/* 이전페이지로돌아가기 */
.article .page_back a {
  display: block;
  position: relative;
  color: rgba(34, 34, 34, 0.502);
  font-weight: bold;
}

.page_back a {
  padding-left: 15.73333vw;
}

.page_back a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 52px;
  height: 9px;
  background: url(/image/web/arrow_grey.png) no-repeat center/cover;
}

.news_tag_wrapper {
  font-size: 3.73333vw;
}

.news_desc {
  margin-top: 1.6vw;
  letter-spacing: -0.01em;
  font-size: 3.33333vw;
}

.news_tag_wrapper span {
  transition: 0.3s;
}

.news_tag_wrapper span:last-of-type {
  display: inline-block;
  margin-left: 3.73333vw;
  padding: 0.8vw 3.73333vw;
  border-radius: 1.86667vw;
  font-size: 2.93333vw;
}

/* 카테고리 */
div.category .category_list li.all {
  border-color: #ef001e;
}

div.category .category_list li.all:hover {
  background: #ef001e;
}

div.category .category_list li.event {
  border-color: #f1be8c;
}

div.category .category_list li.event:hover {
  background: #f1be8c;
}

div.category .category_list li.sale {
  border-color: #e6dd7d;
}

div.category .category_list li.sale:hover {
  background: #e6dd7d;
}

div.category .category_list li.topics {
  border-color: #b2d2f0;
}

div.category .category_list li.topics:hover {
  background: #b2d2f0;
}

.news_tag_wrapper span:last-of-type.topics {
  background: #b2d2f0;
}

.news_tag_wrapper span:last-of-type.sale {
  background: #e6dd7d;
}

.news_tag_wrapper span:last-of-type.event {
  background: #f1be8c;
}

.news_desc {
  margin-top: 1.6vw;
  letter-spacing: -0.01em;
  font-size: 3.33333vw;
}

.news_tag_wrapper span:first-child {
  font-weight: 600;
}

/* 페이지네이션 */
.pagination {
  width: 100%;
}

.pagination li:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.page-numbers {
  text-decoration: none;
  display: block;
  width: 3.02083vw;
  height: 100%;
  line-height: 3.02083vw;
  border: none;
  margin: 0;
  text-align: center;
  border-radius: 0;
}

.pagination ul li.is-current {
  border-top: 2px solid #ee001e;
  border-bottom: 2px solid #ee001e;
  border-left: 2px solid #ee001e;
  background: #ee001e;
  color: #fff;
}

.pagination ul li {
  display: flex;
  height: 100%;
  color: #a0a0a0;
  align-items: center;
  justify-content: center;
}

.pagination ul li.prev,
.pagination ul li.next {
  color: #222;
}

.pagination ul li.next::after {
  content: "→";
  font-size: 24px;
}

.pagination ul li.prev::before {
  content: "→";
  font-size: 24px;
  transform: rotate(180deg);
}

/* 공지 상세 */
.article h2 {
  letter-spacing: 0;
  color: #ee001e;
  font-size: 6.66667vw;
}

.post_section_wrapper img {
  height: auto !important;
}

@media (min-width: 768px) {

  /* 공지 상세 */
  .post_section_wrapper {
    margin: auto;
    width: 75vw;
    padding: 0 40px;
  }

  .article .post_section_wrapper h2,
  .article .post_section_wrapper h3 {
    margin-top: 4vw;
    margin-left: 0;
    margin-bottom: 2vw;
  }

  .article h2 {
    margin-left: 2.13542vw;
    font-size: 2.29167vw;
  }

  .article .post_section_wrapper p {
    font-size: 0.9375vw;
  }

  /* 페이지네이션 */
  .pagination ul li.prev,
  .pagination ul li.next {
    width: 7.08333vw;
  }

  .pagination ul li.next,
  .pagination ul li.prev {
    padding: 0 1.30208vw;
    border-right: 2px solid #eaeaea;
  }

  .pagination ul li.next::after {
    margin-left: 0.3125vw;
    font-size: 1.25vw;
  }

  .pagination ul li.prev::before {
    margin-right: 0.3125vw;
    font-size: 1.25vw;
  }

  .pagination ul {
    display: flex;
    height: 3.125vw;
    align-items: center;
    justify-content: center;
  }

  .pagination ul li {
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    border-left: 2px solid #eaeaea;
    width: 3.02083vw;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.72917vw;
  }

  .page_container {
    margin-top: 2.25vw;
    margin-bottom: 4.47917vw;
  }

  .page_mv_inner::before {
    content: "";
    position: absolute;
    top: -6.25vw;
    left: 0;
    width: 14.16667vw;
    height: calc(100% + 6.25vw);
    transition: 0.3s;
    transform: skewX(-21deg);
    transform-origin: top center;
    background: #ee001e;
  }


  /* 이전페이지로돌아가기 */
  .page_back {
    padding: 0 40px;
  }

  .page_back a {
    padding-left: 3.33333vw;
    font-size: 0.9375vw;
  }

  .page_back a::before {
    width: 2.70833vw;
    height: 0.46875vw;
  }

  /* 뉴스 */
  div.category {
    display: flex;
    align-items: center;
  }

  div.category p {
    margin-right: 0.83333vw;
    font-size: 1.14583vw;
  }

  div.category .category_list {
    display: flex;
    align-items: center;
  }

  div.category .category_list li {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div.category .category_list li {
    border-width: 2px;
    border-style: solid;
    border-radius: 0.78125vw;
    width: 6.04167vw;
    height: 1.5625vw;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.72917vw;
  }

  div.category .category_list li+li {
    margin-left: 1.04167vw;
  }

  .news {
    padding: 4.32292vw 2.08333vw;
  }

  .news_list a {
    transition: 0.3s;
  }

  .news_tag_wrapper {
    font-size: 0.9375vw;
  }

  .news_desc {
    position: relative;
    margin-top: 0.36458vw;
    transition: 0.3s;
    letter-spacing: 0;
    font-size: 0.83333vw;
  }

  .news_tag_wrapper span:last-of-type {
    margin-left: 0.88542vw;
    padding: 0.20833vw 0.88542vw;
    font-size: 0.72917vw;
  }

  .news_desc {
    position: relative;
    margin-top: 0.36458vw;
    transition: 0.3s;
    letter-spacing: 0;
    font-size: 0.83333vw;
  }

  .news_desc::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.60417vw;
    bottom: 0;
    margin: auto;
    width: 2.70833vw;
    height: 0.41667vw;
    transition: 0.3s;
    background: url(/image/web/arrow_red.png) no-repeat center/contain;
  }

  .news_list a:hover .news_desc::after {
    right: 1.5625vw;
  }

  .news_list a:hover .news_desc {
    color: #ef001e;
  }

  .news_list a:hover .news_tag_wrapper span:first-of-type {
    text-shadow: 0px 0px 0.5px black;
  }
}

@media (min-width: 1920px) {
  .news {
    padding: 83px 40px;
  }

  div.category p {
    margin-right: 16px;
    font-size: 22px;
  }

  div.category .category_list li {
    border-radius: 15px;
    width: 116px;
    height: 30px;
    font-size: 14px;
  }

  .news_tag_wrapper {
    font-size: 18px;
  }

  .news_desc {
    margin-top: 7px;
    font-size: 16px;
  }

  .news_tag_wrapper span:last-of-type {
    margin-left: 17px;
    padding: 4px 17px;
    font-size: 14px;
  }

  .news_desc {
    margin-top: 7px;
    font-size: 16px;
  }

  .news_desc::after {
    right: 50px;
    width: 52px;
    height: 8px;
  }

  .news_list a:hover .news_desc::after {
    right: 30px;
  }
}

@media screen and (max-width: 834px) {

  .article ul,
  .article ol {
    padding-left: 26px;
  }

  .article ul,
  .article ol {
    padding-left: 26px;
  }

  /* 페이지네이션 */
  .pagination .page-numbers,
  .is-current {
    display: none !important;
  }

  /* 페이지네이션 */
  .pagination ul li.prev,
  .pagination ul li.next {
    width: 50%;
  }

  .pagination ul li.next,
  .pagination ul li.prev {
    padding: 0 1.30208vw;
    border-right: 2px solid #eaeaea;
  }

  .pagination ul li.next::after {
    margin-left: 0.3125vw;
    font-size: 50px;
  }

  .pagination ul li.prev::before {
    margin-right: 0.3125vw;
    font-size: 50px;
  }

  .pagination ul {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
  }

  .pagination ul {
    margin-left: -26px !important;
  }

  .pagination ul li {
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    width: 3.02083vw;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
  }

}

@media (max-width: 767px) {
  .post_section_wrapper h2 {
    padding: 0 1rem;
  }
}
