@import "reset.css";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");

body {
  width: 100vw;
  height: 100vh;
  font-family: "Pretendard";
  display: flex;
  flex-direction: column;
}

main {
  justify-self: center;
  align-self: center;
}

@media (max-width: 480px) {
  .container {
    width: 80%;
  }
  .responsive_cover {
    height: 30vh;
  }
  .download_container_display {
    display: flex;
    flex-direction: column;
  }
  .download_img {
    width: 80%;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .container {
    width: 80%;
  }
  .responsive_cover {
    height: 30vh;
  }
  .download_container_display {
    display: flex;
    flex-direction: column;
  }
  .download_img {
    width: 80%;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .container {
    width: 80%;
  }
  .responsive_cover {
    height: 30vh;
  }
  .download_container_display {
    display: flex;
    justify-content: space-between;
  }
  .download_img {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 50%;
  }
  .responsive_cover {
    height: 30vh;
  }
  .download_container_display {
    display: flex;
    justify-content: space-between;
  }
  .download_img {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 50%;
  }
  .responsive_cover {
    height: 35vh;
  }
  .download_container_display {
    display: flex;
    justify-content: space-between;
  }
  .download_img {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 40%;
  }
  .responsive_cover {
    height: 40vh;
  }
  .download_container_display {
    display: flex;
    justify-content: space-between;
  }
  .download_img {
    width: 100%;
  }
}

.cover {
  width: 100%;
  object-fit: cover;
}

.title_container {
  margin: 44px 0px;
}

.title_text {
  font-size: 28pt;
  font-weight: bold;
  white-space: pre-wrap;
}

.download {
  width: 100%;
}

.download_text {
  font-size: 16pt;
  font-weight: 500;
}

.download_container {
  width: 100%;
  margin-top: 8px;
}

.download_button:hover {
  opacity: 0.7;
}

.explain_container {
  margin-top: 40px;
}

.explain_title {
  font-size: 20pt;
  font-weight: 500;
  margin-bottom: 52px;
}

.explain_content {
  font-size: 12pt;
  margin-bottom: 12px;
}

strong {
  font-weight: 600;
}

.intro_img {
  width: 100%;
  object-fit: contain;
}

.seller_container {
  margin-top: 68px;
}

.seller_title {
  width: max-content;
  font-size: 24pt;
  font-weight: 600;
  background-color: rgba(244, 240, 247, 0.8);
}

.section_container {
  margin-top: 36px;
}

.section_title {
  font-size: 16pt;
  font-weight: 600;
}

.section_contents {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12pt;
}
