#wrap .section {
    text-align: center;
    padding: 1.5rem;
}
#wrap .section h2 {
    font-family: "a드림고딕5";
    font-size: 25px;
    font-weight: 500;
}
#wrap .section h2 span {
    font-family: "a드림고딕5";
    font-size: 25px;
    font-weight: 500;
    color: #1950a5;
}
#wrap .section p {
    font-family: "a드림고딕4";
    font-size: 18px;
    color: #909090;
    margin-top: 1rem;
}
#wrap .section2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
    gap: 1.5rem;
    padding: 1.5rem;
}
#wrap .section2_mo {
    display: none;
}
#wrap .section2 .btn1, #wrap .section2 .btn2 {
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.95px 2.95px 2.6px;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#wrap .section2 .btn1 img, #wrap .section2 .btn2 img {
    width: 100%;
    height: auto;
    display: block;
}
#wrap .section3 {
    display: flex;
    width: 100%;
    padding: 2.5rem 1.5rem;
    background-color: #f8f5f0;
    justify-content: space-between;
    gap: 1.5rem;
}
#wrap .section3 a {
    flex: 1;
    padding: 1.5rem;
    background-color: #fff;
    text-align: center;
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}
#wrap .section3 a p {
    font-size: 16px;
    margin-top: 1rem;
    font-family: "a드림고딕4";
}
#wrap .tit_box {
    text-align: center;
    margin: 4rem 0 3rem;
}
#wrap .tit_box h2 {
    font-family: "a드림고딕5";
    font-size: 25px;
    font-weight: 500;
}
#wrap .qna {
    margin: 0 1.5rem 1rem;
    padding: 1.5rem;
    background-color: #f6f9ff;
    border: 1px solid #cedaea;
    border-radius: 0.5rem;
}
#wrap .qna .q {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    padding-right: 3rem;
}
#wrap .qna.on .q {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #cedaea;
}
#wrap .qna .q::after {
    content: '';
    background-image: url('../img/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.2rem;
    height: 1.5rem;
    right: 1rem;
    top: 40%;
}
#wrap .qna.on .q::after {
    background-image: url('../img/up-arrow.png');
    margin-top: -0.8rem;
}
#wrap .qna.on .a {
    font-size: 16px;
    display: flex;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top: none;
    padding-top: 1.5rem;
    align-items: flex-start;
}

#wrap .qna .a {
    display: none;
    line-height: 1.5;
}
#wrap .qna img {
    width: 3%;
    margin-right: 0.5rem;
}
#wrap .qna .a_img {
    margin-bottom: -0.3rem;
}
#wrap .tap {
    display: block;
    font-size: 16px;
    background-color: #0c3577;
    border-radius: 0.5rem;
    padding: 1rem;
    color: #fff;
    margin: 0 1.5rem;
    text-align: center;
}
@media screen and (max-width: 900px) {
    #wrap .section h2 {
        font-family: "a드림고딕5";
        font-size: 20px;
        font-weight: 500;
    }
    #wrap .section h2 span {
        font-family: "a드림고딕5";
        font-size: 20px;
        font-weight: 500;
        color: #1950a5;
    }
    #wrap .section p {
        font-family: "a드림고딕4";
        color: #909090;
        margin-top: 1rem;
        font-size: 15px;
        line-height: 1.3;
    }
    #wrap .section2 {
        display: none;
    }
    #wrap .section2_mo {
        display: block;
        padding: 1.5rem;
    }
    #wrap .section2_mo .btn1, #wrap .section2_mo .btn2 {
    }
    #wrap .section2_mo .btn1 img, #wrap .section2_mo .btn2 img {
        width: 100%;
        border-radius: 1rem;
        box-shadow: rgba(0, 0, 0, 0.15) 2.95px 2.95px 2.6px;
    }
    #wrap .section2_mo .btn2 img {
        margin-top: 1.5rem;
    }
    #wrap .section3 {
        overflow-x: auto;
    }
    #wrap .section3::-webkit-scrollbar {
        display: none;
    }
    #wrap .section3 a {
        flex: 0 0 50%;
    }
    #wrap .section3 a p {
        white-space: nowrap;
    }
    #wrap .qna .q {
        font-size: 16px;
        align-items: center;
    }
    #wrap .qna img {
        width: 8%;
        margin-right: 1rem;
    }
    #wrap .qna .a_img {
        width: 8%;
        margin-bottom: -0.6rem;
    }
}
