.year_title {
  margin-top: 2%;
  width: 50%;
  margin: 1%;
}

.year {
  font-size: 18px;
  color: #1b1b1b;
  text-align: left;
  margin-left: 20px;
}

.award_title {
  font-size: 20px;
  font-weight: bold;
  color: #1b1b1b;
  margin-left: 20px;
  line-height: 30px;
  text-align: left;
}

.award_sub_bar {
  width: 70%;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  margin-bottom: 5px;
}


.ansan_under_bar {
  width: 40px;
  height: 4px;
  background-color: #205e14;
  margin: 20px auto;
}

/*22-12-06 리뉴얼 작업*/
.award_details{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.award_main0{
  width: 80%;
  margin: 80px auto;
}
.award_main0 img{
  width: 100%;
  border-radius: 10px;
}




/* 모바일 */
@media (max-width: 640px) {
  .ansan_content {
    font-size: 32px;
    font-weight: 600;
  }
  .ansan_scj {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
  }
  .award_main0{
    width: 98%;
    margin: 50px auto;
  }
  .award_main0 img{
    width: 100%;
    border-radius: 10px;
  }
  .ansan_prime_minister{
    width: 90%;
    display: flex;
    margin: auto;
    margin-bottom: 50px;
  }
  .ansan_pm{
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ansan_pm img{
    width: 100%;
    height: 100%;
    padding: 25%;
  }
  .year_title{
    width: 70%;
    margin: 1%;
  }
  .award_title {
    font-size: 16px;
    line-height: 25px;
  }
  
}

/* 태블릿 */
@media (min-width: 641px) {
  .ansan_content {
    font-size: 40px;
    font-weight: 700;
  }

  .ansan_scj {
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
  }
  .award_main0{
    width: 90%;
    margin: 80px auto;
  }
  .award_main0 img{
    width: 100%;
    border-radius: 10px;
  }
  .ansan_prime_minister{
    width: 48%;
    display: flex;
    margin-bottom: 50px;
  }
  .ansan_pm{
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ansan_pm img{
    width: 100%;
    height: 100%;
    padding: 25%;
  }
}

@media (min-width: 1025px) {
  .ansan_content {
    font-size: 40px;
    font-weight: 700;
  }

  .ansan_scj {
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
  }
  .ansan_prime_minister{
    width: 32%;
    display: flex;
    margin-bottom: 50px;
  }
  .ansan_pm{
    width: 250px;
    height: 250px;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ansan_pm img{
    width: 100%;
    height: 100%;
    padding: 25%;
  }
}
