.eventList {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  width: 940px;
}
.eventList a {
  display: block;
  text-decoration: none;
  color: #000;
}
.eventList > div {
  margin: 55px auto 50px;
}

.eventList .listTit{
  width: 327px;
  height: 38px;
  position: absolute;
  top: -19px;
  left: 30px;
}

.event_list_box {
  width: 940px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  border-bottom: 2px solid #dadada;
}
.event_list_box .event_list_title {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  background: #ececec;
}
.event_list_box .event_list_title span {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  float: left;
  line-height: 38px;
  color: #000;
}
.event_subject {
  width: 10%;
  height: 100%;
}
.event_teacher {
  width: 9%;
  height: 100%;
}
.event_class {
  width: 41%;
  height: 100%;
}
.event_price {
  width: 23%;
  height: 100%;
}
.event_detail {
  width: 27%;
  height: 100%;
}

/* event list contents */
.event_list_contents {
  width: 100%;
}
.event_list_contents > li {
  width: 100%;
  height: 78px;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.event_list_contents > li > span {
  display: inline-block;
  float: left;
  border-right: 1px dotted #c8c8c8;
  box-sizing: border-box;
  /*  padding-top: 15px;*/
}
/* .event_list_contents > li .event_subject,
.event_list_contents > li .event_teacher,
.event_list_contents > li .event_class{
  padding: 28px 0px;
} */
.event_list_contents > li .event_detail{
  padding: 0;
  line-height: 78px;
  display: flex;
}
.event_list_contents > li .event_teacher{
  height: 100%;
  line-height: 78px;
}
.event_list_contents > li .event_class {
  height: auto;
  text-align: left;
  padding-left: 15px;
  border-right: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 23px;
}
.event_price ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.event_price ul li {
  display: block;
}
.event_price ul li span {
  display: inline-block;
  text-align: right;
  box-sizing: border-box;
  font-weight: 400;
}
.event_price ul li span:first-child {
  width: 33%;
}
.event_price ul li span:last-child {
  width: 58%;
  padding-right: 13px;
}
.event_price ul li.nosale_price {
  margin-bottom: 6px;
}
.event_price ul li.nosale_price span:last-child {
  text-decoration: line-through;
}
.event_price ul li.sale_price em {
  width: 82px;
  height: 21px;
  display: block;
  background: #ff3337;
  /* border: 1px solid #000; */
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-style: normal;
  line-height: 21px;
  border-radius: 11px;
}
.event_price ul li.sale_price span:last-child {
  color: #ff3337;
  font-weight: 700;
}
.event_list_contents > li .event_detail {
  border-right: none;
}
.event_list_contents > li .event_detail:hover {
  /* background: #f3f6ff;s */
  /* border-bottom: 1px solid #c8c8c8; */
  /* box-sizing: border-box; */
  /* padding-bottom: 27px; */
}

.event_detail > a{
  width: calc(100%/3);
}
.event_detail > a:nth-of-type(1),
.event_detail > a:nth-of-type(2){
  border-right: 1px dotted #c8c8c8;
}
.event_detail > a:hover{
  background: rgba(0,0,0,0.03);
}
.event_list_box li:last-child{
  border-bottom: 0;
}

.eventList .event_list_box{
  margin-bottom: 30px;
}
.eventList .event_list_box:last-child{
  margin-bottom: 0px;
}