/*=====  other  ===== */
.news-page {
  margin: 35px auto 50px;
}
.news-page p {
  line-height: 1.4em;
}
.news-page .post-box {
  margin-bottom: 25px;
}
.news-page .post-box .text {
  color: #666;
  margin-top: 10px;
}
.news-page .photo {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.news-page .title {
  display: block;
  margin-top: 20px;
}
.news-page .title h4 {
  line-height: 1.3em;
}
.news-page .info span, .news-page .info a {
  color: #ff6666;
}
.news-page .info span:hover, .news-page .info span:focus, .news-page .info span:link, .news-page .info span:visited, .news-page .info a:hover, .news-page .info a:focus, .news-page .info a:link, .news-page .info a:visited {
  color: #ff6666;
}
.news-page .hidden-mobile {
  display: none;
}

.search-page .search__wrap--header {
  position: relative;
  top: 0;
  padding: 0;
  margin: 30px 0 50px;
  background: #fff;
}

.question-page {
  margin-top: 30px;
}
.question-page .qna {
  border-bottom: 1px dashed #cecece;
}
.question-page .qna.active .qna-btn::after {
  background: url(../images/icon_up_arrow.png) center no-repeat;
  background-size: cover;
}
.question-page .qna:first-child {
  border-top: 1px dashed #cecece;
}
.question-page a.qna-btn {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.question-page a.qna-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/icon_down_arrow.png) center no-repeat;
  background-size: cover;
}
.question-page a.qna-btn:hover, .question-page a.qna-btn:focus, .question-page a.qna-btn:active, .question-page a.qna-btn.active {
  color: #333;
  text-decoration: none;
}
.question-page .qna-icon {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 15px;
  color: #fff;
  font-size: 12px;
  padding-top: 8px;
  margin-right: 40px;
  border-radius: 50%;
  vertical-align: -9px;
}
.question-page .qna-icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 16px;
  right: -7px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
}
.question-page .qna-icon--red {
  background: #ff6666;
}
.question-page .qna-icon--red::after {
  border-color: transparent transparent transparent #ff6666;
}
.question-page .qna-icon--pink {
  background: #ff9c9c;
}
.question-page .qna-icon--pink::after {
  border-color: transparent transparent transparent #ff9c9c;
}
.question-page .qna-icon--green {
  background: #98bd22;
}
.question-page .qna-icon--green::after {
  border-color: transparent transparent transparent #98bd22;
}
.question-page .qna-contain {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
  line-height: 24px;
}

/*=====  other rwd  ===== */
@media only screen and (min-width: 992px) {
  .news-page {
    margin: 50px auto 80px;
  }
  .news-page p {
    line-height: 1.6em;
  }
  .news-page .post-box {
    margin-top: 10px;
  }
  .news-page .hidden-desktop {
    display: none;
  }
  .news-page .hidden-mobile {
    display: block;
  }

  .question-page {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .question-page .qna-contain {
    display: none;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
