@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.container_main {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.interview_content_con {
  width: 83.33%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
}

ul.artist_section {
  width: 100%;
  min-height: 6538px;
  height: auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.artist_section>li {
  margin-top: 120px;
}

ul.artist_section>li:first-child {
  margin-top: 0;
}

.artist {
  width: 100%;
  height: 1544px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.artist_interview_section {
  width: 96.25%;
  height: 834px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.artist_interview_tit {
  width: 200px;
  height: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #E5D5AE;
  margin-right: 30px;
}

.artist_interview_tit>p {
  color: #EFE2C5;
  text-align: center;
  font-family: Bahnschrift;
  font-size: 80px;
  font-weight: 300;
  letter-spacing: -0.88px;
}

.artist_interview_tit>h2 {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  margin-top: 50px;
}

.artist_interview_tit>span {
  color: #919191;
  text-align: center;
  font-family: Bahnschrift;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-top: 5px;
}

.best_artist_main {
  width: 100%;
  min-height: 500px;
  height: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.best_artist_main_lt {
  width: 990px;
  min-height: 500px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.bam_tit_section {
  width: 100%;
  min-height: 124px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.bam_tit_section>p {
  color: #333;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.bam_tit_section>h3 {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.44px;
}

.bam_txt_section {
  width: 100%;
  min-height: 266px;
  height: auto;
}

.bam_txt_section>pre {
  color: #949494;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.best_artist_main_rt {
  width: 400px;
  min-height: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best_artist_card {
  width: 100%;
  height: 500px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.click_section {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.70);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.click_section>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 25px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.best_artist_card.flip {
  transform: rotateY(180deg);
}

.best_artist_card.flip .click_section {
  transform: rotateY(180deg);
}

.best_artist_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden; 
}

.artist_contents_section {
  width: 100%;
  height: 632px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.artist_contents_tit {
  width: 230px;
  height: 112px;
  border-bottom: 1px solid #E5D5AE;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.artist_contents_tit>span {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

.artist_contents_tit>p {
  color: #919191;
  text-align: center;
  font-family: Bahnschrift;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-top: 5px;
}

.artwork_btn_section {
  width: 100%;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.artwork_section {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.artwork_section>li {
  width: 380px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.artwork_item_more_btn>a>button {
  width: 200px;
  height: 50px;
  border: none;
  background: #BFA76F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.artwork_item_more_btn>a>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.artwork_item_more_btn>a>button>p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.artwork_item_more_btn>a>button>i {
  font-size: 14px;
  color: #fff;
  margin-left: 8px;
}



/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

