.cont1{
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cont1 .bgi{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main/new/bg-section-1.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}

.faq{
  width: 70%;
  height: 100%;
  margin: 80px auto 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.faq h3{
  padding: 50px 0;
  font-size: 32px;
  text-align: center;
  font-family: 'Pretendard7';
  line-height: 1.2;
  word-break: keep-all;
}


.que {
    position: relative;
    width: 100%;
    padding: 20px 0px;
    margin: 15px 0;
    border-radius: 15px;
    cursor: pointer;
    font-size: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 10px #d9d9d9;
}
#accordion_wrap1{
	width: 100%;
}
.que>span{
    margin-left: 15px;
}
.que.on>span{
    font-weight: bold;
    color: #1D3273;
    margin-left: 15px; 
}
@media (max-width: 991px){
.que>span{
	    display: inline-block;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    font-size: 16px;
		width: 80%;
}
@media (max-width: 500px){
  .que>span{
    width: 300px;
  }
}
}
.anw {
  display: none;
  overflow: hidden;
  font-size: 16px;
  background-color: #ededed;
  padding: 27px 0;
  border-radius: 15px;
}

.anw span{
  display: block;
  padding: 20px 40px;
  font-size: 16px;
}
.anw span b{
  display: inline-block;
  font-family: 'Pretendard7';
  word-break: keep-all;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 16px;
}
.anw span p{
  display: block;
  line-height: 1.5;
  font-family: 'Pretendard3';
  word-break: keep-all;
  margin-bottom: 5px;
  font-size: 16px;
}
.anw span p.anw-link{
  font-family: 'Pretendard5';
  margin-top: 30px;
}
.anw span p.anw-link a{
  text-decoration: none;
}


.arrow-wrap {
position: absolute;
top:50%; right: 10px;
transform: translate(0, -50%);
}

.que .arrow-top {
display: none;
}
.que .arrow-bottom {
display: block;
}
.que.on .arrow-bottom {
display: none;
}
.que.on .arrow-top {
display: block; 
}
@media (max-width: 768px){
	.faq {
    	     width: 85%;
	}
  .que>span{
    width: 80%;
  }

}