#td {
  
}
#td div.warp {
  
  height: 900px;
  padding-top: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}
#td div.warp h2 {
  
  font-size: 41px;
  text-align: center;
}
#td div.warp div.text ul {
  
  display: flex;
}
#td div.warp div.text ul li {
  
}
#td div.warp div.text ul li:nth-child(1){
  
display: block;
position: absolute;
right: 111px;
top: 7px;
width: 28px;
height: 28px;
font-size: 0;
background: transparent url('../img/stop.png') 9.5px center/11px 15px scroll no-repeat;
border: 1px solid #e3e3e3;
border-radius: 50%;
}
#td div.warp div.text ul li a {
  
padding: 4px 32px 4px 15px;
font-size: 14px;
color: #222;
line-height: 1.429em;
background: transparent url('../img/right.png') calc(100% - 7px) center/8px 13px scroll no-repeat;
border: 1px solid #e2e2e2;
border-radius: 15px;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
}
#td div.warp div.evimal {
  
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}
#td div.warp div.evimal div.tdimg {
  
  width: 360px;
  height: 600px;
  display: flex;
  flex-direction: column;
}
#td div.warp div.evimal div.tdimg a{
  
  width: 100%;
  height: 100%;
}
#td div.warp div.evimal div.tdimg span.img{
  width: 420px;
  height: 420px;
  transform: scale(.7);
  transition: transform .5s, -webkit-transform .5s;
  transform-origin: bottom center;
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  display: block;
}
#td div.warp div.evimal div.tdimg span.img img{
  position: absolute;
  top: 0;
  left: 0;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
  height: 100%;
}
#td div.warp div.evimal:nth-of-type(2) div.tdimg span.img{

  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
#td div.warp div.evimal div.tdimg span.img img:hover{
  transform: scale(1.2) translateZ(0);
}
#td div.warp div.evimal div.tdimg ul{

  margin-top: 30px;
}
#td div.warp div.evimal div.tdimg ul li{

  display: flex;
}
#td div.warp div.evimal div.tdimg ul:nth-child(2) li:nth-of-type(1){
  
}
#td div.warp div.evimal div.tdimg ul.best li:nth-child(2){
  
  background-color: #a69471;
}
#td div.warp div.evimal div.tdimg h3 {
  
  margin-top: 20px;
  width: 100%;
  height: 73px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
}
#td div.warp div.evimal div.tdimg time {
  
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #666;
  line-height: 1.429em;
}
#td div.warp div.evimal div.tdimg .textbox{
  width: 250px;
  margin: 30px auto 0;
}
#td div.warp div.evimal div.tdimg .textbox .grade-box{
  
  margin-top: 10px;
}
#td div.warp div.evimal div.tdimg .textbox .grade-box .grade-star{
  
}
#td div.warp div.evimal div.tdimg .textbox .grade-box .grade-star .fill{
  
  padding-top: 11px;
}