
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url("reset.css");
@import url("common.css");
@import url("head.css");
@import url("footer.css");
@import url("index.css");
@import url("user.css");
@import url("introduce.css");
@import url("company.css");
@import url("direction.css");
@import url("business_info.css");
@import url("business_area.css");
@import url("business_type.css");
@import url("board.css");
.news_visual_img.faq_visual_img {
  width: 100%;
  height: 500px;
  background-image: url("../img/sub/banner_5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.news_visual_img.qna_visual_img {
  width: 100%;
  height: 500px;
  background-image: url("../img/sub/banner_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


/*visual S*/
.news_visual_img {
  width: 100%;
  height: 100px;
  position: relative;
  color: #fff;
}

.news_visual_text {
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news_visual_text h6 {
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  color: #fff;
}

.news_visual_text p {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

/*visual E*/
/*visual S*/
.list_visual_img {
  width: 100%;
  height: 0px;
  background-image: url("../img/sub/banner_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.list_visual_text {
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list_visual_text h6 {
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  color: #fff;
}

.list_visual_text p {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

/*visual E*/
/*visual S*/
.pro_visual {
  background: url("../img/sub/banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*visual E*/
/* 서브 네비게이션 */
.mysubmenu {
  display: none;
}


@media screen and (max-width: 980px) {
  .news_visual_img.faq_visual_img {
    height: 0px;
  }

  .news_visual_img.qna_visual_img { 
    height: 0px;
  }

  .news_visual_img { 
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .news_visual_img.faq_visual_img {
    height: 0px;
  }

  .news_visual_img.qna_visual_img { 
    height: 0px;
  }

  .news_visual_img { 
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .news_visual_img.faq_visual_img {
    height: 0px;
  }

  .news_visual_img.qna_visual_img { 
    height: 0px;
  }

  .news_visual_img { 
    height: 60px;
  }
}