@media only screen and (min-width : 993px) {
  .result-adjustBox {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.result-adjustBox.title-box, .result-adjustBox .title-box {
  text-align: center;
}
.result-lists a {
  display: block;
}
.result-lists-img-wrapper {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.result-lists-img {
  display: block;
  width: calc(100% + 4px);
  padding-top: calc(56.25% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
@media only screen and (max-width : 992px) {
  .result-lists.ntv-horizontal-lists {
    padding: 0 10px;
  }
}

.article-area {
  margin-top: 93px;
}
.article-area .ntv-lists {
  border-top: 1px solid #efefef;
}
.article-area .ntv-lists > li > a .ntv-list-box .list-text {
  padding-bottom: 0;
}
.article-area .ntv-lists > li > a .ntv-list-box .list-sub-text {
  margin-left: 34.375%;
  font-size: 1rem;
  letter-spacing: 0.4px;
  padding-top: 5px;
  color: #777;
}
@media only screen and (min-width : 601px) {
  .article-area .ntv-lists > li > a .ntv-list-box .list-sub-text {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    margin-left: 215px;
  }
}
@media only screen and (min-width : 993px) {
  .ntv-aside .article-area .ntv-lists > li > a .ntv-list-box .list-sub-text {
    font-size: 1rem;
    letter-spacing: 0.4px;
    margin-left: 34.375%;
  }
}
.article-tabs {
  position: relative;
  height: auto;
}
.article-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.article-tabs > li {
  width: 100%;
}
.article-tabs > li label {
  position: absolute;
  display: block;
  top: -69px;
  width: 48%;
  height: 44px;
  transition: color 0.1s, background-color 0.1s;
  border: 1px solid #e90d28;
  border-radius: 3px;
  color: #e90d28;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
  cursor: pointer;
}
.article-tabs input[type=radio] {
  display: none;
}
.article-tabs input[type=radio]:checked + .article-inner label {
  display: block;
  color: #fff;
  background: #e90d28;
}
.article-tabs input[type=radio]:checked + .article-inner label:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12.5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #e90d28 transparent transparent transparent;
}
.article-tabs input[type=radio]:checked + .article-inner > [class^=article-list] {
  display: block;
}
.article-relative label {
  right: 1%;
}
.article-latest label {
  left: 1%;
}
.article-list {
  width: 100%;
  display: none;
  transition: opacity 0.1s;
}

@media only screen and (min-width : 993px) {
  .ntv-contentsWrap {
    display: flex;
    justify-content: space-between;
    overflow: visible;
  }
  .ntv-contentsWrap:after {
    content: none;
  }
  .ntv-main,
  .ntv-aside {
    float: none;
  }
  .article-tabs > li {
    width: 100%;
  }
  .article-tabs > li label {
    top: -69px;
    width: 305px;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
    padding-top: 14px;
  }
  .article-relative label {
    right: 20px;
  }
  .article-latest label {
    left: 20px;
  }
}
