@charset "UTF-8";
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/font.css);
@import url(https://lwres.nexon.com/css/mabinogim/global/en/common/common.css);
@import url(https://lwres.nexon.com/css/mabinogim/global/en/common/modal.css);
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/loading.css);
#mabinogim .video_list, #mabinogim .media, #mabinogim .container {
  max-width: 1740px;
  margin: 0 auto;
  padding: 60px 60px 140px;
  min-height: calc(var(--vh, 1vh) * 100 - var(--pc-top-height) - var(--pc-category-height) - var(--pc-footer-height));
}

@media (max-width: 1280px) {
  #mabinogim .video_list, #mabinogim .media, #mabinogim .container {
    padding: 20px 20px 57px;
  }
}
.normal_list_wrap .category_area {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 30px;
}
.normal_list_wrap .category_area ul {
  position: relative;
  display: flex;
  gap: 2px;
  padding: 10px;
}
.normal_list_wrap .category_area ul li {
  flex: 1;
}
.normal_list_wrap .category_area ul li a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 1vw);
  border-radius: 12px;
  background: linear-gradient(#222632, #222632) no-repeat 0px -48px;
  white-space: nowrap;
}
.normal_list_wrap .category_area ul li a::after {
  display: block;
  content: "";
  width: 8px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath stroke='%23AAA' d='M3.6 5.75a.5.5 0 0 0 .866 0l2.598-4.5A.5.5 0 0 0 6.631.5H1.435a.5.5 0 0 0-.433.75L3.6 5.75Z'/%3E%3C/svg%3E") no-repeat;
  margin: 2px 0 0 4px;
}
.normal_list_wrap .category_area ul li a.active, .normal_list_wrap .category_area ul li a.on {
  background: #222632;
  color: #fff;
}
.normal_list_wrap .category_area ul li a.active::after, .normal_list_wrap .category_area ul li a.on::after {
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23FFF7CE' d='M3.634 6a1 1 0 0 0 1.732 0l2.598-4.5A1 1 0 0 0 7.098 0H1.902a1 1 0 0 0-.866 1.5L3.634 6Z'/%3E%3C/svg%3E") no-repeat;
  margin: 2px 0 0 4px;
}
.normal_list_wrap .category_area ul li a:hover {
  background: linear-gradient(#222632, #222632) no-repeat 0px 0px;
  color: #fff;
  transition: 0.3s;
}
.normal_list_wrap .filter_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.normal_list_wrap .filter_area .order_1 {
  position: relative;
  flex: 1;
  height: 52px;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}
.normal_list_wrap .filter_area .order_1 button {
  position: relative;
  margin-right: 18px;
  color: #525252;
  padding: 4px 10px;
  white-space: nowrap;
}
.normal_list_wrap .filter_area .order_1 button:hover, .normal_list_wrap .filter_area .order_1 button.active, .normal_list_wrap .filter_area .order_1 button.on {
  background: #5C5C5C;
  color: #fff;
  border-radius: 6px;
}
.normal_list_wrap .filter_area .order_1 button:hover::after, .normal_list_wrap .filter_area .order_1 button.active::after, .normal_list_wrap .filter_area .order_1 button.on::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #5C5C5C;
}
.normal_list_wrap .filter_area .order_2 {
  position: relative;
  flex: 1;
  height: 52px;
  display: flex;
  justify-content: flex-end;
}
.normal_list_wrap .filter_area .order_2 .total_list {
  position: relative;
  background: #5C5C5C;
  margin-right: 10px;
  border-radius: 16px;
}
.normal_list_wrap .filter_area .order_2 .total_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
  height: 52px;
}
.normal_list_wrap .filter_area .order_2 .total_list button span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 4px;
}
.normal_list_wrap .filter_area .order_2 .total_list button span:last-child {
  margin-bottom: 0;
}
.normal_list_wrap .list_area > ul {
  border-bottom: 1px solid #AAA;
}
.normal_list_wrap .list_area > ul > li {
  position: relative;
  height: 100px;
  border-top: 1px solid #AAA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.normal_list_wrap .list_area > ul > li::before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #00B670;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
}
.normal_list_wrap .list_area > ul > li .order_1 {
  display: flex;
  align-items: center;
  max-width: 52%;
}
.normal_list_wrap .list_area > ul > li .order_1 .type {
  display: flex;
  width: min-content;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: #626262;
  background: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  margin-right: 12px;
  white-space: nowrap;
}
.normal_list_wrap .list_area > ul > li .order_1 .type span {
  display: flex;
  align-items: center;
  width: min-content;
}
.normal_list_wrap .list_area > ul > li .order_1 .type span:last-child::after {
  display: none;
}
.normal_list_wrap .list_area > ul > li .order_1 .type span::after {
  display: block;
  content: "";
  width: 5px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath fill='%23D9D9D9' d='M3 3h1v2H3V3ZM2 2h1v1H2V2ZM1 1h1v1H1V1ZM0 0h1v1H0V0ZM2 5h1v1H2V5ZM1 6h1v1H1V6ZM0 7h1v1H0V7ZM0 6h1v1H0V6ZM1 5h1v1H1V5ZM2 3h1v2H2V3ZM1 2h1v1H1V2ZM0 1h1v1H0V1ZM1 7h1v1H1V7ZM2 6h1v1H2V6ZM3 5h1v1H3V5ZM4 3h1v2H4V3ZM3 2h1v1H3V2ZM2 1h1v1H2V1ZM1 0h1v1H1V0Z'/%3E%3C/svg%3E") no-repeat;
  margin: 0 6px;
}
.normal_list_wrap .list_area > ul > li .order_1 .title {
  position: relative;
  width: 100%;
  margin-right: 6px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.normal_list_wrap .list_area > ul > li .order_1 .title span {
  display: inline-block;
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.normal_list_wrap .list_area > ul > li .order_1 .title span b {
  color: #F65606;
}
.normal_list_wrap .list_area > ul > li .order_1 .etc {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.normal_list_wrap .list_area > ul > li .order_1 .etc div {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #707070;
  margin-right: 6px;
}
.normal_list_wrap .list_area > ul > li .order_1 .etc div.comment {
  white-space: nowrap;
}
.normal_list_wrap .list_area > ul > li .order_1 .etc div.comment::before {
  display: block;
  content: "";
  width: 18px;
  min-width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238E8E8E' d='m4 17-3-2h3v2Z'/%3E%3Cpath fill='%23AAA' d='M1 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H1V7Z'/%3E%3Cpath fill='%23F6F4F4' d='M4 9h2v2H4V9ZM8 9h2v2H8V9ZM12 9h2v2h-2V9Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 2px;
}
.normal_list_wrap .list_area > ul > li .order_1 .etc div.etc_photo::before {
  display: block;
  content: "";
  min-width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23AAA' d='M2 4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Z'/%3E%3Cpath fill='%23F6F4F4' d='m6.196 9.206-2.16 3.24A1 1 0 0 0 4.87 14h8.592a1 1 0 0 0 .914-1.406l-2.16-4.86c-.39-.877-1.672-.754-1.888.182L10 9.339c-.194.839-1.288 1.057-1.788.356l-.369-.516a1 1 0 0 0-1.646.027Z'/%3E%3Crect width='3' height='3' x='5' y='4' fill='%23F6F4F4' rx='1.5'/%3E%3C/svg%3E");
  background-size: cover;
}
.normal_list_wrap .list_area > ul > li .order_1 .etc div.etc_video::before {
  display: block;
  content: "";
  min-width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23AAA' d='M2 4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Z'/%3E%3Cpath fill='%23fff' d='M11.5 8.134a1 1 0 0 1 0 1.732l-3 1.732a1 1 0 0 1-1.5-.866V7.268a1 1 0 0 1 1.5-.866l3 1.732Z'/%3E%3C/svg%3E");
  background-size: cover;
}
.normal_list_wrap .list_area > ul > li .order_2 {
  display: flex;
  align-items: center;
  max-width: 550px;
  min-width: 550px;
}
.normal_list_wrap .list_area > ul > li .order_2 .user_info {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.normal_list_wrap .list_area > ul > li .order_2 .user_info .profile_image {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}
.normal_list_wrap .list_area > ul > li .order_2 .user_info .profile_image img {
  width: 100%;
  height: 100%;
}
.normal_list_wrap .list_area > ul > li .order_2 .user_info .name {
  margin-left: 10px;
  color: #5C5C5C;
  font-size: 16px;
  letter-spacing: -0.28px;
  max-width: 230px;
  min-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info {
  display: flex;
  margin-left: auto;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info div {
  display: flex;
  align-items: center;
  width: 70px;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info div span {
  font-size: 14px;
  color: #707070;
  white-space: nowrap;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info .view {
  margin-right: 12px;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info .view::before {
  display: block;
  content: "";
  min-width: 18px;
  width: 18px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 10c5.61 0 9-4.22 9-5 0-.78-3.39-5-9-5-4.809 0-9 4.22-9 5 0 .78 4.191 5 9 5Zm0-1.25c2.13 0 3.857-1.679 3.857-3.75 0-2.071-1.727-3.75-3.857-3.75S5.143 2.929 5.143 5C5.143 7.071 6.87 8.75 9 8.75Z' clip-rule='evenodd'/%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 7.5c1.42 0 2.571-1.12 2.571-2.5H9V2.5C7.58 2.5 6.428 3.62 6.428 5S7.58 7.5 9 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 6px;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info .like::before {
  display: block;
  content: "";
  width: 12px;
  min-width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23AAA' d='M0 2v4l3 3 3 2 3-2 3-3V2L9 0 6 2 3 0 0 2Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 6px;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info .date {
  margin-left: 40px;
}
.normal_list_wrap .list_area > ul > li .order_2 .sub_info .date span {
  color: #aaa;
}
.normal_list_wrap .list_area > ul > li:hover, .normal_list_wrap .list_area > ul > li.on {
  background: #fff;
}
.normal_list_wrap .list_area > ul > li:hover::before, .normal_list_wrap .list_area > ul > li.on::before {
  opacity: 1;
}
.normal_list_wrap .list_area > ul > li:hover .order_1 .title span, .normal_list_wrap .list_area > ul > li.on .order_1 .title span {
  color: #F65606;
}
.normal_list_wrap .list_area .list_empty {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.normal_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal_list_wrap .list_area .list_empty span b {
  color: #F65606;
}
.normal_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.normal_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.normal_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.normal_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal_list_wrap .list_area .pager .pagination ul li.on, .normal_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2BAF7E;
}
.normal_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.normal_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.normal_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.normal_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.normal_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.normal_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.normal_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00B670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.normal_list_wrap .list_area .pager .write_button:hover {
  background: #0C8B5A;
}

.event_list_wrap .category_area {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  border-radius: 24px;
  margin-bottom: 30px;
}
.event_list_wrap .category_area ul {
  position: relative;
  display: flex;
  gap: 2px;
}
.event_list_wrap .category_area ul li {
  flex: 1;
}
.event_list_wrap .category_area ul li a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 1vw);
  border-radius: 12px;
  background: linear-gradient(#222632, #222632) no-repeat 0px -48px;
  white-space: nowrap;
}
.event_list_wrap .category_area ul li a::after {
  display: block;
  content: "";
  width: 8px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath stroke='%23AAA' d='M3.6 5.75a.5.5 0 0 0 .866 0l2.598-4.5A.5.5 0 0 0 6.631.5H1.435a.5.5 0 0 0-.433.75L3.6 5.75Z'/%3E%3C/svg%3E") no-repeat;
  margin: 2px 0 0 4px;
}
.event_list_wrap .category_area ul li a.active, .event_list_wrap .category_area ul li a.on {
  background: #222632;
  color: #fff;
}
.event_list_wrap .category_area ul li a.active::after, .event_list_wrap .category_area ul li a.on::after {
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23FFF7CE' d='M3.634 6a1 1 0 0 0 1.732 0l2.598-4.5A1 1 0 0 0 7.098 0H1.902a1 1 0 0 0-.866 1.5L3.634 6Z'/%3E%3C/svg%3E") no-repeat;
  margin: 2px 0 0 4px;
}
@media (hover: hover) and (min-width: 1280px) {
  .event_list_wrap .category_area ul li a:hover {
    background: linear-gradient(#222632, #222632) no-repeat 0px 0px;
    color: #fff;
    transition: 0.3s;
  }
}
.event_list_wrap .filter_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.event_list_wrap .filter_area .order_1 {
  position: relative;
  height: 52px;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}
.event_list_wrap .filter_area .order_1 button {
  position: relative;
  margin-right: 18px;
  color: #525252;
  padding: 4px 10px;
  white-space: nowrap;
}
.event_list_wrap .filter_area .order_1 button:hover, .event_list_wrap .filter_area .order_1 button.active, .event_list_wrap .filter_area .order_1 button.on {
  background: #5c5c5c;
  color: #fff;
  border-radius: 6px;
}
.event_list_wrap .filter_area .order_1 button:hover::after, .event_list_wrap .filter_area .order_1 button.active::after, .event_list_wrap .filter_area .order_1 button.on::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #5c5c5c;
}
.event_list_wrap .filter_area .order_2 {
  position: relative;
  height: 52px;
  display: flex;
}
.event_list_wrap .filter_area .order_2 .total_list {
  position: relative;
  background: #5c5c5c;
  margin-right: 10px;
  border-radius: 16px;
}
.event_list_wrap .filter_area .order_2 .total_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
  height: 52px;
}
.event_list_wrap .filter_area .order_2 .total_list button span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 4px;
}
.event_list_wrap .filter_area .order_2 .total_list button span:last-child {
  margin-bottom: 0;
}
.event_list_wrap .list_area > ul > li {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
}
.event_list_wrap .list_area > ul > li:last-child {
  margin-bottom: 0;
}
.event_list_wrap .list_area > ul > li .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 385px;
  max-width: 385px;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.event_list_wrap .list_area > ul > li .thumbnail img {
  object-fit: cover;
  width: 100%;
  border-radius: 24px;
}
.event_list_wrap .list_area > ul > li .descript {
  width: 100%;
  background: #fff;
  padding: 0 30px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.event_list_wrap .list_area > ul > li .descript .order_1 {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.event_list_wrap .list_area > ul > li .descript .order_1 .type {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: min-content;
  white-space: nowrap;
  transition: all 0.3s;
}
.event_list_wrap .list_area > ul > li .descript .order_1 .title {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
  width: 100%;
  overflow: hidden;
}
.event_list_wrap .list_area > ul > li .descript .order_1 .title span {
  display: inline-block;
  font-size: 20px;
  color: #626262;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}
.event_list_wrap .list_area > ul > li .descript .order_1 .title span b {
  color: #f65606;
}
.event_list_wrap .list_area > ul > li .descript .order_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .date span {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info {
  display: flex;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info div {
  display: flex;
  align-items: center;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info div span {
  font-size: 14px;
  color: #707070;
  white-space: nowrap;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .comment {
  margin-right: 12px;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .comment::before {
  display: block;
  content: "";
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238E8E8E' d='m4 17-3-2h3v2Z'/%3E%3Cpath fill='%23AAA' d='M1 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H1V7Z'/%3E%3Cpath fill='%23F6F4F4' d='M4 9h2v2H4V9ZM8 9h2v2H8V9ZM12 9h2v2h-2V9Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .view {
  margin-right: 12px;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .view::before {
  display: block;
  content: "";
  min-width: 18px;
  width: 18px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 10c5.61 0 9-4.22 9-5 0-.78-3.39-5-9-5-4.809 0-9 4.22-9 5 0 .78 4.191 5 9 5Zm0-1.25c2.13 0 3.857-1.679 3.857-3.75 0-2.071-1.727-3.75-3.857-3.75S5.143 2.929 5.143 5C5.143 7.071 6.87 8.75 9 8.75Z' clip-rule='evenodd'/%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 7.5c1.42 0 2.571-1.12 2.571-2.5H9V2.5C7.58 2.5 6.428 3.62 6.428 5S7.58 7.5 9 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .like::before {
  display: block;
  content: "";
  width: 12px;
  min-width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23AAA' d='M0 2v4l3 3 3 2 3-2 3-3V2L9 0 6 2 3 0 0 2Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
@media (hover: hover) and (min-width: 1280px) {
  .event_list_wrap .list_area > ul > li:hover .descript .order_1 .type {
    color: #21a071;
  }
  .event_list_wrap .list_area > ul > li:hover .descript .order_1 .title span {
    color: #21a071;
  }
}
.event_list_wrap .list_area .list_empty {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.event_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_list_wrap .list_area .list_empty span b {
  color: #f65606;
}
.event_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.event_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.event_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.event_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_list_wrap .list_area .pager .pagination ul li.on, .event_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2baf7e;
}
.event_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.event_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.event_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.event_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.event_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.event_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.event_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00b670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.event_list_wrap .list_area .pager .write_button:hover {
  background: #0c8b5a;
}

.grid_list_wrap {
  margin: 0 auto;
}
.grid_list_wrap .filter_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.grid_list_wrap .filter_area .order_1 {
  position: relative;
  height: 52px;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}
.grid_list_wrap .filter_area .order_1 button {
  position: relative;
  margin-right: 18px;
  color: #525252;
  padding: 4px 10px;
  white-space: nowrap;
}
.grid_list_wrap .filter_area .order_1 button:hover, .grid_list_wrap .filter_area .order_1 button.active, .grid_list_wrap .filter_area .order_1 button.on {
  background: #5C5C5C;
  color: #fff;
  border-radius: 6px;
}
.grid_list_wrap .filter_area .order_1 button:hover::after, .grid_list_wrap .filter_area .order_1 button.active::after, .grid_list_wrap .filter_area .order_1 button.on::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #5C5C5C;
}
.grid_list_wrap .filter_area .order_2 {
  position: relative;
  height: 52px;
  display: flex;
}
.grid_list_wrap .filter_area .order_2 .total_list {
  position: relative;
  background: #5C5C5C;
  margin-right: 10px;
  border-radius: 16px;
}
.grid_list_wrap .filter_area .order_2 .total_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
  height: 52px;
}
.grid_list_wrap .filter_area .order_2 .total_list button span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 4px;
}
.grid_list_wrap .filter_area .order_2 .total_list button span:last-child {
  margin-bottom: 0;
}
.grid_list_wrap .list_area > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 26px;
}
.grid_list_wrap .list_area > ul > li {
  width: 100%;
}
.grid_list_wrap .list_area > ul > li > div {
  position: relative;
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 24px;
  cursor: pointer;
}
.grid_list_wrap .list_area > ul > li > div .thumbnail {
  position: relative;
  border-radius: 14px;
  width: 100%;
  height: 272px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_list_wrap .list_area > ul > li > div .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1280px) {
  .grid_list_wrap .list_area > ul > li > div:hover .thumbnail img {
    transform: scale(1.1);
  }
}
.grid_list_wrap .list_area > ul > li > div .descript {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.grid_list_wrap .list_area > ul > li > div .descript .title {
  margin-bottom: auto;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.grid_list_wrap .list_area > ul > li > div .descript .title span {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #5c5c5c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid_list_wrap .list_area > ul > li > div .descript .title span b {
  color: #F65606;
}
.grid_list_wrap .list_area > ul > li > div .descript .user_info {
  margin-top: 12px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.grid_list_wrap .list_area > ul > li > div .descript .user_info .profile_image {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.grid_list_wrap .list_area > ul > li > div .descript .user_info .profile_image img {
  width: 100%;
  height: 100%;
}
.grid_list_wrap .list_area > ul > li > div .descript .user_info .name {
  margin-left: 10px;
  color: #5C5C5C;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.grid_list_wrap .list_area > ul > li > div .descript:has(.user_info) .sub_info {
  margin-top: 9px;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .date {
  margin-right: 10px;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .date span {
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  color: #aaa;
  font-size: 12px;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc {
  display: flex;
  align-items: center;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc div {
  display: flex;
  align-items: center;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc div span {
  font-size: 14px;
  color: #707070;
  white-space: nowrap;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .comment {
  margin-right: 12px;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .comment::before {
  display: block;
  content: "";
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238E8E8E' d='m4 17-3-2h3v2Z'/%3E%3Cpath fill='%23AAA' d='M1 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H1V7Z'/%3E%3Cpath fill='%23F6F4F4' d='M4 9h2v2H4V9ZM8 9h2v2H8V9ZM12 9h2v2h-2V9Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .view {
  margin-right: 12px;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .view::before {
  display: block;
  content: "";
  min-width: 18px;
  width: 18px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 10c5.61 0 9-4.22 9-5 0-.78-3.39-5-9-5-4.809 0-9 4.22-9 5 0 .78 4.191 5 9 5Zm0-1.25c2.13 0 3.857-1.679 3.857-3.75 0-2.071-1.727-3.75-3.857-3.75S5.143 2.929 5.143 5C5.143 7.071 6.87 8.75 9 8.75Z' clip-rule='evenodd'/%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 7.5c1.42 0 2.571-1.12 2.571-2.5H9V2.5C7.58 2.5 6.428 3.62 6.428 5S7.58 7.5 9 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .like::before {
  display: block;
  content: "";
  width: 12px;
  min-width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23AAA' d='M0 2v4l3 3 3 2 3-2 3-3V2L9 0 6 2 3 0 0 2Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.grid_list_wrap .list_area .list_empty {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.grid_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_list_wrap .list_area .list_empty span b {
  color: #F65606;
}
.grid_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.grid_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.grid_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.grid_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_list_wrap .list_area .pager .pagination ul li.on, .grid_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2BAF7E;
}
.grid_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.grid_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.grid_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.grid_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.grid_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.grid_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.grid_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00B670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.grid_list_wrap .list_area .pager .write_button:hover {
  background: #0C8B5A;
}

.creation .grid_list_wrap {
  margin: 0 auto;
}
.creation .grid_list_wrap .filter_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.creation .grid_list_wrap .filter_area .order_1 {
  position: relative;
  height: 52px;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}
.creation .grid_list_wrap .filter_area .order_1 button {
  position: relative;
  margin-right: 18px;
  color: #525252;
  padding: 4px 10px;
  white-space: nowrap;
}
.creation .grid_list_wrap .filter_area .order_1 button:hover, .creation .grid_list_wrap .filter_area .order_1 button.active, .creation .grid_list_wrap .filter_area .order_1 button.on {
  background: #5C5C5C;
  color: #fff;
  border-radius: 6px;
}
.creation .grid_list_wrap .filter_area .order_1 button:hover::after, .creation .grid_list_wrap .filter_area .order_1 button.active::after, .creation .grid_list_wrap .filter_area .order_1 button.on::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #5C5C5C;
}
.creation .grid_list_wrap .filter_area .order_2 {
  position: relative;
  height: 52px;
  display: flex;
}
.creation .grid_list_wrap .filter_area .order_2 .total_list {
  position: relative;
  background: #5C5C5C;
  margin-right: 10px;
  border-radius: 16px;
}
.creation .grid_list_wrap .filter_area .order_2 .total_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
  height: 52px;
}
.creation .grid_list_wrap .filter_area .order_2 .total_list button span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 4px;
}
.creation .grid_list_wrap .filter_area .order_2 .total_list button span:last-child {
  margin-bottom: 0;
}
.creation .grid_list_wrap .list_area > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 24px;
}
.creation .grid_list_wrap .list_area > ul > li {
  width: 100%;
}
.creation .grid_list_wrap .list_area > ul > li > div {
  position: relative;
  display: block;
  padding: 18px;
  background: #fff;
  border-radius: 24px;
  cursor: pointer;
}
.creation .grid_list_wrap .list_area > ul > li > div .aspect_ratio_area {
  position: relative;
  width: 100%;
  height: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  padding-bottom: 56.26%;
}
.creation .grid_list_wrap .list_area > ul > li > div .aspect_ratio_area .thumbnail {
  position: absolute;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creation .grid_list_wrap .list_area > ul > li > div .aspect_ratio_area .thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  transition: 0.3s;
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* chrome(비표준) */
  image-rendering: crisp-edges;
}
@media (hover: hover) and (min-width: 1280px) {
  .creation .grid_list_wrap .list_area > ul > li > div:hover .thumbnail img {
    transform: scale(1.05);
  }
}
.creation .grid_list_wrap .list_area > ul > li > div .descript {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .title {
  margin-bottom: auto;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .title span {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #5c5c5c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .title span b {
  color: #F65606;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .user_info {
  margin-top: 12px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .user_info .profile_image {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .user_info .profile_image img {
  width: 100%;
  height: 100%;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .user_info .name {
  margin-left: 10px;
  color: #5C5C5C;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript:has(.user_info) .sub_info {
  margin-top: 9px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .date {
  margin-right: 10px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .date span {
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  color: #aaa;
  font-size: 12px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc {
  display: flex;
  align-items: center;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc div {
  display: flex;
  align-items: center;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc div span {
  font-size: 14px;
  color: #707070;
  white-space: nowrap;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .comment {
  margin-right: 12px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .comment::before {
  display: block;
  content: "";
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238E8E8E' d='m4 17-3-2h3v2Z'/%3E%3Cpath fill='%23AAA' d='M1 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H1V7Z'/%3E%3Cpath fill='%23F6F4F4' d='M4 9h2v2H4V9ZM8 9h2v2H8V9ZM12 9h2v2h-2V9Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .view {
  margin-right: 12px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .view::before {
  display: block;
  content: "";
  min-width: 18px;
  width: 18px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 10c5.61 0 9-4.22 9-5 0-.78-3.39-5-9-5-4.809 0-9 4.22-9 5 0 .78 4.191 5 9 5Zm0-1.25c2.13 0 3.857-1.679 3.857-3.75 0-2.071-1.727-3.75-3.857-3.75S5.143 2.929 5.143 5C5.143 7.071 6.87 8.75 9 8.75Z' clip-rule='evenodd'/%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 7.5c1.42 0 2.571-1.12 2.571-2.5H9V2.5C7.58 2.5 6.428 3.62 6.428 5S7.58 7.5 9 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.creation .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .like::before {
  display: block;
  content: "";
  width: 12px;
  min-width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23AAA' d='M0 2v4l3 3 3 2 3-2 3-3V2L9 0 6 2 3 0 0 2Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 4px;
}
.creation .grid_list_wrap .list_area .list_empty {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.creation .grid_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creation .grid_list_wrap .list_area .list_empty span b {
  color: #F65606;
}
.creation .grid_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.creation .grid_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.creation .grid_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.creation .grid_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creation .grid_list_wrap .list_area .pager .pagination ul li.on, .creation .grid_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2BAF7E;
}
.creation .grid_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.creation .grid_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.creation .grid_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creation .grid_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.creation .grid_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.creation .grid_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creation .grid_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.creation .grid_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.creation .grid_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00B670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.creation .grid_list_wrap .list_area .pager .write_button:hover {
  background: #0C8B5A;
}

.report, .support {
  min-height: auto;
  max-width: 1740px;
  margin: 0 auto;
  padding: 60px 60px 180px;
}
.report .grid_list_wrap, .support .grid_list_wrap {
  margin-top: 115px;
}
.report .grid_list_wrap .list_area > ul, .support .grid_list_wrap .list_area > ul {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.report .grid_list_wrap .list_area > ul li, .support .grid_list_wrap .list_area > ul li {
  width: 100%;
  border-radius: 0;
}
.report .grid_list_wrap .list_area > ul li a, .support .grid_list_wrap .list_area > ul li a {
  display: block;
  width: 308px;
  height: 189px;
  background-image: url("https://lwi.nexon.com/m_mabinogim/brand/customer/report_card.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCFCFC;
  font-size: 30px;
  font-weight: 700;
}
@media (hover: hover) and (min-width: 1280px) {
  .report .grid_list_wrap .list_area > ul li a:hover, .support .grid_list_wrap .list_area > ul li a:hover {
    background-image: url("https://lwi.nexon.com/m_mabinogim/brand/customer/report_card_on.png");
    color: #000;
  }
}

.video_list .grid_list_wrap .list_area > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 30px;
}
.video_list .grid_list_wrap .list_area > ul li {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
.video_list .grid_list_wrap .list_area > ul li .order_1 {
  position: relative;
  padding: 10px 10px 30px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area {
  position: relative;
  width: 100%;
  height: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  padding-bottom: 56.26%;
}
@supports (aspect-ratio: 1.77) {
  .video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area {
    aspect-ratio: 16/9;
    padding-bottom: 0px;
    height: auto;
  }
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .thumbnail {
  position: absolute;
  inset: 0px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 182, 112, 0.5) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%23fff' d='M35.067 22.402c2 1.155 2 4.041 0 5.196l-12.85 7.419c-2 1.155-4.5-.289-4.5-2.598V17.581c0-2.31 2.5-3.753 4.5-2.598l12.85 7.419Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M36.883 44.696A22.893 22.893 0 0 1 25 48C12.297 48 2 37.703 2 25A22.937 22.937 0 0 1 9.283 8.207L5.45 3.917M44.933 45.7 41.1 41.425A22.93 22.93 0 0 0 48 25C48 12.297 37.703 2 25 2c-4.19 0-8.117 1.12-11.5 3.077'/%3E%3C/svg%3E") no-repeat;
  background-size: 50px 50px;
  background-position: center 60%;
  transition: 0.3s;
  opacity: 0;
}
@media (hover: hover) and (min-width: 1281px) {
  .video_list .grid_list_wrap .list_area > ul li .order_1:hover .thumbnail img {
    transform: scale(1);
  }
  .video_list .grid_list_wrap .list_area > ul li .order_1:hover .thumbnail::after {
    background-position: center center;
    opacity: 1;
  }
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .title {
  position: relative;
  margin-top: 20px;
  padding-left: 34px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%237B7B7B' d='M10.667 16H16v1.333h-5.333A6.666 6.666 0 1 1 16 14.667h-1.805A5.334 5.334 0 1 0 10.667 16Zm0-6.667a1.333 1.333 0 1 1 0-2.666 1.333 1.333 0 0 1 0 2.666ZM8 12a1.334 1.334 0 1 1 0-2.667A1.334 1.334 0 0 1 8 12Zm5.333 0a1.334 1.334 0 1 1 0-2.667 1.334 1.334 0 0 1 0 2.667Zm-2.666 2.667a1.333 1.333 0 1 1 0-2.667 1.333 1.333 0 0 1 0 2.667Z'/%3E%3C/svg%3E");
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .title span {
  font-size: 18px;
  color: #626262;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
}
.video_list .grid_list_wrap .list_area > ul li .order_1 .title span b {
  color: #F65606;
}
.video_list .grid_list_wrap .list_area .list_empty {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.video_list .grid_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_list .grid_list_wrap .list_area .list_empty span b {
  color: #F65606;
}
.video_list .grid_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.video_list .grid_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.video_list .grid_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.video_list .grid_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_list .grid_list_wrap .list_area .pager .pagination ul li.on, .video_list .grid_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2BAF7E;
}
.video_list .grid_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.video_list .grid_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.video_list .grid_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_list .grid_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.video_list .grid_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.video_list .grid_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_list .grid_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.video_list .grid_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.video_list .grid_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00B670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.video_list .grid_list_wrap .list_area .pager .write_button:hover {
  background: #0C8B5A;
}

.image_list .grid_list_wrap .list_area > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 30px;
}
.image_list .grid_list_wrap .list_area > ul li {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
.image_list .grid_list_wrap .list_area > ul li .order_1 {
  position: relative;
  padding: 10px 10px 30px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
.image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area {
  position: relative;
  width: 100%;
  height: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  padding-bottom: 56.26%;
}
@supports (aspect-ratio: 1.77) {
  .image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area {
    aspect-ratio: 16/9;
    padding-bottom: 0px;
    height: auto;
  }
}
.image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .thumbnail {
  position: absolute;
  inset: 0px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.image_list .grid_list_wrap .list_area > ul li .order_1 .title {
  position: relative;
  margin-top: 20px;
  padding-left: 34px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.image_list .grid_list_wrap .list_area > ul li .order_1 .title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none'%3E%3Cpath stroke='%237E7E7E' stroke-width='1.63' d='m8.5 15.5 3.803-2.958a1 1 0 0 1 1.321.082L15.5 14.5M11 13l-1.367-1.367a1 1 0 0 0-1.332-.074L6.5 13'/%3E%3Ccircle cx='12.5' cy='8.5' r='1.5' fill='%237E7E7E'/%3E%3Ccircle cx='11.5' cy='10.5' r='5.7' stroke='%237B7B7B' stroke-width='1.6'/%3E%3C/svg%3E");
}
.image_list .grid_list_wrap .list_area > ul li .order_1 .title span {
  font-size: 18px;
  line-height: 22px;
  color: #626262;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image_list .grid_list_wrap .list_area > ul li .order_1 .title span b {
  color: #F65606;
}
.image_list .grid_list_wrap .list_area .list_empty {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.image_list .grid_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_list .grid_list_wrap .list_area .list_empty span b {
  color: #F65606;
}
.image_list .grid_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.image_list .grid_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.image_list .grid_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.image_list .grid_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_list .grid_list_wrap .list_area .pager .pagination ul li.on, .image_list .grid_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2BAF7E;
}
.image_list .grid_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.image_list .grid_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.image_list .grid_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_list .grid_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.image_list .grid_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.image_list .grid_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_list .grid_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.image_list .grid_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.image_list .grid_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00B670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.image_list .grid_list_wrap .list_area .pager .write_button:hover {
  background: #0C8B5A;
}

.faq_list_wrap .category_area {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  border-radius: 24px;
  margin-bottom: 30px;
}
.faq_list_wrap .category_area ul {
  position: relative;
  display: flex;
  gap: 2px;
}
.faq_list_wrap .category_area ul li {
  flex: 1;
}
.faq_list_wrap .category_area ul li a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 1vw);
  border-radius: 12px;
  background: linear-gradient(#222632, #222632) no-repeat 0px -48px;
  white-space: nowrap;
}
.faq_list_wrap .category_area ul li a::after {
  display: block;
  content: "";
  width: 8px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath stroke='%23AAA' d='M3.6 5.75a.5.5 0 0 0 .866 0l2.598-4.5A.5.5 0 0 0 6.631.5H1.435a.5.5 0 0 0-.433.75L3.6 5.75Z'/%3E%3C/svg%3E") no-repeat;
  margin: 2px 0 0 4px;
}
.faq_list_wrap .category_area ul li a.active, .faq_list_wrap .category_area ul li a.on {
  background: #222632;
  color: #fff;
}
.faq_list_wrap .category_area ul li a.active::after, .faq_list_wrap .category_area ul li a.on::after {
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23FFF7CE' d='M3.634 6a1 1 0 0 0 1.732 0l2.598-4.5A1 1 0 0 0 7.098 0H1.902a1 1 0 0 0-.866 1.5L3.634 6Z'/%3E%3C/svg%3E") no-repeat;
  margin: 2px 0 0 4px;
}
.faq_list_wrap .category_area ul li a:hover {
  background: linear-gradient(#222632, #222632) no-repeat 0px 0px;
  color: #fff;
  transition: 0.3s;
}
.faq_list_wrap .filter_area {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.faq_list_wrap .filter_area .order_1 {
  position: relative;
  height: 52px;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}
.faq_list_wrap .filter_area .order_1 button {
  position: relative;
  margin-right: 18px;
  color: #525252;
  padding: 4px 10px;
  white-space: nowrap;
}
.faq_list_wrap .filter_area .order_1 button:hover, .faq_list_wrap .filter_area .order_1 button.active, .faq_list_wrap .filter_area .order_1 button.on {
  background: #5C5C5C;
  color: #fff;
  border-radius: 6px;
}
.faq_list_wrap .filter_area .order_1 button:hover::after, .faq_list_wrap .filter_area .order_1 button.active::after, .faq_list_wrap .filter_area .order_1 button.on::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #5C5C5C;
}
.faq_list_wrap .filter_area .order_2 {
  position: relative;
  height: 52px;
  display: flex;
  margin-left: auto;
}
.faq_list_wrap .filter_area .order_2 .total_list {
  position: relative;
  background: #5C5C5C;
  margin-right: 10px;
  border-radius: 16px;
}
.faq_list_wrap .filter_area .order_2 .total_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
  height: 52px;
}
.faq_list_wrap .filter_area .order_2 .total_list button span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 4px;
}
.faq_list_wrap .filter_area .order_2 .total_list button span:last-child {
  margin-bottom: 0;
}
.faq_list_wrap .list_area > ul.list {
  border-bottom: 1px solid #AAA;
}
.faq_list_wrap .list_area > ul.list > li {
  position: relative;
  height: 100px;
  border-top: 1px solid #AAA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.faq_list_wrap .list_area > ul.list > li::before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #00B670;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
}
.faq_list_wrap .list_area > ul.list > li .order_1 {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .type {
  display: flex;
  width: min-content;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: #626262;
  background: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  margin-right: 12px;
  white-space: nowrap;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .type span {
  display: flex;
  align-items: center;
  width: min-content;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .type span:last-child::after {
  display: none;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .type span::after {
  display: block;
  content: "";
  width: 5px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath fill='%23D9D9D9' d='M3 3h1v2H3V3ZM2 2h1v1H2V2ZM1 1h1v1H1V1ZM0 0h1v1H0V0ZM2 5h1v1H2V5ZM1 6h1v1H1V6ZM0 7h1v1H0V7ZM0 6h1v1H0V6ZM1 5h1v1H1V5ZM2 3h1v2H2V3ZM1 2h1v1H1V2ZM0 1h1v1H0V1ZM1 7h1v1H1V7ZM2 6h1v1H2V6ZM3 5h1v1H3V5ZM4 3h1v2H4V3ZM3 2h1v1H3V2ZM2 1h1v1H2V1ZM1 0h1v1H1V0Z'/%3E%3C/svg%3E") no-repeat;
  margin: 0 6px;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .title {
  position: relative;
  width: 100%;
  margin-right: 6px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .title span {
  display: inline-block;
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .title span b {
  color: #F65606;
}
.faq_list_wrap .list_area > ul.list > li .order_1 .etc {
  display: none;
}
.faq_list_wrap .list_area > ul.list > li .order_2 {
  display: none;
}
.faq_list_wrap .list_area .list_empty {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.faq_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_list_wrap .list_area .list_empty span b {
  color: #F65606;
}
.faq_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.faq_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.faq_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.faq_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_list_wrap .list_area .pager .pagination ul li.on, .faq_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2BAF7E;
}
.faq_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.faq_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.faq_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.faq_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.faq_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.faq_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.faq_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00B670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.faq_list_wrap .list_area .pager .write_button:hover {
  background: #0C8B5A;
}

.policy_list_wrap .list_area > ul {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.policy_list_wrap .list_area > ul li {
  width: 380px;
}
.policy_list_wrap .list_area > ul li .thumbnail {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
}
.policy_list_wrap .list_area > ul li .title {
  margin-top: 5px;
  background: #fff;
  max-width: 380px;
  padding: 20px 0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.policy_list_wrap .list_area > ul li .title span {
  color: #5C5C5C;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.policy_list_wrap .list_area > ul li .title span::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' fill='none'%3E%3Cpath stroke='%23626262' stroke-linecap='round' stroke-width='2' d='m1.5 7.5 3-3-3-3'/%3E%3C/svg%3E");
  background-size: cover;
  margin-left: 10px;
}
.policy_list_wrap .list_area > ul li:hover .title {
  background: #2BAF7E;
}
.policy_list_wrap .list_area > ul li:hover .title span {
  color: #fff;
}
.policy_list_wrap .list_area > ul li:hover .title span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m1.5 7.5 3-3-3-3'/%3E%3C/svg%3E");
}
.policy_list_wrap .list_empty {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.policy_list_wrap .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy_list_wrap .list_empty span b {
  color: #F65606;
}

.audio_list_wrap {
  padding-top: 60px;
}
.audio_list_wrap h1 {
  display: flex;
  align-items: center;
  color: #4E4E4E;
  font-size: 18px;
  font-weight: 500;
}
.audio_list_wrap h1::before {
  content: "";
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cpath stroke='%234E4E4E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M6.25 21.875a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25ZM9.375 18.75V5.208'/%3E%3Cpath stroke='%234E4E4E' stroke-linecap='round' stroke-width='1.333' d='m21.875 3.125-12.5 2.083m12.5 2.084-12.5 2.083'/%3E%3Cpath stroke='%234E4E4E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M18.75 19.792a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25ZM21.875 16.667V3.125'/%3E%3C/svg%3E");
  margin-right: 10px;
}
.audio_list_wrap .list_area > ul {
  padding: 20px 0 0 0;
}
.audio_list_wrap .list_area > ul li {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.audio_list_wrap .list_area > ul li:last-child {
  margin-bottom: 0;
}
.audio_list_wrap .list_area > ul li .order_1 {
  position: relative;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.audio_list_wrap .list_area > ul li .order_1 .thumbnail {
  max-width: 130px;
  max-height: 85px;
  overflow: hidden;
  border-radius: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio_list_wrap .list_area > ul li .order_1 .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio_list_wrap .list_area > ul li .order_1 .play_button {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid #6f6f6f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio_list_wrap .list_area > ul li .order_1 .play_button::before {
  content: "";
  display: block;
  width: 13px;
  min-width: 13px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='16' fill='none'%3E%3Cpath fill='%236F6F6F' d='M12 6.268c1.333.77 1.333 2.694 0 3.464l-9 5.196c-1.333.77-3-.192-3-1.732V2.804C0 1.264 1.667.302 3 1.072l9 5.196Z'/%3E%3C/svg%3E") no-repeat;
}
.audio_list_wrap .list_area > ul li .order_2 {
  position: absolute;
  top: 0;
  left: 150px;
  width: calc(100% - 220px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.audio_list_wrap .list_area > ul li .order_2 .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.audio_list_wrap .list_area > ul li .order_2 .title::before {
  content: "";
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 12V3.333'/%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-width='1.333' d='M14 2 6 3.333m8 1.334L6 6'/%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M12 12.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM14 10.667V2'/%3E%3C/svg%3E") no-repeat;
  margin-right: 6px;
}
.audio_list_wrap .list_area > ul li .order_2 .title span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #626262;
  width: auto;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.audio_list_wrap .list_area > ul li .order_2 .description {
  display: none;
}
.audio_list_wrap .list_area > ul li .order_2 .duration {
  padding: 5px 15px;
  width: min-content;
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  margin-left: 10px;
}
.audio_list_wrap .list_area > ul li .order_2 .duration span {
  color: #6F6F6F;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
@media (hover: hover) {
  .audio_list_wrap .list_area > ul li:hover {
    background-color: #00B670;
  }
  .audio_list_wrap .list_area > ul li:hover .order_1 .play_button {
    border: 1px solid #fff;
  }
  .audio_list_wrap .list_area > ul li:hover .order_1 .play_button[data-state=false]::before {
    content: "";
    display: block;
    width: 13px;
    min-width: 13px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M12 6.268c1.333.77 1.333 2.694 0 3.464l-9 5.196c-1.333.77-3-.192-3-1.732V2.804C0 1.264 1.667.302 3 1.072l9 5.196Z'/%3E%3C/svg%3E") no-repeat;
  }
  .audio_list_wrap .list_area > ul li:hover .order_2 .title::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 12V3.333'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.333' d='M14 2 6 3.333m8 1.334L6 6'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M12 12.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM14 10.667V2'/%3E%3C/svg%3E") no-repeat;
  }
  .audio_list_wrap .list_area > ul li:hover .order_2 .title span {
    color: #fff;
  }
  .audio_list_wrap .list_area > ul li:hover .order_2 .duration {
    padding: 5px 15px;
    width: min-content;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
  }
  .audio_list_wrap .list_area > ul li:hover .order_2 .duration span {
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
  }
}
.audio_list_wrap .list_area > ul li.on {
  background-color: #00B670;
}
.audio_list_wrap .list_area > ul li.on .order_1 .play_button, .audio_list_wrap .list_area > ul li.off .order_1 .play_button {
  border: 1px solid #fff;
}
.audio_list_wrap .list_area > ul li.on .order_1 .play_button[data-state=false]::before, .audio_list_wrap .list_area > ul li.off .order_1 .play_button[data-state=false]::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' fill='none'%3E%3Cpath fill='url(%23a)' d='M0 0h24v24H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='scale(.02083)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAKlJREFUaEPt1UEKwzAQBEHr/49WrskhyFAswaR9XWas7RZoXQ//1sPPf7XArw1mIANIoCuEADmeAUaIBRlAgBzPACPEggwgQI5ngBFiQQYQIMczwAixIAMIkOMZYIRYkAEEyPH/MbD33u+41lofy0/Pv6m6bWD6gKf+FjgRmp5nYJrwqT8DJ0LTczbAT+ZQwe13YOj/XNsCjBALMoAAOZ4BRogFGUCAHH8B4kuAMYz1/NwAAAAASUVORK5CYII=' id='b' width='48' height='48'/%3E%3C/defs%3E%3C/svg%3E") no-repeat;
}
.audio_list_wrap .list_area > ul li.on .order_1 .play_button[data-state=true]::before, .audio_list_wrap .list_area > ul li.off .order_1 .play_button[data-state=true]::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url(https://lwi.nexon.com/m_mabinogim/brand/media/sound_motion.gif);
  background-size: cover;
}
.audio_list_wrap .list_area > ul li.on .order_2 .title::before, .audio_list_wrap .list_area > ul li.off .order_2 .title::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 12V3.333'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.333' d='M14 2 6 3.333m8 1.334L6 6'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M12 12.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM14 10.667V2'/%3E%3C/svg%3E") no-repeat;
}
.audio_list_wrap .list_area > ul li.on .order_2 .title span, .audio_list_wrap .list_area > ul li.off .order_2 .title span {
  color: #fff;
}
.audio_list_wrap .list_area > ul li.on .order_2 .duration, .audio_list_wrap .list_area > ul li.off .order_2 .duration {
  padding: 5px 15px;
  width: min-content;
  border: 1px solid #fff;
  border-radius: 20px;
  background: #fff;
}
.audio_list_wrap .list_area > ul li.on .order_2 .duration span, .audio_list_wrap .list_area > ul li.off .order_2 .duration span {
  color: #6F6F6F;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.audio_list_wrap .list_area .list_empty {
  margin-top: 20px;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.audio_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio_list_wrap .list_area .list_empty span b {
  color: #F65606;
}
.audio_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.audio_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
.audio_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
.audio_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio_list_wrap .list_area .pager .pagination ul li.on, .audio_list_wrap .list_area .pager .pagination ul li:hover {
  color: #fff;
  background: #2BAF7E;
}
.audio_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
.audio_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
.audio_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.audio_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
  transform: translateX(-4px);
}
.audio_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.audio_list_wrap .list_area .pager .pagination button.next_button:hover::before {
  transform: translateX(4px);
}
.audio_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00B670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
.audio_list_wrap .list_area .pager .write_button:hover {
  background: #0C8B5A;
}

@media (max-width: 1740px) {
  .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .video_list .grid_list_wrap .list_area > ul, .image_list .grid_list_wrap .list_area > ul, .creation .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}
@media (max-width: 1280px) {
  .normal_list_wrap .category_area {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .normal_list_wrap .category_area ul:not(.FreeScrollBoundDone) {
    overflow-x: auto;
  }
  .normal_list_wrap .category_area ul:not(.FreeScrollBoundDone)::-webkit-scrollbar {
    height: 0px;
  }
}
@media (max-width: 1280px) and (hover: hover) {
  .normal_list_wrap .category_area ul::-webkit-scrollbar {
    height: 0px;
  }
  .normal_list_wrap .category_area ul::-webkit-scrollbar-corner {
    background: transparent;
  }
  .normal_list_wrap .category_area ul::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
  }
  .normal_list_wrap .category_area ul::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
  }
}
@media (max-width: 1280px) {
  .normal_list_wrap .category_area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    font-size: 12px;
    border-radius: 12px;
    background: linear-gradient(#222632, #222632) no-repeat 0px -48px;
  }
  .normal_list_wrap .category_area ul li a::after {
    display: block;
    content: "";
    width: 8px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath stroke='%23AAA' d='M3.6 5.75a.5.5 0 0 0 .866 0l2.598-4.5A.5.5 0 0 0 6.631.5H1.435a.5.5 0 0 0-.433.75L3.6 5.75Z'/%3E%3C/svg%3E") no-repeat;
    margin: 2px 0 0 4px;
  }
  .normal_list_wrap .category_area ul li a.active, .normal_list_wrap .category_area ul li a.on {
    background: #222632;
    color: #fff;
  }
  .normal_list_wrap .category_area ul li a.active::after, .normal_list_wrap .category_area ul li a.on::after {
    display: block;
    content: "";
    width: 9px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23FFF7CE' d='M3.634 6a1 1 0 0 0 1.732 0l2.598-4.5A1 1 0 0 0 7.098 0H1.902a1 1 0 0 0-.866 1.5L3.634 6Z'/%3E%3C/svg%3E") no-repeat;
    margin: 2px 0 0 4px;
  }
  .normal_list_wrap .category_area ul li a:hover {
    background: linear-gradient(#222632, #222632) no-repeat 0px 0px;
    color: #fff;
    transition: 0.3s;
  }
  .normal_list_wrap .filter_area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .normal_list_wrap .filter_area .order_1 {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 10px;
  }
  .normal_list_wrap .filter_area .order_1 button {
    position: relative;
    margin-right: 7px;
    color: #525252;
    padding: 4px 10px;
    font-size: 12px;
  }
  .normal_list_wrap .filter_area .order_1 button:hover, .normal_list_wrap .filter_area .order_1 button.active, .normal_list_wrap .filter_area .order_1 button.on {
    background: #5C5C5C;
    color: #fff;
    border-radius: 6px;
  }
  .normal_list_wrap .filter_area .order_2 {
    position: relative;
    height: 42px;
    display: flex;
    width: 100%;
  }
  .normal_list_wrap .filter_area .order_2 .total_list {
    position: relative;
    background: #5C5C5C;
    margin-right: 10px;
    border-radius: 16px;
  }
  .normal_list_wrap .filter_area .order_2 .total_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 42px;
    height: 42px;
  }
  .normal_list_wrap .filter_area .order_2 .total_list button span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 4px;
  }
  .normal_list_wrap .filter_area .order_2 .total_list button span:last-child {
    margin-bottom: 0;
  }
  .normal_list_wrap .list_area > ul {
    border-bottom: 1px solid #AAA;
  }
  .normal_list_wrap .list_area > ul > li {
    position: relative;
    height: auto;
    border-top: 1px solid #AAA;
    display: block;
    padding: 10px 10px;
  }
  .normal_list_wrap .list_area > ul > li .order_1 {
    display: block;
    max-width: 100%;
  }
  .normal_list_wrap .list_area > ul > li .order_1 .type {
    width: min-content;
    border: 1px solid #D9D9D9;
    font-size: 10px;
    color: #626262;
    background: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 12px;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  .normal_list_wrap .list_area > ul > li .order_1 .title {
    position: relative;
    margin-right: 0px;
  }
  .normal_list_wrap .list_area > ul > li .order_1 .title span {
    font-size: 14px;
    color: #525252;
  }
  .normal_list_wrap .list_area > ul > li .order_1 .etc {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-top: 8px;
  }
  .normal_list_wrap .list_area > ul > li .order_1 .etc div {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #707070;
    margin-right: 2px;
  }
  .normal_list_wrap .list_area > ul > li .order_1 .etc div.comment {
    margin-right: 4px;
  }
  .normal_list_wrap .list_area > ul > li .order_1 .etc div.comment i {
    margin-right: 2px;
  }
  .normal_list_wrap .list_area > ul > li .order_2 {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .user_info {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .user_info .profile_image {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .user_info .profile_image img {
    width: 100%;
    height: 100%;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .user_info .name {
    margin-left: 10px;
    color: #5C5C5C;
    font-size: 14px;
    letter-spacing: -0.28px;
    max-width: 100%;
    min-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .sub_info {
    display: flex;
    margin-top: 25px;
    margin-left: 0;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .sub_info div {
    display: flex;
    align-items: center;
    min-width: auto;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .sub_info div span {
    font-size: 11px;
    color: #707070;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .sub_info .view {
    margin-right: 0;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .sub_info .date {
    margin-left: 0;
  }
  .normal_list_wrap .list_area > ul > li .order_2 .sub_info .date span {
    color: #aaa;
  }
  .normal_list_wrap .list_area > ul > li:hover, .normal_list_wrap .list_area > ul > li.on {
    background: #fff;
  }
  .normal_list_wrap .list_area > ul > li:hover::before, .normal_list_wrap .list_area > ul > li.on::before {
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #00B670;
    position: absolute;
    top: 0;
    left: 0;
  }
  .normal_list_wrap .list_area > ul > li:hover .order_1 .title span, .normal_list_wrap .list_area > ul > li.on .order_1 .title span {
    color: #F65606;
  }
  .normal_list_wrap .list_area .list_empty {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
  }
  .normal_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .normal_list_wrap .list_area .list_empty span b {
    color: #F65606;
  }
  .normal_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .normal_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .normal_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .normal_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .normal_list_wrap .list_area .pager .pagination ul li.on, .normal_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2BAF7E;
  }
  .normal_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .normal_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .normal_list_wrap .list_area .pager .pagination button.prev_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .normal_list_wrap .list_area .pager .pagination button.next_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .normal_list_wrap .list_area .pager .write_button {
    display: block;
    background: #00B670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
  .event_list_wrap .category_area {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .event_list_wrap .category_area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    font-size: 12px;
    border-radius: 12px;
    background: linear-gradient(#222632, #222632) no-repeat 0px -48px;
  }
  .event_list_wrap .category_area ul li a::after {
    display: block;
    content: "";
    width: 8px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath stroke='%23AAA' d='M3.6 5.75a.5.5 0 0 0 .866 0l2.598-4.5A.5.5 0 0 0 6.631.5H1.435a.5.5 0 0 0-.433.75L3.6 5.75Z'/%3E%3C/svg%3E") no-repeat;
    margin: 2px 0 0 4px;
  }
  .event_list_wrap .category_area ul li a.active, .event_list_wrap .category_area ul li a.on {
    background: #222632;
    color: #fff;
  }
  .event_list_wrap .category_area ul li a.active::after, .event_list_wrap .category_area ul li a.on::after {
    display: block;
    content: "";
    width: 9px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23FFF7CE' d='M3.634 6a1 1 0 0 0 1.732 0l2.598-4.5A1 1 0 0 0 7.098 0H1.902a1 1 0 0 0-.866 1.5L3.634 6Z'/%3E%3C/svg%3E") no-repeat;
    margin: 2px 0 0 4px;
  }
  .event_list_wrap .category_area ul li a:hover {
    background: linear-gradient(#222632, #222632) no-repeat 0px 0px;
    color: #fff;
    transition: 0.3s;
  }
  .event_list_wrap .filter_area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .event_list_wrap .filter_area .order_1 {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 10px;
  }
  .event_list_wrap .filter_area .order_1 button {
    position: relative;
    margin-right: 7px;
    color: #525252;
    padding: 4px 10px;
    font-size: 12px;
  }
  .event_list_wrap .filter_area .order_2 {
    position: relative;
    width: 100%;
    height: 42px;
    display: flex;
  }
  .event_list_wrap .filter_area .order_2 .total_list {
    position: relative;
    background: #5c5c5c;
    margin-right: 10px;
    border-radius: 16px;
  }
  .event_list_wrap .filter_area .order_2 .total_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 42px;
    height: 42px;
  }
  .event_list_wrap .filter_area .order_2 .total_list button span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 4px;
  }
  .event_list_wrap .filter_area .order_2 .total_list button span:last-child {
    margin-bottom: 0;
  }
  .event_list_wrap .list_area > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .event_list_wrap .list_area > ul > li:last-child {
    margin-bottom: 0;
  }
  .event_list_wrap .list_area > ul > li .thumbnail {
    width: 100%;
    min-width: 100%;
    min-height: 120px;
    max-height: 120px;
    position: relative;
    overflow: hidden;
  }
  .event_list_wrap .list_area > ul > li .thumbnail img {
    border-radius: 24px;
  }
  .event_list_wrap .list_area > ul > li .descript {
    background: #fff;
    padding: 18px 30px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .event_list_wrap .list_area > ul > li .descript .order_1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .event_list_wrap .list_area > ul > li .descript .order_1 .type {
    color: #626262;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    background: #fff;
    width: min-content;
    white-space: nowrap;
  }
  .event_list_wrap .list_area > ul > li .descript .order_1 .title {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-top: 8px;
    width: 100%;
  }
  .event_list_wrap .list_area > ul > li .descript .order_1 .title span {
    font-size: 16px;
    color: #626262;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .date span {
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.24px;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info {
    display: flex;
    margin-top: 10px;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info div {
    display: flex;
    align-items: center;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info div span {
    font-size: 11px;
    color: #707070;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .comment {
    margin-right: 12px;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .comment::before {
    display: block;
    content: "";
    width: 18px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238E8E8E' d='m4 17-3-2h3v2Z'/%3E%3Cpath fill='%23AAA' d='M1 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H1V7Z'/%3E%3Cpath fill='%23F6F4F4' d='M4 9h2v2H4V9ZM8 9h2v2H8V9ZM12 9h2v2h-2V9Z'/%3E%3C/svg%3E");
    background-size: cover;
    margin-right: 4px;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .view {
    margin-right: 12px;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .view::before {
    display: block;
    content: "";
    min-width: 18px;
    width: 18px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 10c5.61 0 9-4.22 9-5 0-.78-3.39-5-9-5-4.809 0-9 4.22-9 5 0 .78 4.191 5 9 5Zm0-1.25c2.13 0 3.857-1.679 3.857-3.75 0-2.071-1.727-3.75-3.857-3.75S5.143 2.929 5.143 5C5.143 7.071 6.87 8.75 9 8.75Z' clip-rule='evenodd'/%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 7.5c1.42 0 2.571-1.12 2.571-2.5H9V2.5C7.58 2.5 6.428 3.62 6.428 5S7.58 7.5 9 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: cover;
    margin-right: 4px;
  }
  .event_list_wrap .list_area > ul > li .descript .order_2 .sub_info .like::before {
    display: block;
    content: "";
    width: 12px;
    min-width: 12px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23AAA' d='M0 2v4l3 3 3 2 3-2 3-3V2L9 0 6 2 3 0 0 2Z'/%3E%3C/svg%3E");
    background-size: cover;
    margin-right: 4px;
  }
  .event_list_wrap .list_area .list_empty {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  .event_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event_list_wrap .list_area .list_empty span b {
    color: #f65606;
  }
  .event_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .event_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .event_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event_list_wrap .list_area .pager .pagination ul li.on, .event_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2baf7e;
  }
  .event_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .event_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .event_list_wrap .list_area .pager .pagination button.prev_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event_list_wrap .list_area .pager .pagination button.next_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event_list_wrap .list_area .pager .write_button {
    display: block;
    background: #00b670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
  .grid_list_wrap .filter_area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .grid_list_wrap .filter_area .order_1 {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 10px;
  }
  .grid_list_wrap .filter_area .order_1 button {
    position: relative;
    margin-right: 7px;
    color: #525252;
    padding: 4px 10px;
    font-size: 12px;
  }
  .grid_list_wrap .filter_area .order_1 button:hover, .grid_list_wrap .filter_area .order_1 button.active, .grid_list_wrap .filter_area .order_1 button.on {
    background: #5C5C5C;
    color: #fff;
    border-radius: 6px;
  }
  .grid_list_wrap .filter_area .order_2 {
    position: relative;
    width: 100%;
    height: 42px;
    display: flex;
  }
  .grid_list_wrap .filter_area .order_2 .total_list {
    position: relative;
    background: #5C5C5C;
    margin-right: 10px;
    border-radius: 16px;
  }
  .grid_list_wrap .filter_area .order_2 .total_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 42px;
    height: 42px;
  }
  .grid_list_wrap .filter_area .order_2 .total_list button span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 4px;
  }
  .grid_list_wrap .filter_area .order_2 .total_list button span:last-child {
    margin-bottom: 0;
  }
  .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 10px;
  }
  .grid_list_wrap .list_area > ul > li > div {
    position: relative;
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 24px;
    cursor: pointer;
  }
  .grid_list_wrap .list_area > ul > li > div .descript {
    margin-top: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .title {
    margin-bottom: auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .title span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.36px;
    color: #626262;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .user_info {
    margin-top: 12px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .user_info .profile_image {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .user_info .profile_image img {
    width: 100%;
    height: 100%;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .user_info .name {
    margin-left: 10px;
    color: #5C5C5C;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.28px;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .date {
    margin-right: 10px;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .date span {
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    color: #aaa;
    font-size: 12px;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc {
    display: flex;
    align-items: center;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc div {
    display: flex;
    align-items: center;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc div span {
    font-size: 12px;
    color: #707070;
    white-space: nowrap;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .comment {
    margin-right: 12px;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .comment::before {
    display: block;
    content: "";
    width: 18px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238E8E8E' d='m4 17-3-2h3v2Z'/%3E%3Cpath fill='%23AAA' d='M1 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H1V7Z'/%3E%3Cpath fill='%23F6F4F4' d='M4 9h2v2H4V9ZM8 9h2v2H8V9ZM12 9h2v2h-2V9Z'/%3E%3C/svg%3E");
    background-size: cover;
    margin-right: 4px;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .view {
    margin-right: 12px;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .view::before {
    display: block;
    content: "";
    min-width: 18px;
    width: 18px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 10c5.61 0 9-4.22 9-5 0-.78-3.39-5-9-5-4.809 0-9 4.22-9 5 0 .78 4.191 5 9 5Zm0-1.25c2.13 0 3.857-1.679 3.857-3.75 0-2.071-1.727-3.75-3.857-3.75S5.143 2.929 5.143 5C5.143 7.071 6.87 8.75 9 8.75Z' clip-rule='evenodd'/%3E%3Cpath fill='%23AAA' fill-rule='evenodd' d='M9 7.5c1.42 0 2.571-1.12 2.571-2.5H9V2.5C7.58 2.5 6.428 3.62 6.428 5S7.58 7.5 9 7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: cover;
    margin-right: 4px;
  }
  .grid_list_wrap .list_area > ul > li > div .descript .sub_info .etc .like::before {
    display: block;
    content: "";
    width: 12px;
    min-width: 12px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%23AAA' d='M0 2v4l3 3 3 2 3-2 3-3V2L9 0 6 2 3 0 0 2Z'/%3E%3C/svg%3E");
    background-size: cover;
    margin-right: 4px;
  }
  .grid_list_wrap .list_area .list_empty {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
  }
  .grid_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grid_list_wrap .list_area .list_empty span b {
    color: #F65606;
  }
  .grid_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .grid_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grid_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .grid_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grid_list_wrap .list_area .pager .pagination ul li.on, .grid_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2BAF7E;
  }
  .grid_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .grid_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .grid_list_wrap .list_area .pager .pagination button.prev_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grid_list_wrap .list_area .pager .pagination button.next_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grid_list_wrap .list_area .pager .write_button {
    display: block;
    background: #00B670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
  .creation .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 10px;
  }
  .creation .grid_list_wrap .list_area .list_empty {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
  }
  .creation .grid_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .creation .grid_list_wrap .list_area .list_empty span b {
    color: #F65606;
  }
  .creation .grid_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .creation .grid_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .creation .grid_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .creation .grid_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .creation .grid_list_wrap .list_area .pager .pagination ul li.on, .creation .grid_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2BAF7E;
  }
  .creation .grid_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .creation .grid_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .creation .grid_list_wrap .list_area .pager .pagination button.prev_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .creation .grid_list_wrap .list_area .pager .pagination button.next_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .creation .grid_list_wrap .list_area .pager .write_button {
    display: block;
    background: #00B670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
  .report, .support {
    padding: 26px 20px;
  }
  .report .grid_list_wrap, .support .grid_list_wrap {
    margin-top: 0;
  }
  .report .grid_list_wrap .list_area > ul, .support .grid_list_wrap .list_area > ul {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 10px;
  }
  .report .grid_list_wrap .list_area > ul li, .support .grid_list_wrap .list_area > ul li {
    width: 100%;
  }
  .report .grid_list_wrap .list_area > ul li a, .support .grid_list_wrap .list_area > ul li a {
    display: block;
    width: 100%;
    height: 74px;
    background-image: url("https://lwi.nexon.com/m_mabinogim/brand/customer/m_report_card.png");
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFCFC;
    font-size: 12px;
    font-weight: 700;
  }
  .video_list .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
  }
  .video_list .grid_list_wrap .list_area > ul li {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
  }
  .video_list .grid_list_wrap .list_area > ul li .order_1 {
    position: relative;
    background: #fff;
  }
  .video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title {
    position: relative;
    margin-top: 20px;
    padding-left: 24px;
  }
  .video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title::before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%237B7B7B' d='M10.667 16H16v1.333h-5.333A6.666 6.666 0 1 1 16 14.667h-1.805A5.334 5.334 0 1 0 10.667 16Zm0-6.667a1.333 1.333 0 1 1 0-2.666 1.333 1.333 0 0 1 0 2.666ZM8 12a1.334 1.334 0 1 1 0-2.667A1.334 1.334 0 0 1 8 12Zm5.333 0a1.334 1.334 0 1 1 0-2.667 1.334 1.334 0 0 1 0 2.667Zm-2.666 2.667a1.333 1.333 0 1 1 0-2.667 1.333 1.333 0 0 1 0 2.667Z'/%3E%3C/svg%3E");
  }
  .video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title span {
    font-size: 14px;
    color: #626262;
    line-height: 120%;
  }
  .video_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title::after {
    display: inline-block;
  }
  .video_list .grid_list_wrap .list_area .list_empty {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
  }
  .video_list .grid_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_list .grid_list_wrap .list_area .list_empty span b {
    color: #F65606;
  }
  .video_list .grid_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination ul li.on, .video_list .grid_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2BAF7E;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination button.prev_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_list .grid_list_wrap .list_area .pager .pagination button.next_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_list .grid_list_wrap .list_area .pager .write_button {
    display: block;
    background: #00B670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
  .image_list .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 20px;
  }
  .image_list .grid_list_wrap .list_area > ul li {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
  }
  .image_list .grid_list_wrap .list_area > ul li .order_1 {
    position: relative;
    background: #fff;
  }
  .image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title {
    position: relative;
    margin-top: 20px;
    padding-left: 24px;
  }
  .image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title::before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none'%3E%3Cpath stroke='%237E7E7E' stroke-width='1.63' d='m8.5 15.5 3.803-2.958a1 1 0 0 1 1.321.082L15.5 14.5M11 13l-1.367-1.367a1 1 0 0 0-1.332-.074L6.5 13'/%3E%3Ccircle cx='12.5' cy='8.5' r='1.5' fill='%237E7E7E'/%3E%3Ccircle cx='11.5' cy='10.5' r='5.7' stroke='%237B7B7B' stroke-width='1.6'/%3E%3C/svg%3E");
  }
  .image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title span {
    font-size: 14px;
    color: #626262;
    line-height: 120%;
  }
  .image_list .grid_list_wrap .list_area > ul li .order_1 .aspect_ratio_area .title::after {
    display: inline-block;
  }
  .image_list .grid_list_wrap .list_area .list_empty {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
  }
  .image_list .grid_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image_list .grid_list_wrap .list_area .list_empty span b {
    color: #F65606;
  }
  .image_list .grid_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination ul li.on, .image_list .grid_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2BAF7E;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination button.prev_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image_list .grid_list_wrap .list_area .pager .pagination button.next_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image_list .grid_list_wrap .list_area .pager .write_button {
    display: block;
    background: #00B670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
  .faq_list_wrap .category_area {
    width: 100%;
    overflow: hidden;
  }
  .faq_list_wrap .category_area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    font-size: 12px;
    border-radius: 12px;
    background: linear-gradient(#222632, #222632) no-repeat 0px -48px;
  }
  .faq_list_wrap .category_area ul li a::after {
    display: block;
    content: "";
    width: 8px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath stroke='%23AAA' d='M3.6 5.75a.5.5 0 0 0 .866 0l2.598-4.5A.5.5 0 0 0 6.631.5H1.435a.5.5 0 0 0-.433.75L3.6 5.75Z'/%3E%3C/svg%3E") no-repeat;
    margin: 2px 0 0 4px;
  }
  .faq_list_wrap .category_area ul li a.active, .faq_list_wrap .category_area ul li a.on {
    background: #222632;
    color: #fff;
  }
  .faq_list_wrap .category_area ul li a.active::after, .faq_list_wrap .category_area ul li a.on::after {
    display: block;
    content: "";
    width: 9px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23FFF7CE' d='M3.634 6a1 1 0 0 0 1.732 0l2.598-4.5A1 1 0 0 0 7.098 0H1.902a1 1 0 0 0-.866 1.5L3.634 6Z'/%3E%3C/svg%3E") no-repeat;
    margin: 2px 0 0 4px;
  }
  .faq_list_wrap .category_area ul li a:hover {
    background: linear-gradient(#222632, #222632) no-repeat 0px 0px;
    color: #fff;
    transition: 0.3s;
  }
  .faq_list_wrap .filter_area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .faq_list_wrap .filter_area .order_1 {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 10px;
  }
  .faq_list_wrap .filter_area .order_1 button {
    position: relative;
    margin-right: 7px;
    color: #525252;
    padding: 4px 10px;
    font-size: 12px;
  }
  .faq_list_wrap .filter_area .order_2 {
    position: relative;
    width: 100%;
    height: 42px;
    display: flex;
    margin-left: 0;
  }
  .faq_list_wrap .filter_area .order_2 .total_list {
    position: relative;
    background: #5C5C5C;
    margin-right: 10px;
    border-radius: 16px;
  }
  .faq_list_wrap .filter_area .order_2 .total_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 42px;
    height: 42px;
  }
  .faq_list_wrap .filter_area .order_2 .total_list button span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 4px;
  }
  .faq_list_wrap .filter_area .order_2 .total_list button span:last-child {
    margin-bottom: 0;
  }
  .faq_list_wrap .list_area ul.list {
    border-bottom: 1px solid #AAA;
  }
  .faq_list_wrap .list_area ul.list > li {
    position: relative;
    height: auto;
    border-top: 1px solid #AAA;
    display: block;
    padding: 20px 10px;
  }
  .faq_list_wrap .list_area ul.list > li .order_1 {
    display: block;
  }
  .faq_list_wrap .list_area ul.list > li .order_1 .type {
    width: min-content;
    border: 1px solid #D9D9D9;
    font-size: 10px;
    color: #626262;
    background: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 12px;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  .faq_list_wrap .list_area ul.list > li .order_1 .title {
    position: relative;
    margin-right: 0px;
  }
  .faq_list_wrap .list_area ul.list > li .order_1 .title span {
    font-size: 14px;
    color: #525252;
  }
  .faq_list_wrap .list_area ul.list > li .order_1 .etc {
    display: none;
  }
  .faq_list_wrap .list_area ul.list > li .order_2 {
    display: none;
  }
  .faq_list_wrap .list_area .list_empty {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
  }
  .faq_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq_list_wrap .list_area .list_empty span b {
    color: #F65606;
  }
  .faq_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .faq_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .faq_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq_list_wrap .list_area .pager .pagination ul li.on, .faq_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2BAF7E;
  }
  .faq_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .faq_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .faq_list_wrap .list_area .pager .pagination button.prev_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq_list_wrap .list_area .pager .pagination button.next_button {
    width: 20px;
    height: 23px;
    border-radius: none;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq_list_wrap .list_area .pager .write {
    display: block;
    background: #00B670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
  .policy_list_wrap .list_area > ul {
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
  }
  .policy_list_wrap .list_area > ul li {
    width: 100%;
    max-width: 380px;
  }
  .policy_list_wrap .list_area > ul li .thumbnail {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center center;
  }
  .policy_list_wrap .list_area > ul li .title {
    margin-top: 5px;
    background: #fff;
    max-width: 380px;
    padding: 20px 0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .policy_list_wrap .list_area > ul li .title span {
    color: #5C5C5C;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .policy_list_wrap .list_area > ul li .title span::after {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' fill='none'%3E%3Cpath stroke='%23626262' stroke-linecap='round' stroke-width='2' d='m1.5 7.5 3-3-3-3'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
    margin-left: 10px;
  }
  .audio_list_wrap {
    padding-top: 30px;
  }
  .audio_list_wrap h1 {
    display: flex;
    align-items: center;
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 500;
  }
  .audio_list_wrap h1::before {
    content: "";
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cpath stroke='%234E4E4E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M6.25 21.875a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25ZM9.375 18.75V5.208'/%3E%3Cpath stroke='%234E4E4E' stroke-linecap='round' stroke-width='1.333' d='m21.875 3.125-12.5 2.083m12.5 2.084-12.5 2.083'/%3E%3Cpath stroke='%234E4E4E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M18.75 19.792a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25ZM21.875 16.667V3.125'/%3E%3C/svg%3E");
    margin-right: 10px;
  }
  .audio_list_wrap .list_area > ul {
    padding: 10px 0 0 0;
  }
  .audio_list_wrap .list_area > ul li {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    cursor: pointer;
  }
  .audio_list_wrap .list_area > ul li:last-child {
    margin-bottom: 0;
  }
  .audio_list_wrap .list_area > ul li .order_1 {
    position: relative;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .audio_list_wrap .list_area > ul li .order_2 {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 0;
  }
  .audio_list_wrap .list_area > ul li .order_2 .title {
    position: relative;
    display: flex;
    align-items: center;
  }
  .audio_list_wrap .list_area > ul li .order_2 .title::before {
    content: "";
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 12V3.333'/%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-width='1.333' d='M14 2 6 3.333m8 1.334L6 6'/%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M12 12.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM14 10.667V2'/%3E%3C/svg%3E") no-repeat;
    margin-right: 6px;
  }
  .audio_list_wrap .list_area > ul li .order_2 .title span {
    font-size: 16px;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
  }
  .audio_list_wrap .list_area > ul li .order_2 .duration {
    padding: 2px 10px;
    width: min-content;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
  }
  .audio_list_wrap .list_area > ul li .order_2 .duration span {
    color: #6F6F6F;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
  }
  .audio_list_wrap .list_area > ul li.on {
    background-color: #00B670;
  }
  .audio_list_wrap .list_area > ul li.on .order_2 .title::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 12V3.333'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='1.333' d='M14 2 6 3.333m8 1.334L6 6'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M12 12.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM14 10.667V2'/%3E%3C/svg%3E") no-repeat;
  }
  .audio_list_wrap .list_area > ul li.on .order_2 .title span {
    color: #fff;
  }
  .audio_list_wrap .list_area > ul li.on .order_2 .duration {
    padding: 2px 10px;
    width: min-content;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
  }
  .audio_list_wrap .list_area > ul li.on .order_2 .duration span {
    color: #6F6F6F;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
  }
  .audio_list_wrap .list_area .list_empty {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
  }
  .audio_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .audio_list_wrap .list_area .list_empty span b {
    color: #F65606;
  }
  .audio_list_wrap .list_area .pager {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .audio_list_wrap .list_area .pager .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .audio_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  .audio_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .audio_list_wrap .list_area .pager .pagination ul li.on, .audio_list_wrap .list_area .pager .pagination ul lili:hover {
    color: #fff;
    background: #2BAF7E;
  }
  .audio_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 8px;
  }
  .audio_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 8px;
  }
  .audio_list_wrap .list_area .pager .pagination button.prev_button {
    width: 30px;
    height: 23px;
  }
  .audio_list_wrap .list_area .pager .pagination button.next_button {
    width: 30px;
    height: 23px;
  }
  .audio_list_wrap .list_area .pager .write_button {
    display: block;
    background: #00B670;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0;
  }
}
@media (max-width: 700px) {
  .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .grid_list_wrap .list_area > ul > li {
    position: relative;
    border-radius: 24px;
    cursor: pointer;
  }
  .grid_list_wrap .list_area > ul > li .order_1 {
    position: relative;
    background: #fff;
  }
  .grid_list_wrap .list_area > ul > li .order_1 .title {
    position: relative;
    margin-top: 20px;
    padding-left: 24px;
  }
  .grid_list_wrap .list_area > ul > li .order_1 .title::before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none'%3E%3Cpath stroke='%237E7E7E' stroke-width='1.63' d='m8.5 15.5 3.803-2.958a1 1 0 0 1 1.321.082L15.5 14.5M11 13l-1.367-1.367a1 1 0 0 0-1.332-.074L6.5 13'/%3E%3Ccircle cx='12.5' cy='8.5' r='1.5' fill='%237E7E7E'/%3E%3Ccircle cx='11.5' cy='10.5' r='5.7' stroke='%237B7B7B' stroke-width='1.6'/%3E%3C/svg%3E");
  }
  .grid_list_wrap .list_area > ul > li .order_1 .title span {
    font-size: 14px;
    color: #626262;
    line-height: 120%;
  }
  .grid_list_wrap .list_area > ul > li .order_1 .title::after {
    display: inline-block;
  }
  .report .grid_list_wrap .list_area > ul, .support .grid_list_wrap .list_area > ul {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    gap: 10px;
  }
  .report .grid_list_wrap .list_area > ul li, .support .grid_list_wrap .list_area > ul li {
    width: 100%;
  }
  .report .grid_list_wrap .list_area > ul li a, .support .grid_list_wrap .list_area > ul li a {
    display: block;
    width: 100%;
    height: 74px;
    background-image: url("https://lwi.nexon.com/m_mabinogim/brand/customer/m_report_card.png");
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFCFC;
    font-size: 12px;
    font-weight: 700;
  }
  .video_list .grid_list_wrap .list_area > ul, .image_list .grid_list_wrap .list_area > ul, .creation .grid_list_wrap .list_area > ul {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}
