#wrap {
  min-width: unset;
}

#content-header {
  width: calc(100vw * 1200 / 1920);
}

#content-header a {
  font-size: 36px;
  color: #46c0ff;
  font-weight: 800;
}

#content-header .summary {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
  color: #828282;
}

.content-wrap {
  width: calc(100vw * 1200 / 1920) !important;
}

.header-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}

.news {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
}

.news-menu {
  width: 17%;
}

.news-item {
  display: block;
  width: 100%;
  background-color: #e3e3e3;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #828282;
  padding-top: 12px;
  padding-bottom: 12px;
}

.news-item:hover {
  background-color: #46c0ff;
  color: white;
  cursor: pointer;
}

.news-item.active {
  background-color: #46c0ff;
  color: white;
}

#info-wrap {
  width: 63%;
}

.info_content {
  width: 100%;
  border-top: 1px solid lightgray;
  border-collapse: collapse;
}

.info_content th {
  padding: 18px;
  padding-left: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #828282;
}

.info_content td {
  padding: 10px;
}

.show td {
  border-bottom: 1px solid lightgray;
  padding: 10px;
}

.show {
  display: none;
}

.info_content th.active {
  color: #46c0ff;
}

.btn-show {
  display: block !important;
  height: 60.5px;
  width: 100%;
  border-bottom: 1px solid lightgray;
}

.btn-show th {
  width: 966px;
}

.btn-show:hover {
  cursor: pointer;
}

.show {
  max-width: 100%;
}

.show p,
.show span {
  margin: 0 !important;
  text-indent: 0 !important;
}

.btn-show th {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.news-item.selected {
  background-color: #46c0ff;
  color: white;
}

.paginate_complex a {
  color: #828282;
}

.paginate_complex strong {
  color: #46c0ff;
}

.qna-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
