@charset "UTF-8";
.main-operation-site .swiper-button-prev, .main-operation-site .swiper-button-next, main section .swiper-button-prev, main section .swiper-button-next {
  z-index: 3;
  opacity: 1;
  margin-top: calc(var(--swiper-navigation-size) * -1 - 1rem);
  padding: 0;
  border: 0;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto var(--swiper-navigation-size);
  overflow: hidden;
  font-size: 0;
  text-indent: -999px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.section-login .login-button > *, .main-operation-site .swiper-controls span, main section .more-contents > *, main section .swiper-controls span {
  position: relative;
  z-index: 1;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}

.section-login .login-button > *:before, .section-login .login-button > *:after, .main-operation-site .swiper-controls span:before, .main-operation-site .swiper-controls span:after, main section .more-contents > *:before, main section .more-contents > *:after, main section .swiper-controls span:before, main section .swiper-controls span:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.main-operation-site .swiper-controls span:first-of-type, main section .swiper-controls span:first-of-type {
  margin-left: 0;
}

.main-operation-site .swiper-controls span:last-of-type, main section .swiper-controls span:last-of-type {
  margin-right: 0;
}

/* 메인섹션공통 */
main section {
  --icon-size: 24px;
  position: relative;
  border-radius: 8px;
  background: #FFFFFF;
}
main section .swiper-controls {
  --swiper-navigation-size: 24px;
  position: absolute;
  top: 16px;
  right: var(--section-padding-x);
  display: flex;
  --gap: 4px;
  gap: var(--gap);
}
main section .swiper-controls span {
  width: calc(var(--swiper-navigation-size) + 4px);
  margin-inline: 15px;
  border-radius: 4px;
  height: 28px;
  background-color: #F4F4F4;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section .swiper-controls span:before, main section .swiper-controls span:after {
  background-color: #F4F4F4;
  transform: skewX(-12.8deg);
}
main section .swiper-controls span:before {
  left: -15px;
  border-radius: 4px 0 0 4px;
}
main section .swiper-controls span:after {
  right: -15px;
  border-radius: 0 4px 4px 0;
}
main section .swiper-controls span:nth-of-type(odd)::before {
  transform: skewX(12.8deg);
}
main section .swiper-controls span:nth-of-type(even)::after {
  transform: skewX(12.8deg);
}
main section .swiper-controls span:first-of-type {
  padding-left: 12px;
}
main section .swiper-controls span:first-of-type:before {
  display: none;
}
main section .swiper-controls span:last-of-type {
  padding-right: 12px;
}
main section .swiper-controls span:last-of-type:after {
  display: none;
}
main section .swiper-button-prev, main section .swiper-button-next {
  inset: 0;
  top: auto;
  right: auto;
  left: auto;
  display: inline-block;
  margin-top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
main section .swiper-button-prev:after, main section .swiper-button-next:after {
  display: none;
}
main section .swiper-button-prev {
  background-image: url(/thearts/images/main/ico_chevron_left.png);
}
main section .swiper-button-next {
  background-image: url(/thearts/images/main/ico_chevron_right.png);
}
main section .swiper-button-disabled {
  opacity: 0.4 !important;
  user-select: none;
  pointer-events: none;
}
main section .main-more {
  display: flex;
  justify-content: flex-end;
  padding-block: 16px;
  padding-inline: var(--section-padding-x);
}
main section .more-contents {
  --icon-size: 16px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
  display: flex;
  gap: 2px;
  white-space: nowrap;
}
main section .more-contents > * {
  margin-inline: 10px;
  border-radius: 4px;
  height: 28px;
  background-color: #FFFFFF;
  line-height: 28px;
}
main section .more-contents > *:before, main section .more-contents > *:after {
  background-color: inherit;
  transform: skewX(-13.5deg);
}
main section .more-contents > *:before {
  left: -10px;
  border-radius: 4px 0 0 4px;
}
main section .more-contents > *:after {
  right: -10px;
  border-radius: 0 4px 4px 0;
}
main section .more-contents > *:nth-of-type(odd) {
  margin-left: 0;
  padding-left: 8px;
}
main section .more-contents > *:nth-of-type(odd):before {
  display: none;
}
main section .more-contents > *:nth-of-type(even) {
  margin-right: 0;
  padding-right: 8px;
}
main section .more-contents > *:nth-of-type(even):after {
  display: none;
}
main section .more-contents span {
  border: 1px solid #DCDCDC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
}
main section .more-contents.type2 span {
  color: #0C121A;
}
main section .more-contents.type2 span:last-child {
  width: 29px;
}
main section .more-contents.type2 span:last-child img {
  max-width: none;
}
main section .more-contents > *:before, main section .more-contents > *:after {
  top: -1px;
  bottom: -1px;
  border: 1px solid #DCDCDC;
  height: inherit;
}
main section .more-contents > *:before {
  border-right: 0;
}
main section .more-contents > *:after {
  border-left: 0;
}

.main-top-container {
  padding-block: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  --gap: 12px;
  gap: var(--gap);
}
.main-top-container .section-wrap:nth-of-type(2) {
  --section-padding-x: 24px;
  width: calc(100% - 360px - 12px);
}
.main-top-container .section-wrap:nth-of-type(2) section {
  padding-block: 8px;
}
.main-top-container .section-wrap:nth-of-type(2) .main-title h1 {
  font-size: 24px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
}
.main-top-container .section-wrap:nth-of-type(3) {
  --section-padding-x: 20px;
  flex-shrink: 0;
  width: 360px;
}
.main-top-container .section-wrap:nth-of-type(3) .main-title h1 {
  font-size: 20px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
}
.main-top-container .section-wrap:nth-of-type(3) .main-title h2 {
  font-size: 18px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
}

.main-top-container .section-wrap:nth-of-type(3) .main-title h2 strong {
  display: inline-block;
  margin-top: -2px;
}

.main-bottom-container {
  padding-block: 12px;
}
.main-bottom-container .section-wrap {
  flex-grow: 1;
}
.main-bottom-container .section-wrap .main-title :where(h1, h2) {
  font-size: 20px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
}

.section-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  --gap: 12px;
  gap: var(--gap);
  margin-top: 16px;
}

.section-wrap section {
  border:solid 1px #000;
}

/* title */
.main-title {
  position: relative;
  padding-block: 16px;
  padding-inline: var(--section-padding-x);
  display: flex;
  justify-content: space-between;
  align-items: center;
  --gap: 12px;
  gap: var(--gap);
}

/* ----- 운영사이트 */
.main-operation-site {
  position: relative;
  padding-block: 2px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.main-operation-site .swiper-controls {
  --swiper-navigation-size: 24px;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  z-index: 2;
  min-width: 3rem;
  min-height: 28px;
  display: flex;
  --gap: 4px;
  gap: var(--gap);
}
.main-operation-site .swiper-controls span {
  width: calc(var(--swiper-navigation-size) + 4px);
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
  margin-inline: 15px;
  border-radius: 4px;
  height: 28px;
  background-color: #FFFFFF;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-operation-site .swiper-controls span:before, .main-operation-site .swiper-controls span:after {
  background-color: #FFFFFF;
  transform: skewX(-12.8deg);
}
.main-operation-site .swiper-controls span:before {
  left: -15px;
  border-radius: 4px 0 0 4px;
}
.main-operation-site .swiper-controls span:after {
  right: -15px;
  border-radius: 0 4px 4px 0;
}
.main-operation-site .swiper-controls span:nth-of-type(odd)::before {
  transform: skewX(12.8deg);
}
.main-operation-site .swiper-controls span:nth-of-type(even)::after {
  transform: skewX(12.8deg);
}
.main-operation-site .swiper-controls span:first-of-type {
  padding-left: 12px;
}
.main-operation-site .swiper-controls span:first-of-type:before {
  display: none;
}
.main-operation-site .swiper-controls span:last-of-type {
  padding-right: 12px;
}
.main-operation-site .swiper-controls span:last-of-type:after {
  display: none;
}
.main-operation-site .swiper-controls::before {
  content: "";
  position: absolute;
  top: -30%;
  right: 0;
  z-index: -1;
  width: 150%;
  height: 160%;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 40%);
  /* background-color: #f00; */
}
.main-operation-site .swiper-button-prev, .main-operation-site .swiper-button-next {
  inset: 0;
  top: auto;
  right: auto;
  left: auto;
  display: inline-block;
  margin-top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main-operation-site .swiper-button-prev:after, .main-operation-site .swiper-button-next:after {
  display: none;
}
.main-operation-site .swiper-button-prev {
  background-image: url(/thearts/images/main/ico_chevron_left.png);
}
.main-operation-site .swiper-button-next {
  background-image: url(/thearts/images/main/ico_chevron_right.png);
}
.main-operation-site .swiper-button-disabled {
  opacity: 0.4 !important;
  user-select: none;
  pointer-events: none;
}
.main-operation-site .site-list {
  --icon-size: 12px;
}
.main-operation-site .site-list ul li {
  width: auto;
}
.main-operation-site .site-list ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-inline: 10px 12px;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.5em;
}
.main-operation-site .site-list ul li a:where(:hover, :focus) {
  color: #066fef;
  font-weight: 500;
}
.main-operation-site .site-list ul li a.target-self span {
  padding-right: 4px;
  background-image: none;
}
.main-operation-site .site-list ul li span {
  display: inline-block;
  padding-right: calc(4px + var(--icon-size));
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/thearts/images/main/ico_external_link_bl.png);
}
.main-operation-site .site-list ul li img {
  border-radius: 50%;
  max-width: 24px;
  overflow: hidden;
  aspect-ratio: 1;
}

/* ----- 지원사업정보 */
.section-project {
  position: relative;
  margin-top: 16px;
}
.section-project .swiper-area {
  --slidesPerView: 5;
  --slidesPadding: 12px;
  position: relative;
  padding-block: var(--slidesPadding);
  padding-inline: var(--section-padding-x);
  overflow: hidden;
}
.section-project .project-swiper {
  overflow: hidden;
}
.section-project .project-swiper .item {
  padding-block: var(--slidesPadding);
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}
.section-project .project-swiper a {
  --icon-size: 20px;
  display: block;
  text-decoration: none;
  background-position: 100% var(--slidesPadding);
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/thearts/images/main/ico_external_link.png);
}
.section-project .project-swiper a:where(:hover, :focus) .title {
  text-decoration: underline;
}
.section-project .project-swiper .thumb {
  width: 100%;
  aspect-ratio: 1;
}
.section-project .project-swiper .thumb img {
  aspect-ratio: inherit;
}
.section-project .project-swiper .badge {
  font-size: 12px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
  line-height: 12px;
}
.section-project .project-swiper .badges {
  margin-bottom: 8px;
  display: flex;
  --gap: 1px;
  gap: var(--gap);
}
.section-project .project-swiper .badges .badge:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #0C121A;
  color: #FFFFFF;
}
.section-project .project-swiper .badges .badge:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.section-project .project-swiper .fix {
  --icon-size: 20px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/thearts/images/sub/ico_fixed.png);
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.section-project .project-swiper .title {
  max-height: 5.25em;
  font-size: 18px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.section-project .project-swiper .date {
  margin-block: 4px;
  font-family: "Anonymous Pro", "Pretendard";
  font-size: 12px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
}
.section-project .project-swiper .info {
  display: flex;
  flex-wrap: wrap;
}
.section-project .project-swiper .info span {
  font-size: 14px;
  line-height: 1.25em;
  color: #767676;
}
.section-project .project-swiper .info span:not(:last-child):after {
  content: "";
  display: inline-block;
  margin-inline: 8px;
  width: 1px;
  height: 8px;
  background-color: #B1B1B1;
}

@media screen and (max-width: 768px) {
  .section-project .swiper-area {
    --slidesPerView: 2;
  }
}
/* ----- 프로그램일정 */
.section-schedule {
  position: relative;
}
.section-schedule .main-title {
  padding-right: 110px;
}
.section-schedule .swiper-area {
  position: relative;
  padding-left: var(--section-padding-x);
  overflow: hidden;
}
.section-schedule .schedule-nav-swiper {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.section-schedule .schedule-nav-swiper .swiper-slide {
  position: relative;
  margin-right: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: auto;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-schedule .schedule-nav-swiper .swiper-slide button {
  position: relative;
  padding-block: 6px;
  padding-inline: 12px;
  min-width: 40px;
  height: inherit;
  font-family: "Anonymous Pro", "Pretendard";
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.25em;
  color: #000;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 20px;
}
.section-schedule .schedule-nav-swiper .swiper-slide button .month {
  opacity: 0.4;
  font-size: 12px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 14px;
}
.section-schedule .schedule-nav-swiper .swiper-slide button:before {
  position: absolute;
  top: 4px;
  left: calc(50% - 10px);
  border-radius: 4px;
  width: 20px;
  height: 2px;
  background-color: #DCDCDC;
}
.section-schedule .schedule-nav-swiper .swiper-slide:where(:hover, :focus, .on) {
  border-color: #000;
}
.section-schedule .schedule-nav-swiper .swiper-slide.on {
  background-color: #000;
}
.section-schedule .schedule-nav-swiper .swiper-slide.on button {
  color: #FFFFFF;
}
.section-schedule .schedule-nav-swiper .swiper-slide.on button .month {
  opacity: 1;
  color: #FFFFFF;
}
.section-schedule .schedule-nav-swiper .swiper-slide.on button:before {
  background-color: #FFFFFF;
}
.section-schedule .schedule-swiper {
  padding-block: 12px;
}
.section-schedule .schedule-swiper .swiper-slide {
  padding-right: 24px;
}
.section-schedule .schedule-swiper a {
  text-decoration: none;
}
.section-schedule .schedule-swiper a:where(:hover, :focus) .title {
  text-decoration: underline;
}
.section-schedule .schedule-swiper .thumb {
  width: 100%;
  aspect-ratio: 1;
  background-image: url(/thearts/images/common/noimg_302x400.png);
}
.section-schedule .schedule-swiper .thumb img {
  aspect-ratio: inherit;
}
.section-schedule .schedule-swiper .badge {
  border-color: rgba(12, 18, 26, 0.8);
  background-color: rgba(12, 18, 26, 0.8);
  backdrop-filter: blur(2px);
  font-size: 12px;
  line-height: 1.25em;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 12px;
}
.section-schedule .schedule-swiper .badges {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  display: flex;
  --gap: 1px;
  gap: var(--gap);
}
.section-schedule .schedule-swiper .badges .badge:first-child {
  border-color: #066fef;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #066fef;
}
.section-schedule .schedule-swiper .badges .badge:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.section-schedule .schedule-swiper .title {
  margin-block: 12px 8px;
  max-height: 3em;
  font-size: 18px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-schedule .schedule-swiper p ~ p {
  margin-top: 8px;
}
.section-schedule .schedule-swiper .date {
  font-family: "Anonymous Pro", "Pretendard";
  font-size: 12px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}
.section-schedule .schedule-swiper .info {
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  --gap: 8px;
  gap: var(--gap);
}
.section-schedule .schedule-swiper .info span {
  display: inline-block;
}

/* ----- 웹진 */
.section-webzine {
  position: relative;
}
.section-webzine .swiper-area {
  position: relative;
  padding-left: var(--section-padding-x);
  overflow: hidden;
}
.section-webzine .webzine-swiper {
  padding-block: 12px;
}
.section-webzine .webzine-swiper .swiper-slide {
  padding-right: 24px;
}
.section-webzine .webzine-swiper a {
  text-decoration: none;
}
.section-webzine .webzine-swiper a:where(:hover, :focus) .title {
  text-decoration: underline;
}
.section-webzine .webzine-swiper .thumb {
  width: 100%;
  aspect-ratio: 1;
}
.section-webzine .webzine-swiper .thumb img {
  aspect-ratio: inherit;
}
.section-webzine .webzine-swiper .category {
  display: block;
  margin-top: 16px;
  font-family: "Anonymous Pro", "Pretendard";
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}
.section-webzine .webzine-swiper .title {
  margin-block: 8px;
  max-height: 3em;
  font-size: 18px;
  line-height: 1.25em;
  color: #000;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-webzine .webzine-swiper .hashtag {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  --gap: 8px;
  gap: var(--gap);
  font-size: 14px;
  line-height: 1.25em;
  color: #767676;
}
.section-webzine .webzine-swiper .hashtag span:before {
  content: "# ";
}

/* ----- 칼럼 */
.section-column {
  position: relative;
}
.section-column .swiper-area {
  position: relative;
  padding-left: var(--section-padding-x);
  overflow: hidden;
}
.section-column .column-swiper {
  padding-block: 12px;
}
.section-column .column-swiper .swiper-slide {
  padding-right: 24px;
}
.section-column .column-swiper a {
  text-decoration: none;
}
.section-column .column-swiper a:where(:hover, :focus) .title {
  text-decoration: underline;
}
.section-column .column-swiper .thumb {
  width: 100%;
  aspect-ratio: 1;
}
.section-column .column-swiper .thumb img {
  aspect-ratio: inherit;
}
.section-column .column-swiper .title {
  margin-top: 16px;
  max-height: 3em;
  font-size: 18px;
  line-height: 1.25em;
  color: #000;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-column .column-swiper .desc {
  margin-top: 4px;
  max-height: 3em;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-column .column-swiper .author {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
}
.section-column .column-swiper .date {
  display: block;
  margin-top: 8px;
  font-family: "Anonymous Pro", "Pretendard";
  font-size: 12px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}

/* ----- 예술작품(지원사업산출물) */
.section-output {
  position: relative;
}
.section-output .swiper-area {
  position: relative;
  padding-left: var(--section-padding-x);
  overflow: hidden;
}
.section-output .output-swiper {
  padding-block: 12px;
}
.section-output .output-swiper .swiper-slide {
  padding-right: 24px;
}
.section-output .output-swiper a {
  text-decoration: none;
}
.section-output .output-swiper a:where(:hover, :focus) .title {
  text-decoration: underline;
}
.section-output .output-swiper .thumb {
  width: 100%;
  aspect-ratio: 1;
}
.section-output .output-swiper .thumb img {
  aspect-ratio: inherit;
}
.section-output .output-swiper .title {
  margin-top: 16px;
  max-height: 3em;
  font-size: 18px;
  line-height: 1.25em;
  color: #000;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-output .output-swiper .desc {
  margin-top: 4px;
  max-height: 3em;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-output .output-swiper .author {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
}
.section-output .output-swiper .date {
  display: block;
  margin-top: 8px;
  font-family: "Anonymous Pro", "Pretendard";
  font-size: 12px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}

/* ----- 로그인영역 */
.section-login {
  position: relative;
  padding: 32px var(--section-padding-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-login .main-title {
  margin-bottom: 20px;
  padding: 0;
}
.section-login .main-title h2 {
  font-size: 18px;
  font-weight: 400;
}

.section-login .main-title span {
  vertical-align: 0;
}

.section-login ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:8px;
  margin-bottom: 20px;
}

.section-login ul li {
  text-align: center;
}
.section-login ul li .img-box {
  border:solid 1px #c7c7c7;
  border-radius: 10px;
  height: 70px;
  text-align: center;
}

.section-login ul li .img-box img {
  height: 100%;
}

.section-login .login-button {
  justify-content: center;
  width: 100%;
  display: flex;
  gap: 6px;
  white-space: nowrap;
}
.section-login .login-button > * {
  margin-inline: 28px;
  border-radius: 6px;
  height: 48px;
  background-color: #000;
  line-height: 48px;
}
.section-login .login-button > *:before, .section-login .login-button > *:after {
  background-color: inherit;
  transform: skewX(-12.8deg);
}
.section-login .login-button > *:before {
  left: -28px;
  border-radius: 6px 0 0 6px;
}
.section-login .login-button > *:after {
  right: -28px;
  border-radius: 0 6px 6px 0;
}
.section-login .login-button > *:nth-of-type(odd) {
  margin-left: 0;
  padding-left: 20px;
}
.section-login .login-button > *:nth-of-type(odd):before {
  display: none;
}
.section-login .login-button > *:nth-of-type(even) {
  margin-right: 0;
  padding-right: 20px;
}
.section-login .login-button > *:nth-of-type(even):after {
  display: none;
}
.section-login .login-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  color: #FFFFFF;
  font-weight: 600;
}
.section-login .login-button span:first-child {
  justify-content: flex-start;
  gap: 10px;
  flex-grow: 1;
}
.section-login .login-button span:last-child {
  background-color: #D6007F;
}
.section-login .login-link .ui-button {
  margin-top: 8px;
}

.section-login ol {
  display: flex;
  justify-content: center;
  gap:10px;
  margin-top: 20px;
}
.section-login ol li {
  display: flex;
  gap:10px;
  align-items: center;
}
.section-login ol li:after {
  display: block;
  content:"";
  width: 1px;
  height: 10px;
  border-left: solid 1px #000;
}

.section-login ol li:last-child:after {
  display: none;
}

.section-login ol a {
  font-size: 14px;
}

/* ----- 운영사이트 */
.section-operation-site {
  position: relative;
  line-height: 0;
}
.section-operation-site .operation-site-list {
  --icon-size: 12px;
  padding-block: 12px;
  padding-inline: var(--section-padding-x);
}
.section-operation-site .operation-site-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-operation-site .operation-site-list ul li {
  width: calc(50% - 4px);
}
.section-operation-site .operation-site-list ul li a {
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
  line-height: 1.5em;
}
.section-operation-site .operation-site-list ul li a:where(:hover, :focus) {
  color: #066fef;
  font-weight: 500;
}
.section-operation-site .operation-site-list ul li span {
  display: inline-block;
  padding-right: calc(4px + var(--icon-size));
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/thearts/images/main/ico_external_link_bl.png);
}

/* ----- 공지사항 */
.section-notice {
  position: relative;
}
.section-notice .main-board-list {
  --icon-size: 20px;
}
.section-notice .main-board-list ul {
  position: relative;
}
.section-notice .main-board-list ul li {
  padding: 12px var(--section-padding-x);
  border-bottom: 1px solid #dcdcdc;
}
.section-notice .main-board-list ul li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  --gap: 6px;
  gap: var(--gap);
}
.section-notice .main-board-list ul li a:where(:hover, :focus) .title {
  text-decoration: underline;
}
.section-notice .main-board-list ul li .fix {
  --icon-size: 12px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #0C121A;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/thearts/images/sub/ico_fixed_noti.png);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.section-notice .main-board-list ul li .new {
  display: inline-block;
  padding-inline: 8px;
  border-radius: 2px;
  height: 20px;
  background-color: #066fef;
  font-family: "Anonymous Pro", "Pretendard";
  text-align: center;
  font-size: 12px;
  line-height: 1.25em;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 20px;
}
.section-notice .main-board-list ul li .title {
  width: 100%;
  font-size: 18px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.section-notice .main-board-list ul li .info {
  display: flex;
  align-items: center;
}
.section-notice .main-board-list ul li .info span {
  position: relative;
  display: inline-block;
  padding-inline: 12px;
}
.section-notice .main-board-list ul li .info span:first-child {
  padding-left: 0;
}
.section-notice .main-board-list ul li .info span:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 1px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.section-notice .main-board-list ul li .info .writer {
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
}
.section-notice .main-board-list ul li .info .date {
  font-family: "Anonymous Pro", "Pretendard";
  font-size: 14px;
  line-height: 1.25em;
  color: #767676;
  font-weight: 400;
}
.section-notice .main-board-list ul li .info .hit {
  font-size: 12px;
  line-height: 1.25em;
  color: #767676;
  font-weight: 300;
}

/* ----- 소셜미디어 */
.section-social {
  position: relative;
}
.section-social .social-tabs {
  --icon-size: 20px;
  padding-block: 8px var(--section-padding-x);
  padding-inline: var(--section-padding-x);
}
.section-social .social-tabs svg {
  user-select: none;
  pointer-events: none;
}
.section-social .social-tabs svg * {
  user-select: none;
  pointer-events: none;
}
.section-social .social-tabs ul {
  display: inline-flex !important;
  justify-content: center !important;
  padding-block: 2px;
}
.section-social .social-tabs ul li:first-child a {
  padding-right: 5px;
  width: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 42 36'%3E%3Cpath fill='%23F4F4F4' fill-rule='evenodd' d='M4 0a4 4 0 0 0-4 4v28a4 4 0 0 0 4 4h26.356a4 4 0 0 0 3.859-2.947l7.64-28C42.55 2.508 40.636 0 37.998 0H4Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.section-social .social-tabs ul li:nth-child(even) a {
  width: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 36'%3E%3Cpath fill='%23F4F4F4' fill-rule='evenodd' d='M13.998 36H4.002c-2.638 0-4.554-2.508-3.86-5.053l7.642-28A4 4 0 0 1 11.643 0h32.711a4 4 0 0 1 3.86 2.947l7.64 28C56.55 33.492 54.634 36 51.996 36H13.998Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.section-social .social-tabs ul li:last-child a {
  padding-left: 5px;
  width: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 42 36'%3E%3Cpath fill='%23F4F4F4' fill-rule='evenodd' d='M37.998 0a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4h-24V0h24ZM4 0h9.997v36h-2.356a4 4 0 0 1-3.858-2.947l-7.642-28C-.553 2.508 1.362 0 4.001 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.section-social .social-tabs ul li:not(:first-child, :last-child) {
  margin-inline: -3px;
}
.section-social .social-tabs ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  transition: none;
  outline: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 36px;
}
.section-social .social-tabs ul li a svg {
  width: 20px;
  aspect-ratio: 1;
}
.section-social .social-tabs ul li a:after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
.section-social .social-tabs ul li:nth-child(1) a:after {
  left: 8px;
  background-image: url(/thearts/images/main/ico_social_instagram.png);
}
.section-social .social-tabs ul li:nth-child(2) a:after {
  left: calc(50% - 11px);
  background-image: url(/thearts/images/main/ico_social_youtube.png);
}
.section-social .social-tabs ul li:nth-child(3) a:after {
  right: 8px;
  background-image: url(/thearts/images/main/ico_social_facebook.png);
}
.section-social .social-tabs ul li:hover:first-child a, .section-social .social-tabs ul li:has(a:focus):first-child a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 42 36'%3E%3Cpath fill='%230C121A' fill-rule='evenodd' d='M4 0a4 4 0 0 0-4 4v28a4 4 0 0 0 4 4h26.356a4 4 0 0 0 3.859-2.947l7.64-28C42.55 2.508 40.636 0 37.998 0H4Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.section-social .social-tabs ul li:hover:nth-child(even) a, .section-social .social-tabs ul li:has(a:focus):nth-child(even) a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 56 36'%3E%3Cpath fill='%230C121A' fill-rule='evenodd' d='M13.998 36H4.002c-2.638 0-4.554-2.508-3.86-5.053l7.642-28A4 4 0 0 1 11.643 0h32.711a4 4 0 0 1 3.86 2.947l7.64 28C56.55 33.492 54.634 36 51.996 36H13.998Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.section-social .social-tabs ul li:hover:last-child a, .section-social .social-tabs ul li:has(a:focus):last-child a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 42 36'%3E%3Cpath fill='%230C121A' fill-rule='evenodd' d='M37.998 0a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4h-24V0h24ZM4 0h9.997v36h-2.356a4 4 0 0 1-3.858-2.947l-7.642-28C-.553 2.508 1.362 0 4.001 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.section-social .social-tabs ul li:hover a, .section-social .social-tabs ul li:has(a:focus) a {
  text-decoration: none;
}
.section-social .social-tabs ul li:hover a svg path, .section-social .social-tabs ul li:has(a:focus) a svg path {
  fill: #FFFFFF !important;
}
.section-social .social-tabs ul li:hover:nth-child(1) a:after, .section-social .social-tabs ul li:has(a:focus):nth-child(1) a:after {
  background-image: url(/thearts/images/main/ico_social_instagram_on.png);
}
.section-social .social-tabs ul li:hover:nth-child(2) a:after, .section-social .social-tabs ul li:has(a:focus):nth-child(2) a:after {
  background-image: url(/thearts/images/main/ico_social_youtube_on.png);
}
.section-social .social-tabs ul li:hover:nth-child(3) a:after, .section-social .social-tabs ul li:has(a:focus):nth-child(3) a:after {
  background-image: url(/thearts/images/main/ico_social_facebook_on.png);
}
.section-social .tab-contents {
  padding-inline: var(--section-padding-x);
  padding-bottom: var(--section-padding-x);
}
.section-social .thumb {
  width: 100%;
  aspect-ratio: 1;
}
.section-social .thumb img {
  aspect-ratio: inherit;
  object-fit: cover;
}
.section-social .main-more {
  margin-inline: calc(var(--section-padding-x) * -1);
}

/* ----- 뉴스 */
.section-news {
  position: relative;
  line-height: 0;
}
.section-news .main-news {
  padding-block: 12px;
  padding-inline: var(--section-padding-x);
}
.section-news .main-news a:where(:hover, :focus) {
  text-decoration: none;
}
.section-news .main-news a:where(:hover, :focus) .title {
  text-decoration: underline;
}
.section-news .main-news .title {
  margin-block: 24px 16px;
  max-height: 4.5em;
  font-size: 18px;
  line-height: 1.25em;
  color: #000;
  font-weight: 500;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-news .main-news .date {
  font-size: 14px;
  line-height: 1.25em;
  color: #767676;
}
.section-news .main-news .thumb {
  width: 100%;
  aspect-ratio: 45/28;
}
.section-news .main-news .thumb img {
  aspect-ratio: inherit;
  object-fit: cover;
}

/* ----- 아티스트정보 */
.section-artist {
  position: relative;
}
.section-artist .swiper-area {
  position: relative;
  padding-block: 12px;
  padding-inline: var(--section-padding-x);
}
.section-artist .artist-swiper {
  overflow: hidden;
}
.section-artist .profile-box {
  position: relative;
}
.section-artist .profile-box a {
  outline-offset: -2px;
}
.section-artist .profile-box .head {
  line-height: 0;
  display: flex;
  align-items: center;
  --gap: 20px;
  gap: var(--gap);
}
.section-artist .profile-box .head .pic {
  flex-shrink: 0;
  border-radius: 50%;
  width: 80px;
  background-color: #F4F4F4;
  overflow: hidden;
  aspect-ratio: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/thearts/images/common/noimg_80x80.png);
}
.section-artist .profile-box .head .pic img {
  aspect-ratio: inherit;
  object-fit: cover;
}
.section-artist .profile-box .head .title {
  font-size: 20px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
}
.section-artist .profile-box .head .title-sm {
  margin-top: 0.25rem;
  font-family: "Anonymous Pro", "Pretendard";
  font-size: 14px;
  line-height: 1.25em;
  color: #767676;
  font-weight: 300;
}
.section-artist .profile-box .body {
  margin-top: 20px;
}
.section-artist .profile-box .body dl:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.section-artist .profile-box .body dl:not(:last-child) {
  padding-bottom: 20px;
}
.section-artist .profile-box .body dl:has(*:empty) {
  display: none !important;
}
.section-artist .profile-box .body dt {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}
.section-artist .profile-box .body dd {
  max-height: 5.25em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.75em;
  color: #0C121A;
  font-weight: 400;
}
.section-artist .profile-box .body dd p {
  position: relative;
  padding-left: 24px;
}
.section-artist .profile-box .body dd p:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  background-color: #0C121A;
}
.section-artist .profile-box .body p {
  max-height: 5.25em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-artist .swiper-button-lock {
  display: none !important;
}

/* ----- 이미지배너 */
.section-img-bnr {
  position: relative;
}
.section-img-bnr .thumb {
  width: 100%;
  aspect-ratio: 1;
}
.section-img-bnr .thumb:before {
  display: none;
}
.section-img-bnr .thumb img {
  aspect-ratio: inherit;
  object-fit: cover;
}

.main-animation {
  margin-block: -8px -20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main-animation video {
  position: relative;
  opacity: 0;
  margin-inline: -16px;
  transition: opacity 1s ease-in-out, transform 2s cubic-bezier(0.7, 0.5, 0.2, 1);
}
.main-animation video.yg {
  height: 100px;
  transform: translate(-80%, -12%) scale(1.2);
  transition-delay: 0.09s;
}
.main-animation video.bl {
  left: 12px;
  height: 140px;
  transform: translate(-20%, -20%) scale(1.2);
  transition-delay: 0.04s;
}
.main-animation video.ye {
  height: 160px;
  transform: translate(0%, -25%) scale(1.2);
}
.main-animation video.gr {
  height: 140px;
  transform: translate(20%, -20%) scale(1.2);
  transition-delay: 0.04s;
}
.main-animation video.pk {
  left: -10px;
  bottom: -10px;
  height: 120px;
  transform: translate(80%, -12%) scale(1.2);
  transition-delay: 0.09s;
}
.main-animation video.load {
  opacity: 1;
  transform: translate(0) scale(1) !important;
}

.animated-video {
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  z-index: 2;
  opacity: 0;
  max-width: 200px;
  height: auto;
  transition: all 1s ease-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
  transform-origin: center 70%;
}
.animated-video.yg {
  top: -4.5rem;
  left: 20px;
  height: 120px;
}
.animated-video.bl {
  top: -5.2rem;
  left: -10px;
  height: 144px;
}
.animated-video.ye {
  top: -5.2rem;
  left: 20px;
  height: 120px;
}
.animated-video.gr {
  top: -4.5rem;
  left: -40px;
  height: 144px;
}
.animated-video.pk {
  top: -5rem;
  left: -16px;
  height: 144px;
}
.animated-video.fade-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.animated-video:not(.fade-in) {
  transform: translateY(6px) scale(0.5);
}
.animated-video.fade-out {
  opacity: 0;
  transform: translateY(0) scale(0.6);
}

.lottie-animation {
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  z-index: 2;
  opacity: 0;
  max-width: 200px;
  height: auto;
  transition: all 1s ease-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
  transform-origin: center 70%;
}
.lottie-animation.yg {
  top: -4.5rem;
  left: 20px;
  height: 120px;
}
.lottie-animation.bl {
  top: -5.2rem;
  left: -10px;
  height: 144px;
}
.lottie-animation.ye {
  top: -5.2rem;
  left: 20px;
  height: 120px;
}
.lottie-animation.gr {
  top: -4.5rem;
  left: -40px;
  height: 144px;
}
.lottie-animation.pk {
  top: -5rem;
  left: -16px;
  height: 144px;
}
.lottie-animation.fade-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.lottie-animation:not(.fade-in) {
  transform: translateY(6px) scale(0.5);
}
.lottie-animation.fade-out {
  opacity: 0;
  transform: translateY(0) scale(0.6);
}

/* modal popup */
#main-message-modal .btn-popup-close.ico {
  display: none;
}
#main-message-modal .modal-popup {
  border-radius: 1rem;
}
#main-message-modal .modal-popup-header {
  padding-inline: 2.5rem;
}
#main-message-modal .modal-popup-header .title {
  padding-block: 2.75rem 1.25rem;
  padding-right: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
}
#main-message-modal .modal-popup.alert .modal-popup-body .body-area {
  padding-inline: 2.5rem;
  padding-bottom: 2.5rem;
  height: auto !important;
  color: #444;
  font-size: 0.813rem;
  line-height: 1.875em;
}
#main-message-modal .modal-popup.alert .buttons {
  gap: 0;
  padding-block: 0;
  padding-inline: 0;
}
#main-message-modal .modal-popup.alert .buttons .ui-button {
  border-radius: 0;
  border-top-width: 2px;
  font-size: 0.75rem;
}

#main-banner-modal-2 .btn-popup-close.ico {
  display: none;
}
#main-banner-modal-2 .modal-popup {
  border-radius: 1rem;
}
#main-banner-modal-2 .modal-popup-header {
  padding-inline: 0;
}
#main-banner-modal-2 .modal-popup-header .title {
  padding-block: 0;
  padding-right: 0;
  width: 100%;
  min-height: 0;
  text-align: left;
}
#main-banner-modal-2 .modal-popup.alert .modal-popup-body .body-area {
  justify-content: center !important;
  padding-inline: 0;
  height: auto !important;
  max-height: 100% !important;
  color: #444;
  font-size: 0.813rem;
  line-height: 1.875em;
  aspect-ratio: 1;
}
#main-banner-modal-2 .modal-popup.alert .buttons {
  gap: 0;
  padding-inline: 0;
  padding-bottom: 0;
}
#main-banner-modal-2 .modal-popup.alert .buttons .ui-button {
  border-radius: 0;
  border-top-width: 2px;
  font-size: 0.75rem;
}

#main-banner-modal .btn-popup-close.ico {
  top: 0;
  right: 0;
  width: 2rem;
  height: 2.5rem;
  background-image: url(/thearts/images/common/btn_close_popup_wh.png);
}
#main-banner-modal .modal-popup {
  padding-top: 2.5rem;
  border-radius: 0;
  width: auto !important;
  max-width: 1236px !important;
  background-color: transparent;
  text-align: center;
}
#main-banner-modal .modal-popup-header {
  padding-inline: 0;
  background-color: transparent;
}
#main-banner-modal .modal-popup-header .title {
  padding-block: 0;
  padding-right: 0;
  width: 100%;
  min-height: 0;
  text-align: left;
}
#main-banner-modal .modal-popup-body {
  padding-block: 0;
  padding-inline: 0;
  max-height: unset;
  background-color: transparent;
  overflow-y: unset;
}
#main-banner-modal .modal-popup-body .body-area {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding-inline: 0;
  height: auto !important;
  max-height: 100% !important;
  overflow-y: unset;
  color: #444;
  font-size: 0.813rem;
  line-height: 1.875em;
}
#main-banner-modal .modal-popup-footer {
  position: static;
  display: none;
  background-color: transparent;
}
#main-banner-modal .buttons {
  align-items: center;
  gap: 0;
  padding-block: 0;
  padding-inline: 0;
}
#main-banner-modal .buttons .ui-button {
  border-radius: 0;
  border-top-width: 2px;
  font-size: 0.75rem;
}
#main-banner-modal button.today-close {
  margin-top: 0.75rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
}
#main-banner-modal .today-close.ui-check[type=checkbox i].lg-bl ~ label {
  margin-top: 0.75rem;
  padding-left: 28px;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
}
#main-banner-modal .today-close.ui-check[type=checkbox i].lg-bl ~ label:before {
  border-radius: 4px;
  background-color: #FFFFFF;
}
#main-banner-modal .modal-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#main-banner-modal .modal-img-list > a,
#main-banner-modal .modal-img-list > img,
#main-banner-modal .modal-img-list > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  background-color: #fff;
  object-fit: contain;
  aspect-ratio: 1;
}
#main-banner-modal .modal-img-list > a img,
#main-banner-modal .modal-img-list > img img,
#main-banner-modal .modal-img-list > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main section.search-form {
  background-color: transparent;
  border: none;
}

main section.search-form h2 {
  font-size: 35px;
  font-weight: 700;
  color:#000;
  line-height: 50px;
}
main section.search-form h2 span {
  color:#366DEC;
  display: inline-block;
  margin-top: -8px;
}

main section.search-form form {
  border-radius: 10px;
  border:solid 4px #366DEC;
  display: grid;
  grid-template-columns: 1fr auto;
  gap:16px;
  background-color: #fff;
  padding: 6px 24px;
  align-items: center;
  margin-top: 16px;
}
main section.search-form form input {
  width: 100%;
  font-size: 20px;
  border:none;
  padding: 10px 0;
}

main section.search-form form button {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: url(/thearts/images/main/ico_search_black.svg) no-repeat transparent center;
}

main section.search-form .recommend-searchword {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:16px;
  margin-top: 32px;
}

main section.search-form .recommend-searchword h3 {
  font-size: 20px;
  font-weight: 400;
}

main section.search-form .recommend-searchword ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:8px;
}

main section.search-form .recommend-searchword ul li a {
  font-size: 16px;
  color:#366DEC;
  font-weight: 700;
  border-radius: 10px;
  background-color: #E0F0FF;
  padding: 8px 16px;
}

main section.section-banner {
  position: relative;
  overflow: hidden;
}

main section.section-banner .swiper-area {
  aspect-ratio: 9 / 10;
  object-fit: cover;
}


main section.section-banner:not(:has(li)) {
  display: none;
}

main section.section-banner .swiper-area .banner-swiper {
  height: 100%;
}

main section.section-banner .img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main section.section-banner .txt {
  padding: 32px 16px;
  background: url(/thearts/images/main/bg_main_txt_banner.png) no-repeat transparent center;
  background-size: cover;
  height: auto;
}

main section.section-banner .txt a {
  display: block;
  width: 100%;
  height: 100%;
}

main section.section-banner .txt h2 {
  font-size: 20px;
}

main section.section-banner .txt h4 {
  font-size: 16px;
}

main section.section-banner .txt p {
  font-size: 15px;
  margin-top: 16px;
}
main section.section-banner .txt h2 + p {
  margin-top: 32px;
}

main section.section-banner #swiper-banner-nav {
  position: absolute;
  bottom: 16px;
  z-index: 99;
  text-align: center;
}

main section.section-banner #swiper-banner-nav .swiper-pagination-bullet-active {
  background-image: url(/thearts/images/main/ic_bullet_active_white.svg);
  width: 42px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: 0;
}