.bannerArea .bannerBox .bannerContent .Txt {
  top: 30%;
}


.bannerArea .bannerBox .bannerContent .bannerPic {
  /*height: 290px;*/
}











.serviceDetail{
    width:100%;
}

.serviceDetail .wrap{
    width:100%;
    box-sizing:border-box;
}

.serviceTop{
    display:flex;
    align-items:flex-start;
    gap:55px;
    margin-bottom:70px;
}

.serviceTop .Img{
    width:50%;
    overflow:hidden;
}

.serviceTop .Img img{
    width:100%;
    display:block;
}

.serviceTop .Txt{
    width:50%;
    padding-top:5px;
}

.serviceTop .Txt h1{
    font-size:30px;
    font-weight:500;
    color:#433830;
    letter-spacing:2px;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(67,56,48,0.12);
    line-height:1.5;
}

.serviceTop .Txt .text{
    font-size:15px;
    line-height:1.8;
    color:#655a53;
    font-weight:400;
    letter-spacing:0.2px;
}



.qaTitle{
    font-size:30px;
    font-weight:500;
    color:#433830;
    letter-spacing:1.5px;
    margin-bottom:35px;
    line-height:1.4;
    display:inline-block;
    position:relative;
    padding-bottom:14px;
}

.qaTitle:after{
    content:"";
    width:120px;
    height:3px;
    background:#d7bca7;
    position:absolute;
    left:0;
    bottom:0;
}



.qaList{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.qaItem{
    overflow:hidden;
    border:1px solid rgba(67,56,48,0.08);
    background:#fff;
}

.qaQ{
    background:#d9ccc1;
    padding:12px 24px;
    font-size:16px;
    font-weight:500;
    color:#433830;
    line-height:1.8;
    letter-spacing:0.3px;
}

.qaA{
    padding:20px 24px;
    font-size:15px;
    line-height:1.8;
    color:#655a53;
    font-weight:400;
    letter-spacing:0.2px;
}

.qaA ul{
    margin:0;
    /*padding-left:18px;*/
}

.qaA li{
    /*margin-bottom:8px;*/
}

@media screen and (max-width:1024px){

.serviceTop{
    flex-direction:column;
    gap:35px;
}

.serviceTop .Img,
.serviceTop .Txt{
    width:100%;
}

}

@media screen and (max-width:768px){


.serviceTop{
    margin-bottom:50px;
}

.serviceTop .Txt h1{
    font-size:24px;
    letter-spacing:1px;
}

.serviceTop .Txt .text{
    font-size:15px;
    line-height:1.8;
}

.qaTitle{
    font-size:24px;
    letter-spacing:1px;
    margin-bottom:22px;
}

.qaQ{
    padding:14px 18px;
    font-size:16px;
}

.qaA{
    padding:18px;
    font-size:15px;
    line-height:1.9;
}



}


@media screen and (max-width:640px){
.mainArea .wrap {
  padding: 0 15px;
}
}