div .title_wrap {margin-bottom: 1rem; position: relative; display: flex; align-items:center; justify-content:space-between; color: #111;}
div .title_wrap h2 {font-size: 2.5rem; padding-left: 1.5rem; font-weight: bold; letter-spacing: -.1rem;}
div .title_wrap h2::after {position: absolute; content:''; display:block; width: 0.5rem; height: 0.5rem; background: #3352a3; border-radius:50%; left: 0; top:50%; transform: translateY(-50%);}
div .title_wrap h2 + a {background: #3352a3; color:#fff; display: block; padding: .3rem 1rem; border-radius:0.5rem; font-size:1.5rem;}
#recent_wrap,#qna_wrap,#service_wrap {padding: 2rem;}
#recent_wrap {}
#recent_wrap .content_wrap {background: url("../img/banner.png") no-repeat center / cover; border-radius:0.5rem; padding: 6rem 1.5rem 1.5rem;}
#recent_wrap .content_wrap a {font-size: 2.2rem; display: -webkit-box; width: 100%; height: 10rem; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color:#fff; line-height: 1.3; word-break: keep-all;}

#qna_wrap {}
#qna_wrap .content_wrap {}
#qna_wrap .content_wrap li {border:1px solid #ccc; margin-bottom: 1.5rem; padding: 1.5rem; border-radius:0.5rem}
#qna_wrap .content_wrap li:last-child {margin-bottom: 0;}
#qna_wrap .content_wrap li .qa_q {margin-bottom: 0.5rem; font-size: 2rem; line-height: 1.3;}
#qna_wrap .content_wrap li .qa_a {font-size:1.8rem; color:#777; line-height: 1.3;}

#service_wrap {}
#service_wrap .service_link {display:flex; justify-content:space-between; gap: 1rem;}
#service_wrap .service_link a {display: flex; align-items: center; justify-content: center; width: 33%; padding: 1.5rem 0; text-align: center; font-size:1.7rem; border-radius:0.4rem; color:#444; line-height: 1.3; font-weight: bold;}
#service_wrap .service_link a:nth-child(1) {background:#d8edf1 ;}
#service_wrap .service_link a:nth-child(2) {background:#e2eaf6 ;}
#service_wrap .service_link a:nth-child(3) {background:#ede7f6 ;}

.swiper-horizontal .swiper-pagination-bullets {top: 10px; right: 10px; bottom: unset; left: unset; width: auto;}
.swiper-horizontal .swiper-pagination-bullet {background: #fff;}
.main_bn img {width:100%}