.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
.wrapper .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row {
  display: flex;
}
.wrapper .row:last-child { margin-bottom: 50px; }
.wrapper .row-1 {
  justify-content: flex-start;
}
.wrapper .row-2 {
  justify-content: flex-end;
}
.wrapper .row section {
  background: #fff;
  border-radius: 0px;
  width: calc(50% - 40px);
  padding: 16px;
  position: relative;
  transition: all 0.3s ease;
}
.wrapper .row section:hover {
  transform: scale(0.97);
}
.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before {
  right: -7px;
}
.row-2 section::before {
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #3ea0e2;
  font-size: 35px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.center-line .scroll-icon {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.row-1 section .icon {
  top: 10px;
  right: -60px;
}
.row-2 section .icon {
  top: 10px;
  left: -60px;
}
.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title {
  font-size: 14px;
  font-weight: 600;
}
.row section p {
  margin: 16px 0 0 0;
  font-size: 14px;
}
.row section .details .btn {
  text-decoration: none;
  background: #6C5545;
  color: #fff;
  padding: 6px 12px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .details .btn2 {
  text-decoration: none;
  background: #cc3300;
  color: #fff;
  padding: 6px 8px 4px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .details .btn2 {transform: scale(0.97);}
.row section .details .btn2 > span {font-size:12px;}
.row section .bottom a {
  text-decoration: none;
  background: #6C5545;
  color: #fff;
  padding: 6px 12px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover {
  transform: scale(0.97);
}
.row section .bottom span { font-size:12px; }

.wrapper .timeline-date-badge {
    position:relative;z-index:2;width:90px;padding:4px 8px;margin-top:16px;margin-bottom:16px;font-size:14px;font-weight:600;text-align:center;color:#fff;background-color:#3ea0e2;border-radius:35px;
}
.wrapper .timeline-date-badge:nth-child(2) {background-color:#cc0033;margin-top:0;}  
 
@media (max-width: 790px) {
  .wrapper .center-line {
    left: 20px;
  }
  .wrapper .row {
    margin: 0 0 16px 60px;
  }
  .wrapper .row section {
    width: 100%;
  }
  .row-1 section::before {
    left: -7px;
  }
  .row-1 section .icon {
    left: -60px;
  }
}
@media (max-width: 380px) {
  .wrapper .center-line,
  .row section::before,
  .row section .icon {
    display: none;
  }
  .wrapper .row {
    margin: 0 0 16px 0;
  }
}

/* 221031 타임라인 개편 */
@font-face {font-family: 'proximaNova';src: url(/css/font/proxima_nova_regt.ttf) format('woff2');}
.font-prox {
  font-family:'proximaNova';
}
.text-ellipisis-3,
.text-ellipisis-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipisis-2,
.text-ellipisis-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.text-ellipisis-3 {
  -webkit-line-clamp: 3;
}
.timeline-datenav {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background-color: white;
}
.timeline-datenav .month {
  margin-bottom: 30px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.timeline-datenav .datelist {
  display: flex;
  justify-content: center;
  padding: 0 17.5px;
}
.timeline-datenav .datelist > li {
  margin: 0 2.5px;
}
.timeline-date-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  color: #999;
}
.timeline-date-item .day {
  margin-bottom: 7px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
.timeline-date-item .date {
  font-family:'proximaNova';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.timeline-date-item.active {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.timeline-main {
  padding: 0 20px 90px;
  min-height: calc(100vh - 300px);
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.timeline-header {
  padding-top: 62px;
  padding-bottom: 15px;
}
.timeline-header .day {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 1;
}
.timeline-header .date {
  margin-left: 10px;
  color: #777;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
}
.timeline-header.today {
  margin-top: 0;
  padding-top: 40px;
}
.timeline-header {

}
.timeline-header {

}
.timeline-list > li {
  margin-bottom: 10px;
}
.timeline-item {
  display: flex;
  padding: 15px 18px;
  background-color: #fff;
  border-radius: 10px;
}
.timeline-item .thumb {
  flex-shrink: 0;
  width: 50px;
}
.timeline-item .text-label {
  display: block;
  width: 50px;
  height: 22px;
  border-radius: 11px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 22px;
  text-align: center;
  background-color: #6c5545;
}
.timeline-item .text-label.search {
  background-color: #538067;
}
.timeline-item .text-label.noti {
  background-color: #536680;
}
.timeline-item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.timeline-item .content {
  flex: 1 1 100%;
  padding: 2px 10px 0;
  overflow: hidden;
  word-break: keep-all;
}
.timeline-item .tit {
  color: #111;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 17px;
}
.timeline-item .t-reject {
  color: #999;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 20px;
}
.timeline-footer {
  margin-top: 25px;
  height: 30px;
  background-color: #eee;
  border-radius: 10px;
  color: #999999;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 30px;
  text-align: center;
}                                
#div-goto-top .btn-timeline { position: absolute; bottom: 53px; right: 0; }