#header {display: none !important;}
.gnb {display: none !important;}
.bottom_wrap {display: none;}
#footer {background: #eee;}
#wrap {min-height: calc(100vh - 100px - 116.19px);}

main {margin-top: 100px;}
main .img_wrap {
	height: 25rem;
	position: relative;
  }
main .img_wrap::before {
content: "";
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
}
main .img_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
main .img_wrap h1 {
position: absolute;
bottom: 2rem;
left: 2.5rem;
color: #fff;
font-size: 3rem;
font-weight: 700;
letter-spacing: -.1rem;
line-height: 1.4;
}
main .content_wrap {
padding: 4rem 2rem;
}
main .content_wrap .quick {
position: absolute;
top: -7rem;
left: 0; 
width: 100%;
height: 6rem;
opacity: 0; 
pointer-events: none;
} 
main .content_wrap ul li:not(:last-child) {
margin-bottom: 4rem;
}
main .content_wrap ul li .title {
font-size: 2.1rem;
font-weight: 600;
margin-bottom: 1.2rem;
background: url("../menu/syringe.png") no-repeat 0 50% / 2rem;
padding-left: 2.8rem;
} 
main .content_wrap ul li .content {
font-size: 1.7rem;
line-height: 1.6;
color: #666;
letter-spacing: -.025rem;
margin: 10px 0;
} 
main .content_wrap ul li .content em {
font-size: 1.8rem;
font-weight: 600;
color: #555;
}
main .content_wrap div {
border: 1px solid #ddd;
box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
position: relative;
} 
main .content_wrap div:not(:last-child) {
margin-bottom: 2rem;
} 
main .content_wrap h2 {
font-size: 2rem; 
font-weight: 600;
background: #eee;
padding: 1.5rem 2rem;
line-height: 1.4;
letter-spacing: -.07rem;
} 
main .content_wrap div {
  border: 1px solid #ddd;
  box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
  position: relative;
} 
main .content_wrap div:not(:last-child) {
  margin-bottom: 2rem;
} 
main .content_wrap h2 {
  font-size: 2rem; 
  font-weight: 600;
  background: #eee;
  padding: 1.5rem 2rem;
  line-height: 1.4;
  letter-spacing: -.07rem;
}

.bold {font-weight: 700; color: #000 !important;}
