body {
  overflow-y: auto;
}

.header {
  font-family: 'Pretendard';
  font-weight: 900;
  font-size: 28px;
  padding: 30px 0 20px;
}

.title {
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0 10px;
}

.desc {
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
}

.sub-desc {
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0 10px 20px;
}

.table {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 14px;
}

.table thead th {
  vertical-align: top;
}

#campModal .modal-title {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 24px;
  color: #383838;
}

#campModal .modal-body {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 18px;
  color: #383838;
}

#campModal .modal-footer button {
  padding: 7px 30px;
}

#selVersion {
  width: 200px;
}

/* 1200px보다 작은 경우 - Tablet Landscape 기준 */
@media screen and (max-width:1200px) {

}

/* 768px보다 작은 경우 - Tablet Portrait 기준 */
@media screen and (max-width:768px) {
  .header {
    font-size: 24px;
    padding: 20px 0 10px;
  }

  .title {
    font-size: 20px;
    padding: 15px 0 5px;
  }

  .desc {
    font-size: 16px;
    padding: 5px 0;
  }

  .sub-desc {
    font-size: 14px;
    padding: 5px 0 5px 10px;
  }
  
  #selVersion {
    width: 150px;
  }
}

/* 480px보다 작은 경우 - Mobile 기준 */
@media screen and (max-width:480px) {

}