/* COMMON */
li {
  line-height: 1.5;
}

.img-more {
  padding-left: 20px;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 30px;
  vertical-align: middle;
}

.head_desc {
  padding: 0px 10px 40px 25px;
  color: #606060;
}

.resume h4 {
  position: relative;
  font-size: 1.2em;
  padding: 30px 0 10px 20px;
}

.resume h4::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 65%;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  border: 5px solid #ff5a2b;
  transform: translatey(-50%);
  box-sizing: border-box;
}

.resume div {
  position: relative;
  padding: 0 0 0 48px;
}

.resume div::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e7eaed;
}

.resume div:first-child::before {
  top: 30px;
  height: calc(100%-10px);
}

.resume ul {
  /* padding: 20px 10px 35px; */
  padding: 5px 10px;
  overflow: hidden;
}

/* .sub-resume {
  width: 700px;
  line-height: 1.8rem;
  margin-left: 125px;
  font-size: .9rem;
  color: #616161;
} */

.subtitle {
  padding-right: 25px;
}

.subtitle-info li {
  padding-left: 110px;
  max-width: 900px;
  padding-top: 5px;
  color: #e06c60;
  font-size: 14px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.title {
  color: #5a96d6;
  padding-left: 15px;
  padding-right: 25px;
}

.title,
.subtitle,
.subtitle-info,
#footer,
#footer-menu {
  font-size: 0.9em;
}

.pagecounter {
  font-size: 12px;
  padding-right: 20px;
  color: #030303;
  text-align: right;
}

.separator {
  border: 0;
  width: 95%;
  border-bottom: 15px solid #ffffff;
}

.separator2 {
  border: 1px;
  width: 100%;
  border-bottom: 1px solid #e7eaed;
}

.lvl {
  max-width: 1100px;
}

.lvl-date,
.lvl-desc {
  font-size: 0.9em;
}

.lvl-date {
  width: 110px;
  /* color: #5a96d6; */
  color: #333;
  padding-left: 15px;
  float: left;
}

.lvl-desc {
  width: 700px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lvl {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.title {
  text-align: justify;
  text-justify: inter-word;
}

.lvl-desc-image {
  max-width: 80px;
  max-height: 30px;
  padding-right: 10px;
  vertical-align: middle;
}

.subtitle {
  padding-left: 17px;
}

.subtitle-info > p {
  padding-left: 140px;
  color: #e35400;
}

.sub-resume {
  width: 700px;
  line-height: 1.8rem;
  margin-left: 125px;
  font-size: 14px;
  color: #616161;
  overflow: hidden;
}

.middot {
  padding: 0 3px;
  color: #616161;
}

.mybook {
  /* display: inline-block; */
  float: right;
  border-radius: 5px;
  width: 100px;
}

.mybook:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.mypast {
  margin-left: 10px;
  /* color: #808080; */
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.normal_list {
  padding: 0 20px;
}

.mid-title {
  font-weight: 700;
}

.image-container {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 90px;
  height: 130px;
}

.random-image {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.resume > section:first-child {
  position: relative;
  padding-right: 100px;
}

.resume > section:first-child h4 {
  margin-bottom: 10px;
}

.resume > section:first-child .lvl:first-of-type {
  margin-top: 0;
}

.intro-desc {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabs {
  margin: 20px 0;
  display: flex;
  cursor: pointer;
}

.tabs div {
  padding: 10px;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.tabs .active-tab {
  background-color: #ccc;
}

/* 미디어쿼리 */
@media (max-width: 992px) {
  #header p,
  .mybook {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .menu-button:hover {
    opacity: 0.5;
  }
}

@media (max-width: 600px) {
  .lvl-desc-image,
  .image-container {
    display: none;
  }

  .lvl-date {
    width: 100px;
  }

  .lvl-desc {
    width: 220px;
  }
}
