/* .archive_head_bg {
  background-image: url(../img/head_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40rem;
} */

.works_flex{
  width: 106rem;
  margin: 10rem auto 15rem;
  display: flex;
  justify-content: space-between;
}

.single_titles{
  width: 48.5rem;
  height: fit-content;
  margin-bottom: 2rem;
}

.single_buy_status{
  width: fit-content;
  height: 3.1rem;
  padding:0 4.2rem ;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #20399F;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
}

.single_title{
  margin-top: .5rem;
  color: #20399F;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing:0; 
  line-height:calc(36em/25);
}

.single_images{
  width: 53rem;
  height: fit-content;
}

.single_image{
  aspect-ratio: 53/35;
  overflow: hidden;
  width: 100%;
}

.single_no_image{
  width: 53rem;
  height: 35rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: lightgrey;
  font-size: 1.4rem;
  font-weight: 500;
}

.large_image{
  width: 53rem;
}

.small_images{
  margin-top: .9rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
}

.small_image{
  width: 12.251rem;
}

.single_details{
  /* margin-top: -31.2rem; */
  width: 48.5rem;
  height: fit-content;
}

.detail_overviews{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
  gap: 2.7rem;
}

.detail_overview{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  height: fit-content;
  text-align: center;
}

.detail_overview_title{
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: calc(17em/12);
}

.detail_overview_data{
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(20em/14);
}

.detail_tags{
  margin-top: 2rem;
  
}

.detail_tag{
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}

.detail_tag p {
  background-color: #EFEFEF;
  text-align: center;
  padding: .5rem 1rem;
  min-height: 3.1rem;
  display: flex;
  align-items: center;
}

.detail_list{
  margin-top: 3.6rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.detail_list_line{
  border-bottom: solid .1rem #EFEFEF;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1em;
  gap: 1rem;
}

.list_line_title{
  width: 25rem;
  line-height: initial;
}

.list_line_content{
  font-weight: 500;
  line-height: initial;
}

.single_staff_comment{
  margin-top: 3rem;
  display: block;
  padding: 1.5rem 1rem;
  border: solid .1rem var(--borderGray);
  width: 53rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: calc(19em/13);
}

@media screen and (max-width: 699.98px) {
  .archive_head_bg {
    background-position: right -6rem top 0;
    height: 17.2rem;
    box-sizing: content-box;
    padding-top: 6rem;
  }

  .works_flex{
    width: 34.5rem;
    flex-direction: column;
    margin: 7rem auto 19rem;
  }
  .work_column{
    display: contents;
  }

  .single_titles {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .single_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: calc(26em/18);
  }

  .single_images {
    width: 100%;
    order: 2;
  }

  .large_image {
    width: 100%;
  }

  .small_images {
    margin-top: 1rem;
    gap: .85rem;
  }

  .small_image {
    width: 7.982rem;
  }

  .single_details {
    margin-top: 2.52rem;
    width: 100%;
    order: 3;
  }

  .detail_overviews {
    width: 100%;
    /* height: 9.2rem; */
    display: grid;
    grid-template-columns: 17.25rem 17.25rem;
    grid-template-rows: max-content;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 2rem;
  }

  .detail_overview {
    display: flex;
    width: 100%;
    height: 100%;
    gap: .5rem;
    /* width: 16rem; */
  }

  .detail_overview_title{
    height: 100%;
  }
  
  /* .detail_overview:nth-of-type(2){
    order: 1;
  }

  .detail_overview:nth-of-type(3){
    order: 0;
  } */

  .detail_overview_title {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: calc(19em/13);
  }

  .detail_tags {
    gap: 1.5rem;
  }
  .detail_tag{
    font-weight: 500;
  }

  .detail_list {
    margin-top: 3.5rem;
    gap: 1.7rem;
    width: 100%;
  }

  .detail_list_line {
    padding-bottom: .5rem;
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
  }

  .list_line_title {
    width: 100%;
  }

  .list_line_content {
    font-weight: 500;
  }

  .single_staff_comment {
    margin-top: 4rem;
    width: 100%;
    order: 4;
  }
}