#wrap {
	width: 100%;
	overflow: hidden;
}

.banner_wrap {
	position: relative;
}
.banner_wrap .banner {
	position: relative;
}
.banner_wrap .banner img {
	width: 100%;
}
.banner_wrap .banner span {
	font-size: 3rem;
	color: #fff;
	font-weight: 900;
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2;
}
.banner_wrap nav {
	padding: 3rem 2rem;
	box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
	background: #f6f7f9;
}
.banner_wrap nav h2 {
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 3rem;
	color: #224743;
}
.banner_wrap nav ul {
	display: flex;
	justify-content: space-between;
}
.banner_wrap nav ul li {
	width: calc(25% - 0.5rem);
}
.banner_wrap nav ul li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.banner_wrap nav ul li a img {
	height: 5rem;    
	margin-bottom: 0.5rem;
}
.banner_wrap nav ul li a span {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
}

.main .service {
	padding: 2rem 0;
}
.main .service ul {}
.main .service ul li {}
.main .service ul li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	height: 18rem;
	padding: 2rem 0;
}
.main .service ul li:nth-of-type(1) a {
	background: #224743;
}
.main .service ul li:nth-of-type(2) a {
	background: #8cc63f;
}
.main .service ul li:nth-of-type(3) a {
	background: #fbb03b;
}
.main .service ul li a img {
	height: 9rem;
	margin-bottom: 1rem;
}
.main .service ul li a span {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

.main {
	padding: 1rem 1.5rem;
}
.main .container {
	background-color: #fff;
	padding: 2rem 0;
}
.main .container:last-child {
	margin-bottom: 0;
}
.main .container .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
.main .container .title h2 {
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -.1rem;
	color: #224743;
}
.main .container .title span {
	display: block;
	font-size: 1.5rem;
	padding: .4rem 1rem;
	color: #5a5a5a;
}
.main .qna {
	position: relative;
}
.main .qna .title span::before {
	color: #fff;
}

.main .news .contents a {
    padding: 1rem;
    height: 13rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
	border: 1px solid #f5f6f8;
}
.main .news .contents a .image {
    width: 40%;
    margin-right: 1rem;
}
.main .news .contents a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .news .contents a .text {
    width: 60%;
    position: relative;
}
.main .news .contents a .text h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.main .news .contents a .text p {
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
	color: #5a5a5a;
}
.main .news .contents a .text .date {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: right;
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
}

/* Swiper */
.qna #swiper {
	height: 10rem;
}
.qna #swiper .swiper-wrapper {}
.qna #swiper .swiper-wrapper .swiper-slide {
	height: 8rem;
	border-radius: 1rem;
}
.qna #swiper .swiper-wrapper .swiper-slide a {
	background: #f6f7f9;
}
.qna #swiper .swiper-wrapper .swiper-slide a .title_wrap {
	font-size: 1.6rem;
	line-height: 1.2;
	height: 100%;
	color: #5c5c5c;
	padding: 2rem 0;
	text-align: center;
}
.qna #swiper .swiper-pagination {
	position: absolute;
	bottom: 0;
}
#swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0 1rem;
}