.art_subs_content {
  display: flex;
  gap: 20px;
}
.art_subs_content .subs_artist > h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}
.art_subs_content .subs_artist .sub_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 280px;
}
.art_subs_content .subs_artist .sub_list li {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #f1f1f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.art_subs_content .subs_artist .sub_list li .inform {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search_art_content .culture__tabs {
  flex-wrap: wrap;
  margin-right: 73px;
  max-width: calc(100% - 440px);
  width: 100%;
}
.art_subs_content .subs_artist .sub_list li .inform .thumb_box {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  padding: 1px;
  background: linear-gradient(#ffcf87, #ff87b9, #7109d8);
}

.art_subs_content .subs_artist .sub_list li .inform .thumb_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.art_subs_content .subs_artist .sub_list li .inform span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.art_subs_content .subs_artist .sub_list li .heart_btn {
  width: 37.83529281616211px;
  height: 37.83529281616211px;
  background: url(../_img/icon/icon_mypage_heart.svg) no-repeat center center /
    contain;
}
.subs_all {
  width: 100%;
}
.culture__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.culture__tabs .radio--typeTab input[type="radio"] + em {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 600;
}
.art_subs_content .contents-card__list .contents__card {
  min-width: 265px;
}
.no_artist {
  width: 280px;
  background: #f7f7fb;
  border-radius: 16px;
  padding: 36px 0;
  text-align: center;
}

.no_artist img {
  width: 37px;
  height: 37px;
  margin-bottom: 12px;
}

.no_artist p {
  color: #767676;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
}

/* 구독채널 없을시 */
.no_artist_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.no_artist_contents > h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 12px;
}
.no_artist_contents > p {
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: center;
}
.no_artist_contents .btn {
  border-radius: 800px;
  padding: 0 40px;
}
/* ##### 콘텐츠 목록 ##### */
.art_contList_content .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.art_contList_content .title_box .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
}
.art_contList_content .title_box .btn {
  padding: 0 40px;
  height: 49px;
  line-height: 49px;
  font-weight: 700;
  font-size: 18px;
}
.art_contList_content .contents-card__list .contents__card {
  min-width: 268px;
}
.search_art_content {
  padding: 80px 0 0;
}
.search_art_content .culture__tabs {
  margin-bottom: 0;
}
.search_art_content .form_search .search_box.flex {
  margin-bottom: 24px;
}
.list_sort_radios-pink {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.best_artist_content {
  background: #f5f4f4;
  padding: 88px 0;
}
.best_artist_content > h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.best_artist_content .btn_area {
  margin-top: 32px;
}
.best_artist_content .btn {
  padding: 0 40px;
  height: 49px;
  line-height: 49px;
  font-size: 18px;
  color: #111;
  font-weight: 700;
}
.best_artist__swiper .best_arti_sw .swiper-slide {
  background: #ffffff;
  border: 1px solid #e5e5ec;
  padding: 20px 24px;
  max-width: 960px;
  width: 100%;
  border-radius: 24px;
  display: flex;
  gap: 20px;
  height: 390px;
}

.best_artist__swiper .best_arti_sw .sw_thumb {
  max-width: 356px;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}
.best_artist__swiper .best_arti_sw .sw_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best_artist__swiper .best_arti_sw .text {
  width: 100%;
}
.best_artist__swiper .best_arti_sw .text .artist_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
}
.best_artist__swiper .best_arti_sw .text .artist_info .btn_like {
  width: 38px;
  height: 38px;
}

.best_artist__swiper .best_arti_sw .text > h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
}

.best_artist__swiper .best_arti_sw .text .latest_news,
.bestArtist__card .bestArtist_desc .latest_news {
  background: #f7f7fb;
  border-radius: 16px;
  padding: 20px 24px;
}

.best_artist__swiper .best_arti_sw .text .latest_news h5,
.bestArtist__card .bestArtist_desc .latest_news h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.best_artist__swiper .best_arti_sw .text .latest_news h5::after,
.bestArtist__card .bestArtist_desc .latest_news h5::after {
  background: url(../_img/icon/icon_arrow_right_bl.svg) no-repeat center /
    contain;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
}

.best_artist__swiper .best_arti_sw .text .latest_news p,
.bestArtist__card .bestArtist_desc .latest_news p {
  color: #767676;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  word-break: break-all;
}

.best_artist__swiper .swiper-button-prev,
.best_artist__swiper .swiper-button-next {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  top: 55%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 16px 0px #00000014;
  background: url(../_img/main/icon_swiper_prev.svg) no-repeat center / contain;
}
.best_artist__swiper .swiper-button-prev::after,
.best_artist__swiper .swiper-button-next::after {
  content: none;
}
.best_artist__swiper .swiper-button-prev {
  left: 50%;
  transform: translate(-504px, -50%);
}
.best_artist__swiper .swiper-button-next {
  right: auto;
  left: 50%;
  transform: translate(454px, -50%);
  background: url(../_img/main/icon_swiper_next.svg) no-repeat center / contain;
}
.search_art_content.pt0 {
  padding-top: 0;
}
.best_modal .modal_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.best_modal .contents_info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.best_modal .contents_info li {
  font-size: 14px;
  line-height: 1.5;
  color: #767676;
}
.best_modal .contents_info li span {
  padding-left: 18px;
  position: relative;
}
.best_modal .contents_info li span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.best_modal .contents_info li.like_cnt span::before {
  background: url(../_img/icon/icon_info_heart.svg) no-repeat center / contain;
}
.best_modal .contents_info li.view_cnt span::before {
  background: url(../_img/icon/icon_info_eye.svg) no-repeat center / contain;
}
/* 인기예술인 */
.bestArtist-card__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.bestArtist-card__list .bestArtist__card:not(:last-of-type) {
  padding-bottom: 56px;
  border-bottom: 1px solid #f1f1f5;
}
.bestArtist-card__list .bestArtist__card {
  display: flex;
  gap: 20px;
}
.bestArtist__card .bestArtist_thum {
  width: 272px;
  min-width: 272px;
  height: 244px;
  border-radius: 20px;
  overflow: hidden;
}

.bestArtist__card .bestArtist_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bestArtist__card .bestArtist_desc {
  width: 100%;
}
.bestArtist__card .artist_info {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.bestArtist__card .bestArtist_desc > h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.art-card__list.rowgap-80 {
  gap: 80px 20px;
  margin-top: 0;
}
/* 종로테마여행 */
.tema_travel_content {
  display: flex;
  gap: 40px;
}

.tema_travel_content .travel__nav {
  min-width: 270px;
}
.tema_travel_content .travel__nav h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 32px;
}

.tema_travel_content .travel__nav .culture__tabs {
  flex-direction: column;
}

.tema_travel_content .travel_cont {
  width: 100%;
}
.tema_travel_content .travel_cont .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
}

.tema_travel_content .travel_cont .title h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
.tema_travel_content .travel_cont .contents {
  border-radius: 16px;
  overflow: hidden;
}
/* 종로 아트맵 */
.tema_travel_content .artmap_nav {
  min-width: 426px;
  width: 426px;
}
.tema_travel_content .artmap_nav > h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 16px;
}
.tema_travel_content .artmap_nav > h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}

.artmap_nav .form_header_search {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid #f1f1f5;
}
.artmap_nav .form_header_search .select--typeA {
  height: 52px;
  line-height: 52px;
}
.artmap_nav .form_header_search .input_search {
  border-radius: 8px;
}
.tema_travel_content .artmap_nav .artmap__tabs {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.tema_travel_content .artmap_cont {
  width: 100%;
  position: relative;
}

.tema_travel_content .location_wrap {
  position: absolute;
  top: 200px;
  left: 2px;
}

.location_btn {
  position: relative;
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 0 8px #00000033);
  background: none;
  border: none;
  cursor: pointer;
}

.location_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.location_popup {
  position: absolute;
  bottom: 0;
  left: 54px;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  width: 400px;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5ec;
  box-shadow: 0 0 16px 0 #00000029;
  z-index: 10;
}

.location_popup .pop_thum {
  width: 100px;
  min-width: 100px;
  height: 140px;
  border-radius: 8px;
  border: 1px solid #f1f1f5;
  overflow: hidden;
}
.location_popup .pop_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location_popup .art_desc {
  width: 100%;
  max-width: calc(100% - 116px);
  margin-top: 0;
}

.overlay-swiper .swiper-slide {
  display: flex;
  column-gap: 16px;
}

.overlay-swiper .swiper-button-prev:after, .overlay-swiper .swiper-button-next:after {
  font-size: 24px;
  color: var(--color-primary);
}

.overlay-swiper .swiper-pagination {
  bottom: 0;
}

.overlay-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width: 1100px) {
  .tema_travel_content {
    flex-direction: column;
  }
  .artmap_nav .form_header_search {
    width: 100%;
    max-width: 100%;
  }
  .tema_travel_content .artmap_nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .art_subs_content {
    flex-direction: column;
    gap: 32px;
  }
  .art_subs_content .subs_artist .sub_list {
    flex-direction: initial;
  }
  .art_subs_content .subs_artist > h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .art_subs_content .subs_artist .sub_list li {
    padding: 8px;
    border-radius: 8px;
  }
  .art_subs_content .subs_artist .sub_list li {
    gap: 12px;
  }
  .art_subs_content .subs_artist .sub_list li .inform .thumb_box {
    width: 28px;
    height: 28px;
  }
  .art_subs_content .subs_artist .sub_list li .btn_like,
  .art_subs_content .contents__card .btn_like,
  .art_contList_content .contents__card .btn_like,
  .best_artist__swiper .best_arti_sw .text .artist_info .btn_like {
    width: 28px;
    height: 28px;
  }
  .best_artist__swiper .best_arti_sw .text .artist_info .btn_like span.heart {
    width: 13.32px;
    height: 11.1px;
  }
  .art_subs_content .subs_artist .sub_list li .btn_like span.heart {
    width: 16px;
    height: 13px;
  }
  .art_subs_content .common-tab__wrap {
    margin-bottom: 0;
  }
  .art_subs_content .contents-card__list .contents__card,
  .art_contList_content .contents-card__list .contents__card {
    min-width: calc(50% - 8px);
  }
  .art_subs_content .contents__card .contents_thum,
  .art_contList_content .contents__card .contents_thum {
    aspect-ratio: 156/140;
  }
  .culture__tabs,
  .best_artist_content > h1 {
    margin-bottom: 20px;
  }
  .culture__tabs .radio--typeTab input[type="radio"] + em {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px;
  }
  .no_artist {
    width: 100%;
    padding: 12px 0;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }
  .no_artist img {
    margin-bottom: 0;
    width: 28px;
    height: 28px;
  }
  .no_artist_contents > h5,
  .best_artist_content > h1 {
    font-size: 18px;
  }
  .no_artist_contents > p {
    font-size: 14px;
  }
  .art_contList_content .go_best_content.mo_show {
    margin-top: 20px;
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    font-size: 16px;
  }
  .art_contList_content.mb80 {
    margin-bottom: 32px;
  }
  .art_contList_content .title_box .title {
    font-size: 20px;
  }
  .art_contList_content .contents-card__list {
    margin-top: 20px;
  }
  .best_cont__section .contents-card__list .contents__card:last-child {
    display: none;
  }

  .best_artist_content {
    padding: 40px 20px;
  }
  .best_artist__swiper .best_arti_sw .swiper-slide {
    width: 240px;
    padding: 16px;
    flex-direction: column;
    height: fit-content;
    gap: 12px;
  }
  .best_artist__swiper .best_arti_sw .sw_thumb {
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
  .best_artist__swiper .best_arti_sw .text > h1 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .best_artist__swiper .best_arti_sw .text .latest_news,
  .bestArtist__card .bestArtist_desc .latest_news {
    padding: 16px;
    border-radius: 12px;
  }
  .best_artist__swiper .best_arti_sw .text .latest_news h5,
  .bestArtist__card .bestArtist_desc .latest_news h5 {
    gap: 4px;
    font-size: 14px;
  }
  .best_artist__swiper .best_arti_sw .text .latest_news h5::after,
  .bestArtist__card .bestArtist_desc .latest_news h5::after {
    width: 16px;
    height: 16px;
  }
  .best_artist__swiper .best_arti_sw .text .latest_news p,
  .bestArtist__card .bestArtist_desc .latest_news p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .best_artist_content .btn_area {
    margin-top: 20px;
  }
  .best_artist_content .btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .search_art_content {
    padding-top: 32px;
  }
  .list_sort_radios-pink {
    margin-bottom: 20px;
    gap: 12px 16px;
  }
  .search_art_content .form_search .search_box.flex {
    margin-bottom: 20px;
  }
  .list_sort_radios-pink .checkbox--typeText input[type="checkbox"] + em {
    font-size: 16px;
  }
  .best_modal .modal_info .btn_like {
    width: 28px;
    height: 28px;
  }
  .best_modal .modal_info .btn_like span.heart {
    width: 13px;
    height: 11px;
  }
  .bestArtist-card__list .bestArtist__card {
    flex-direction: column;
    gap: 12px;
  }
  .bestArtist__card .bestArtist_thum {
    height: 287px;
    width: 100%;
  }
  .bestArtist__card .bestArtist_desc > h1 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .bestArtist-card__list {
    gap: 20px;
  }
  .bestArtist-card__list .bestArtist__card:not(:last-of-type) {
    padding-bottom: 20px;
  }

  .art-card__list.rowgap-80 {
    gap: 20px 8px;
  }
  .information_section .form_search .search_box.flex {
    margin-bottom: 0;
  }
  .information_section .form_search .search_box.flex .total_cnt {
    order: 2;
  }
  .tema_travel_content {
    flex-direction: column;
    gap: 32px;
  }
  .tema_travel_content .travel__nav .culture__wrap {
    overflow-x: auto;
    white-space: nowrap;
  }
  .tema_travel_content .travel__nav .culture__tabs {
    flex-direction: initial;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .tema_travel_content .travel__nav .culture__tabs div {
    width: 100%;
  }
  .tema_travel_content .travel__nav h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tema_travel_content .travel_cont .title h1 {
    font-size: 18px;
  }
  .tema_travel_content .travel_cont .btn {
    margin-top: 32px;
  }
  .tema_travel_content .artmap_nav {
    width: 100%;
    min-width: 100%;
  }
  .tema_travel_content .location_wrap {
    top: 64px;
    left: 12px;
  }
  .tema_travel_content .artmap_nav > h1 {
    font-size: 20px;
  }
  .tema_travel_content .artmap_nav > h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .artmap_nav .form_header_search {
    padding-top: 20px;
  }
  .tema_travel_content .artmap_nav .artmap__tabs {
    margin-top: 20px;
  }

  .checkbox--artmap input + .artmap_box .artmap_thumb {
    width: 48px;
    height: 48px;
  }
  .checkbox--artmap input + .artmap_box p {
    width: 24px;
    height: 24px;
  }
  .location_popup {
    top: 100%;
    left: 0;
    bottom: auto;
    transform: translate(-148px, 10px);
    width: 296px;
    gap: 8px;
    padding: 12px;
  }
  .location_popup .pop_thum {
    width: 76px;
    min-width: 76px;
    height: 106px;
  }
  .location_popup .art_desc {
    width: 188px;
  }
  .location_popup .art_desc h3 {
    font-size: 14px;
  }
  .location_popup .art_info {
    margin-top: 8px;
    padding-top: 8px;
  }
  .location_popup .art_info .date,
  .location_popup .art_info .loc {
    font-size: 12px;
  }
  .location_popup .art_info p {
    margin-bottom: 4px;
  }
}