a {
  text-decoration: none;
  color: black;
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "yg-jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Pretendard-Regular", sans-serif;
  /* 폰트를 전체 페이지에 적용합니다 */
  margin: 0px;
  width: 100%;
  max-width: 500px;
}

.btn_mylct {
  z-index: 100;
  overflow: hidden;
  display: inline-block;
  position: relative;

  /* top: 7px;
  left: 5px; */
  width: 34px;
  height: 34px;
  border: 1px solid rgba(58, 70, 88, 0.45);
  border-radius: 2px;
  background: #fcfcfd;
  text-align: center;
  align-content: center;
  justify-content: center;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.subtitle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(to right, #edda34, #6bc924);

  font-family: Pretendard;
  font-size: 12px;

  height: 35%;

  padding: 8px 15px 8px 15px;
}

.subtitle-text {
  font-size: 16px;
  font-weight: 600;
}

.subtitle-subtext {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}
