@charset "utf-8";

.edu .search_array .written {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.036rem;
}

.edu .search_array .written strong {
  color: #A88567;
  font-weight: 900;
}

.edu .board_list ul.photoList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7rem 3.5rem;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 7rem;
  width: 100%;
  border-top: none;
  border-bottom: none;
}

.edu .board_list ul.photoList>li {
  flex: 1 1 calc(33.3% - 7rem / 3);
  max-width: calc(33.3% - 7rem / 3);
  box-shadow: none;
}

.edu .board_list ul.photoList>li .img-box {  
  position: relative;
  display: block;
}

.edu .board_list ul.photoList>li.end .img-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.50);
}

.edu .board_list ul.photoList>li .cate {
  position: absolute;
  display: inline-block;
  right: 2rem;
  top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  padding: 0.7rem 1.6rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.036rem;
  border-radius: 5rem;
  z-index: 1;
}

.edu .board_list ul.photoList>li.ing .cate {
  background: #ED5945;
}

.edu .board_list ul.photoList>li.end .cate {
  background: #99948D;
}

.edu .board_list ul.photoList>li p.img {
  width: 100%;
  height: 32.2rem;
  border: 1px solid #E8E7E7;
}

.edu .board_list ul.photoList>li div.con {
  padding: 2.5rem 0 0 0;
  border: none;
}

.edu .board_list ul.photoList>li div.con p.sec {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.6rem 1.6rem;
  color: #704E30;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.032rem;
  border-radius: 5rem;
  border: 1px solid #A88567;
}

.edu .board_list ul.photoList>li div.con p.sec.c02 {
  color: #467A35;
  border-color: #467A35;
}

.edu .board_list ul.photoList>li div.con p.tit {
  text-align: left;
  color: #3C3733;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: normal;
}

.edu .board_list ul.photoList>li div.con p.tit:after {
  display: none;
}

.edu ul.list_info li {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-top: 0.8rem;
  padding-left: 1rem;
  color: #5A5A5A;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: -0.036rem;
  word-break: break-all;
}

.edu ul.list_info li:after {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #726C67;
}

.edu ul.list_info li:first-child {
  margin-top: 0;
}

.edu ul.list_info li span {
  flex: 0 0 auto;
  color: #3C3733;
  font-weight: 600;
}

.edu .photo-tit {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
  margin-bottom: 5rem;
}

.edu .photo-tit .photo {
  flex: 0 0 auto;
  width: 37.6rem;
  height: 32.2rem;
  border: 1px solid #E8E7E7;
}

.edu .photo-tit .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edu .photo-tit .title {
  text-align: left;
  padding: 0;
  width: 100%;
  border: none;
}

.edu .photo-tit .title>p {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #3C3733;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: normal;
}

.edu .photo-tit .title>p .sec {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  color: #704E30;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.036rem;
  border-radius: 4.5rem;
  border: 0.914px solid #A88567;
}

.edu .photo-tit .title>p .sec.c02 {
  color: #467A35;
  border-color: #467A35;
}


.edu .photo-tit .data_list {
  margin-top: 2rem;
  border-top: 0.3rem solid #544A44;
  border-bottom: none;
}

.edu .photo-tit .data_list>li {
  display: block;
  border: none;
}

.edu .photo-tit .data_list>li dl {
  display: flex;
  gap: 0.5rem;
  padding: 1.3rem 1rem;
  border-top: none;
  border-bottom: 1px solid #EAEAEA;
}

.edu .photo-tit .data_list>li dl dt {
  display: block;
  padding: 0;
  color: #3C3733;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
}

.edu .photo-tit .data_list>li dl dd {
  display: block;
  padding: 0;
  color: #5A5A5A;
  font-size: 1.8rem;
  line-height: normal;
}

.edu .photo-tit .data_list .add_file {
  padding: 0;
  background: none;
}

.edu .photo-tit .data_list .add_file li {
  padding-left: 0;
}

.edu .photo-tit .data_list .add_file li>a {
  color: #666;
  font-size: 1.8rem;
  line-height: 130%;
}

.edu .c_rd {
  font-weight: 700;
}

.edu .mbtn.bg_rd {
  border: none;
}

/*** tablet ***/
@media screen and (max-width:1100px) {
  .edu .board_list ul.photoList>li {
    flex-basis: calc(50% - 7rem / 2);
    max-width: unset;
  }
}

/*** mobile ***/
@media screen and (max-width:840px) {
  .edu .board_list ul.photoList>li {
    flex-basis: 100%;
  }

  .edu .photo-tit {
    flex-direction: column;
  }

  .edu .photo-tit .photo {
    width: 100%;
  }

  .edu .photo-tit .title>p {
    align-items: flex-start;
    flex-direction: column;
  }
}