@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* 지마켓산스 닮은 폰트 */
@font-face {
  font-family: "Paperlogy-8ExtraBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-style: normal;
}

/* 문화 캘린더 */
.culture_header {
  position: relative;
}
.culture_header a {
  background-color: #fff;
  border-radius: 5rem;
  font-size: 1.15rem;
  font-family: "Paperlogy-8ExtraBold";
  letter-spacing: -0.5px;
  color: #40477d;
  padding: 0.8rem 2.1rem 0.7rem 2.1rem;
  position: absolute;
  bottom: 16.7%;
  left: 10%;
}

.culture {
  width: 93%;
  margin: 0 auto;
  font-family: "Pretendard";
  letter-spacing: -1.9px;
  position: relative;
  /* padding-bottom: 2rem; */
}
/* .culture::after {
  content: "";
  position: absolute;
  bottom: 7rem;
  left: 0;
  background-image: url("../img/common/notice_footer2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 95%;

  width: 100%;

  height: 5rem;
} */

.culture .culture_card {
  background-color: #ecf7ff;
  margin-bottom: 1rem;
  border-radius: 25px;
  padding: 1.5rem;
  padding-right: 1rem;

  display: flex;
  align-items: center;
}

.culture .culture_card_img {
  padding: 0;
  margin-bottom: 1rem;
}

/* Date */
.culture .card_date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #939393;
  margin-right: 1.5rem;
}

/* Date - num */
.culture .card_date span {
  display: inline-block;
  color: #202020;
  margin-right: 10px;
  transform: translateY(10px);
  font-size: 2.3rem;
  font-family: "Paperlogy-8ExtraBold";
}

.culture .gray {
  background-color: #f6f6f6;
}
.culture .card_content {
  max-width: 80%;
}

.culture .card_content h6 {
  font-size: 1.18rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0.35rem;
}
.culture .card_content h3 {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}

/* Culture - information */
.culture .card_info {
  width: 100%;
  display: flex;
  gap: 1.7rem;
}

/* Icon */
.culture .info_data div {
  width: 27px;
  height: 30px;
  margin-right: 10px;
  background-image: url("../img/common/culture/location.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(7px);
}

.culture .info_data .time {
  background-image: url("../img/common/culture/time.png");
}

.culture .info_data .phone {
  background-image: url("../img/common/culture/phone.png");
}

/* content */
.culture .info_data {
  display: flex;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.7px;
  /* min-width: 7vw; */
}

/* Card other - 기타 정보 */
.culture .culture_other {
  background-color: #f6f6f6;
  margin-bottom: 1rem;
  border-radius: 25px;
  padding: 1.9rem 2rem;
}
.culture .other_contet {
  border-bottom: 3px solid #d9e3ea;
  padding: 1.5rem 0;
}

.culture .other_contet:first-of-type {
  padding-top: 0;
}
.culture .other_contet:last-of-type {
  border: none;
  padding-bottom: 0;
}

.culture .other_contet h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.culture .other_container {
  font-size: 1.22rem;
  line-height: 1.5;
}

.culture .other_container p {
  display: inline-block;
  margin-left: 5px;
  color: #ed876a;
}

.culture .culture_notice {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 300;
  letter-spacing: -0.8px;
}

.weekend { background-color: rgb(236, 247, 255) !important; }
.weekday { background-color: rgb(246, 246, 246) !important; }

/* media */

/* 기본 사이즈 */
@media all and (max-width: 900px) {
  html {
    font-size: 11px;
  }

  /* 문화 캘린더 */

  .culture_header a {
    bottom: 15.5%;
  }

  .culture {
    width: 93%;
    letter-spacing: -1.4px;
    /* padding-bottom: 50px; */
  }
  /* .culture::after {
    bottom: 5px;
    height: 100px;
  } */

  .culture .culture_card {
    border-radius: 12px;
  }

  /* Date */
  .culture .card_date span {
    margin-right: 0.6rem;
    transform: translateY(5px);
    font-size: 2.3rem;
    font-family: "Paperlogy-8ExtraBold";
  }
  /* Icon */
  .culture .info_data div {
    width: 11px;
    min-width: 11px;
    height: 12px;
    margin-right: 5px;
    transform: translateY(3px);
  }
}

/* iPad Mini 같은 작은 태블릿 전용 (세로/가로 모두 포함) */
@media all and (min-width: 744px) and (max-width: 1133px) {
  html {
    font-size: 20px;
  }
  /* Icon */
  .culture .info_data div {
    width: 25px;
    min-width: 25px;
    height: 27px;
    margin-right: 5px;
    transform: translateY(3px);
  }
}

/* 갤 폴더 */
@media all and (max-width: 360px) {
  html {
    font-size: 10px;
  }

  /* Icon */
  .culture .info_data div {
    width: 10px;
    min-width: 10px;
    height: 11px;
    margin-right: 5px;
    transform: translateY(3px);
  }
}
