@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap');

.media {
  width: 100%;
  background-color: #070125;
  padding-top: 150px;
  padding-bottom: 50px;
}
.media ul.title {
  width: 100%;
  margin-bottom: 10px;
}

.media ul.review {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.media ul.review li {
  width: 100%;
  margin-top: 8px;
  background-color: #fff;
}
.media ul.review li p {  
  display: inline-block;
  text-align: center;
  padding: 35px 0;
  vertical-align: middle;
}
.media ul.review li .company {
  width: 15%;
  font-size: 1.1rem;
  text-decoration: underline;
  color: #0365fd;
}
.media ul.review li .subject {
  width: 69%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #070125;
  border-right: 1px solid #070125;
}
.media ul.review li .view {
  width: 15%;
  font-size: 0.9rem;
  color: #0365fd;
  text-decoration: underline;  
}
.media ul.review li:nth-of-type(1), .media ul.review li:nth-of-type(2) {
  display: inline-block;
  width: 49.8%;
  margin-right: 0.05%;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 40px 20px;
  flex-direction: column;
	-webkit-flex-direction: column;
}
.media ul.review li:nth-of-type(1) p, .media ul.review li:nth-of-type(2) p {
  display: block;
  text-align: center;
  padding: 0;
}
.media ul.review li:nth-of-type(1) .company, .media ul.review li:nth-of-type(2) .company {
  width: 100%;
  padding-bottom: 10px;
}
.media ul.review li:nth-of-type(1) .subject, .media ul.review li:nth-of-type(2) .subject {
  width: 100%;
  border:0;
  font-size: 1.7rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.media ul.review li:nth-of-type(1) .view, .media ul.review li:nth-of-type(2) .view {
  width: 100%;
}

.media ul.review li:hover {
  background-color: #0365fd;
}
.media ul.review li:hover .company {
  color: #fff;
}
.media ul.review li:hover .subject {
  color: #fff;
}
.media ul.review li:hover .view {
  color: #b3fd03;
}




@media all and (max-width:1300px) {
  
  .media ul.title img {
    width: 100%;
  }

}

@media all and (max-width:1000px) { 
  .media {
    padding : 140px 10px 10px 10px;
  }

  .media ul.review li:nth-of-type(1), .media ul.review li:nth-of-type(2) {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 0;    
    margin-top: 8px;
  }
  .media ul.review li:nth-of-type(1) p, .media ul.review li:nth-of-type(2) p {
    display: inline-block;
    text-align: center; 
    padding: 20px 0;
    vertical-align: middle;
  }
  .media ul.review li:nth-of-type(1) .company, .media ul.review li:nth-of-type(2) .company {
    width: 20%;
    font-size: 0.8rem;
    padding-bottom: 20px;
  }
  .media ul.review li:nth-of-type(1) .subject, .media ul.review li:nth-of-type(2) .subject {
    width: 63%;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #070125;
    border-right: 1px solid #070125;
    padding-bottom: 20px;
  }
  .media ul.review li:nth-of-type(1) .view, .media ul.review li:nth-of-type(2) .view {
    width: 15%;
    font-size: 0.8rem;
    color: #0365fd;
    text-decoration: underline;  
  }

  .media ul.review li p {  
    padding: 20px 0;
  }
  .media ul.review li .company {
    width: 20%;
    font-size: 0.8rem;
    text-decoration: underline;
    color: #0365fd;
  }
  .media ul.review li .subject {
    width: 63%;
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .media ul.review li .view {
    font-size: 0.8rem;
  }

  .media ul.review li:hover {
    background-color: #0365fd;
  }
  .media ul.review li:hover .company {
    color: #fff;
  }
  .media ul.review li:hover .subject {
    color: #fff;
  }
  .media ul.review li:hover .view {
    color: #b3fd03;
  }
  

}