.thesisDetail {
  width: 100%;
  max-width: 1080px;
}
.thesisDetail__history {
  margin-top: 40px;
  position: relative;
}
.thesisDetail__history__over {
  max-height: 340px;
  overflow: hidden;
  word-break: break-all;
}
.thesisDetail .historyList {
  position: relative;
  max-height: 340px;
  overflow-y: hidden;
  padding-left: 10px;
  word-break: break-all;
  margin-bottom: 20px;
}
.thesisDetail .historyList__item {
  display: flex;
  flex-direction: row;
  position: relative;
}
.thesisDetail .historyList__item:first-child {
  margin-top: 5px;
}
.thesisDetail .historyList__item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 23px;
  width: 1px;
  height: 100%;
  background: #C8C8C8;
}
.thesisDetail .historyList__item:last-child::before {
  display: none;
}
.thesisDetail .historyList__wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.thesisDetail .historyList__wrap > .listLink:first-of-type {
  margin-top: 0px;
}
.thesisDetail .historyList__wrap > .listLink.clicked {
  background-color: #F4F8FC;
}
.thesisDetail .historyList__wrap > .listLink.clicked > span {
  color: #666;
  text-decoration: none;
}
.thesisDetail .historyList__year {
  flex-grow: 0;
  padding: 10px;
  font-size: 15px;
  color: #666;
  font-weight: 700;
  position: relative;
  align-self: flex-start;
  display: flex;
}
.thesisDetail .historyList__year::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #666;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.thesisDetail .historyList__cover {
  position: absolute;
  left: 65px;
  right: 0;
  bottom: 0;
  top: 45px;
  background-color: rgba(250, 250, 250, 0.95);
  text-align: center;
  padding: 97px 0 147px;
}
.thesisDetail .historyList__textWrapper {
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.thesisDetail .historyList__textWrapper > li {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.thesisDetail .historyList__textWrapper > li:last-child {
  margin-top: 17px;
}
.thesisDetail .historyList__textWrapper__txtbtn {
  font-size: 13px;
  color: #3C63E0;
  cursor: pointer;
}
.thesisDetail .historyList .listLink__bold {
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .thesisDetail__history {
    width: 100%;
    padding: 20px 16px;
    margin-top: 0;
  }
  .thesisDetail__history:after {
    content: "";
    display: block;
    width: calc(100% + 32px);
    margin: 20px -16px 0;
    height: 8px;
    background-color: #F7F7F7;
  }
  .thesisDetail .historyList {
    max-height: 214px;
    margin-bottom: 8px;
  }
  .thesisDetail .historyList__item {
    flex-direction: column;
  }
  .thesisDetail .historyList__year {
    font-size: 13px;
  }
  .thesisDetail .historyList__wrap {
    margin-top: -10px;
  }
  .thesisDetail .historyList__wrap > .listLink > span {
    font-size: 13px;
  }
  .thesisDetail .historyList__wrap > .listLink.clicked {
    background-color: inherit;
  }
  .thesisDetail .historyList__wrap > .listLink:hover {
    background-color: inherit;
  }
  .thesisDetail .historyList__cover {
    top: 75px;
    left: 30px;
    right: 17px;
    padding: 85px 0 107px;
    margin-bottom: 44px;
  }
  .thesisDetail .historyList__textWrapper > li {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .thesisDetail .historyList__textWrapper > li:nth-child(2) {
    display: none;
  }
  .thesisDetail .historyList__textWrapper > li:last-child {
    margin-top: inherit;
  }
}

/*# sourceMappingURL=thesisDetail_history.css.map */
