#stockIR {
  
}
#stockIR .wrap {
  max-width: 1200px;
}
#stockIR .wrap article {
  width: 50%;
}
#stockIR .wrap article h2 {
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}
#stockIR .wrap article.stock {
  border-right: 1px solid #ccc;
  padding-right: 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
}
#stockIR .wrap article.stock h2 {
  grid-column: 1 / span 2;
}
#stockIR .wrap article.stock p.price {
  grid-row: 2 / span 2;
  font-size: 45px;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FF1282;
  font-family: 'Titillium Web', sans-serif;
}
#stockIR .wrap article.stock time {
  color: #ccc;
  font-size: 12px;
  align-items: center;
  display: flex;
  justify-content: end;
}
#stockIR .wrap article.stock time::before {
  content: "";
  background-image: url(../img/time.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: cover;
  margin-right: 7px;
}
#stockIR .wrap article.stock p.up {
  text-align: right;
  color: #888;
  font-size: 17px;
  font-weight: 300;
}
#stockIR .wrap article.stock p.up::before {
  content: "";
  background-image: url(../img/up.svg);
}
#stockIR .wrap article.ir {
  padding-left: 30px;
  box-sizing: border-box;
}
#stockIR .wrap article.ir h2 {
  
}
#stockIR .wrap article.ir ul {
  
}
#stockIR .wrap article.ir ul li {
  
}
#stockIR .wrap article.ir ul li a {
  font-size: 16px;
  line-height: 29px;
  display: flex;
  justify-content: space-between;
}
#stockIR .wrap article.ir ul li a:hover {
  color: #1c9ad6;
}
#stockIR .wrap article.ir ul li a time {
  font-size: 15px;
  color: #666 !important;
}