#wrap main {
    padding: 5rem 1.5rem;
}
#wrap main h1 {
    font-size: 2rem;
    line-height: 1.3;
    font-family: 'GmarketSans';
    font-weight: 700;
}
#wrap main h1 span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4437ff;
    font-family: 'GmarketSans';
}
#wrap main .img_wrap {
    text-align: center;
    margin: 2rem 0;
}
#wrap main .img_wrap img {
    width: 60%;
}
#wrap main p {
    font-size: 1.6rem;
    line-height: 1.3;
}
.section1 {
    display: flex;
    flex-direction: row;
    margin-top: 3rem;
    gap: 1rem;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.left-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #a5c4ff;
    border-radius: 1rem;
    padding: 1.5rem;
    justify-content: space-between;
    width: 50%;
}
.left-item img {
    order: 1;
}
.section1 .left-item .icon2 {
    width: 80%;
}
.left-item span {
    order: 2;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 1rem;
}
.right-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    justify-content: space-between;
}
.right-top-item, .right-bottom-item {
    display: flex;
    align-items: center;
    border-radius: 1rem;
    padding: 1.5rem;
    justify-content: space-between;
    height: 50%;
    
}
.right-top-item {
    background-color: #c0d6ff;
}
.right-bottom-item {
    background-color: #b8b4ff;
}
.section1 .right-items img {
    width: 37%;
}
.right-top-item span, .right-bottom-item span {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    margin-right: 0.5rem;
}
/* .right-top-item .icon3, .right-bottom-item img {
    margin-right: 0.5rem;
} */
#wrap .section2 {
    margin-top: 3rem;
}
#wrap .section2 .title{
    display: flex;
    justify-content: space-between;
}
#wrap .section2 .title h2{
    font-size: 2rem;
    font-weight: 700;
}
#wrap .section2 .title a{
    display: flex;
    align-items: flex-end;
    font-size: 1.6rem;
}
#wrap .section2 .title a img{
    width: 25%;
    margin-right: .2rem;
}
#wrap .section2 .qna{
    padding: 1.5rem 2rem;
    background-color: #deebff;
    border-radius: 1rem;
    margin-top: 2rem;
}
#wrap .section2 .qna p:nth-child(1){
    border-bottom: 1px solid #c6dbff;
    padding-bottom: 1.5rem;
}
#wrap .section2 .qna p:nth-child(2){
    padding-top: 1.5rem;
}
#wrap .section2 .qna p {
    font-weight: 500;
   
}
#wrap .section2 .qna p span{
    font-size: 1.6rem;
    color: #4437ff;
   
}