@charset "utf-8";

.archive-intro .sec-lead {
	color: #fff !important;
}

.archive .kv{
  position: relative;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
	.archive .kv{
	  position: relative;
	  height: 48vw;
	}
}

.archive-intro {
  position: relative;
  padding: 25px 0 80px;
  background:#56AD34;
}
.archive-intro::after{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
  display: block;
  content: "";
  width: 2px;
  height: 52px;
  background:url(../img/home/line_bw.svg) no-repeat;
  background-size:100% auto;  
}

.qanda .container {
    margin: auto;
}

.ewd-ufaq-faq-post h3 {
	color: #56AD34;
	font-weight: 600;
	margin: 20px 0 10px;
}